[jboss-user] [Tomcat, HTTPD, Servlets JSP] - session lost

2007-07-26 Thread spinergywmy
Hi, I deployed the application in JBoss AS in Linux platform. After I have login to the application, the information is display on the page, the problem happened after I click on the folder link, try to get in to see what is in the folder, the session some how die and throws

[jboss-user] [JBossWS] - org.jboss.ws.WSException: Cannot obtain java type mapping

2007-05-23 Thread spinergywmy
Hi, When I try to pass ArrayList as a result back to the client-server and I hit this org.jboss.ws.WSException: Cannot obtain java type mapping exception. What does this exception means and is it not possible to pass ArrayList as a result? Can anyone explain why? Thank you. View the

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: Cannot obtain java type mappin

2007-05-23 Thread spinergywmy
Hi, Just to add extra info, below are the wsdl and the exception is org.jboss.ws.WSException: Cannot obtain java type mapping for {http://ws.search.ds.mymcsb.com/jaws}ArrayList: definitions name=SearchRemoteService targetNamespace=http://ws.search.ds.mymcsb.com/jaws;

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: Cannot obtain java type mappin

2007-05-23 Thread spinergywmy
complexType name=ArrayList sequence element name=empty type=boolean / /sequence /complexType /schema /types This above codes are the part of the missing part when the 2nd time I posted. Sorry for the incovenience. View the original post :

[jboss-user] [JNDI/Naming/Network] - java.lang.ThreadLocal exception

2007-05-17 Thread spinergywmy
Hi, I'm implementing the project using RMI technology. The client-server try to get the results from the server, and the server throws this java.io.NotSerializableException: java.lang.ThreadLocal exception, and I have no idea how this happened. Can anyone help? Is there any others

[jboss-user] [JBossWS] - EJB3.0 Web Service

2007-04-26 Thread spinergywmy
Hi, Just wondering is there anyone succeeded develop web service in their project using Eclipse JBoss IDE tool? I went through some examples and tutorials but still struggling on my development on web service. Is anyone can help me on this, please. Really appreciate if someone can

[jboss-user] [JBossWS] - Develop web service using JBossIDE 2.0.0 Beta2

2007-04-25 Thread spinergywmy
Hi, Just wondering is anyone using the latest Eclipse with JBossIDE 2.0.0 Beta2 version to develop the project? If there is, can I consult how to develop cause I'm new to web service, or is there any example that I can refer to as step by step using the mentioned IDE tool. Please

[jboss-user] [JBossWS] - Generate WSDL

2007-04-18 Thread spinergywmy
Hi, I'm a newbie to web service. I'm having a problem while generating WSDL using wsgen within build.xml. The error message is could not find class file. What will be the possible reason? Below are the codes that I wrote:

[jboss-user] [EJB/JBoss] - Web service with EJB3.0

2007-04-17 Thread spinergywmy
Hi, I'm new to web service, and I'm using EJB3.0 to develop the project using eclipse jboss IDE tool. The propose project network architecture will have 3 server, one for apache web server, one jboss application server, and the last one will be treated as index/search server. The request