Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.5
-
Fix Version/s: None
-
Component/s: semantics.java
-
Labels:None
-
Environment:Red Hat Linux, JBoss 4.0.3, jdk1.4.2_09
-
Number of attachments :
Description
In Drools 2.1 I had some .drl files with <java:functions></java:functions> in them. These functions were working fine. When I switched to 2.5 I now get errors stating that those functions cannot be found. I saw an old bug from 2.0 relating to the serialization of rules losing functions. Is this bug back.
Note: I am using the JNDI to point to the rulebases which does serialize them.
I've seen a couple postings for 2.5 where these needed to be static; might want to check if that's the problem.