You were correct, I had to define the local interface to use, not the interface of the server side... Thanks for the reply.
Type: Posts; User: codySpringMan; Keyword(s):
You were correct, I had to define the local interface to use, not the interface of the server side... Thanks for the reply.
Thanks,
I had a different exception, but this thread helped none the less.
I appreciate your reply...
Hello,
I am getting a similar exception to this with my configuration. How did you solve this?
/*** Bump ***/
Any advice is appreciated...
Hello all,
I have a web service exposed and I am able to access the wsdl.
I have tried to follow the guidelines as they're listed here: ...
Fiouz,
Thank you for you help in this matter. However I am still confused as to how this configuration can be used in a J2EE environment. It seems that this configuration can only be used by...
Do you know where I can find a sample packageBuilderConfiguration to reference?
How is it optional? I thought it was mandatory for Drools.
Excellent,
Thank you for the clarification.
I will attempt to use this config. for my needs.
I will keep you updated.
Thanks again!!
So you are able to execute rules even though the ruleServiceProvider has NULL arguments?
Where are your .drl files located?
Thank you for the reply.
Hello again,
I would appreciate any feedback. I have tried many variations but I am still unsuccessful.
Any reply is appreciated... :confused:
Hey all,
I am a newbie to jsr94 and I'm looking for resources. Specifically related to drools integration using the drools-brms. I have downloaded the latest version of spring-modules (0.9) and I...
@wootenator,
I was hoping that you might be able to aid me in finding examples of the jsr94 spring module being put to use.
Do you have any sites that are good reference?
I am very new...
I have found the cause to the redirect problem, however, I have other issues I would like to discuss regarding building html formated code within an action bean and exporting it into a corresponding...
Thanks Rossen,
I've changed my container to the 2.4 spec
I am using tomcat 5.5.17, with servlet spec 2.3, I keep getting this error:
javax.servlet.ServletException: Badly formatted flow execution key '${flowExecutionKey}', the expected format is...
Nevermind that,
I have found the reason that the syntax was unclear. I am reading through the reference manual of SWF.
Instead of using this declaration:
<!DOCTYPE webflow PUBLIC...
Thanks guys,
I have one more question to ask. I have decided to integrate SWF into my web app, however, when defining page flows I am unsure as to which dtd to reference. I have seen examples...
Can someone please guide me in determining whether it is necessary to use Spring web-flow in a Struts/Spring based web application?
I am in the process of learning Spring w/Struts (or Struts...