So you did not create the classes defining the XML structure from an XMl
schema using xjc?

You might get around this by adding, to each package where one of those
files is located, a file called jaxb.index containing a newline separated
list of class names relative to the very same containing package. So, if you
have a class a.b.c.Doo, the jaxb.index in a.b.c contains a line "Foo". See
the javadoc for javax.xml.bind.JAXBContext.

Try to marshal your object locally by creating a JAXBContext, a Marshaller
from it, and marshal to System.out.

-W



On 6 August 2011 00:13, kkelleyjr <[email protected]> wrote:

> Thank you for the response... Unfortunately, I have read this and still
> kinda
> lost on what any of that means... Is there an example with drools that I
> can
> look at to help me see this a little better?
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Insert-a-fact-into-drools-server-from-a-web-application-or-java-application-tp3214229p3229963.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

Reply via email to