[JBoss-user] [EJB 3.0] - Re: Timer problem

2006-05-03 Thread parallax
I am also experiencing the same problem. I am using JBOSS 4.0.3SP1-1, any ideas on the resolution. I have already tries bumping the TransactionTimeout for TransactionManagerService in jnoss-service.xml but it did not make a difference. View the original post :

[JBoss-user] [JBossWS] - Webservices wsdl issue

2005-08-19 Thread parallax
Hi, I generate the WSDL through wscompile. The wsdl that gets generated has an entry at the bottom. soap:address location=REPLACE_WITH_ACTUAL_URL/ According to the wiki the REPLACE_WITH_ACTUAL_URL is replace with the correct url (http://localhost:8080/ myWebService\wdbservice)

[JBoss-user] [JBossWS] - Re: webservice client error SAXException

2005-08-12 Thread parallax
Thanks, it works now. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3889693#3889693 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3889693 --- SF.Net email is Sponsored

[JBoss-user] [JBossWS] - data unmarshalling error

2005-08-10 Thread parallax
Hi, I have written a WS client as suggested in the wiki. When i run the client i get the following error. It looks like the parser is trying to validate jaxrpc-mapping.xml and complains about validation failures. The jaxrpc-mapping.xml is auto generated from wscompile and can't be wrong. Any

[JBoss-user] [JBossWS] - webservice client error SAXException

2005-08-05 Thread parallax
Hi, I have written a client (as described in the JBOSS WS tutorial) to call a method on the web service. When i run the client i get the following error: The wsdl and mapping file look fine. anonymous wrote : | 2005-08-05 08:57:59,681 WARN org.jboss.xml.binding.Unmarshaller[main] - SAX

[JBoss-user] [JBossWS] - No serializer found exception

2005-07-27 Thread parallax
Hi, I am encountering Serialization (i/o exception) when talking to the web service. I do not know why it can not find the serializer. The problem come when call 'getLoanMarketData' call. The stack trace, wsdl and mapping files are as follows. anonymous wrote : |

[JBoss-user] [JBossWS] - Re: No serializer found exception

2005-07-27 Thread parallax
I used wscompile to generate wsdl, wscompile does not support collection so i used Array instead, but it complains of not being able to find serializer. Any ideas on how to solve it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3886816#3886816 Reply to the

[JBoss-user] [JBossWS] - webservice.xml generation via wseedoclet task

2005-07-14 Thread parallax
Hi, I use the wseedoclet task to generate webservices.xml. The file is being generated but it has wrong information regarding the local on wsdl and mapping file. It prepends WEB-INF in front of the locations of these files. Here is my target: