On 20 October 2011 11:58, DerLonG <[email protected]> wrote: > I imported the class in my DRL with the following lines: > import de.test.xml.KundenEntscheidung; > global KundenEntscheidung dieKundenEntscheidung; > > But i can't use it in a simple hand coded DRL :( ... >
If you can't import it with a DRL import, it's either misspelled or not in the classpath. > > How can i generate the DRL from the class file? > What do you mean? DRL is never generated from a (do you mean: Java?) class file. -W > > > > -- > View this message in context: > http://drools.46999.n3.nabble.com/Problem-in-adding-a-Class-to-PKG-tp3437199p3437229.html > Sent from the Drools: User forum mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users >
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
