[jira] Commented: (GERONIMO-2894) Restructure geronimo-axis2 code to split between EJB and POJO containers

2007-03-01 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476948 ] Lin Sun commented on GERONIMO-2894: --- Thanks again Lasantha!!! I'd be grateful if someone can commit this. I

Re: request.getContextPath() in RequestAdapter class in JettyEJBWebServiceContext.java

2007-03-01 Thread Lin Sun
, Lin Sun wrote: Hi, I have noticed some behavior difference between JettyEJBWebServiceContext and TomcatEJBWebServiceContext. Both of them have an inner class RequestAdapter that implements WebServiceContainer.Request and provides this method getContextPath(). In our Axis2 integration

[jira] Created: (GERONIMO-2913) minor changes to JettyEJBWebServiceContext and TomcatEJBWebServiceContext for Axis2

2007-03-01 Thread Lin Sun (JIRA)
Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Components: webservices Affects Versions: 2.0 Environment: winxp + sun 1.5 SDK Reporter: Lin Sun Fix For: 2.0 This patch contains the following change: 1

[jira] Updated: (GERONIMO-2913) minor changes to JettyEJBWebServiceContext and TomcatEJBWebServiceContext for Axis2

2007-03-01 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2913: -- Attachment: G2913.patch minor changes to JettyEJBWebServiceContext and TomcatEJBWebServiceContext

[jira] Created: (GERONIMO-2914) Axis2: a few changes to set the servicepath, contextroot correctly in EJB to allow getWSDL() test working correctly

2007-03-01 Thread Lin Sun (JIRA)
://issues.apache.org/jira/browse/GERONIMO-2914 Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues) Components: webservices Affects Versions: 2.0 Environment: winxp + sun 1.5 SDK Reporter: Lin Sun

Re: trunk build failure

2007-03-01 Thread Lin Sun
I just refreshed my Axis2 trunk and looks like they commented out this entire method processHTTPGetRequest in Axis2 trunk just this morning! Do you want to comment out this also in trunk before we work out a fix? In

[jira] Created: (GERONIMO-2915) Disable to call to processHTTPGetRequest to fix the build error

2007-03-01 Thread Lin Sun (JIRA)
Security Level: public (Regular issues) Components: webservices Affects Versions: 2.0 Environment: winzp + sun 1.5 Reporter: Lin Sun Fix For: 2.0 Axis2 team commented out this processHTTPGetRequest method this AM and it caused a build error

[jira] Updated: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error

2007-03-01 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2915: -- Summary: Disable the call to processHTTPGetRequest to fix the build error (was: Disable to call

[jira] Updated: (GERONIMO-2914) Axis2: a few changes to set the servicepath, contextroot correctly in EJB to allow getWSDL() test working correctly

2007-03-01 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2914: -- Attachment: G2914.patch Dims, This patch needs to be committed after the method

Re: [BUILD] TRUNK: Failed for Revision: 513438

2007-03-01 Thread Lin Sun
This error should go away with G2915... one revision after yours...:-( Joe Bohn closed GERONIMO-2915. -- Resolution: Fixed checked in work-around with rev. 513439 Thanks, Lin [EMAIL PROTECTED] wrote: Building with Maven version: 2.0.5 Revision: 513438 built

[jira] Updated: (GERONIMO-2914) Axis2: a few changes to set the servicepath, contextroot correctly in EJB to allow getWSDL() test working correctly

2007-03-01 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2914: -- Attachment: G2914-new.patch created against latest trunk (with G2915). Axis2: a few changes

[jira] Commented: (GERONIMO-2915) Disable the call to processHTTPGetRequest to fix the build error

2007-03-01 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477066 ] Lin Sun commented on GERONIMO-2915: --- Dims, I just updated G2914's patch to build on top of the latest trunk

Re: [BUILD] TRUNK: Failed for Revision: 513251

2007-03-01 Thread Lin Sun
I think this was resolved by Jeff this morning: ---//-- Author: jgenender Date: Thu Mar 1 07:12:33 2007 New Revision: 513374 URL: http://svn.apache.org/viewvc?view=revrev=513374 Log: Remove test classes ---//-- Anyway I am not seeing this when I do a full build about 1.5 hours ago. Lin

[jira] Updated: (GERONIMO-2894) Restructure geronimo-axis2 code to split between EJB and POJO containers

2007-02-28 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2894: -- Attachment: G2894-latest.patch Hi Lasantha, Thanks so much for reviewing the patch and notifying

request.getContextPath() in RequestAdapter class in JettyEJBWebServiceContext.java

2007-02-28 Thread Lin Sun
Hi, I have noticed some behavior difference between JettyEJBWebServiceContext and TomcatEJBWebServiceContext. Both of them have an inner class RequestAdapter that implements WebServiceContainer.Request and provides this method getContextPath(). In our Axis2 integration code, we call

Re: Geronimo 2.0 web services support table

2007-02-28 Thread Lin Sun
: Excellent! Jarek, Please cross-check when you have a chance. -- dims On 2/21/07, Hernan Cunico [EMAIL PROTECTED] wrote: Nice work Lin ! :) Cheers! Hernan Lin Sun wrote: Hi there, I have created a table for Geronimo web services support. The page is a child page of the Geronimo Java EE 5.0 report

[jira] Updated: (GERONIMO-2894) Restructure geronimo-axis2 code to split between EJB and POJO containers

2007-02-27 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2894: -- Attachment: G2894.patch Restructure geronimo-axis2 code to split between EJB and POJO containers

[jira] Created: (GERONIMO-2894) Restructure geronimo-axis2 code to split between EJB and POJO containers

2007-02-27 Thread Lin Sun (JIRA)
Issue Type: Improvement Security Level: public (Regular issues) Components: webservices Environment: winxp + sun 1.5 Reporter: Lin Sun This is needed as certain methods are POJO container specific, per Jarek's comment in G2876. Also attempted to fix

[jira] Commented: (GERONIMO-2894) Restructure geronimo-axis2 code to split between EJB and POJO containers

2007-02-27 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476493 ] Lin Sun commented on GERONIMO-2894: --- Sorry but the patch was not generated correctly. didn't delete the two

[jira] Updated: (GERONIMO-2894) Restructure geronimo-axis2 code to split between EJB and POJO containers

2007-02-27 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2894: -- Attachment: G2894-new.zip To apply patch: 1) apply G2894-new.patch as normal 2) unzip G2894-axis2

[jira] Commented: (GERONIMO-2846) modified jax-ws calculator sample to work with CXF and Axis2

2007-02-26 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475890 ] Lin Sun commented on GERONIMO-2846: --- Hi, I am not seeing these two issues with jetty. I am able to get

Re: M3 Build Error: Axis2 tests

2007-02-26 Thread Lin Sun
Worked for me with the latest trunk and some local modification about to be attached as a patch (tho I don't think the modification made a difference). --- T E S T S --- Running

[jira] Updated: (GERONIMO-2876) Initial web service EJB support for Axis2

2007-02-26 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2876: -- Attachment: G2876-2.patch This updated patch contains the following: - more formatting

[jira] Commented: (GERONIMO-2876) Initial web service EJB support for Axis2

2007-02-23 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475373 ] Lin Sun commented on GERONIMO-2876: --- Thanks Jarek and Lasantha for reviewing the patch! I intended to put out

[jira] Commented: (GERONIMO-2876) Initial web service EJB support for Axis2

2007-02-23 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475431 ] Lin Sun commented on GERONIMO-2876: --- Hi Lasantha, The prob I am having

[jira] Commented: (GERONIMO-2876) Initial web service EJB support for Axis2

2007-02-23 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475495 ] Lin Sun commented on GERONIMO-2876: --- Jarek just showed me the portion of code in CXF that builds wsdlURL based

[jira] Commented: (GERONIMO-2877) Minor improvement to Axis2 Jaxws Integration

2007-02-23 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475499 ] Lin Sun commented on GERONIMO-2877: --- Patch looks good to me - can someone commit it please? I'd like to submit

[jira] Commented: (GERONIMO-2877) Minor improvement to Axis2 Jaxws Integration

2007-02-23 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475584 ] Lin Sun commented on GERONIMO-2877: --- Hi Lasantha, I am having trouble to apply this patch to my local machine

[jira] Created: (GERONIMO-2876) Initial web service EJB support for Axis2

2007-02-22 Thread Lin Sun (JIRA)
issues) Environment: winxp + sun 1.5 Reporter: Lin Sun This work-in-progress patch tried to port the initial web service ejb support from CXF to Axis2 (G2850) and here are a few details: 1) I had a hard time with classexception while working through the two portinfo classes

[jira] Updated: (GERONIMO-2876) Initial web service EJB support for Axis2

2007-02-22 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2876: -- Attachment: G2876.patch Initial web service EJB support for Axis2

Re: New way to specify jaxws impl with a system property

2007-02-21 Thread Lin Sun
This is great - I like it! Lin David Jencks wrote: After discussions with jgawor, dims, and jdillon we realized we could switch jaxws implementations using a system property and the expression evaluation features in config.xml. If you specify nothing, you will get cxf with jetty and axis2

anyone able to start geronimo with today's build?

2007-02-21 Thread Lin Sun
Hi there, I found that I could not start AG with a new build I did this AM (with rev 509970). Here's the error - E:\linsun\geronimo-jetty6-jee5-2.0-SNAPSHOT\binjava -jar server.jar Booting Geronimo Kernel (in Java 1.5.0_10)... 16:13:19,187 WARN [ConfigurationUtil] Could not load gbean

Re: anyone able to start geronimo with today's build?

2007-02-21 Thread Lin Sun
. Cheers Prasad On 2/21/07, Lin Sun [EMAIL PROTECTED] wrote: Hi there, I found that I could not start AG with a new build I did this AM (with rev 509970). Here's the error - E:\linsun\geronimo-jetty6-jee5-2.0-SNAPSHOT\binjava -jar server.jar Booting Geronimo Kernel (in Java 1.5.0_10)... 16:13

Geronimo 2.0 web services support table

2007-02-20 Thread Lin Sun
Hi there, I have created a table for Geronimo web services support. The page is a child page of the Geronimo Java EE 5.0 report card page, but here is a direct link anyway - http://cwiki.apache.org/GMOxPMGT/geronimo-20-web-services-support.html. Tried to break them down to JAX-WS 2.0,

Re: Simple Web Service with JAX-WS sample on AG wiki

2007-02-16 Thread Lin Sun
Hi Jarek, good point - I dont have a good reason for that. :) It is just the examples I found are using Axiom. I'll let you know once I find out. Lin Jarek Gawor wrote: Great. A few comments inline: On 2/15/07, Lin Sun [EMAIL PROTECTED] wrote: Hi there, After making some changes

Re: Simple Web Service with JAX-WS sample on AG wiki

2007-02-16 Thread Lin Sun
Hi Lasantha, I am using a geronimo build I built on Monday which is probably why I didn't see the bug you hit.:-) Re your inline comment below, seems there are sufficient changes in CXF recently to cause the previous example not working. I tried to run the war file without these generated

Re: Simple Web Service with JAX-WS sample on AG wiki

2007-02-16 Thread Lin Sun
with POJO support ... Dims do you any idea to add what are we missing right now ? Are you using latest version of trunk to build Geronimo? IMO in Axis2 there is a bug and I am submitting a patch for that too ;). Please see my in line comments too. Thanks, Lasantha Lin Sun wrote: Hi there, After

Re: Simple Web Service with JAX-WS sample on AG wiki

2007-02-16 Thread Lin Sun
Sure - submitted G2846 for this. Thanks for reviewing it. Lin Davanum Srinivas wrote: Lin, Before you update the online doc. Could you please post the modified samples in JIRA? Let me take a quick look? thanks, dims On 2/15/07, Lin Sun [EMAIL PROTECTED] wrote: Hi there, After making some

[jira] Updated: (GERONIMO-2846) modified jax-ws calculator sample to work with CXF and Axis2

2007-02-16 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2846: -- Attachment: jax-ws-calculator.zip modified jax-ws calculator sample to work with CXF and Axis2

Simple Web Service with JAX-WS sample on AG wiki

2007-02-15 Thread Lin Sun
Hi there, After making some changes to the sample[1], I am able to get it (slightly different versions of it for CXF and Axis2) working with this week's trunk. Here are some observations: 1) I have to use the generated classes (package-info, objectFactory, RequestWrapper and ResponseWrapper

[jira] Created: (GERONIMO-2824) port the handler tests from CXF to Axis2

2007-02-12 Thread Lin Sun (JIRA)
) Components: webservices Affects Versions: 2.0 Environment: winxp + sun 1.5 Reporter: Lin Sun Fix For: 2.0 Port the handler tests from CXF to Axis2. Patch is tested with Axis2 and all handler tests pass! To apply patch just unzip it to modules

[jira] Updated: (GERONIMO-2824) port the handler tests from CXF to Axis2

2007-02-12 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2824: -- Attachment: geronimo-axis2-test.zip Able to build the patch with the latest trunk fine. port

Re: [BUILD] Failed for Revision: 506686

2007-02-12 Thread Lin Sun
This file is there in the Axis2 maven 2 repo - http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-java2wsdl/SNAPSHOT/ Maybe just a network glitch? (happened to Donald last week I think...) lin Prasad Kashyap wrote: Dims, Has this been fixed now ? Cheers Prasad On 12 Feb 2007

wsdl:service name in .wsdl file

2007-02-12 Thread Lin Sun
Hi there, I found out that the simple jax-ws example we put on the wiki (http://cwiki.apache.org/GMOxDOC20/simple-web-service-with-jax-ws.html) doesn't work with the latest trunk - CXF. I assumed it worked before when the article was put out there. Here's the error I got: 22:54:17,781

Re: CXF and Axis2 (dogs and cats?)

2007-02-11 Thread Lin Sun
gbeans. Basically what Lin Sun was saying which can either be done by changing the config.xml file or through the console today. So I believe the changes you made are unnecessary and won't quite work. Jarek On 2/11/07, Davanum Srinivas [EMAIL PROTECTED] wrote: Found a spot

Re: java.lang.OutOfMemoryError: Java heap space

2007-02-09 Thread Lin Sun
I've seen the same thing with the jax-ws test! It took over 15 secs to deploy and I know it wasn't taken that long a few weeks ago. Lin Also, the deployment itself now seems to take atleast 2x-4x longer than before. Cheers Prasad

[jira] Commented: (GERONIMO-2812) Axis2 integration - getWSDL with new Axis2 Version

2007-02-08 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471347 ] Lin Sun commented on GERONIMO-2812: --- Hi Lasantha, see patch 2811 for a different way to solve a similar prob

[jira] Commented: (GERONIMO-2812) Axis2 integration - getWSDL with new Axis2 Version

2007-02-08 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471388 ] Lin Sun commented on GERONIMO-2812: --- Hi Lasantha, I understand! :-) I didn't remove it and didn't got any CCE

RE: Build successful for Revision: 504936

2007-02-08 Thread Lin Sun
Thanks! I think it would be really good to have a blessed build every day!:-) Lin -Original Message- From: Prasad Kashyap [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 11:50 AM To: dev@geronimo.apache.org Subject: Build successful for Revision: 504936 -- Forwarded

working on handling cases where .wsdl file isnt there

2007-02-08 Thread Lin Sun
Hi Lasantha, I plan to work on building wsdldefinition where .wsdl file isn't there. This is an area that I can still test by issuing .wsdl request when invoke() is broken so I decided to work on that for now. Thanks, Lin

build error at getting incubator-woden

2007-02-07 Thread Lin Sun
Hi, I am seeing a build error at getting incubator-woden (see below). I removed the reference to the jar in root pom.xml and configs\axis2\pom.xml and my build is still running. I don't see a need why we need them. :-) Lin -- 1) incubator-woden:woden:jar:1.0.0M6 Try downloading the

[jira] Created: (GERONIMO-2810) Fix build error at getting incubator-woden

2007-02-07 Thread Lin Sun (JIRA)
issues) Environment: winxp + sun 1.5 Reporter: Lin Sun Priority: Critical My build run fine with a clean repo at the end. :-) Hi, I am seeing a build error at getting incubator-woden (see below). I removed the reference to the jar in root pom.xml and configs\axis2

[jira] Updated: (GERONIMO-2810) Fix build error at getting incubator-woden

2007-02-07 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2810: -- Attachment: G2810.patch Fix build error at getting incubator-woden

[jira] Created: (GERONIMO-2811) got runtimeexception when processing soap request in doservice2

2007-02-07 Thread Lin Sun (JIRA)
Security Level: public (Regular issues) Components: webservices Environment: winxp + sun 1.5 Reporter: Lin Sun Fix For: 2.0 Some code change (from Axis2) recently caused the code below to add 2 services to axis configurationcontext

[jira] Updated: (GERONIMO-2811) got runtimeexception when processing soap request in doservice2

2007-02-07 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2811: -- Attachment: G2811.patch got runtimeexception when processing soap request in doservice2

anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Lin Sun
Hi there, for the past few times, I didn't have any luck in building Geronimo using just mvn or mvn install. I had to use '-Dmaven.test.skip=true -Dmaven.itest.skip=true' to skip both the test and itest. This is the latest error I saw when I forgot to turn off the test/itest.:-) Feb 6, 2007

RE: Trunk build failure in geronimo-openejb-builder w/ latest OpenEJB3 code

2007-02-06 Thread Lin Sun
This is avail here - http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-jaxws-api/SNAP SHOT/ And the ws.zones.apache.org repo is specified in root pom.xml: repository idaxis2-m2-repo/id nameAxis2 M2 Repository/name

RE: anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Lin Sun
, 2007 2:54 PM To: dev@geronimo.apache.org Subject: Re: anyone able to build geronimo with test/itest turned on Is this on trunk ? We don't have any itests in the regular build of trunk. So that config option (with or without) shouldn't be doing anything to you. Cheers Prasad On 2/6/07, Lin Sun

RE: anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Lin Sun
:-) I will also disable the unit test again but since I'm not able to recreate the failure can you describe your environment (OS, java version, etc)? Also it would be a big help if you could provide the contents of target/surefire-reports for a failed run. Best wishes, Paul On 2/6/07, Lin Sun

build error when test turned off

2007-02-06 Thread Lin Sun
geronimo with test/itest turned on On 2/6/07, Lin Sun [EMAIL PROTECTED] wrote: Hi there, for the past few times, I didn't have any luck in building Geronimo using just mvn or mvn install. I had to use '-Dmaven.test.skip=true -Dmaven.itest.skip=true' to skip both the test and itest

RE: build error when test turned off

2007-02-06 Thread Lin Sun
with a clean .m2 repo.:-) Lin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jacek Laskowski Sent: Tuesday, February 06, 2007 5:12 PM To: dev@geronimo.apache.org Subject: Re: build error when test turned off On 2/6/07, Lin Sun [EMAIL PROTECTED] wrote

RE: build error when test turned off

2007-02-06 Thread Lin Sun
error when test turned off On 2/6/07, Lin Sun [EMAIL PROTECTED] wrote: You are right - that won't change much:-) Seeing a different error now: Can't be! Wipe out the org/apache/geronimo and org/apache/openejb directories in the m2 local repo of yours and start it over. It worked for me and so

[jira] Updated: (GERONIMO-2802) Axis2 integration - allow users to deploy jax-ws test, log the exceptions, set a few more messagecontext properties

2007-02-05 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2802: -- Attachment: G2802.patch Axis2 integration - allow users to deploy jax-ws test, log the exceptions

attempting to run jax-ws test

2007-02-02 Thread Lin Sun
Hi Dims, I made a little bit progress into this but not as much as I like. Thought I'd keep you updated. First, I had to comment out a line where we setEndInterface to webserviceAnnot, as this is causing an axis2 validation error upon the war deployment. With this change, I was able to run

any chance our axis2 repo doesn't have the right jars?

2007-02-01 Thread Lin Sun
Hi Dims, I am trying to debug the prob where the deployer cannot start the jax-ws test module. I am getting some NPE during deployment and the NPE appears to come from below: Caused by: java.lang.NullPointerException at

RE: any chance our axis2 repo doesn't have the right jars?

2007-02-01 Thread Lin Sun
to clean it up this morning. Can you please check if these jars are ok? http://ws.zones.apache.org/repository/org.apache.axis2/jars/ thanks, dims On 2/1/07, Lin Sun [EMAIL PROTECTED] wrote: Hi Dims, I am trying to debug the prob where the deployer cannot start the jax-ws test module. I am

[jira] Created: (GERONIMO-2789) allow users to specify something other than services in url-pattern in axis2 jax-ws wars

2007-01-31 Thread Lin Sun (JIRA)
Project: Geronimo Issue Type: New Feature Security Level: public (Regular issues) Components: webservices Affects Versions: 2.0-M2 Environment: winxp + sun jdk 1.5 Reporter: Lin Sun Fix For: 2.0-M2 In jax-ws test for axis2, we

[jira] Updated: (GERONIMO-2789) allow users to specify something other than services in url-pattern in axis2 jax-ws wars

2007-01-31 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2789: -- Attachment: G2789.patch allow users to specify something other than services in url-pattern

url-pattern issue continues

2007-01-31 Thread Lin Sun
Hi there, Continue the discussion in a new thread (without Axis2 in the title) as the questions are not specific to web services. :-) 1) I tried to run a test where a user didn't specify servlet-mapping for the jaxws test servlet and that didn't go well. (BTW, this is allowed per JSR 109). How

RE: [Fwd: Re: url-pattern issue during Axis2 integration]

2007-01-30 Thread Lin Sun
-0500 From: Davanum Srinivas [EMAIL PROTECTED] Reply-To: dev@geronimo.apache.org, [EMAIL PROTECTED] To: dev@geronimo.apache.org References: [EMAIL PROTECTED] [EMAIL PROTECTED] Lin, Isn't setServicePath() enough to do the trick? thanks, dims On 1/30/07, Lin Sun [EMAIL PROTECTED

url-pattern issue during Axis2 integration

2007-01-29 Thread Lin Sun
Hi there, I have been working on one particular issue related to Axis2 integration into Geronimo. Basically the problem is that in the jaxws test, we had to use /services/* as the url-pattern for the servlet: servlet-mapping servlet-namecxfPojoServlet/servlet-name

[jira] Commented: (GERONIMO-2188) Need to configure CommitBeforeAutoCommit=true for Database Commits in Oracle

2007-01-25 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467397 ] Lin Sun commented on GERONIMO-2188: --- Hi David, Finally able to verify the patch but it didn't work. It acted

RE: Axis2 Integration - Replace RPCMessageReciever with JAXWSMessageReciever

2007-01-25 Thread Lin Sun
[mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 6:17 AM To: dev@geronimo.apache.org Subject: Re: Axis2 Integration - Replace RPCMessageReciever with JAXWSMessageReciever Hi Lin, Thanks for reviewing the patch. Please read my in line comments. Thanks, Lasantha Lin Sun wrote: Hi Lasantha

RE: Axis2 Integration - Replace RPCMessageReciever with JAXWSMessageReciever

2007-01-23 Thread Lin Sun
Hi Lasantha, Thanks for submitting the patch! Your patch (java portion) looks look to me. I don't quite understand the pom.xml portion of the patch as to why the changes are needed. Was this related to some class loading issues you mentioned to me in another note? Also, my guess is that you

RE: Build failure

2007-01-19 Thread Lin Sun
I just did on my winxp laptop and finally got a successful build (with rev 497935). I had a few failures (different than yours) earlier on, so I wiped out the local repo and rechecked out Geronimo\trunk. lin -Original Message- From: Hernan Cunico [mailto:[EMAIL PROTECTED] Sent:

[jira] Updated: (GERONIMO-2746) use dependencymanagement for some axis2 dependent modules

2007-01-19 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2746: -- Attachment: G2746-new.patch use dependencymanagement for some axis2 dependent modules

[jira] Commented: (GERONIMO-2746) use dependencymanagement for some axis2 dependent modules

2007-01-19 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466208 ] Lin Sun commented on GERONIMO-2746: --- Please ignore the first patch. 1) The new patch uses dependencymanagement

RE: Axis2/Geronimo Status

2007-01-19 Thread Lin Sun
thoughts on what needs to be done. Thanks, Lin -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 12:14 AM To: Geronimo Dev; Axis developer list Subject: Axis2/Geronimo Status Lin Sun, Lasantha, Please see the attached diff that is not checked

RE: more than one versions of different modules in geronimo-axis2 and dependencyManagement (root pom.xml)

2007-01-18 Thread Lin Sun
modules in geronimo-axis2 and dependencyManagement (root pom.xml) Lin, No need to use the newer versions, older versions should work ok. -- dims On 1/17/07, Lin Sun [EMAIL PROTECTED] wrote: I submitted G2746 to remove some of the versions in axis2\pom.xml so that it can use whatever specified

RE: Axis2/Geronimo Status

2007-01-18 Thread Lin Sun
specified something like below in services.xml: parameter name=useOriginalwsdltrue/parameter Thoughts? Lin -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, January 18, 2007 1:05 AM To: Lin Sun Cc: dev@geronimo.apache.org Subject: Re: Axis2/Geronimo

[jira] Commented: (GERONIMO-2752) Axis2 integration displays invalid information for URL requests

2007-01-18 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465949 ] Lin Sun commented on GERONIMO-2752: --- I have reviewed the patch. There is a small error here below

[jira] Created: (GERONIMO-2746) use dependencymanagement for some axis2 dependent modules

2007-01-17 Thread Lin Sun (JIRA)
Security Level: public (Regular issues) Components: webservices Affects Versions: 2.0-M1 Environment: winxp + sun jdk 1.5 Reporter: Lin Sun Priority: Minor This patch is intended to use the dependencymanagement for the axis2 dependencies that have the same

[jira] Updated: (GERONIMO-2746) use dependencymanagement for some axis2 dependent modules

2007-01-17 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2746: -- Attachment: G2746.patch use dependencymanagement for some axis2 dependent modules

RE: Axis2/Geronimo Status

2007-01-17 Thread Lin Sun
Hi Dims, This is great progress! I was able to get it running. The ?wsdl call doesn't look completely right to me but this is an area that I am trying to learn. I'll investigate more and post back. Lin -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent:

RE: more than one versions of different modules in geronimo-axis2 and dependencyManagement (root pom.xml)

2007-01-17 Thread Lin Sun
. I've already added a few comments to those poms to that affect. --jason On Jan 16, 2007, at 7:11 PM, Lin Sun wrote: I spent some time to compare what modules are specified in Geronimo-axis2\pom.xml and what versions specified in dependencyManagement for the common modules

RE: NPE deploying a war

2007-01-16 Thread Lin Sun
I ran into the same NPE and updated my trunk, rebuild. However, I am not seeing the Geronimo web deployment plan being used upon deployment of the jaxws-war file (a random id in the module name is picked): 14:05:27,828 INFO [DirectoryHotDeployer] Deploying jaxws-war-2.0-SNAPSHOT.war

tried to run jaxws-war-2.0-SNAPSHOT with axis2

2007-01-16 Thread Lin Sun
Just tried to run the jaxws-war test with axis2 (by disabling the cxf-deployer in config.xml to force it goes to Axis2builder.). The name of the jaxws-war test said cxfPojoservlet which is confusing but you can tell the 'servlet/?wsdl' request did go to Axis2Builder. However, I am running into

more than one versions of different modules in geronimo-axis2 and dependencyManagement (root pom.xml)

2007-01-16 Thread Lin Sun
I spent some time to compare what modules are specified in Geronimo-axis2\pom.xml and what versions specified in dependencyManagement for the common modules. The following 6 modules have different versions. Seems all modules in axis2\pom.xml have newer versions except jaxb-impl which moved to

RE: svn commit: r496446 - /geronimo/server/trunk/modules/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/Axis2WebServiceContainer.java

2007-01-16 Thread Lin Sun
/apache/geron imo/axis2/Axis2WebServiceContainer.java Hi, See enclosed diff. Specifically the url :) thanks, dims On 1/16/07, Lin Sun [EMAIL PROTECTED] wrote: Hi Dims, just curious... how were you able to verify '?wsdl' working? I haven't been able to get '?wsdl' working with the cxfpojows

RE:svn commit: r496024 - in /geronimo/server/trunk/modules: geronimo-axis/src/test/java/org/apache/geronimo/axis/ geronimo-axis2/src/main/java/org/apache/geronimo/axis2/ geronimo-jetty6/src/main/java/

2007-01-15 Thread Lin Sun
Hi dims, Could the second response.setStatusCode(202) be a typo, instead of response.setStatusCode(200)? Lin Author: dims Date: Sat Jan 13 18:59:40 2007 New Revision: 496024 URL: http://svn.apache.org/viewvc?view=revrev=496024 Log: borrow some code from Axis2's transport package and get it to

[jira] Created: (GERONIMO-2727) Enable axis2-deployer in jetty and tomcat jee5 assemblies

2007-01-12 Thread Lin Sun (JIRA)
Security Level: public (Regular issues) Components: webservices Affects Versions: 2.0 Environment: winxp + sun sdk Reporter: Lin Sun Fix For: 2.0 Attachments: G2727.patch I have figured out why I got the exception descriped in G2724

[jira] Updated: (GERONIMO-2727) Enable axis2-deployer in jetty and tomcat jee5 assemblies

2007-01-12 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2727: -- Attachment: G2727.patch Enable axis2-deployer in jetty and tomcat jee5 assemblies

RE: Geronimo Axis2 Integration

2007-01-12 Thread Lin Sun
sample running against axis2. Lin -Original Message- From: Lin Sun [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 1:36 PM To: 'dev@geronimo.apache.org'; '[EMAIL PROTECTED]' Subject: RE: Geronimo Axis2 Integration Dims, I've submitted it as G2724. I don't think the patch

RE: Geronimo Axis2 Integration

2007-01-11 Thread Lin Sun
Axis2 Integration Hi Lin, Sorry for the late reply. I hope Dims has answered all your problems. Let us know when you submit your patch too. ;-) Thanks, Lasantha Lin Sun wrote: Hi Lasantha, This is great! Thanks. I have been also looking into Axis2 integration w/ G lately and started w/ the CXF

[jira] Created: (GERONIMO-2724) create axis2 config and axis2-deployer config folders

2007-01-11 Thread Lin Sun (JIRA)
Level: public (Regular issues) Components: webservices Affects Versions: 2.0 Environment: Winxp + sun 1.5 JDK Reporter: Lin Sun This is a patch on top of G2717 to create axis2 config and axis2-deployer config based on the two cxf config modules. I also

[jira] Updated: (GERONIMO-2724) create axis2 config and axis2-deployer config folders

2007-01-11 Thread Lin Sun (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-2724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun updated GERONIMO-2724: -- Attachment: g2724.zip create axis2 config and axis2-deployer config folders

RE: Geronimo Axis2 Integration

2007-01-11 Thread Lin Sun
] Sent: Thursday, January 11, 2007 9:52 AM To: dev@geronimo.apache.org Subject: Re: Geronimo Axis2 Integration Lin, Please go ahead and upload the patch and add the stack trace in the comments. thanks, dims On 1/11/07, Lin Sun [EMAIL PROTECTED] wrote: Hi Lasantha, I've been doing some

RE: svn commit: r495390 - in /geronimo/server/trunk: configs/ configs/axis2-deployer/ configs/axis2-deployer/src/ configs/axis2-deployer/src/plan/ configs/axis2/ configs/axis2/src/ configs/axis2/src/p

2007-01-11 Thread Lin Sun
: Thu Jan 11 13:45:01 2007 New Revision: 495390 URL: http://svn.apache.org/viewvc?view=revrev=495390 Log: patch from Lin Sun for GERONIMO-2724 - create axis2 config and axis2-deployer config folders Added: geronimo/server/trunk/configs/axis2/ geronimo/server/trunk/configs

RE: svn commit: r495390 - in /geronimo/server/trunk: configs/ configs/axis2-deployer/ configs/axis2-deployer/src/ configs/axis2-deployer/src/plan/ configs/axis2/ configs/axis2/src/ configs/axis2/src/p

2007-01-11 Thread Lin Sun
/repo/m1-ibiblio-rsync-repository/org.apache.axis2/ -- dims On 1/11/07, Lin Sun [EMAIL PROTECTED] wrote: I could not find a maven2 repo that is at snapshot level. All I can find is http://people.apache.org/repo/m2-ibiblio-rsync-repository/ which has only 1.1 level of axis2. So I decided

RE: CXF and Axis2 (dogs and cats?)

2007-01-11 Thread Lin Sun
Could this be done by turning off cxf-deployer if you want to use Axis2 and axis2-deployer deployer if you want to use CXF in the config.xml file (or perform the work via admin console by stop the module)? This seems to be too simple so I must have missed something. Lin -Original

<    4   5   6   7   8   9   10   >