[jboss-user] [JBoss Web Services Users] - How to recieve RPC/encoded SOAP messages in JBoss5?

2009-12-07 Thread shadowcreeper
For legacy clients which refuse to drop rpc/encoded SOAP format, what can we use to get their messages in JBoss5? We would love for them to switch over to document/literal (or even rpc/literal) but big companies are extremely reluctant to (read: never will) change. :( Thanks. -Shadow [initiall

[jboss-user] [JBoss Web Services Users] - How to run a Filter before the WebService to alter the SOAP

2009-12-08 Thread shadowcreeper
Would somebody please give me some pointers on how to setup an XML translation filter on POST? The idea is for the JBossWS stuff to see my translated XML to create its message from so the filter must run before the @WebService servlet. I am trying to get the JBossWS stuff to read RPC/encoded SO

[jboss-user] [JBoss Web Services Users] - Re: How to recieve RPC/encoded SOAP messages in JBoss5?

2009-12-09 Thread shadowcreeper
OK, here's what seems to be working for me... It's a horrible hack, but it works... First, take your WSDL file and turn it into RPC/literal (for me it was as easy as replacing the word "encoded" with "literal"). Next, setup your JBossWS stuff as though you will be receiving RPC/literal documen

[jboss-user] [JBoss Web Services Users] - Re: How to run a Filter before the WebService to alter the S

2009-12-09 Thread shadowcreeper
Never mind, it was easier than I thought. The servlet doesn't do anything until after the filters run, so all you have to do is pass in a modified ServletRequest to the next filter on the chain. The trickiest part is faking an HttpServletRequest with the modified String as the ServletInputStrea

[jboss-user] [JBoss Web Services Users] - Re: JBOSSWS Webservice Error in UNIX

2009-12-10 Thread shadowcreeper
Nope, I'm using Linux 2.6.28-13-generic (Ubuntu 9.4) with java-6-sun-1.6.0.16 (the latest Java6 package) and JBoss 5.1.0.GA. It all works fine for me. I am, however, also using the JBossWS that was bundled with JBoss 5.1.0.GA (I never did the upgraded JBossWS install that all the guides tell you

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How to remove caching of JSP pages?

2009-04-28 Thread shadowcreeper
How do I keep JBoss/Tomcat from caching JSP pages? When I deploy in JBoss, everything works fine. But when I recompile and redeploy, any changes to Java classes are immediately seen, while changes to JSP pages are ignored. This is not a browser caching problem nor is it an IDE caching problem.

[jboss-user] [Clustering/JBoss] - NullPointerException with invoker-interceptor-binding

2009-05-06 Thread shadowcreeper
When I include a jboss.xml file in my ejb.jar's META-INF directory which has invoker-interceptor-bindings, it always throws NullPointerException in Class.forName0(String). Please help. Using JBoss 5.1.0CR1. If I remove the invoker bindings all deploys fine. jboss.xml file: | |