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

2007-03-01 Thread Lasantha Ranaweera (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476865
 ] 

Lasantha Ranaweera commented on GERONIMO-2894:
--

I checked it out. Looks fine. Had to try several times to get full build get 
going due to some other issue . ;)

Somebody please commit this out. 

Thanks,
Lasantha

 Restructure geronimo-axis2 code to split between EJB and POJO containers
 

 Key: GERONIMO-2894
 URL: https://issues.apache.org/jira/browse/GERONIMO-2894
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: webservices
 Environment: winxp + sun 1.5
Reporter: Lin Sun
 Attachments: G2894-latest.patch, G2894-new.zip, G2894.patch


 This is needed as certain methods are POJO container specific, per Jarek's 
 comment in G2876.   
 Also attempted to fix the ?wsdl call in EJB mode by stripping the extra 
 forward slash.   ?wsdl still not working yet.  current exception is a 
 Nullpointerexception returned from uri.getQuery().   This is with jetty.
 Need to track this one down next.
 Checked the POJO mode and jetty was able to return wsdl as the result of 
 uri.getQuery().
 Tested the above change with all the tests (handlertest, 
 axis2webservicecontainertest, jax-ws-war and jax-ws-ejb) and also able to do 
 a full build with the patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[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 am 
about to submit another patch that touches some of the same files and I don't 
quite know how to generate a patch out of a patched dir (instead of a 
revision). :-(

Lin

 Restructure geronimo-axis2 code to split between EJB and POJO containers
 

 Key: GERONIMO-2894
 URL: https://issues.apache.org/jira/browse/GERONIMO-2894
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: webservices
 Environment: winxp + sun 1.5
Reporter: Lin Sun
 Attachments: G2894-latest.patch, G2894-new.zip, G2894.patch


 This is needed as certain methods are POJO container specific, per Jarek's 
 comment in G2876.   
 Also attempted to fix the ?wsdl call in EJB mode by stripping the extra 
 forward slash.   ?wsdl still not working yet.  current exception is a 
 Nullpointerexception returned from uri.getQuery().   This is with jetty.
 Need to track this one down next.
 Checked the POJO mode and jetty was able to return wsdl as the result of 
 uri.getQuery().
 Tested the above change with all the tests (handlertest, 
 axis2webservicecontainertest, jax-ws-war and jax-ws-ejb) and also able to do 
 a full build with the patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[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 classes 
(Axis2WebServiceContainerFactoryGBean.java + Axis2WebServiceContext.java) in 
axis2 folder when they are moved to axis2\pojo folder.   will attach a new one 
shortly.

 Restructure geronimo-axis2 code to split between EJB and POJO containers
 

 Key: GERONIMO-2894
 URL: https://issues.apache.org/jira/browse/GERONIMO-2894
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: webservices
 Environment: winxp + sun 1.5
Reporter: Lin Sun
 Attachments: G2894.patch


 This is needed as certain methods are POJO container specific, per Jarek's 
 comment in G2876.   
 Also attempted to fix the ?wsdl call in EJB mode by stripping the extra 
 forward slash.   ?wsdl still not working yet.  current exception is a 
 Nullpointerexception returned from uri.getQuery().   This is with jetty.
 Need to track this one down next.
 Checked the POJO mode and jetty was able to return wsdl as the result of 
 uri.getQuery().
 Tested the above change with all the tests (handlertest, 
 axis2webservicecontainertest, jax-ws-war and jax-ws-ejb) and also able to do 
 a full build with the patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



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

2007-02-27 Thread Lasantha Ranaweera (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476529
 ] 

Lasantha Ranaweera commented on GERONIMO-2894:
--

Lin,

I tried to review your patch as you stated in your previous comment (unzipping 
the zip file, applying the patch and copy pasting files). Then I tried to do a 
full build on Geronimo. I gave me a compilation failure. 

Please note I am using the latest source code of the G.

Thanks,
Lasantha 

 Restructure geronimo-axis2 code to split between EJB and POJO containers
 

 Key: GERONIMO-2894
 URL: https://issues.apache.org/jira/browse/GERONIMO-2894
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: webservices
 Environment: winxp + sun 1.5
Reporter: Lin Sun
 Attachments: G2894-new.zip, G2894.patch


 This is needed as certain methods are POJO container specific, per Jarek's 
 comment in G2876.   
 Also attempted to fix the ?wsdl call in EJB mode by stripping the extra 
 forward slash.   ?wsdl still not working yet.  current exception is a 
 Nullpointerexception returned from uri.getQuery().   This is with jetty.
 Need to track this one down next.
 Checked the POJO mode and jetty was able to return wsdl as the result of 
 uri.getQuery().
 Tested the above change with all the tests (handlertest, 
 axis2webservicecontainertest, jax-ws-war and jax-ws-ejb) and also able to do 
 a full build with the patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.