[jira] Created: (GERONIMO-3194) Upgrading documentation for deployment plan-geronimo-application.xml

2007-05-27 Thread Kanchana Welagedara (JIRA)
Upgrading documentation for deployment plan-geronimo-application.xml


 Key: GERONIMO-3194
 URL: https://issues.apache.org/jira/browse/GERONIMO-3194
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: deployment
Affects Versions: 2.0-M5
 Environment: Linux/Windows
Reporter: Kanchana Welagedara
 Assigned To: Kanchana Welagedara
 Fix For: 2.0-M5


Geronimo deployment plans for G2 and writing and Testing g1.x samples for G2 
and upgrading them.

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



[jira] Created: (GERONIMO-3193) Upgrading documentation for deployment plan-geronimo-application.xml

2007-05-27 Thread Kanchana Welagedara (JIRA)
Upgrading documentation for deployment plan-geronimo-application.xml


 Key: GERONIMO-3193
 URL: https://issues.apache.org/jira/browse/GERONIMO-3193
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: documentation
Affects Versions: 1.2
 Environment: Linux
Reporter: Kanchana Welagedara
 Assigned To: Kanchana Welagedara


Upgrading the geronimo-application.xml deployment plans to version 1.2 and 
Testing all the samples and deployment plans written in geronimo1.2 

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



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

2007-02-25 Thread Kanchana Welagedara (JIRA)

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

Kanchana Welagedara commented on GERONIMO-2846:
---

Tested this sample on the svn reversion 511449 for the both CXF and Axis (jetty 
and tomcat options basically ) and got the following error

12:00:26,972 INFO  [JAXWSServiceBuilder] Configuring POJO Web Service: 
CalculatorService sei: org.apache.geronimo.samples.jws.CalculatorService
Feb 26, 2007 12:00:33 PM 
org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
INFO: Creating Service 
{http://jws.samples.geronimo.apache.org/}CalculatorServiceService from WSDL.
12:00:33,873 ERROR [GBeanInstanceState] Error while starting; GBean is now in 
the FAILED state: 
abstractName="org.apache.geronimo.samples.jws/Calculator/1.0/car?J2EEApplication=null,WebModule=org.apache.geronimo.samples.jws/Calculator/1.0/car,j2eeType=Servlet,name=CalculatorService"
org.apache.cxf.service.factory.ServiceConstructionException: Could not find 
definition for service 
{http://jws.samples.geronimo.apache.org/}CalculatorServiceService.
 
and for tomcat

13:20:43,295 INFO  [JAXWSServiceBuilder] Configuring POJO Web Service: 
CalculatorService sei: org.apache.geronimo.samples.jws.CalculatorService
13:20:47,822 ERROR [GBeanInstanceState] Error while starting; GBean is now in 
the FAILED state: 
abstractName="org.apache.geronimo.samples.jws/Calculator/1.0/car?J2EEApplication=null,j2eeType=WebModule,name=org.apache.geronimo.samples.jws/Calculator/1.0/car"
java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: 1
at 
org.apache.geronimo.axis2.Axis2WebServiceContainer.(Axis2WebServiceContainer.java:124)
at 
org.apache.geronimo.axis2.Axis2WebServiceContainerFactoryGBean.getWebServiceContainer(Axis2WebServiceContainerFactoryGBean.java:74)
at 
org.apache.geronimo.tomcat.TomcatWebAppContext.createWebServices(TomcatWebAppContext.java:261)
at 
org.apache.geronimo.tomcat.TomcatWebAppContext.(TomcatWebAppContext.java:235)

I'm trying to fix this issue.



> modified jax-ws calculator sample to work with CXF and Axis2
> 
>
> Key: GERONIMO-2846
> URL: https://issues.apache.org/jira/browse/GERONIMO-2846
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: sample apps
>Affects Versions: 2.0-M2
> Environment: winxp + sun jsk 1.5
>Reporter: Lin Sun
> Fix For: 2.0
>
> Attachments: jax-ws-calculator.zip
>
>
> Hi Dims,
> Per your request, here's the modified version of the sample.  
> Current issues:
> 1) I haven't been able to run the webservice client outside of my eclipse 
> env.   Getting CNF error if I ran the client as "java -jar 
> jaxws-calculator-1.0.jar".   This could be fixed by providing an ant script 
> or build the java execution into maven's pom.xml.
> 2) Running the Axis2 CalculatorClient client caused 
> Caused by: java.lang.ClassNotFoundException: com.sun.xml.ws.spi.ProviderImpl
>   at java.net.URLClassLoader$1.run(Unknown Source)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(Unknown Source)
>   at java.lang.ClassLoader.loadClass(Unknown Source)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
>   at java.lang.ClassLoader.loadClass(Unknown Source)
>   at javax.xml.ws.spi.FactoryFinder.newInstance(FactoryFinder.java:34)
>   ... 6 more
> I just added this client back in this morning so I probably have missed the 
> dependency for this one.   There are so many Axis2 dependencies so if you 
> know which one I need let me know.:)
> Running the Axis2 CalculatorClientAxiom client works fine.   
> Thanks, Lin

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



[jira] Created: (GERONIMO-2672) Improving the Deployment schema documentation -geronimo-application.xsd

2006-12-18 Thread Kanchana Welagedara (JIRA)
Improving the Deployment schema documentation -geronimo-application.xsd
---

 Key: GERONIMO-2672
 URL: http://issues.apache.org/jira/browse/GERONIMO-2672
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: documentation
Affects Versions: 1.x
 Environment: linux/windows
Reporter: Kanchana Welagedara
 Assigned To: Kanchana Welagedara
Priority: Minor
 Fix For: 1.2


Improving documentation of the geronimo-application.xsd 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2610) Build error due to

2006-12-01 Thread Kanchana Welagedara (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2610?page=all ]

Kanchana Welagedara updated GERONIMO-2610:
--

Attachment: geronimo-web-1.2.xsd

Removed Unexpected character encountered from the xsd file 

> Build error due to
> --
>
> Key: GERONIMO-2610
> URL: http://issues.apache.org/jira/browse/GERONIMO-2610
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: deployment
>Affects Versions: 1.2
> Environment: Linux
>Reporter: Kanchana Welagedara
> Assigned To: Kanchana Welagedara
> Fix For: 1.2
>
> Attachments: GERONIMO-2610.patch, geronimo-web-1.2.xsd
>
>
> Build is failing due to 
> org.apache.maven.lifecycle.LifecycleExecutionException: XmlBeans compile 
> failed:
>  xml 
> Error/home/kanchana/Geronimo/svn/server/modules/geronimo-web-builder/src/main/schema/geronimo-web-1.2.xsd:39:
>  error: Unexpected character encountered (lex state 9): '<'
> xml ErrorLoading config file 
> /home/kanchana/Geronimo/svn/server/modules/geronimo-web-builder/src/main/schema/xmlconfig.xml
> In this issue created for the error 
> "org.apache.maven.lifecycle.LifecycleExecutionException: XmlBeans compile 
> failed:
>  xml 
> Error/home/kanchana/Geronimo/svn/server/modules/geronimo-web-builder/src/main/schema/geronimo-web-1.2.xsd:39:
>  error: Unexpected character encountered (lex state 9): '<'
> Line no.39

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2610) Build error due to

2006-12-01 Thread Kanchana Welagedara (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2610?page=all ]

Kanchana Welagedara updated GERONIMO-2610:
--

Attachment: GERONIMO-2610.patch

Corrected the xml schema syntax and removed the Unexpected character encountered

> Build error due to
> --
>
> Key: GERONIMO-2610
> URL: http://issues.apache.org/jira/browse/GERONIMO-2610
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: deployment
>Affects Versions: 1.2
> Environment: Linux
>Reporter: Kanchana Welagedara
> Assigned To: Kanchana Welagedara
> Fix For: 1.2
>
> Attachments: GERONIMO-2610.patch
>
>
> Build is failing due to 
> org.apache.maven.lifecycle.LifecycleExecutionException: XmlBeans compile 
> failed:
>  xml 
> Error/home/kanchana/Geronimo/svn/server/modules/geronimo-web-builder/src/main/schema/geronimo-web-1.2.xsd:39:
>  error: Unexpected character encountered (lex state 9): '<'
> xml ErrorLoading config file 
> /home/kanchana/Geronimo/svn/server/modules/geronimo-web-builder/src/main/schema/xmlconfig.xml
> In this issue created for the error 
> "org.apache.maven.lifecycle.LifecycleExecutionException: XmlBeans compile 
> failed:
>  xml 
> Error/home/kanchana/Geronimo/svn/server/modules/geronimo-web-builder/src/main/schema/geronimo-web-1.2.xsd:39:
>  error: Unexpected character encountered (lex state 9): '<'
> Line no.39

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (GERONIMO-2610) Build error due to

2006-12-01 Thread Kanchana Welagedara (JIRA)
Build error due to 
---

 Key: GERONIMO-2610
 URL: http://issues.apache.org/jira/browse/GERONIMO-2610
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: deployment
Affects Versions: 1.2
 Environment: Linux
Reporter: Kanchana Welagedara
 Assigned To: Kanchana Welagedara
 Fix For: 1.2


Build is failing due to 
org.apache.maven.lifecycle.LifecycleExecutionException: XmlBeans compile failed:
 xml 
Error/home/kanchana/Geronimo/svn/server/modules/geronimo-web-builder/src/main/schema/geronimo-web-1.2.xsd:39:
 error: Unexpected character encountered (lex state 9): '<'
xml ErrorLoading config file 
/home/kanchana/Geronimo/svn/server/modules/geronimo-web-builder/src/main/schema/xmlconfig.xml

In this issue created for the error 
"org.apache.maven.lifecycle.LifecycleExecutionException: XmlBeans compile 
failed:
 xml 
Error/home/kanchana/Geronimo/svn/server/modules/geronimo-web-builder/src/main/schema/geronimo-web-1.2.xsd:39:
 error: Unexpected character encountered (lex state 9): '<'
Line no.39


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (GERONIMO-2562) Improving the xml schema documentation for openejb-jar-2.1.xsd

2006-11-23 Thread Kanchana Welagedara (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-2562?page=comments#action_12452220
 ] 

Kanchana Welagedara commented on GERONIMO-2562:
---

Can anybody please tell me what is the location to put this file.I don't find 
any existent file in the modules subdirectories.I don't find a file to do the 
svn diff

> Improving the xml schema documentation for openejb-jar-2.1.xsd
> --
>
> Key: GERONIMO-2562
> URL: http://issues.apache.org/jira/browse/GERONIMO-2562
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: documentation
>Affects Versions: 1.x
> Environment: Linux/Windows 
>Reporter: Kanchana Welagedara
> Assigned To: Kanchana Welagedara
> Fix For: 1.x
>
> Attachments: openejb-jar-2.1.xsd
>
>
> Included the xml schema documentation to  openejb-jar-2.1.xsd

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2562) Improving the xml schema documentation for openejb-jar-2.1.xsd

2006-11-13 Thread Kanchana Welagedara (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2562?page=all ]

Kanchana Welagedara updated GERONIMO-2562:
--

Attachment: openejb-jar-2.1.xsd

xml schema documentation is written for openejb-jar-2.1.xsd

> Improving the xml schema documentation for openejb-jar-2.1.xsd
> --
>
> Key: GERONIMO-2562
> URL: http://issues.apache.org/jira/browse/GERONIMO-2562
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: documentation
>Affects Versions: 1.x
> Environment: Linux/Windows 
>Reporter: Kanchana Welagedara
> Assigned To: Kanchana Welagedara
> Fix For: 1.x
>
> Attachments: openejb-jar-2.1.xsd
>
>
> Included the xml schema documentation to  openejb-jar-2.1.xsd

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (GERONIMO-2562) Improving the xml schema documentation for openejb-jar-2.1.xsd

2006-11-13 Thread Kanchana Welagedara (JIRA)
Improving the xml schema documentation for openejb-jar-2.1.xsd
--

 Key: GERONIMO-2562
 URL: http://issues.apache.org/jira/browse/GERONIMO-2562
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: documentation
Affects Versions: 1.x
 Environment: Linux/Windows 
Reporter: Kanchana Welagedara
 Assigned To: Kanchana Welagedara
 Fix For: 1.x


Included the xml schema documentation to  openejb-jar-2.1.xsd

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2542) Writing XML schema documentation for geronimo-web in distribution

2006-11-04 Thread Kanchana Welagedara (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2542?page=all ]

Kanchana Welagedara updated GERONIMO-2542:
--

Attachment: GERONIMO-2542.patch

GERONIMO-2542.patch is attached

> Writing XML schema documentation for geronimo-web in distribution
> -
>
> Key: GERONIMO-2542
> URL: http://issues.apache.org/jira/browse/GERONIMO-2542
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: documentation
>Affects Versions: 1.x
> Environment: Debian 
>Reporter: Kanchana Welagedara
> Assigned To: Kanchana Welagedara
> Fix For: Verification Required
>
> Attachments: GERONIMO-2542.patch, geronimo-web-1.1.xsd
>
>
> XML Schema documentation has been updated in the web but not in the schema in 
> the geronimo distribution.This has the patch which improved the documentation 
> geronimo-web.xsd .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (GERONIMO-2542) Writing XML schema documentation for geronimo-web in distribution

2006-11-03 Thread Kanchana Welagedara (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-2542?page=all ]

Kanchana Welagedara updated GERONIMO-2542:
--

Attachment: geronimo-web-1.1.xsd

geronimo-web.xsd documentation in the distribution  improved  for version 1.1 

> Writing XML schema documentation for geronimo-web in distribution
> -
>
> Key: GERONIMO-2542
> URL: http://issues.apache.org/jira/browse/GERONIMO-2542
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: documentation
>Affects Versions: 1.x
> Environment: Debian 
>Reporter: Kanchana Welagedara
> Assigned To: Kanchana Welagedara
> Fix For: Verification Required
>
> Attachments: geronimo-web-1.1.xsd
>
>
> XML Schema documentation has been updated in the web but not in the schema in 
> the geronimo distribution.This has the patch which improved the documentation 
> geronimo-web.xsd .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (GERONIMO-2542) Writing XML schema documentation for geronimo-web in distribution

2006-11-03 Thread Kanchana Welagedara (JIRA)
Writing XML schema documentation for geronimo-web in distribution
-

 Key: GERONIMO-2542
 URL: http://issues.apache.org/jira/browse/GERONIMO-2542
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: documentation
Affects Versions: 1.x
 Environment: Debian 
Reporter: Kanchana Welagedara
 Assigned To: Kanchana Welagedara
 Fix For: Verification Required


XML Schema documentation has been updated in the web but not in the schema in 
the geronimo distribution.This has the patch which improved the documentation 
geronimo-web.xsd .

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira