I fixed this issue. The problem was that, my URL contained query parameters. When I
removed them, the request started coming in to JBoss.
I guess the reasoning is that, if I have query parameters JBoss treats that as a GET
request; otherwise it treats that as a POST request.
Seems like Weblogic doesn't care.
Anyway, thought I should share this info. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961156#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...