Thank yoy for the tip, but this only works for the first session bean. If i 
have several session beans with the first part of the uri the same in all 
beans, only the last bean is visible.
Example:


  |       ....
  |       <ejb-name>SecurityBean</ejb-name>
  |       <port-component>
  |         <port-component-name>SecurityService</port-component-name>
  |         <port-component-uri>/ws/secutity/*</port-component-uri>
  |       </port-component>
  |       ...
  | 

and 


  |       ....
  |       <ejb-name>TrackingBean</ejb-name>
  |       <port-component>
  |         <port-component-name>TrackingService</port-component-name>
  |         <port-component-uri>/ws/tracking/*</port-component-uri>
  |       </port-component>
  |       ...
  | 

only the last deployed webservice is possible to use. The first service is 
deployed, but gives an error on invocation.

/Börje



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909067


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to