RE: [Axis2] new OSGi maven module

2008-02-15 Thread Hawkins, Joel
Dims, Sure, you can pull down the Axis2 provider from the CVS repository at dev.eclipse.org/cvsroot/technology. The project you'll want is org.eclipse.corona - all the bundles are under plugins. The org.apache.axis2 bundle is (obviously ;-)) the best place to start. I'm sure there's plenty more th

[jira] Commented: (AXIS2-3499) Introduce support in JAX-WS for OASIS XML Catalogs.

2008-02-15 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569407#action_12569407 ] Davanum Srinivas commented on AXIS2-3499: - Brian, I was thinking about a worst cas

[jira] Updated: (AXIS2-3499) Introduce support in JAX-WS for OASIS XML Catalogs.

2008-02-15 Thread Brian Murray (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Murray updated AXIS2-3499: Attachment: 3499.patch Providing the patch now so that performance and external implications can be

[jira] Resolved: (AXIS2-2830) Premature Optimization of ReplyTo = Anon

2008-02-15 Thread Brian DePradine (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2830?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian DePradine resolved AXIS2-2830. Resolution: Fixed Fix Version/s: nightly > Premature Optimization of ReplyTo = Anon

[jira] Created: (AXIS2-3519) JAX-WS: Performance Improvement to JAXB Unmarshalling

2008-02-15 Thread Rich Scheuerle (JIRA)
JAX-WS: Performance Improvement to JAXB Unmarshalling - Key: AXIS2-3519 URL: https://issues.apache.org/jira/browse/AXIS2-3519 Project: Axis 2.0 (Axis2) Issue Type: Bug Reporter:

Re: [Axis2] new OSGi maven module

2008-02-15 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joel, Guess there are 2 ways of looking at it. Either Axis2 can look for bundles (that are getting registered) with well-known information or other way like the SoapProvider...This is great input. Is there some code i can look at? [BTW, right now t

RE: [Axis2] new OSGi maven module

2008-02-15 Thread Hawkins, Joel
Hi Axis2 - I did this once as part of the eclipse Corona project, and I've been kicking around updating this to get the latest release. One of my requirements was to supply a "SoapProvider" service (analogous to the OSGi spec's HttpService), of which Axis2 was the preferred instantiation. Does th

[jira] Created: (AXIS2-3518) Axis2 maven plugin does not allow to generate sources for remote WSDL file

2008-02-15 Thread Liliana Ziolek (JIRA)
Axis2 maven plugin does not allow to generate sources for remote WSDL file -- Key: AXIS2-3518 URL: https://issues.apache.org/jira/browse/AXIS2-3518 Project: Axis 2.0 (Axis2)

[jira] Created: (AXIS2-3517) java.lang.Exception: org.apache.axis2.databinding.ADBException: Unexpected subelement

2008-02-15 Thread Samuel Emangard (JIRA)
java.lang.Exception: org.apache.axis2.databinding.ADBException: Unexpected subelement - Key: AXIS2-3517 URL: https://issues.apache.org/jira/browse/AXIS2-3517 Project:

[jira] Created: (AXIS2-3516) org.apache.xmlbeans.impl.values.XmlComplexContentImpl cannot be cast

2008-02-15 Thread Samuel Emangard (JIRA)
org.apache.xmlbeans.impl.values.XmlComplexContentImpl cannot be cast Key: AXIS2-3516 URL: https://issues.apache.org/jira/browse/AXIS2-3516 Project: Axis 2.0 (Axis2) Issue T

[jira] Updated: (AXIS2-3515) restore previously commented JAXWS tests

2008-02-15 Thread Mike Rheinheimer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Rheinheimer updated AXIS2-3515: Attachment: patch.txt Patch is to org.apache.axis2.jaxws.framework.JAXWSTest.java on SVN re

[jira] Created: (AXIS2-3515) restore previously commented JAXWS tests

2008-02-15 Thread Mike Rheinheimer (JIRA)
restore previously commented JAXWS tests Key: AXIS2-3515 URL: https://issues.apache.org/jira/browse/AXIS2-3515 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws Environmen

Re: [Axis2] new OSGi maven module

2008-02-15 Thread Lawrence Mandel
Hi Dims, Sounds great. Do you intend to make an Axis2 bundle available from the Axis2 project? I did some prototyping with this back in Oct and got Axis2 running in an Equinox container but didn't get far enough to commit back to Axis2. Feel free to get in touch and I'll share what I've got. I

[jira] Commented: (AXIS2-3316) Control whether a WSDL is returned when ?wsdl comes in - both at service level and global level

2008-02-15 Thread nadir amra (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569299#action_12569299 ] nadir amra commented on AXIS2-3316: --- I would like to start working on this and was wonder

Re: [Axis2] new OSGi maven module

2008-02-15 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Here's a quick start for the Axis2 OSGi bundle thingy i checked in. Step #1: download Eclipse SDK (say eclipse-equinox-SDK-3.3.1.1.zip) from http://download.eclipse.org/eclipse/equinox/drops/R-3.3.1.1-200710231652/index.php Step #2: Unzip the z

[jira] Resolved: (AXIS2-2968) Out-Of-Memory error on server side - Use of wsdl4j WSDLDefinition

2008-02-15 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-2968. --- Resolution: Fixed Thanks Tom! Revision is 628087 > Out-Of-Memory error on server side - Use

Re: [Axis2] Deploying JAXWS classes from WEB-INF/classes (for TCK)

2008-02-15 Thread Brian De Pradine
I believe that the jaxws-rt.jar would only be needed if it is required by the jaxws-tools.jar, otherwise I do not believe that it is needed. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it righ

[Axis2] new OSGi maven module

2008-02-15 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Team, I am looking at getting AxisServlet working inside Equinox and Felix OSGi containers. Will write up a HOWTO as soon as i get something working properly. To start with i am constructing one huge OSGi bundle with all the dependency jars. Eve

[jira] Commented: (AXIS2-2968) Out-Of-Memory error on server side - Use of wsdl4j WSDLDefinition

2008-02-15 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569273#action_12569273 ] Rich Scheuerle commented on AXIS2-2968: --- Correcting some of the issues in the patch.

Re: [Axis2] Deploying JAXWS classes from WEB-INF/classes (for TCK)

2008-02-15 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jaxws-api.jar is definitely not needed as we have ours...am not sure about rt. thanks, dims Brian De Pradine wrote: | Not sure that these are needed, | |> C:\tomcat\webapps\axis2\WEB-INF\lib\jaxws-api.jar |> C:\tomcat\webapps\axis2\WEB-INF\lib\jaxws

Re: [Axis2] Deploying JAXWS classes from WEB-INF/classes (for TCK)

2008-02-15 Thread Brian De Pradine
Not sure that these are needed, > C:\tomcat\webapps\axis2\WEB-INF\lib\jaxws-api.jar > C:\tomcat\webapps\axis2\WEB-INF\lib\jaxws-rt.jar Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the

[jira] Commented: (AXIS2-3229) NullPointerException in org.apache.axis2.schema.SchemaCompiler

2008-02-15 Thread Brian Etheridge (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569263#action_12569263 ] Brian Etheridge commented on AXIS2-3229: Hi, A bit more information. I think this

[jira] Commented: (AXIS2-3229) NullPointerException in org.apache.axis2.schema.SchemaCompiler

2008-02-15 Thread Brian Etheridge (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569259#action_12569259 ] Brian Etheridge commented on AXIS2-3229: Hi, I am hitting this problem when trying

writing a client

2008-02-15 Thread Ajit.Kamalakant
Hi, Could you please let me how to go about writing a client? I mean what is the approach. 1) Generate the client-side stub using wsdltojava & call methods on the stub 2) Start from using ServiceClient .. What is the suggested approach? Thanks, Ajit DISCL

Re: Axis 2 client API

2008-02-15 Thread Deepal jayasinghe
Hi group, How different is Axis 2 client API from Axis 1.4 ? Please have a look at following article to get a feel about Axis2 client AIP. http://today.java.net/pub/a/today/2006/12/13/invoking-web-services-using-apache-axis2.html Thanks Deepal Is the only way to get the access to

Axis 2 client API

2008-02-15 Thread Ajit.Kamalakant
Hi group, How different is Axis 2 client API from Axis 1.4 ? Is the only way to get the access to result of the method calls through AXIOM/Stax API? Can anybody point out any samples of retrieving return values from the webservice calls from OMElement. Thanks, Ajit DISCLAIMER: T

hashmap with Axis2 1.3

2008-02-15 Thread Ajit.Kamalakant
Hi, I am having problem retrieving values from HashMap. Axis2 represents hashmap field as xs:anyType. I am trying to get the values from the OMElement, but I am only getting tags with some false values. Can someone throw some light into this? Thanks, Ajit DISCLAIMER: This m

[jira] Created: (AXIS2-3514) HttpCoreNIOSender throws NullPointerException

2008-02-15 Thread Michele Mazzucco (JIRA)
HttpCoreNIOSender throws NullPointerException - Key: AXIS2-3514 URL: https://issues.apache.org/jira/browse/AXIS2-3514 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: transports

OMElement - Hashmap

2008-02-15 Thread Ajit.Kamalakant
Hi, My web service implementation class has a method which returns a VO say "TestVO" This TestVO contains a Hashmap with some key/values. When I deploy this web service in Axis 2 & in the wsdl , I have the following: When I generate the client-side code,