Hi!
    I have been using JBoss WS4EE with JBoss 4.0.1. I have an EJB module, and I 
export some SessionBeans as Web Services. My application is packaged as an ear 
file. I have foo.ear which has bar.jar as one of its components (EJBs module). 
With jboss 4.0.1 , the URL to access my web services was 
http://.../foo/bar/Operation  (the URL includes the name of the ear plus the 
name of the jar file).

    Now I have migrated to JBoss 4.0.3, and the URL to access the web services 
has changed to http://.../bar/Operation (The name of the ear is no more 
included).

   Our problem is that this migration must be transparent to our client, so we 
need to maintain the URL http://.../foo/bar/Operation (ear name plus jar name). 
 How can I specify the URL to access my web services? On the application.xml? 
Somewhere else?


   Any help would really be appreciated.
   Thanks in advance.
   Best regards,
      Victor Batista


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053710#4053710

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053710
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to