[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 NullPointerException. I been told 
to use EncodeURL method to encode the action, but it is inconsistent. Sometime 
it works, sometimes it doesn't.

   Please advise how this situation happened?

   Thank you.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067814
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047868#4047868

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047868
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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:

  http://ws.search.ds.mymcsb.com/jaws"; 
xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:tns="http://ws.search.ds.mymcsb.com/jaws"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
- 
- http://ws.search.ds.mymcsb.com/jaws"; 
xmlns="http://www.w3.org/2001/XMLSchema"; 
xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:tns="http://ws.search.ds.mymcsb.com/jaws"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
- 
- 
   
  
  
  
  
- 
   
  
- 
   
  
- 
- 
   
   
  
  
- 
  http://schemas.xmlsoap.org/soap/http"; /> 
- 
   
- 
  http://ws.search.ds.mymcsb.com/jaws"; use="literal" /> 
  
- 
  http://ws.search.ds.mymcsb.com/jaws"; use="literal" /> 
  
  
  
- 
- 
  http://wmyeoh:8080/beans/SearchEJB"; /> 
  
  
  



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047866
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047864#4047864

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047864
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 configuration 
that I need to do?

   Thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046687
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 
guide me through this.

   Thank you.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040858
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 let me know your msn username so I can add into my list if you don't 
mind.

   Thanks

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040509
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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:

  













   I'm using eclipse JBoss IDE to develop the project and deploy in JBoss AS. I 
implement in EJB3.0.

   Is there any examples that I can refer to, in order to develop the web 
service in EJB3.0?

   Thanks



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038718
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-04-16 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 will come from AS jboss 
to index/search server and response back to AS jboss. Therefore, I choose to 
use jboss web service. Unfortunately, I'm really not to sure how to develop a 
web service and interact between 2 servers, and how the wsdl is generated 
through build.xml?

Is anyone can guide me on how to build the web service or any examples or 
good tutorials that I can go through. Thank you.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037835
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user