[Axis2] Repo path for tcp and http servers are not compile time configurable

2007-10-06 Thread Samisa Abeysinghe
Repo path is only run time configurable. I think it is better to have it such that the repo location could be configured at run time as well. That makes it more flexible to use. Thanks, Samisa... -- Samisa Abeysinghe : WSO2 WSF/PHP

[jira] Assigned: (AXIS2C-703) Some of the axis2c samples fail with the TCP server

2007-10-06 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Premalal reassigned AXIS2C-703: -- Assignee: Dinesh Premalal Some of the axis2c samples fail with the TCP server

[jira] Commented: (AXIS2C-703) Some of the axis2c samples fail with the TCP server

2007-10-06 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532895 ] Dinesh Premalal commented on AXIS2C-703: BTW, mtom and echo_rest samples not suppose to work with tcp

[jira] Commented: (AXIS2C-703) Some of the axis2c samples fail with the TCP server

2007-10-06 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532894 ] Dinesh Premalal commented on AXIS2C-703: There is a small change that we need to done in the samples when

[jira] Resolved: (AXIS2C-703) Some of the axis2c samples fail with the TCP server

2007-10-06 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Premalal resolved AXIS2C-703. Resolution: Fixed Fix Version/s: Current (Nightly) I'm resolving this issue. Please

[jira] Assigned: (AXIS2C-702) No documents/guides available on how to run the tcp server

2007-10-06 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Premalal reassigned AXIS2C-702: -- Assignee: Dinesh Premalal No documents/guides available on how to run the tcp server

[jira] Commented: (AXIS2C-243) utils have dependancies on axis2 core when it comes to class loading

2007-10-06 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532901 ] Dinesh Premalal commented on AXIS2C-243: couldn't we move the class loading part under the deployment

[jira] Commented: (AXIS2C-531) Static deployment engine

2007-10-06 Thread Dinesh Premalal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532910 ] Dinesh Premalal commented on AXIS2C-531: any chances to get this done?? Didn't hear from the author long

problem with larger messages

2007-10-06 Thread Plamen Neykov
Hi All, when my payload exceeds some (unknown to me) size I'm getting the following error: [Sun Oct 7 00:41:39 2007] [error] libxml2_reader_wrapper.c(945) PCDATA invalid Char value 2 -- SEVERITY_ERROR [Sun Oct 7 00:41:39 2007] [error] libxml2_reader_wrapper.c(945) PCDATA invalid Char value

Re: how to deploy axis in websphere

2007-10-06 Thread Thilina Gunarathne
Hi, Are you referring to Axis2/Java or Axis2/C or Axis 1.x.. Axis2/Java and Axis1.x discussions happen in the mailing lists mentioned in the following page. http://ws.apache.org/axis2/mail-lists.html Following document explains how to deploy Axis2/java in websphere..

Re: Getting axis2 transport out from the kernel

2007-10-06 Thread Asankha C. Perera
manage the next release of Synapse (i.e. 1.1) the way things are using a few tricks like putting our copy of the transport in-front of the Axis2-kernel etc. at runtime. Why do you need trickery? The transports are coming out of axis2.xml .. why can you not simply put another transport in

Re: Getting axis2 transport out from the kernel

2007-10-06 Thread Srinath Perera
Hi Akanka; IMHO, depending on class loading order could lead to bugs (e.g. User might not know about it, and screw up), and should only use as the least resort. May be you should go to first option. Just My two cents. Thanks Srinath On 10/6/07, Asankha C. Perera [EMAIL PROTECTED] wrote:

Re: Getting axis2 transport out from the kernel

2007-10-06 Thread Ruwan Linton
If we are gonna rename the classes, I prefer changing the package name from axis2 to synapse rather than changing the class name (I mean the part without the package name) Thanks, Ruwan On 10/6/07, Srinath Perera [EMAIL PROTECTED] wrote: Hi Akanka; IMHO, depending on class loading order