So you did not create the classes defining the XML structure from an XMl schema using xjc?<br><br>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 &quot;Foo&quot;. See the javadoc for javax.xml.bind.JAXBContext.<br>
<br>Try to marshal your object locally by creating a JAXBContext, a Marshaller from it, and marshal to System.out.<br><br>-W<br><br><br><br><div class="gmail_quote">On 6 August 2011 00:13, kkelleyjr <span dir="ltr">&lt;<a href="mailto:karl.kelley.jr@gmail.com">karl.kelley.jr@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thank you for the response... Unfortunately, I have read this and still kinda<br>
lost on what any of that means... Is there an example with drools that I can<br>
look at to help me see this a little better?<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Insert-a-fact-into-drools-server-from-a-web-application-or-java-application-tp3214229p3229963.html" target="_blank">http://drools.46999.n3.nabble.com/Insert-a-fact-into-drools-server-from-a-web-application-or-java-application-tp3214229p3229963.html</a><br>

Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</font></blockquote></div><br>