Re: Axis dies after I add support for ActiveMQ JMS Broker

2010-07-16 Thread Andreas Veithen
The documentation applies to Axis2 1.2 and is completely outdated. Please have a look at the following page for recent documentation about the JMS transport: http://ws.apache.org/commons/transport/ Andreas On Fri, Jul 16, 2010 at 10:09, dcausevic wrote: > > I am running axis2 version 1.5.1 on m

Re: block method from service.xml

2010-07-16 Thread robert lazarski
On Fri, Jul 16, 2010 at 1:23 PM, haipeng du wrote: > I have one java service class to handle webservice call. And there are some > methods I do not want to expose. How could I modify service.xml to block > these methods? > Thanks a lot. > Google on excludeOperations in services.xml , its in the d

Re: block method from service.xml

2010-07-16 Thread Charles Galpin
Hi Haipeng. You can use the following import javax.jws.WebMethod; … @WebMethod(exclude=true) void someMethodYouWantToExclude() hth charles On Jul 16, 2010, at 12:23 PM, haipeng du wrote: > I have one java service class to handle webservice call. And there are some > methods I do not want to

block method from service.xml

2010-07-16 Thread haipeng du
I have one java service class to handle webservice call. And there are some methods I do not want to expose. How could I modify service.xml to block these methods? Thanks a lot. -- Haipeng Du Salt Lake City

Re: Axis dies after I add support for ActiveMQ JMS Broker

2010-07-16 Thread dcausevic
Okay I got the error log with "bin/axis2server.sh >>/var/log/axis2.log 2>&1", and here it is: [INFO] [SimpleAxisServer] Starting [INFO] [SimpleAxisServer] Using the Axis2 Repository/opt/tools/axis/axis2-1.5.1/repository [SimpleAxisServer] Using the Axis2 Repository/opt/tools/axis/axis2-1.5.1/repo

Axis dies after I add support for ActiveMQ JMS Broker

2010-07-16 Thread dcausevic
I am running axis2 version 1.5.1 on my ubuntu 9.04 box. I have a service that needs to connect to ActiveMQ message broker which is also running on the same box. I read instructions on how to do this at http://ws.apache.org/axis2/1_2/jms-transport.html but when I add recommened code to my $AXIS2_HO