[jira] Commented: (AXIS2-687) Exploded Configuration for services

2006-05-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-687?page=comments#action_12378368 ] Davanum Srinivas commented on AXIS2-687: We need some docs on how to embed it into a webapp and how to deploy your services using the axis2 java api (i.e. no service ja

[jira] Created: (AXIS2-687) Exploded Configuration for services

2006-05-07 Thread Davanum Srinivas (JIRA)
Exploded Configuration for services --- Key: AXIS2-687 URL: http://issues.apache.org/jira/browse/AXIS2-687 Project: Apache Axis 2.0 (Axis2) Type: Improvement Reporter: Davanum Srinivas One reason Dan (XFire) mentions why he thin

[jira] Commented: (AXIS2-661) WSDL2Java generates wrong build.xml when jaxme option is used

2006-05-07 Thread Sanjiva Weerawarana (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-661?page=comments#action_12378366 ] Sanjiva Weerawarana commented on AXIS2-661: --- This goes back to a comment I made about another data binding issue (sorry forget the number): we can't possibly have all

[jira] Commented: (AXIS2-647) "Unbound namespace URI" when generating code for ADB and using chained schema imports

2006-05-07 Thread Thilo Frotscher (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-647?page=comments#action_12378359 ] Thilo Frotscher commented on AXIS2-647: --- Hello Ajith, I tried this again with Axis2 1.0 final. The "Unbound namespace URI" exception is not thrown anymore, so this bug

Re: [axis2] stack comparisons

2006-05-07 Thread Sanjiva Weerawarana
On Sun, 2006-05-07 at 15:26 -0400, Dan Diephouse wrote: > I did some updates today. Let me know if you see something missing. Cool! Please also add: - easily embedded (we were in 0.9x so I can't imagine we're not anymore!) - easy to deploy POJOs .. we have that too! Thanks! Sanjiva.

[jira] Commented: (AXIS-2424) Java2WSDL and again WSDL2Java on the created wsdl modify the code irreversably

2006-05-07 Thread Dies Koper (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2424?page=comments#action_12378356 ] Dies Koper commented on AXIS-2424: -- I was referring to the Javabeans spec, section 8.8. It is always best to use meaningful names for your properties (and variables, methods,

[jira] Commented: (AXIS2-661) WSDL2Java generates wrong build.xml when jaxme option is used

2006-05-07 Thread Thilo Frotscher (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-661?page=comments#action_12378353 ] Thilo Frotscher commented on AXIS2-661: --- PS: The above issues apply to Axis2 1.0 final as well. > WSDL2Java generates wrong build.xml when jaxme option is used > --

[jira] Commented: (AXIS2-661) WSDL2Java generates wrong build.xml when jaxme option is used

2006-05-07 Thread Thilo Frotscher (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-661?page=comments#action_12378352 ] Thilo Frotscher commented on AXIS2-661: --- There's one more issue: in case of jaxme databinding it is not sufficient to deploy the aar file that was generated by the build

Re: stack comparison

2006-05-07 Thread Davanum Srinivas
Team, FYI, feedback from Dan and my reply. thanks, dims On 5/7/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: It's your page :) You set the rules...i have no problem which ever way you slice it. thanks, dims On 5/7/06, Dan Diephouse <[EMAIL PROTECTED]> wrote: > Dims, > I appreciate your ef

Re: [Axis2] Extending databinding code generation

2006-05-07 Thread Dennis Sosnoski
After looking at this in more detail my inclination is to extend the existing TypeMapping schema used by the code generation so that it can carry information for the data binding frameworks. Right now the type mapping goes from an element qname (which I believe is always the element referenced

Stack Comparison

2006-05-07 Thread Davanum Srinivas
Dan, Team, I've updated the wiki that Dan maintains: http://docs.codehaus.org/display/XFIRE/Stack+Comparison Please review and correct any mistakes and add anything that is missing as well. thanks, dims -- Davanum Srinivas : http://wso2.com/blogs/

[jira] Commented: (AXIS2-655) Generated Skeleton difficult to use

2006-05-07 Thread Dennis Sosnoski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-655?page=comments#action_12378348 ] Dennis Sosnoski commented on AXIS2-655: --- I agree that the current approach is very awkward. If you're using scripted builds (such as Ant) you can use text substitution on

Apache 1.3+ Question (possible bug)

2006-05-07 Thread Rajeev Gupta
Hi There, I am seeing this weird behavior with Axis 1.3 (and also Axis 1.4), where my client stubs are not generated correctly. I have the following complex type in my WSDL file:                                                            Axis is not generating IDUserProfile

[jira] Reopened: (AXIS2-665) WSDL2Java generated code does not run correctly

2006-05-07 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-665?page=all ] Davanum Srinivas reopened AXIS2-665: Need to check Tom's use case. -- dims > WSDL2Java generated code does not run correctly > --- > >

Re: [Axis2] Management system - persistent configuration

2006-05-07 Thread Davanum Srinivas
+1 to #1. Let's see how it works then decide on #2. thanks, dims On 5/7/06, Chathura Ekanayake <[EMAIL PROTECTED]> wrote: Hi, I am implementing a mechanism to make the axis2 configurations persistent after system restarts. This is done by exporting the whole configuration as an xml file and

Re: Is the client stub thread safe?

2006-05-07 Thread Davanum Srinivas
chuck, i don't think we are thread safe on the client stub. thanks, dims On 5/7/06, Chuck Williams <[EMAIL PROTECTED]> wrote: Hi All, We are getting occasional corrupted messages that appear to be caused by a race condition inside Axis2. We have client and server apps, both using Axis2 with

Re: [axis2] stack comparisons

2006-05-07 Thread Davanum Srinivas
Please add a check against JAXB 1.1 (via JaxMe) -- dims On 5/7/06, Dan Diephouse <[EMAIL PROTECTED]> wrote: I did some updates today. Let me know if you see something missing. - Dan Sanjiva Weerawarana wrote: > Hi Dan, > > Can you please update > > http://xfire.codehaus.org/Stack+Compar

Re: [axis2] stack comparisons

2006-05-07 Thread Dan Diephouse
I did some updates today. Let me know if you see something missing. - Dan Sanjiva Weerawarana wrote: Hi Dan, Can you please update http://xfire.codehaus.org/Stack+Comparison for the 1.0 release? Thanks! Sanjiva. -- Dan Diephouse Envoi Solutions http://envoisolutions.com ht

Is the client stub thread safe?

2006-05-07 Thread Chuck Williams
Hi All, We are getting occasional corrupted messages that appear to be caused by a race condition inside Axis2. We have client and server apps, both using Axis2 with built-in http transport and generated stub/skeleton with ADB data binding. The client is a Tomcat app + browser, while the server

[Axis2] Management system - persistent configuration

2006-05-07 Thread Chathura Ekanayake
  Hi,   I am implementing a mechanism to make the axis2 configurations persistent after system restarts.   This is done by exporting the whole configuration as an xml file and loading it after the restart. This can be done by two methods.   (1) A remote management application can retrieve the confi

[jira] Resolved: (AXIS2-662) JAR files for jaxme missing in axis2.war

2006-05-07 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-662?page=all ] Eran Chinthaka resolved AXIS2-662: -- Resolution: Invalid Concern of this issue is changed from what the name of this issue implies. Created a new JIRA (686) with the proper concern and cl

[jira] Created: (AXIS2-686) Documentation should be updated giving information on how to switch Data binding impls

2006-05-07 Thread Eran Chinthaka (JIRA)
Documentation should be updated giving information on how to switch Data binding impls -- Key: AXIS2-686 URL: http://issues.apache.org/jira/browse/AXIS2-686 Project: Apache Axis 2.0 (Axis2)

[jira] Commented: (AXIS2-679) Calling a service from within another service causes NPE

2006-05-07 Thread Ali Sadik Kumlali (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-679?page=comments#action_12378305 ] Ali Sadik Kumlali commented on AXIS2-679: - Oops! Second call has problem in either case. Here is the scenario again: --- -

[jira] Commented: (AXIS2-679) Calling a service from within another service causes NPE

2006-05-07 Thread Ali Sadik Kumlali (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-679?page=comments#action_12378303 ] Ali Sadik Kumlali commented on AXIS2-679: - After some more work, I've come to cancel my both assertions which say "NPE" and "there is no WSA and WSSE headers". I've no

[jira] Created: (AXIS2-685) Pretty-printed form of services.xml causes org.apache.axis2.AxisFault: Operation Not found EPR

2006-05-07 Thread Ali Sadik Kumlali (JIRA)
Pretty-printed form of services.xml causes org.apache.axis2.AxisFault: Operation Not found EPR -- Key: AXIS2-685 URL: http://issues.apache.org/jira/browse/AXIS2-685 Project: Apache A

[jira] Commented: (AXIS2-649) Databinding with XMLBeans shows values in soap message but getters return null

2006-05-07 Thread robert lazarski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-649?page=comments#action_12378291 ] robert lazarski commented on AXIS2-649: --- Forgot to mention, on the SimpleLoginDocument.java:153 , none of the arguments are null. > Databinding with XMLBeans shows valu

[jira] Commented: (AXIS2-649) Databinding with XMLBeans shows values in soap message but getters return null

2006-05-07 Thread robert lazarski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-649?page=comments#action_12378290 ] robert lazarski commented on AXIS2-649: --- Using the latest svn and my wsdl2java options as shown above, I've narrowed down the problem to be on the client side parsing the

[jira] Created: (AXIS2-684) fallback to use -ns2p if -p is unspecified

2006-05-07 Thread Kent Tong (JIRA)
fallback to use -ns2p if -p is unspecified -- Key: AXIS2-684 URL: http://issues.apache.org/jira/browse/AXIS2-684 Project: Apache Axis 2.0 (Axis2) Type: Improvement Components: Tools Versions: 1.0 Environment: Axis

[jira] Commented: (AXIS2-668) AntCodegenTask throws exception

2006-05-07 Thread Kent Tong (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-668?page=comments#action_12378289 ] Kent Tong commented on AXIS2-668: - Solved the problem by copying stax-api.jar and wstx-asl.jar to the endorsed directory. Really don't understand why this is only required for

[jira] Commented: (AXIS2-683) Source code to AntCodegenTask not found in source distribution

2006-05-07 Thread Kent Tong (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-683?page=comments#action_12378288 ] Kent Tong commented on AXIS2-683: - Possible to include it in the future? Without it people will be unable to help diagnose problems and can't build a binary distribution from t

[jira] Assigned: (AXIS2-661) WSDL2Java generates wrong build.xml when jaxme option is used

2006-05-07 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-661?page=all ] Deepal Jayasinghe reassigned AXIS2-661: --- Assign To: Ajith Harshana Ranabahu > WSDL2Java generates wrong build.xml when jaxme option is used > --

[jira] Assigned: (AXIS2-655) Generated Skeleton difficult to use

2006-05-07 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-655?page=all ] Deepal Jayasinghe reassigned AXIS2-655: --- Assign To: Ajith Harshana Ranabahu > Generated Skeleton difficult to use > --- > > Key: AXIS2-655 >

[jira] Assigned: (AXIS2-674) Java2WSDLUtils fails to generate WSDL where a class's package could not be found

2006-05-07 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-674?page=all ] Deepal Jayasinghe reassigned AXIS2-674: --- Assign To: Deepal Jayasinghe > Java2WSDLUtils fails to generate WSDL where a class's package could not be > found > --

[jira] Commented: (AXIS2-676) An exception is thrown while getting WSDL for a deployed service

2006-05-07 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-676?page=comments#action_12378286 ] Deepal Jayasinghe commented on AXIS2-676: - Can you please attach the wsdl if possible > An exception is thrown while getting WSDL for a deployed service >

[jira] Assigned: (AXIS2-679) Calling a service from within another service causes NPE

2006-05-07 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-679?page=all ] Deepal Jayasinghe reassigned AXIS2-679: --- Assign To: Deepal Jayasinghe > Calling a service from within another service causes NPE >

[jira] Assigned: (AXIS2-677) doc error - AntCodeGenTask attribute generateserverxml should be generateservicexml

2006-05-07 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-677?page=all ] Deepal Jayasinghe reassigned AXIS2-677: --- Assign To: Ajith Harshana Ranabahu > doc error - AntCodeGenTask attribute generateserverxml should be > generateservicexml > -

[jira] Assigned: (AXIS2-681) Rampart doesn't run with international character-sets

2006-05-07 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-681?page=all ] Deepal Jayasinghe reassigned AXIS2-681: --- Assign To: Ruchith Udayanga Fernando > Rampart doesn't run with international character-sets >

[jira] Commented: (AXIS2-683) Source code to AntCodegenTask not found in source distribution

2006-05-07 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-683?page=comments#action_12378285 ] Deepal Jayasinghe commented on AXIS2-683: - All the tools sources are in module called tool and we do have not inculde that to src distribution , that is why you can not

[axis2] stack comparisons

2006-05-07 Thread Sanjiva Weerawarana
Hi Dan, Can you please update http://xfire.codehaus.org/Stack+Comparison for the 1.0 release? Thanks! Sanjiva.