[jboss-user] [JBoss.NET] - Re: JBOSS 4.0.5 with Axis 2

2007-04-06 Thread biroj
Hi, it is very easy since AXIS2.war can be deployed in the embedded Tomcat of JBoss as it would be a standalone Tomcat. Of course I hope you do not expect from this AXIS2 to work as e.g. JAX-WS or JAX-RPC implementation for EJBs... it won't work, but work as just a simple AXIS2 in a Tomcat and

[jboss-user] [JBossWS] - BUG: MTOM with JBossWS 1.2.0SP1 server and Axis2 client

2007-03-27 Thread biroj
Hi, I have a possible bug report: JBoss AS 4.0.5 JBossWS 1.2.0 SP1 EJB3 Axis2 client with MTOM enabled I exposed an EJB3 exactly as it is described in JBossWS Guide as WS (with MTOM enabled) Endpoint: | @Remote | @WebService(targetNamespace = http://org.jboss.ws/xop/doclit;) |

[jboss-user] [JBossWS] - Re: BUG: MTOM with JBossWS 1.2.0SP1 server and Axis2 client

2007-03-27 Thread biroj
I tried with SoapUI client, In this case JBossWS does not drop an exception, but the transmitted file has filesize 0 if I enable MTOM enabled in SoapUI request View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4032225#4032225 Reply to the post :

[jboss-user] [JBossWS] - Re: BUG: MTOM with JBossWS 1.2.0SP1 server and Axis2 client

2007-03-27 Thread biroj
Using SoapUI as client I collected the following trace at JBossWS side: | 2007-03-28 00:17:59,296 DEBUG [org.jboss.ws.core.server.ServiceEndpoint] BEGIN handleRequest: jboss.ws:context=ETI-ETI_Framework,endpoint=ETI_ReceiverBean | 2007-03-28 00:17:59,296 DEBUG

[jboss-user] [JBossWS] - Re: @WebServiceRef jbossws 1.2.0.GA

2007-03-26 Thread biroj
Hi, You proposed to use the JAX-WS API to create a service, but do you know how to specify a relative path to e.g. META-INF/wsdl/x.wsdl ? I tried the file:/./META-INF/wsdl/x.wsdl file:/META-INF/wsdl/x.wsdl file:./META-INF/wsdl/x.wsdl file:META-INF/wsdl/x.wsdl

[jboss-user] [JBossWS] - MTOM/SwA enabled file transfer

2007-03-26 Thread biroj
Hi, My configuration is: JBossAS 4.0.5 JBossWS 1.2.0GA EJB3 shipped with JBossAS 4.0.5 I've tried to publish an EJB3 WS (using contract-first model) with MTOM enabled file transfer as it is proposed by the JBossWS guideline. I compiled the WSDL with wsconsume as appropriate and added the

[jboss-user] [JBossWS] - EJB3 endpoint with predefined WSDL contract

2006-11-30 Thread biroj
Hi, Dev. environment: JBoss AS 4.0.4 GA with the bundled JBossWS (1.0.0) JRE 1.5.0_9 Windows XP SP2 We use EJB3. Our problem is would be the following: We have a predefined WSDL contract (for test purposes we used a redically simplified one which contains only one operation called

[jboss-user] [JBossWS] - Re: EJB3 endpoint with predefined WSDL contract

2006-11-30 Thread biroj
Hi, Thanks a lot, but Could you post me a working example? Thanks a lot in advance, Bye, Janos View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3990113#3990113 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3990113

[jboss-user] [Messaging, JMS JBossMQ] - Re: Topic/QueueRequestor does not respond

2006-10-11 Thread biroj
I guess everybody knows the answer It is why nobody replied... but for noobs like me I'd reveal the answer: connection.start(); Bye, Janos View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977447#3977447 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Topic/QueueRequestor does not respond

2006-10-09 Thread biroj
Hi all, I'm not completely sure that it is new problem, but I've not found the solution yet in JBoss forum... I'm using a stateless session bean which uses TopicRequestor.request to publish a message into a Topic and wait for the response. The subscriber of the target topic is a simple MDB.