Sorry, I'm not an eclipse user :)
If you are having troubles with BRMS, then you can contact Redhat's support
team, right? But again, the FileNotFoundException is because the file is
not being found where you are saying. Try to do a simple test using
this.getClass().getResourceAsStream("rules/ChangeSet.xml"); to see if it
also fails.Best Regards, XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Esteban Aliverti - Developer @ http://www.plugtree.com - Blog @ http://ilesteban.wordpress.com On Tue, Jan 3, 2012 at 7:49 PM, kachaps4u <[email protected]> wrote: > /Class path is defined and ChangeSet.xml is inside it. Below you can see my > classpath for the drools project. I found my ChangeSet.xml exists in rules > folder too. Please read my edited post before. I am trying to solve that > object instance error. Any reason why?/ > > <?xml version="1.0" encoding="UTF-8"?> > <classpath> > <classpathentry kind="src" path="src/main/java"/> > <classpathentry kind="src" path="src/main/rules"/> > <classpathentry kind="con" > path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > <classpathentry kind="con" path="DROOLS/Drools"/> > <classpathentry kind="output" path="bin"/> > </classpath> > > > -- > View this message in context: > http://drools.46999.n3.nabble.com/urlResource-applyChangeset-and-authentication-error-tp3629051p3629923.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
