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 Com

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

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 Re

[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: DIME support in Axis 2

2006-09-08 Thread Brad O'Hearne
As of yet, no. If that would be the best way to proceed, I will. But as I need to move quickly, and first assess whether adding DIME support to Axis 2 is something I can take on, and second, if so, to go ahead and complete it, what would really help is just a few bullet points on what needs

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 Att

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 change

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 an

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 Simple summary http://people.apache.org/~fhanik/tribes/javadoc/org/apache/catalina/trib

[jira] Assigned: (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 reassigned AXIS2-1126: Assignee: Deepal Jayasinghe > Compile error in the 'Nightly Builds' > - > > Key: AXIS2-1126

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

2006-09-08 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1124?page=all ] Deepal Jayasinghe reassigned AXIS2-1124: Assignee: Deepal Jayasinghe > Axis servlet throws null pointer when SOAPAction is "" > -- >

[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: http:///xsd";>yes It is because of the

[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: testScenarioOne(org.a

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: StandardWrapper.Throwablejava.la

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/XorCompositeAssertion at org.apache.sandesha2.policy.RMPolicyProcessor.processPolicy(RMPolic

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

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

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 PROTECTE

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

[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: org.apache.axis2.wsdl.codegen.extension.SchemaUnwr

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

[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

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 wi