With jboss-4.0.3SP1 & jboss-4.0.4RC1 i have used this in the init method to get 
the url used to call my servlet style web service endpoint... 


  | public void init(Object p_context) throws ServiceException
  | {
  |   ServletEndpointContext l_jaxrpcContext = 
(ServletEndpointContext)p_context;
  | 
  |   MessageContext l_messageContext = l_jaxrpcContext.getMessageContext();
  | 
  |   String l_strTransportUrl = 
(String)l_messageContext.getProperty("transport.url");
  | }
  | 

However i have just tried the same thing with jboss-4.0.4.CR2 and the 
transport.url property does not seem to exist. 

Is there a new way i can find out the transport.url with jboss-4.0.4.CR2 or 
will the old way be added back in for the next release? 


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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to