[jira] Moved: (AXIS-2805) NullpointerException in XMLEntityManager on running the invoke webservice from wsdl2java generated stubs with 1000 concurrent users

2009-09-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen moved AXIS2-4490 to AXIS-2805: -- Component/s: (was: rpc) Fix Version/s: (was: 1.5.1)

[jira] Created: (AXIS2-4490) NullpointerException in XMLEntityManager on running the invoke webservice from wsdl2java generated stubs with 1000 concurrent users

2009-09-06 Thread sathisha (JIRA)
NullpointerException in XMLEntityManager on running the invoke webservice from wsdl2java generated stubs with 1000 concurrent users --- Key: AXIS2-4490

[jira] Commented: (AXIS2-3797) "Unknown type can not serialize" Exception

2009-09-06 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752012#action_12752012 ] Amila Chinthaka Suriarachchi commented on AXIS2-3797: - First of all if

RE: AccessControlException from HttpClient - Causes ServiceClient instance to fail

2009-09-06 Thread Martin Gainty
that would be my suggestion // Here are permissions to connect to noaa.gov on Port 80 grant codeBase "file:${catalina.home}/webapps/examples/-" { permission java.net.SocketPermission "*.noaa.gov:80", "connect,resolve"; }; you'll need those same permissions (connect,resolve) to connect to

AccessControlException from HttpClient - Causes ServiceClient instance to fail

2009-09-06 Thread Yashwanth
Hi All: Have you used Axis2 web services on WebSphere with security turned on so you have to use was.policy file to grant the required permissions? If so you might be able to help. We have a Web Service (WS1) calling another WebService (WS2) using ServiceClient. However we get the following exc

[jira] Updated: (AXIS2-3797) "Unknown type can not serialize" Exception

2009-09-06 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-3797: --- Assignee: (was: Andreas Veithen) > My interpretation of any type is it has to map to an o

[jira] Commented: (AXIS2-4163) ServiceClient - finalize() method calls super.finalize() too early

2009-09-06 Thread Torben Riis (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751896#action_12751896 ] Torben Riis commented on AXIS2-4163: Hi, I think even this version of finalize is stil