Re: [Axis2]Renewing Guththila

2006-09-08 Thread Dinesh Premalal
Hi, Please my comments inlineOn 7/25/06, Dinesh Premalal [EMAIL PROTECTED] wrote: Hi devs, Hope to do following modifications to guththila code in order to minimize memory leaks and enhance the performance of guththila xml parser.guththila_reader 1.Replace

Re: [Axis2] Change function prefix of guththila

2006-09-08 Thread Dinesh Premalal
Hi, I have changed guththila_xml_pull_parser_ prefix to guththila_. and guththila_xml_pull_parser.h to guththila.hIf you have any comments we will appreciate it. thanks,DineshOn 8/8/06, Samisa Abeysinghe [EMAIL PROTECTED] wrote: Dinesh Premalal wrote:Hi, I would like to suggest to change guththila

[jira] Commented: (AXIS2-1120) Phases concept is too confusing - please change for v1.1

2006-09-08 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1120?page=comments#action_12433341 ] Deepal Jayasinghe commented on AXIS2-1120: -- Well , your first option was there in Axis2 in the initial stage , and when service specific module try to

[jira] Closed: (AXIS2-1123) do you know that

2006-09-08 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1123?page=all ] Deepal Jayasinghe closed AXIS2-1123. Resolution: Won't Fix do you know that Key: AXIS2-1123 URL:

[jira] Assigned: (AXIS2-1122) service?wsdl returns error in conjunction with the startUp() method

2006-09-08 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1122?page=all ] Deepal Jayasinghe reassigned AXIS2-1122: Assignee: Deepal Jayasinghe service?wsdl returns error in conjunction with the startUp() method

[jira] Resolved: (AXIS2-1113) If callObjec.invokeOneWay() is being used for a huge data transfer, client side system is encountering Socket create exception

2006-09-08 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1113?page=all ] Deepal Jayasinghe resolved AXIS2-1113. -- Resolution: Fixed I think this is an Axis 1.x bug , so I am closing the isssue. please re-open , if this is an Axis2 bug If

about the reveiver in the services.xml

2006-09-08 Thread David Xu
Hello, I meet a problem as the following: In the server side, the public method is like OMElement autoupdate(String a, String b). so what should be the receiver in the service.xml file? org.apache.axis2.receivers.RawXMLINOutMessageReceiver (I got the org.apache.axis2.AxisFault:

Re: about the reveiver in the services.xml

2006-09-08 Thread Deepal Jayasinghe
Hi David; I wrote my service impl class as shown blow; public class MyService { public OMElement echo(String a, String b) throws MyException { OMFactory fac = OMAbstractFactory.getOMFactory(); OMNamespace omNs = fac.createOMNamespace(http://ws.apache.org/axis2/xsd;, ns1);

[jira] Created: (AXIS2-1124) Axis servlet throws null pointer when SOAPAction is

2006-09-08 Thread Todd Doolittle (JIRA)
Axis servlet throws null pointer when SOAPAction is -- Key: AXIS2-1124 URL: http://issues.apache.org/jira/browse/AXIS2-1124 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug

[jira] Created: (AXIS2-1125) Compilation error from WSDL2Java on a complex type with two base64binary elements

2006-09-08 Thread Blaise Thomson (JIRA)
Compilation error from WSDL2Java on a complex type with two base64binary elements - Key: AXIS2-1125 URL: http://issues.apache.org/jira/browse/AXIS2-1125 Project: Apache

Re: DIME support in Axis 2

2006-09-08 Thread Davanum Srinivas
Did you get a chance to look at the dime classes under attachments package in Axis1? thanks, dims On 9/7/06, Brad O'Hearne [EMAIL PROTECTED] wrote: Hello, Due to a brief discussion on the user's list, where I was told that though DIME support had not been added (yet) to Axis 2, it shouldn't

[jira] Created: (AXIS2-1126) Compile error in the 'Nightly Builds'

2006-09-08 Thread Evanthika Amarasiri (JIRA)
Compile error in the 'Nightly Builds' - Key: AXIS2-1126 URL: http://issues.apache.org/jira/browse/AXIS2-1126 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Environment: Windows XP

[jira] Updated: (AXIS2-1126) Compile error in the 'Nightly Builds'

2006-09-08 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1126?page=all ] Deepal Jayasinghe updated AXIS2-1126: - Priority: Blocker (was: Major) Compile error in the 'Nightly Builds' - Key: AXIS2-1126

Re: [Axis2] An approach for clustering Axis2

2006-09-08 Thread Rajith Attapattu
Hi All,As Chamikara pointed out we have left the proposal for about a week now for any comments/concerns.I guess people are happy so far with the proposal.Shall we move on to the implementation stage? Filip could you please have a look and let us know your ideas?Regards,RajithOn 8/25/06, Rajith

Re: [Axis2] An approach for clustering Axis2

2006-09-08 Thread Filip Hanik - Dev Lists
it all looks kosher to me. the logic that you are talking about is axis invocation logic. in tomcat for example, we intercept the request with a valve, and after the request is complete, we simple check to see if the session was updated, and then notify the replicated map to flush out the

Re: [Axis2] An approach for clustering Axis2

2006-09-08 Thread Rajith Attapattu
Filip,Thank you for picking up the baton. Can u please provide a list of resources that people should be looking at if they are to use Tribes?like where to download, documentation ...etc?Chamikar and Chathura (and everybody else interested)... shall we get started on the impl? We can each choose

Re: [Axis2] An approach for clustering Axis2

2006-09-08 Thread Filip Hanik - Dev Lists
Sure, resources can be found at: A brief introduction http://people.apache.org/~fhanik/tribes/docs/introduction.html http://people.apache.org/%7Efhanik/tribes/docs/introduction.html Simple summary http://people.apache.org/~fhanik/tribes/javadoc/org/apache/catalina/trib

[jira] Created: (AXIS-2557) WSDL2Java producing different java classes for Axis1.2 and Axis1.2

2006-09-08 Thread Manil Maskey (JIRA)
WSDL2Java producing different java classes for Axis1.2 and Axis1.2 -- Key: AXIS-2557 URL: http://issues.apache.org/jira/browse/AXIS-2557 Project: Apache Axis Issue Type: Bug

RE: about the reveiver in the services.xml

2006-09-08 Thread David Xu
Hi Deepal, Thanks for your reply. I print the responsed OMElement and found it is not empty, and all the respected element are there. But the reason why I did not get the element from the OMElement is because the OMElement is a bad one, it looks like this: ns:autoUpdateResponse

[Axis2]Cannot deploy rampart and sandesha2 with the current Axis2

2006-09-08 Thread Rajith Attapattu
I used the rampart-SNAPSHOT.mar build from source (heade revision) And Sandesha2 from http://ws.apache.org/sandesha/sandesha2/download.cgi There don't seem to be any exceptions, but deployment goes wrong and axis2 doesn't seem to start properly. the addessing module and the soap monitor

[Axis2] Build failing

2006-09-08 Thread Bill Nagy
I just pulled from Subversion, did a full build (maven clean; maven), and found that some of the codegen tests are failing: Testsuite: org.apache.axis2.wsdl.codegen.extension.SchemaUnwrapperExtensionTest Tests run: 4, Failures: 0, Errors: 4, Time elapsed: 0.397 sec Testcase:

Re: [Axis2]Cannot deploy rampart with current Axis2

2006-09-08 Thread Rajith Attapattu
Ok my bad about the logs... I found the exceptions for both modules For Rampart it's missing some of the rahas classes. So as a temporary messure when I copied the axis2-rahas-SANPSHOT,jar in WEB-INF/lib the module loaded sucessfully. I will open a JIRA. SEVERE:

Re: [Axis2]Cannot deploy sandesha2 with the current Axis2

2006-09-08 Thread Rajith Attapattu
for sandesha 2 it's refering to class in apache neethi which does not seem to exist anymore. Again I will open a JIRA. SEVERE: StandardWrapper.Throwablejava.lang.NoClassDefFoundError: org/apache/ws/policy/XorCompositeAssertionat

[jira] Created: (AXIS2-1127) Cannot deploy rampart-SANPSHOT.mar due to unresolved dependencies

2006-09-08 Thread Rajith Attapattu (JIRA)
Cannot deploy rampart-SANPSHOT.mar due to unresolved dependencies - Key: AXIS2-1127 URL: http://issues.apache.org/jira/browse/AXIS2-1127 Project: Apache Axis 2.0 (Axis2) Issue

[jira] Commented: (AXIS2-1111) Add Maven 2 Plugins

2006-09-08 Thread John Pfeifer (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-?page=comments#action_12433480 ] John Pfeifer commented on AXIS2-: - Jochen, Excellent job! I stumbled over this plugin today and was almost ready to write one myself. I just used the

Re: [VOTE] Axis2 next release (Axis2 1.1)

2006-09-08 Thread Srinath Perera
+1 for 1.1 .. I agree with Anne Thanks Srinath On 9/5/06, Rajith Attapattu [EMAIL PROTECTED] wrote: +1 for 1.1 -Rajith On 9/5/06, Davanum Srinivas [EMAIL PROTECTED] wrote: agreed. let's stick to 1.1 i change my vote to 1.1. -- dims On 9/5/06, Anne Thomas Manes [EMAIL PROTECTED] wrote:

[jira] Created: (AXIS2-1128) Layout of axis2/modules/tool

2006-09-08 Thread Jochen Wiedmann (JIRA)
Layout of axis2/modules/tool Key: AXIS2-1128 URL: http://issues.apache.org/jira/browse/AXIS2-1128 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: Tools Reporter: Jochen

[jira] Commented: (AXIS2-1128) Layout of axis2/modules/tool

2006-09-08 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1128?page=comments#action_12433523 ] Davanum Srinivas commented on AXIS2-1128: - Jochen, Am looking at breaking up general. Got stuck because there does not seem a way to build eclipse plugin

Re: [Axis2] Build failing

2006-09-08 Thread Davanum Srinivas
Please cleanup your old Xmlschema jar from your maven repo... On 9/8/06, Bill Nagy [EMAIL PROTECTED] wrote: I just pulled from Subversion, did a full build (maven clean; maven), and found that some of the codegen tests are failing: Testsuite:

[jira] Created: (AXIS2-1129) Doubled wrapper elements around XMLBeans-generated XML

2006-09-08 Thread Derek Foster (JIRA)
Doubled wrapper elements around XMLBeans-generated XML -- Key: AXIS2-1129 URL: http://issues.apache.org/jira/browse/AXIS2-1129 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug

[jira] Updated: (AXIS2-1129) Doubled wrapper elements around XMLBeans-generated XML

2006-09-08 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1129?page=all ] Davanum Srinivas updated AXIS2-1129: Priority: Blocker (was: Critical) Doubled wrapper elements around XMLBeans-generated XML --

Re: [VOTE] Axis2 next release (Axis2 1.1)

2006-09-08 Thread Chamikara Jayalath
+1 for 1.1ChamikaraOn 9/9/06, Srinath Perera [EMAIL PROTECTED] wrote: +1 for 1.1 .. I agree with AnneThanksSrinathOn 9/5/06, Rajith Attapattu [EMAIL PROTECTED] wrote: +1 for 1.1 -Rajith On 9/5/06, Davanum Srinivas [EMAIL PROTECTED] wrote: agreed. let's stick to 1.1 i change my vote to 1.1. --

Re: [Axis2]Cannot deploy sandesha2 with the current Axis2

2006-09-08 Thread Chamikara Jayalath
Hi Rajith,I assume ur trying to use Sandesha 1.0 with the latest Axis2 snapshot. Sandesha2 1.0 was compatible with Axis2 1.0. But due to a refactoring that happened in Neethi sometime back (XorCompositeAssertion to ExactlyOne etc.) Sandesha2 1.0 will not work with a latest Axis2 SNAPSHOT.So you