Help on error: faultString: org.xml.sax.SAXParseException: Premature end of file.

2005-02-04 Thread tom chen
I am using axis to return a bean object. But I get the following error == AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: org.xml.sax.SAXParseException: Premature end of file. faultActor: faultNode: faultDetail:

Re: Axis Application scope and MBean

2005-02-03 Thread tom chen
I have problem with scope and object state. It seems to me that the object never keep its state. why? please let me know if you get answer. Thank you.A Szena [EMAIL PROTECTED] wrote: Hi All,I am creating a web service from an existing MBean that I run underJBoss 4.0. When JBoss starts up, it

Re: question on service object state on application/session scoped service

2005-02-03 Thread tom chen
Can someone answer it please. Thank you.tom chen [EMAIL PROTECTED] wrote: Hello All, I publishedan application scoped.service. why does the service object not keep the object's state. There is only one object created? as class AService{ private int lastValue=0; public void setLastValue(int

question on service object state on application/session scoped service

2005-02-02 Thread tom chen
Hello All, I publishedan application scoped.service. why does the service object not keep the object's state. There is only one object created? as class AService{ private int lastValue=0; public void setLastValue(int v){ lastValue=v; } public int getLastValue(){ return lastValue; } }

Please!!! help me on this exception

2005-01-11 Thread tom chen
Hello All, I am trying to setup axis in tomcat 5.5.4 with java 5.0. I got an Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient. I do not know what is wrong. Please help me! Thank you very much! --tom ===

RE: help on running AdminClient

2005-01-10 Thread tom chen
reduced that workload to 10%.” Network World, 8/9/04 “Imprivata Quells Management Burdens” CRN, 8/9/04 From: tom chen [mailto:[EMAIL PROTECTED] Sent: Sunday, January 09, 2005 11:09 PMTo: [EMAIL PROTECTED]Cc: [EMAIL PROTECTED]Subject: help on running AdminClient Hello All, I am trying

help on running AdminClient

2005-01-09 Thread tom chen
Hello All, I am trying to setup axis in tomcat 5.5.4 with java 5.0. I got an Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/client/AdminClient. I do not know what is wrong. Please help! Thank you very much! --tom ===