Hi there,
I uploaded a domain model to a package on Guvnor
The imported objects contain jaxb objects from 2 different schemas
included in the package imports are
import uk.co.myapp.rules.ObjectFactory
import uk.co.myapp.rules.domain.policy.ObjectFactory
My rules objects use uk.co.myapp.rules.ObjectFactory but I am trying to
create a function which uses objects that use
uk.co.myapp.rules.domain.policy.ObjectFactory but the function fails to
compile
[calcAgeNext] [ calcAgeNext : Function Compilation error
calcAgeNext (line:-100): The import
uk.co.myapp.rules.domain.policy.ObjectFactory collides with another import
statement
]
Please assist, how can I fix this.
Thanks
Devan
--
View this message in context:
http://drools.46999.n3.nabble.com/Problem-with-ObjectFatory-for-jaxb-obje...
Sent from the Drools: User forum mailing list archive at
Nabble.com.