Hello, I have a problem that I need help on. I have a simple drools application that exposes a business method that takes in parameters and returns a value after invoking a some rules expressed as .drl files.
When I execute a junit test case for the above business method, I get the expected values but if I put the relevant business class in a web container (I tried Jetty supplied with GWT 1.7.1) and pass the params received from a GWT app and call the same business method from the remote service implementing class, the return values at the server side from the drl rules file are null. It appeared as if the rules hadn't fired at all. I have had no errors with respect to finding the relevant classes/rule files as I have made sure that the correct files (Drools binaries, .drl files) are available at the runtime classpath while testing this in the hosted mode. I can share the source code if you think that will help, but just wanted to throw up this scenario to check if there's something too obvious that I am missing with respect to setting up drools with GWT. My config: Eclipse Helios running on Win XP. GWT 1.7.1. many thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
