[jboss-dev-forums] [JBoss ESB Development] - httprouter issues with GET/POST WADL Services and Web Routing

Dave Siracusa do-not-reply at jboss.com
Wed Jul 14 07:54:05 EDT 2010


Dave Siracusa [http://community.jboss.org/people/davesiracusa] replied to the discussion

"httprouter issues with GET/POST WADL Services and Web Routing"

To view the discussion, visit: http://community.jboss.org/message/552511#552511

--------------------------------------------------------------
Delete logic/calls to processWADLDocRequest(), processWADLRequest(), processXSDRequest().
As far as what they did: 
 -  processWADLDocRequest - return HTML Doc based on WADL + XSL
 -  processWADLRequest - return patched WADL
 -  processXSDRequest - return XSDs embedded in the WADL

The process method will be called by default in an action class.
As far as configuration call JerseyClientSingleton.init as such:
+public void initialise() throws ActionLifecycleException {
     JerseyClientSingleton.init();
 }+
Also include jersey1.2 jars in the lib directory.

If you construct the http request the logic should figure things out.

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/552511#552511]

Start a new discussion in JBoss ESB Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2032]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100714/a89255b0/attachment.html 


More information about the jboss-dev-forums mailing list