[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 17:08:39 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/552632#552632

--------------------------------------------------------------
I ran into many runtime problems with Jersey 1.3 in most of my http-based services (have many). 

Likely due to conflicting httpclient.

I use maven, here are my dependancies:Note: I used the SOA-P 5.X supplied httpclient.
<dependency



     <groupId>${jboss.groupid}</groupId 


     <artifactId>commons-httpclient</artifactId 


     <version>${jboss.as}</version 


     <scope>provided</scope 


</dependency>


<!-- jersey 1.2 --> <dependency>       <artifactId>asm</artifactId>     <groupId>asm</groupId>     <version>3.1</version>     </dependency> 
<dependency>     <groupId>org.codehaus.jackson</groupId>     <artifactId>jackson</artifactId>     <version>1.1.1</version></dependency>
<dependency>     <groupId>org.codehaus.jettison</groupId>     <artifactId>jettison</artifactId>     <version>1.1</version></dependency>
<dependency>     <groupId>javax.ws.rs</groupId>     <artifactId>jsr311-api</artifactId>     <version>1.1</version></dependency>
<dependency>     <groupId>jersey</groupId>     <artifactId>jersey-apache-client</artifactId>     <version>1.2</version></dependency> 
<dependency>     <groupId>jersey</groupId>       <artifactId>jersey-client</artifactId>     <version>1.2</version></dependency>
<dependency>     <groupId>jersey</groupId>     <artifactId>jersey-core</artifactId>     <version>1.2</version></dependency>







































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

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

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/78385da6/attachment.html 


More information about the jboss-dev-forums mailing list