[jira] Resolved: (GERONIMO-5435) Could not package plugin when build sample javaee5\bank

2010-09-15 Thread Ivan (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan resolved GERONIMO-5435.


Fix Version/s: 3.0
   (was: 3.0-M1)
   Resolution: Fixed

Open a JIRA OPENEJB-1355, and commit a workaround change, it should work now.

 Could not package plugin when build sample javaee5\bank
 ---

 Key: GERONIMO-5435
 URL: https://issues.apache.org/jira/browse/GERONIMO-5435
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: car-maven-plugin
 Environment: winXP (english) + sun sdk 1.6.0._20
Reporter: Han Hong Fang
Assignee: Ivan
 Fix For: 3.0


 If you try to build any EJB sample's geronimo plugin, you will get exception 
 as below
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] could not package plugin
 Embedded error: org.apache.openejb.OpenEJBException: Failed Configuring 
 Service(id=DefaultStatelessContainer): Unable to read OpenEJB service-jar 
 file for provider org.apache.openejb at null: Could not find resource 
 'META-INF/org.apache.openejb/service-jar.xml'
 [INFO] 
 
 [INFO] Trace
 org.apache.maven.lifecycle.LifecycleExecutionException: could not package 
 plugin
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
   at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
   at 
 org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.plugin.MojoExecutionException: could not package 
 plugin
   at 
 org.apache.geronimo.mavenplugins.car.PackageMojo.execute(PackageMojo.java:246)
   at 
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
   at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
   ... 17 more
 Caused by: org.apache.geronimo.common.DeploymentException: 
 org.apache.openejb.OpenEJBException: Failed Configuring 
 Service(id=DefaultStatelessContainer): Unable to read OpenEJB service-jar 
 file for provider org.apache.openejb at null: Could not find resource 
 'META-INF/org.apache.openejb/service-jar.xml'
   at 
 org.apache.geronimo.openejb.deployment.EjbModuleBuilder.getEjbJarInfo(EjbModuleBuilder.java:601)
   at 
 org.apache.geronimo.openejb.deployment.EjbModuleBuilder.initContext(EjbModuleBuilder.java:509)
   at 
 org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:630)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:250)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at 
 org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
   at 
 org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:856)
   at 
 

[jira] Updated: (GERONIMO-5568) fail to asembly custom server via admin console

2010-09-15 Thread Zhen Zhang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhen Zhang updated GERONIMO-5568:
-

Description: 
setps to recur:
1、start geronimo server
2、Install hello sample (click deploy new) (attachment)
3、Open Applications -- Plugins portlet(first choosecreate Geronimo plug-in 
portlet,choose hello/(version)/car,then export the plug-in)
4、use the default configuration.
5、Click save plugin data button.
6、Click export  plugin
then you will find following infomation:

 ERROR [[car-export]] Servlet.service() for servlet car-export threw exception
java.lang.NullPointerException
at 
org.apache.geronimo.system.configuration.RepositoryConfigurationStore.writeToZip(RepositoryConfigurationStore.java:280)
at 
org.apache.geronimo.system.configuration.RepositoryConfigurationStore.exportConfiguration(RepositoryConfigurationStore.java:268)
at 
org.apache.geronimo.console.car.CARExportServlet.doGet(CARExportServlet.java:54)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:655)
at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:443)
at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:382)
at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:310)
at 
org.apache.geronimo.console.servlet.GenericForwardServlet.doPost(GenericForwardServlet.java:154)
at 
org.apache.geronimo.console.servlet.GenericForwardServlet.doGet(GenericForwardServlet.java:119)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.apache.geronimo.console.filter.XSSXSRFFilter.doFilter(XSSXSRFFilter.java:130)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:242)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
at 
org.apache.geronimo.tomcat.security.SecurityValve.invoke(SecurityValve.java:89)
at 
org.apache.geronimo.tomcat.security.jacc.JACCSecurityValve.invoke(JACCSecurityValve.java:54)
at 
org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:700)
at 
org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
at 
org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:146)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:402)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:254)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:267)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:245)
at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:260)
at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:241)
at 
org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:371)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
2010-08-31 17:07:04,796 ERROR [[context-forward]] Servlet.service() for servlet 
context-forward threw exception
java.lang.NullPointerException
at 
org.apache.geronimo.system.configuration.RepositoryConfigurationStore.writeToZip(RepositoryConfigurationStore.java:280)
at 

[jira] Updated: (GERONIMO-5568) fail to asembly custom server via admin console

2010-09-15 Thread Zhen Zhang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Zhen Zhang updated GERONIMO-5568:
-

Description: 
setps to recur:
1、start geronimo server
2、Install hello sample (click deploy new) (attachment)
3、Open Applications -- Plugins portlet(first choosecreate Geronimo plug-in 
portlet,choose hello/(version)/car,then export the plug-in)
4、use the default configuration.
5、Click save plugin data button.
6、Click export  plugin in next page.
then you will find following infomation:

 ERROR [[car-export]] Servlet.service() for servlet car-export threw exception
java.lang.NullPointerException
at 
org.apache.geronimo.system.configuration.RepositoryConfigurationStore.writeToZip(RepositoryConfigurationStore.java:280)
at 
org.apache.geronimo.system.configuration.RepositoryConfigurationStore.exportConfiguration(RepositoryConfigurationStore.java:268)
at 
org.apache.geronimo.console.car.CARExportServlet.doGet(CARExportServlet.java:54)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:655)
at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:443)
at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:382)
at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:310)
at 
org.apache.geronimo.console.servlet.GenericForwardServlet.doPost(GenericForwardServlet.java:154)
at 
org.apache.geronimo.console.servlet.GenericForwardServlet.doGet(GenericForwardServlet.java:119)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.apache.geronimo.console.filter.XSSXSRFFilter.doFilter(XSSXSRFFilter.java:130)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:242)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:201)
at 
org.apache.geronimo.tomcat.security.SecurityValve.invoke(SecurityValve.java:89)
at 
org.apache.geronimo.tomcat.security.jacc.JACCSecurityValve.invoke(JACCSecurityValve.java:54)
at 
org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:700)
at 
org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:47)
at 
org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:146)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:108)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:402)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:254)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:267)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:245)
at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:260)
at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:241)
at 
org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:371)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
2010-08-31 17:07:04,796 ERROR [[context-forward]] Servlet.service() for servlet 
context-forward threw exception
java.lang.NullPointerException
at 
org.apache.geronimo.system.configuration.RepositoryConfigurationStore.writeToZip(RepositoryConfigurationStore.java:280)
at 

[jira] Assigned: (GERONIMO-5584) identify basic set of navigation items

2010-09-15 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang reassigned GERONIMO-5584:
-

Assignee: Shawn Jiang  (was: Chi Runhua)

 identify basic set of navigation items
 --

 Key: GERONIMO-5584
 URL: https://issues.apache.org/jira/browse/GERONIMO-5584
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
Reporter: Chi Runhua
Assignee: Shawn Jiang
Priority: Trivial
 Fix For: 3.0

 Attachments: 5584.patch


 Based on Geronimo-5516,  we can set 2 groups of navigation items in G3.0.  
 Basic for the frequently used ones and Advance for the full set.
 We should identify the items in the basic set, which might be from my 
 perspective:
 0/Welcome
 1-1-1/Application Server/System Information/Server Information
 2-1/Applications/Deployer
 2-2-1/Applications/User Assets/Web App WARs
 Any other comments?

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



[jira] Resolved: (GERONIMO-5584) identify basic set of navigation items

2010-09-15 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang resolved GERONIMO-5584.
---

Fix Version/s: 3.0
   Resolution: Fixed

committed the patch to tr...@r997204, Thanks Chi RunHua for the patch !

 identify basic set of navigation items
 --

 Key: GERONIMO-5584
 URL: https://issues.apache.org/jira/browse/GERONIMO-5584
 Project: Geronimo
  Issue Type: Sub-task
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
Reporter: Chi Runhua
Assignee: Shawn Jiang
Priority: Trivial
 Fix For: 3.0

 Attachments: 5584.patch


 Based on Geronimo-5516,  we can set 2 groups of navigation items in G3.0.  
 Basic for the frequently used ones and Advance for the full set.
 We should identify the items in the basic set, which might be from my 
 perspective:
 0/Welcome
 1-1-1/Application Server/System Information/Server Information
 2-1/Applications/Deployer
 2-2-1/Applications/User Assets/Web App WARs
 Any other comments?

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



Re: [VOTE] release javamail 1.8.2 provider and mail components. (second attempt)

2010-09-15 Thread Vamsavardhana Reddy
+1


On Tue, Sep 14, 2010 at 5:13 PM, Rick McGuire rick...@gmail.com wrote:

  This is a bug fix release to fix a problem with the javamail smtp provider
 including the BCC recipients as a header in sent messages.  The JIRA in
 question is

 https://issues.apache.org/jira/browse/GERONIMO-5587

 This is a vote for the javamail providers and combined mail jar.  This fix
 did not require an update to the javamail specs. .

 The 2 components up for vote are:


 org/apache/geronimo/javamail/geronimo-javamail_1.4/1.8.2/geronimo-javamail_1.4-1.8.2-source-release.tar.gz

 org/apache/geronimo/javamail/geronimo-javamail_1.4/1.8.2/geronimo-javamail_1.4-1.8.2-source-release.zip

 from the staging repository at:

 https://repository.apache.org/content/repositories/orgapachegeronimo-020/

 The source repo is:


 https://svn.apache.org/repos/asf/geronimo/javamail/tags/geronimo-javamail_1.4-1.8.2/

  Vote will be open for 72 hours.

  [ ] +1  approve
  [ ] +0  no opinion
  [ ] -1  disapprove (and reason why)


 Rick




-- 
Vamsi


[jira] Created: (GERONIMO-5610) Problem with install-plugin via the Administration console

2010-09-15 Thread maojia (JIRA)
Problem with install-plugin via the Administration console
--

 Key: GERONIMO-5610
 URL: https://issues.apache.org/jira/browse/GERONIMO-5610
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: console
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Priority: Trivial


I deployed a HelloWorld-1.0.car plugin, containing the geronimo-plugin.xml file 
correctly, on the geronimo-tomcat7-javaee6-3.0-SNAPSHOT server.

On the Install Geronimo Plugins portlet, I selected 
http://localhost:8080/plugin/maven-repo/; as the chosen repository to show 
plugins in the selected repository. The HelloWorld-1.0.car file, however, was 
not in the list of plugins as expected.   


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



[jira] Updated: (GERONIMO-5610) Problem with install-plugin via the Administration console

2010-09-15 Thread maojia (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

maojia updated GERONIMO-5610:
-

Comment: was deleted

(was: The HelloWorld-1.0.car plugin used.)

 Problem with install-plugin via the Administration console
 --

 Key: GERONIMO-5610
 URL: https://issues.apache.org/jira/browse/GERONIMO-5610
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Priority: Trivial
 Attachments: HelloWorld-1.0.car


 I deployed a HelloWorld-1.0.car plugin, containing the geronimo-plugin.xml 
 file correctly, on the geronimo-tomcat7-javaee6-3.0-SNAPSHOT server.
 On the Install Geronimo Plugins portlet, I selected 
 http://localhost:8080/plugin/maven-repo/; as the chosen repository to show 
 plugins in the selected repository. The HelloWorld-1.0.car file, however, was 
 not in the list of plugins as expected.   

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



[jira] Updated: (GERONIMO-5610) Problem with install-plugin via the Administration console

2010-09-15 Thread maojia (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

maojia updated GERONIMO-5610:
-

Attachment: HelloWorld-1.0.car

The HelloWorld-1.0.car plugin used.

 Problem with install-plugin via the Administration console
 --

 Key: GERONIMO-5610
 URL: https://issues.apache.org/jira/browse/GERONIMO-5610
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Priority: Trivial
 Attachments: HelloWorld-1.0.car


 I deployed a HelloWorld-1.0.car plugin, containing the geronimo-plugin.xml 
 file correctly, on the geronimo-tomcat7-javaee6-3.0-SNAPSHOT server.
 On the Install Geronimo Plugins portlet, I selected 
 http://localhost:8080/plugin/maven-repo/; as the chosen repository to show 
 plugins in the selected repository. The HelloWorld-1.0.car file, however, was 
 not in the list of plugins as expected.   

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



[BUILD] branches/2.1: Failed for Revision: 997191

2010-09-15 Thread gawor
Geronimo Revision: 997191 built with tests included
 
See the full build-0200.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20100915/build-0200.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20100915
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 27 minutes 43 seconds
[INFO] Finished at: Wed Sep 15 02:55:05 EDT 2010
[INFO] Final Memory: 288M/987M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
 
Assembly: tomcat
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20100915/logs-0200-tomcat/
 
[INFO] Running console-testsuite.basic-console
[INFO] Tests run: 38, Failures: 16, Errors: 0, Skipped: 0, Time elapsed: 72.437 
sec  FAILURE!
--
[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 62.248 
sec  FAILURE!
 
Assembly: jetty
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20100915/logs-0200-jetty/
 
 
Samples: branches/2.1
=
Log: 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20100915/samples-0200.log
 
Build status: FAILED
 


[jira] Commented: (GERONIMO-5607) geronimo-default keystore file not displayed on the administration console

2010-09-15 Thread Vamsavardhana Reddy (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12909682#action_12909682
 ] 

Vamsavardhana Reddy commented on GERONIMO-5607:
---

An 'EMPTY' file in var\security\keystores directory is the culprit.

 geronimo-default keystore file not displayed on the administration console
 --

 Key: GERONIMO-5607
 URL: https://issues.apache.org/jira/browse/GERONIMO-5607
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Priority: Minor

 The geronimo-default keystore file is not displayed on the Keystore portlet 
 on the administration console.

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



[BUILD] trunk: Failed for Revision: 997209

2010-09-15 Thread gawor
Geronimo Revision: 997209 built with tests included
 
See the full build-0300.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100915/build-0300.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100915
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 46 minutes 20 seconds
[INFO] Finished at: Wed Sep 15 04:06:38 EDT 2010
[INFO] Final Memory: 457M/987M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
 
Assembly: tomcat
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100915/logs-0300-tomcat/
 
Running TestSuite
Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 11.155 sec  
FAILURE!
 
Assembly: jetty
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100915/logs-0300-jetty/
 
Running TestSuite
Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 10.855 sec  
FAILURE!
Running TestSuite
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.081 sec  
FAILURE!
 
Samples: trunk
=
Log: 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100915/samples-0300.log
 
Build status: OK
 


Re: [VOTE] release EJB 3.1 spec version 1.0.1

2010-09-15 Thread Kevan Miller
Here's my +1. Source, signature, checksums, build -- look good. I'm assuming 
this has been through relevant portions of the TCK...

--kevan
On Sep 13, 2010, at 8:34 AM, Rick McGuire wrote:

 This is a bug fix release to fix a couple of problems with the EJB embedded 
 container support.
 
 The components up for vote are:
 
 org/apache/geronimo/specs/geronimo-ejb_3.1_spec/1.0.1/geronimo-ejb_3.1_spec-1.0.1-source-release.zip
 org/apache/geronimo/specs/geronimo-ejb_3.1_spec/1.0.1/geronimo-ejb_3.1_spec-1.0.1-source-release.tar.gz
 
 
 from the staging repository at:
 
 https://repository.apache.org/content/repositories/orgapachegeronimo-015/
 
 The source repo is:
 
 https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-ejb_3.1_spec-1.0.1
 
 Vote will be open for 72 hours.
 
 [ ] +1  approve
 [ ] +0  no opinion
 [ ] -1  disapprove (and reason why)
 
 
 Rick



[jira] Commented: (XBEAN-156) BundleClassLoader.getResource() lookup is slow

2010-09-15 Thread Kevan Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/XBEAN-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12909723#action_12909723
 ] 

Kevan Miller commented on XBEAN-156:


No. At present, wired bundles will never change.

 BundleClassLoader.getResource() lookup is slow
 --

 Key: XBEAN-156
 URL: https://issues.apache.org/jira/browse/XBEAN-156
 Project: XBean
  Issue Type: Bug
  Components: bundleutils
Affects Versions: 3.8
Reporter: Jarek Gawor
Assignee: Kevan Miller

 When looking up META-INF/services resources, the BundleClassLoader obtains a 
 list of bundles wired to the bundle of the classloader in order to check each 
 wired bundle for the given resource. The problem is that the process of 
 figuring out the list of wired bundles is performed each time a lookup on 
 META-INF/services resource is done and the process of getting the wired 
 bundles itself can be pretty slow. 
 The BundleClassLoader probably needs a better algorithm for getting the wired 
 bundles.

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



Re: [VOTE] release EJB 3.1 spec version 1.0.1

2010-09-15 Thread Rick McGuire

 On 9/15/2010 9:28 AM, Kevan Miller wrote:

Here's my +1. Source, signature, checksums, build -- look good. I'm assuming 
this has been through relevant portions of the TCK...


Yes, Geronimo's been building and testing against the -SNAPSHOT version 
for some time.


Rick

--kevan
On Sep 13, 2010, at 8:34 AM, Rick McGuire wrote:


This is a bug fix release to fix a couple of problems with the EJB embedded 
container support.

The components up for vote are:

org/apache/geronimo/specs/geronimo-ejb_3.1_spec/1.0.1/geronimo-ejb_3.1_spec-1.0.1-source-release.zip
org/apache/geronimo/specs/geronimo-ejb_3.1_spec/1.0.1/geronimo-ejb_3.1_spec-1.0.1-source-release.tar.gz


from the staging repository at:

https://repository.apache.org/content/repositories/orgapachegeronimo-015/

The source repo is:

https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-ejb_3.1_spec-1.0.1

Vote will be open for 72 hours.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)


Rick






[BUILD] trunk: Failed for Revision: 997316

2010-09-15 Thread gawor
Geronimo Revision: 997316 built with tests included
 
See the full build-0900.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100915/build-0900.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100915
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 42 minutes 37 seconds
[INFO] Finished at: Wed Sep 15 09:47:54 EDT 2010
[INFO] Final Memory: 495M/1008M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
 
Assembly: tomcat
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100915/logs-0900-tomcat/
 
 
 
[INFO] snapshot org.apache.geronimo.framework:framework:3.0-SNAPSHOT: checking 
for updates from apache.snapshots
[INFO] snapshot org.apache.geronimo.framework:framework:3.0-SNAPSHOT: checking 
for updates from codehaus.snapshots
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [geronimo-property:set-property {execution: set-property}]
[INFO] snapshot 
org.apache.geronimo.testsupport:testsupport-selenium:3.0-SNAPSHOT: checking for 
updates from codehaus.snapshots
[INFO] snapshot 
org.apache.geronimo.testsupport:testsupport-selenium:3.0-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] snapshot org.apache.geronimo.testsupport:testsupport:3.0-SNAPSHOT: 
checking for updates from codehaus.snapshots
[INFO] snapshot org.apache.geronimo.testsupport:testsupport:3.0-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] snapshot 
org.apache.geronimo.testsupport:testsupport-common:3.0-SNAPSHOT: checking for 
updates from codehaus.snapshots
[INFO] snapshot 
org.apache.geronimo.testsupport:testsupport-common:3.0-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] snapshot 
org.apache.geronimo.testsupport:testsupport-common:3.0-SNAPSHOT: checking for 
updates from jetty.oss.sonatype.org
[INFO] snapshot 
org.apache.geronimo.testsupport:testsupport-common:3.0-SNAPSHOT: checking for 
updates from openqa-snapshots
[INFO] snapshot org.apache.geronimo.framework:modules:3.0-SNAPSHOT: checking 
for updates from codehaus.snapshots
[INFO] snapshot org.apache.geronimo.framework:modules:3.0-SNAPSHOT: checking 
for updates from apache.snapshots
[INFO] snapshot org.apache.geronimo.framework:modules:3.0-SNAPSHOT: checking 
for updates from jetty.oss.sonatype.org
[INFO] snapshot org.apache.geronimo.framework:modules:3.0-SNAPSHOT: checking 
for updates from openqa-snapshots
[INFO] [enforcer:enforce {execution: default}]
[INFO] Setting property: classpath.resource.loader.class = 
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on = 'false'.
[INFO] Setting property: resource.loader = 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound = 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/geronimo/geronimo/trunk/testsuite/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/testsuite/3.0-SNAPSHOT/testsuite-3.0-SNAPSHOT.pom
[INFO] 
[INFO] Building Geronimo TestSuite :: Commands TestSuite
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [geronimo-property:set-property {execution: set-property}]
[INFO] snapshot 
org.apache.geronimo.testsupport:testsupport-commands:3.0-SNAPSHOT: checking for 
updates from codehaus.snapshots
[INFO] snapshot 
org.apache.geronimo.testsupport:testsupport-commands:3.0-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/geronimo/geronimo/trunk/testsuite/commands-testsuite/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/commands-testsuite/3.0-SNAPSHOT/commands-testsuite-3.0-SNAPSHOT.pom
[INFO] 
[INFO] Building Geronimo TestSuite :: Commands Testsuite :: Deployer
[INFO]task-segment: [install]
[INFO] 
Downloading: 
http://maven.rtp.raleigh.ibm.com/nexus-proxy//org/apache/maven/plugins/maven-failsafe-plugin/2.5/maven-failsafe-plugin-2.5.pom
9K downloaded  (maven

[BUILD] branches/2.2: Failed for Revision: 997292

2010-09-15 Thread gawor
Geronimo Revision: 997292 built with tests included
 
See the full build-0800.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100915/build-0800.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100915
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 33 minutes 28 seconds
[INFO] Finished at: Wed Sep 15 08:40:59 EDT 2010
[INFO] Final Memory: 301M/964M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
 
Assembly: tomcat
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100915/logs-0800-tomcat/
 
[INFO] Running TestSuite
[INFO] Tests run: 40, Failures: 32, Errors: 0, Skipped: 0, Time elapsed: 
172.076 sec  FAILURE!
[INFO] Running TestSuite
[INFO] Tests run: 12, Failures: 11, Errors: 0, Skipped: 0, Time elapsed: 50.415 
sec  FAILURE!
--
[INFO] Running TestSuite
[INFO] Tests run: 36, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 69.281 
sec  FAILURE!
 
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] snapshot org.apache.openejb:openejb-core:3.1.3-SNAPSHOT: checking for 
updates from codehaus-snapshot
[INFO] snapshot org.apache.openejb:openejb-core:3.1.3-SNAPSHOT: checking for 
updates from apache-m2-snapshot
[INFO] snapshot org.apache.openejb:openejb-core:3.1.3-SNAPSHOT: checking for 
updates from java.net
[INFO] snapshot org.apache.openejb:container:3.1.3-SNAPSHOT: checking for 
updates from codehaus-snapshot
[INFO] snapshot org.apache.openejb:container:3.1.3-SNAPSHOT: checking for 
updates from apache-m2-snapshot
[INFO] snapshot org.apache.openejb:container:3.1.3-SNAPSHOT: checking for 
updates from java.net
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [:invoke {execution: default}]
[INFO] Invoking: 
/home/geronimo/geronimo/2.2/testsuite/cluster-testsuite/ejb-multicast/pom.xml
[INFO] + Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] 

[INFO] [INFO] Building Geronimo TestSuite :: Cluster Testsuite :: EJB Multicast 
Tests
[INFO] [INFO]task-segment: [install]
[INFO] [INFO] 

[INFO] [INFO] [genesis:validate-configuration {execution: default}]
[INFO] [INFO] [enforcer:enforce {execution: default}]
[INFO] [INFO] Setting property: classpath.resource.loader.class = 
'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] [INFO] Setting property: velocimacro.messages.on = 'false'.
[INFO] [INFO] Setting property: resource.loader = 'classpath'.
[INFO] [INFO] Setting property: resource.manager.logwhenfound = 'false'.
[INFO] [INFO] [remote-resources:process {execution: default}]
[INFO] [INFO] [resources:resources {execution: default-resources}]
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/testsuite/cluster-testsuite/ejb-multicast/src/main/filtered-resources
[INFO] [INFO] Copying 3 resources
[INFO] [INFO] [compiler:compile {execution: default-compile}]
[INFO] [INFO] No sources to compile
[INFO] [INFO] [resources:testResources {execution: default-testResources}]
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/testsuite/cluster-testsuite/ejb-multicast/src/test/resources
[INFO] [INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/testsuite/cluster-testsuite/ejb-multicast/src/test/filtered-resources
[INFO] [INFO] Copying 3 resources
[INFO] [INFO] [antrun:run {execution: create-server-instance}]
[INFO] [INFO] Executing tasks
[INFO] 
[INFO] linux:
[INFO]  [echo] 
#
[INFO]  [echo] ##   

[INFO]  [echo] ## Unzipping: assembly   
  
[INFO]  [echo] ##   

[INFO]  [echo] 
#
[INFO] [mkdir] Created dir: 
/home/geronimo/geronimo/2.2/testsuite/cluster-testsuite/ejb-multicast/server1
[INFO][gunzip] Expanding 
/home/geronimo/.m2/repository/org/apache/geronimo/assemblies/geronimo-tomcat6-javaee5/2.2.2-SNAPSHOT/geronimo-tomcat6-javaee5-2.2.2-SNAPSHOT-bin.tar.gz

Is there any point in still having the axis plugin?

2010-09-15 Thread Rick McGuire
 I was taking inventory again of the Geronimo 3.0 snapshot 
dependencies, and spent time (once again) chasing after dependencies 
that only exist in the axis plugin.  Is there any point in still having 
that plugin?  It's not been included in any of the assemblies in ages, 
its dependencies are all horribly out of date, and it probably would 
require a fairly big effort to get this even to build on a 3.0 base.  
Maybe we should just delete that particular plugin.


Rick


Re: Is there any point in still having the axis plugin?

2010-09-15 Thread Jarek Gawor
We will need it for full profile... but we don't need it for web profile.

Jarek

On Wed, Sep 15, 2010 at 12:47 PM, Rick McGuire rick...@gmail.com wrote:
  I was taking inventory again of the Geronimo 3.0 snapshot dependencies, and
 spent time (once again) chasing after dependencies that only exist in the
 axis plugin.  Is there any point in still having that plugin?  It's not been
 included in any of the assemblies in ages, its dependencies are all horribly
 out of date, and it probably would require a fairly big effort to get this
 even to build on a 3.0 base.  Maybe we should just delete that particular
 plugin.

 Rick



[BUILD] trunk: Failed for Revision: 997458

2010-09-15 Thread gawor
Geronimo Revision: 997458 built with tests included
 
See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100915/build-1500.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100915/unit-test-reports
 

main prio=10 tid=0x08bb3c00 nid=0x4c9f in Object.wait() [0xf7338000]
   java.lang.Thread.State: WAITING (on object monitor)
at java.lang.Object.wait(Native Method)
- waiting on 0xe2ccf948 (a java.lang.UNIXProcess)
at java.lang.Object.wait(Object.java:485)
at java.lang.UNIXProcess.waitFor(UNIXProcess.java:165)
- locked 0xe2ccf948 (a java.lang.UNIXProcess)
at 
org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:146)
at 
org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:98)
at 
org.apache.maven.surefire.booter.SurefireBooter.fork(SurefireBooter.java:673)
at 
org.apache.maven.surefire.booter.SurefireBooter.forkSuites(SurefireBooter.java:479)
at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesForkOnce(SurefireBooter.java:379)
at 
org.apache.maven.surefire.booter.SurefireBooter.run(SurefireBooter.java:245)
at 
org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:537)
at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at 
org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

VM Thread prio=10 tid=0xa3a92000 nid=0x4ca4 runnable 

GC task thread#0 (ParallelGC) prio=10 tid=0x08bbac00 nid=0x4ca0 runnable 

GC task thread#1 (ParallelGC) prio=10 tid=0x08bbc400 nid=0x4ca1 runnable 

GC task thread#2 (ParallelGC) prio=10 tid=0x08bbdc00 nid=0x4ca2 runnable 

GC task thread#3 (ParallelGC) prio=10 tid=0x08bbf000 nid=0x4ca3 runnable 

VM Periodic Task Thread prio=10 tid=0xa3aac800 nid=0x4cab waiting on 
condition 

JNI global references: 1681

Heap
 PSYoungGen  total 268480K, used 113271K [0xdec8, 0xf41d, 
0xf41d)
  eden space 225600K, 31% used [0xdec8,0xe313f838,0xec8d)
  from space 42880K, 99% used [0xf17f,0xf41ce5b0,0xf41d)
  to   space 61952K, 0% used [0xec8d,0xec8d,0xf055)
 PSOldGentotal 699072K, used 506384K [0xb41d, 0xdec8, 
0xdec8)
  object space 699072K, 72% used [0xb41d,0xd3054338,0xdec8)
 PSPermGen   total 262144K, used 236227K [0xa41d, 0xb41d, 
0xb41d)
  object space 262144K, 90% used [0xa41d,0xb2880f70,0xb41d)

[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] There are test failures.

Please refer to 
/home/geronimo/geronimo/trunk/plugins/jetty8/geronimo-jetty8/target/surefire-reports
 for the individual test results.
[INFO] 
[INFO] Trace
org.apache.maven.BuildFailureException: There are test failures.

Please refer to 
/home/geronimo/geronimo/trunk/plugins/jetty8/geronimo-jetty8/target/surefire-reports
 for the individual test results.
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715

Re: svn commit: r997240 - in /geronimo/server/trunk: plugingroups/console-jetty/ plugingroups/console-jetty/src/main/history/ plugingroups/console-tomcat/ plugingroups/console-tomcat/src/main/history/

2010-09-15 Thread Jarek Gawor
Rex,

Please double check your changes before committing. This 1) causes the
server not to startup anymore and 2) relies on a dependency that's not
build right now. Please revert or fix it as soon as you can.

Thanks,
Jarek

On Wed, Sep 15, 2010 at 5:42 AM,  rwo...@apache.org wrote:
 Author: rwonly
 Date: Wed Sep 15 09:42:30 2010
 New Revision: 997240

 URL: http://svn.apache.org/viewvc?rev=997240view=rev
 Log:
 GERONIMO-5597 make system db portlets compile with server

 Modified:
    geronimo/server/trunk/plugingroups/console-jetty/pom.xml
    
 geronimo/server/trunk/plugingroups/console-jetty/src/main/history/dependencies.xml
    geronimo/server/trunk/plugingroups/console-tomcat/pom.xml
    
 geronimo/server/trunk/plugingroups/console-tomcat/src/main/history/dependencies.xml
    geronimo/server/trunk/plugins/system-database/pom.xml
    
 geronimo/server/trunk/plugins/system-database/sysdb-console-jetty/src/main/history/dependencies.xml
    
 geronimo/server/trunk/plugins/system-database/sysdb-console-tomcat/src/main/history/dependencies.xml
    
 geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/java/org/apache/geronimo/console/databasemanager/wizard/DatabasePoolPortlet.java
    
 geronimo/server/trunk/plugins/system-database/sysdb-portlets/src/main/webapp/WEB-INF/web.xml

 Modified: geronimo/server/trunk/plugingroups/console-jetty/pom.xml
 URL: 
 http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/console-jetty/pom.xml?rev=997240r1=997239r2=997240view=diff
 ==
 --- geronimo/server/trunk/plugingroups/console-jetty/pom.xml (original)
 +++ geronimo/server/trunk/plugingroups/console-jetty/pom.xml Wed Sep 15 
 09:42:30 2010
 @@ -58,7 +58,16 @@
             version${project.version}/version
             typecar/type
         /dependency
 -
 +
 +        !--
 +        dependency
 +            groupIdorg.apache.geronimo.plugins/groupId
 +            artifactIdosgi-console-jetty/artifactId
 +            version${project.version}/version
 +            typecar/type
 +        /dependency
 +        --
 +
         !--dependency--
             !--groupIdorg.apache.geronimo.configs/groupId--
             !--artifactIdca-helper-jetty/artifactId--
 @@ -94,12 +103,12 @@
             !--typecar/type--
         !--/dependency--

 -        !--dependency--
 -            !--groupIdorg.apache.geronimo.plugins/groupId--
 -            !--artifactIdsysdb-console-jetty/artifactId--
 -            !--version${project.version}/version--
 -            !--typecar/type--
 -        !--/dependency--
 +        dependency
 +            groupIdorg.apache.geronimo.plugins/groupId
 +            artifactIdsysdb-console-jetty/artifactId
 +            version${project.version}/version
 +            typecar/type
 +        /dependency

         !--dependency--
             !--groupIdorg.apache.geronimo.plugins/groupId--

 Modified: 
 geronimo/server/trunk/plugingroups/console-jetty/src/main/history/dependencies.xml
 URL: 
 http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/console-jetty/src/main/history/dependencies.xml?rev=997240r1=997239r2=997240view=diff
 ==
 --- 
 geronimo/server/trunk/plugingroups/console-jetty/src/main/history/dependencies.xml
  (original)
 +++ 
 geronimo/server/trunk/plugingroups/console-jetty/src/main/history/dependencies.xml
  Wed Sep 15 09:42:30 2010
 @@ -21,4 +21,9 @@
         artifactIdplugin-console-jetty/artifactId
         typecar/type
     /dependency
 +    dependency
 +        groupIdorg.apache.geronimo.plugins/groupId
 +        artifactIdsysdb-console-jetty/artifactId
 +        typecar/type
 +    /dependency
  /plugin-artifact

 Modified: geronimo/server/trunk/plugingroups/console-tomcat/pom.xml
 URL: 
 http://svn.apache.org/viewvc/geronimo/server/trunk/plugingroups/console-tomcat/pom.xml?rev=997240r1=997239r2=997240view=diff
 ==
 --- geronimo/server/trunk/plugingroups/console-tomcat/pom.xml (original)
 +++ geronimo/server/trunk/plugingroups/console-tomcat/pom.xml Wed Sep 15 
 09:42:30 2010
 @@ -59,6 +59,15 @@
             typecar/type
         /dependency

 +        !--
 +        dependency
 +            groupIdorg.apache.geronimo.plugins/groupId
 +            artifactIdosgi-console-tomcat/artifactId
 +            version${project.version}/version
 +            typecar/type
 +        /dependency
 +        --
 +
         !--dependency--
             !--groupIdorg.apache.geronimo.configs/groupId--
             !--artifactIdca-helper-tomcat/artifactId--
 @@ -94,12 +103,12 @@
             !--typecar/type--
         !--/dependency--

 -        !--dependency--
 -            !--groupIdorg.apache.geronimo.plugins/groupId--
 -            !--artifactIdsysdb-console-tomcat/artifactId--
 -            !--version${project.version}/version--
 -            

[jira] Resolved: (GERONIMODEVTOOLS-637) Implement full testsuite automation on all supported Geronimo runtime platforms (i.e., Windows, Mac, Linux, etc.) and all major usage scenarios

2010-09-15 Thread Delos Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Delos Dai resolved GERONIMODEVTOOLS-637.


  Assignee: Delos Dai  (was: Tim McConnell)
Resolution: Fixed

update testsuite
1) upgrade selenium 
2) update text change in eclipse menu.

commit the fix in revision #997576.

 Implement full testsuite automation on all supported Geronimo runtime 
 platforms (i.e., Windows, Mac, Linux, etc.) and all major usage scenarios
 ---

 Key: GERONIMODEVTOOLS-637
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-637
 Project: Geronimo-Devtools
  Issue Type: Sub-task
  Components: eclipse-plugin
Affects Versions: 3.0
Reporter: Tim McConnell
Assignee: Delos Dai
 Fix For: 3.0




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



[jira] Created: (GERONIMO-5611) Problem with deploy:install-plugin command

2010-09-15 Thread maojia (JIRA)
Problem with deploy:install-plugin  command 
--

 Key: GERONIMO-5611
 URL: https://issues.apache.org/jira/browse/GERONIMO-5611
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: commands
Affects Versions: 3.0
 Environment: Windows platform
Reporter: maojia
Priority: Minor


On the karaf shell for the geronimo-tomcat7-javaee6-3.0-SNAPSHOT server:
I ran the install-plugin d:/HelloWorld.car command to install a plugin. The 
following error information was reported:  

geronimo install-plugin d:/HelloWorld.car
Checking for status every 1000ms:
2010-09-15 15:37:48,527 ERROR [PluginInstallerGBean] Invalid Configuration 
Archive 
D:\software\Geronimo\geronimo-tomcat7-javaee6-3.0-SNAPSHOT-bin\geronimo-tomcat7-javaee6-3.0-SNAPSHOT\bin
 no plugin metadata found
Installation FAILED: Invalid Configuration Archive 
D:\software\Geronimo\geronimo-tomcat7-javaee6-3.0-SNAPSHOT-bin\geronimo-tomcat7-javaee6-3.0-SNAPSHOT\bin
 no plugin metadata found


I also tried to use the command line deploy install-plugin d:/HelloWorld.car 
under the GERONIMO_HOME/bin directory. The following error information was 
reported:

Using GERONIMO_HOME:   D:\software\Geronimo\geronimo-tomcat7-javaee6-3.0-SNAPSHO
T-bin\geronimo-tomcat7-javaee6-3.0-SNAPSHOT
Using GERONIMO_TMPDIR: var\temp
Using JRE_HOME:C:\Program Files\IBM\Java60\jre
org.apache.geronimo.kernel.config.LifecycleException: load of org.apache.geronim
o.framework/jsr88-cli/3.0-SNAPSHOT/car failed
at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConf
iguration(SimpleConfigurationManager.java:307)
at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConf
iguration(SimpleConfigurationManager.java:281)
at org.apache.geronimo.kernel.config.KernelConfigurationManager.loadConf
iguration(KernelConfigurationManager.java:124)
at org.apache.geronimo.system.main.MainBridge.loadPersistentConfiguratio
ns(MainBridge.java:82)
at org.apache.geronimo.system.main.MainBridge.execute(MainBridge.java:57
)
at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:65)
at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31
)
Caused by: org.osgi.framework.BundleException: URL [mvn:org.apache.geronimo.fram
ework/jsr88-cli/3.0-SNAPSHOT/car] could not be resolved.
at org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivi
leged(Framework.java:975)
at org.eclipse.osgi.framework.internal.core.Framework$1.run(Framework.ja
va:838)
at java.security.AccessController.doPrivileged(AccessController.java:251
)
at org.eclipse.osgi.framework.internal.core.Framework.installWorker(Fram
ework.java:889)
at org.eclipse.osgi.framework.internal.core.Framework.installBundle(Fram
ework.java:833)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBun
dle(BundleContextImpl.java:167)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBun
dle(BundleContextImpl.java:161)
at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConf
iguration(SimpleConfigurationManager.java:300)
... 7 more
Caused by: java.lang.RuntimeException: URL [mvn:org.apache.geronimo.framework/js
r88-cli/3.0-SNAPSHOT/car] could not be resolved.
at org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.j
ava:195)
at org.eclipse.osgi.internal.baseadaptor.BundleInstall.begin(BundleInsta
ll.java:56)
at org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivi
leged(Framework.java:922)
... 14 more


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



[jira] Updated: (GERONIMO-5548) Default user monitor can't login admin console in Geronimo_3.0_trunk

2010-09-15 Thread Han Hong Fang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Han Hong Fang updated GERONIMO-5548:


Attachment: GERONIMO-5548(trunk).patch
GERONIMO-5548(branch22).patch

The URL  patterns are changed due to the admin console navigation tree 
reorganization. Updated the security-constraint for default user monitor solved 
this problem.

Patch for trunk and branch 2.2 are attached. 

Please help to review. Thanks in advance.

  Default user monitor can't login admin console in Geronimo_3.0_trunk 
 

 Key: GERONIMO-5548
 URL: https://issues.apache.org/jira/browse/GERONIMO-5548
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: security
Affects Versions: 3.0
 Environment: OS:Windows XP SP3
 Java Version: 1.6.0_20
 Server:Geronimo 3.0-SNAPSHOT 
Reporter: Zhen Zhang
Assignee: Han Hong Fang
Priority: Minor
 Fix For: 3.0

 Attachments: GERONIMO-5548(branch22).patch, GERONIMO-5548(trunk).patch


 setps to recur:
 1. startup the Geronimo server
 2. open http://localhost:8080/console;
 3. login with User name monitor and default password password
 4.you will find :
 HTTP Status 403 -
 type Status report
 message
 description Access to the specified resource () has been forbidden.

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



[jira] Resolved: (GERONIMO-5608) Update connector attribute list for Tomcat 7

2010-09-15 Thread Delos Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Delos Dai resolved GERONIMO-5608.
-

Resolution: Fixed

update connector attributes in TomcatManagerImpl in revision #997591.

 Update connector attribute list for Tomcat 7
 

 Key: GERONIMO-5608
 URL: https://issues.apache.org/jira/browse/GERONIMO-5608
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Tomcat
Affects Versions: 3.0
Reporter: Delos Dai
Assignee: Delos Dai
 Fix For: 3.0


 Need to update connector attribute list in TomcatManagerImpl.java per list 
 here http://tomcat.apache.org/tomcat-7.0-doc/config/http.html

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



[jira] Created: (GERONIMO-5612) Filter no permission functions for built-in user monitor

2010-09-15 Thread Han Hong Fang (JIRA)
Filter no permission functions for built-in user monitor
--

 Key: GERONIMO-5612
 URL: https://issues.apache.org/jira/browse/GERONIMO-5612
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: console
Affects Versions: 3.0
Reporter: Han Hong Fang
 Fix For: 3.0


- Login admin console with monitor/password
- Click advance radio button at the top of nagivation tree area

There are some functions on navigation tree, which monitor has no permission to 
access, such as Application Server/Shutdown.  Once this item is clicked, 
following error occurs:

HTTP Status 403 - 
type Status report
message 
description Access to the specified resource () has been forbidden.

Need to filter such functions for monitor to avoid such error.


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



[jira] Updated: (GERONIMO-5612) Filter no permission functions for built-in user monitor

2010-09-15 Thread Han Hong Fang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-5612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Han Hong Fang updated GERONIMO-5612:


Description: 
Login admin console with monitor/password, then click advance radio button at 
the top of nagivation tree area

There are some functions on navigation tree, which monitor has no permission to 
access, such as Application Server/Shutdown.  Once this item is clicked, 
following error occurs:

HTTP Status 403 - 
type Status report
message 
description Access to the specified resource () has been forbidden.

Need to filter such functions for monitor to avoid this error.


  was:
- Login admin console with monitor/password
- Click advance radio button at the top of nagivation tree area

There are some functions on navigation tree, which monitor has no permission to 
access, such as Application Server/Shutdown.  Once this item is clicked, 
following error occurs:

HTTP Status 403 - 
type Status report
message 
description Access to the specified resource () has been forbidden.

Need to filter such functions for monitor to avoid such error.



 Filter no permission functions for built-in user monitor
 --

 Key: GERONIMO-5612
 URL: https://issues.apache.org/jira/browse/GERONIMO-5612
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: console
Affects Versions: 3.0
Reporter: Han Hong Fang
 Fix For: 3.0


 Login admin console with monitor/password, then click advance radio button at 
 the top of nagivation tree area
 There are some functions on navigation tree, which monitor has no permission 
 to access, such as Application Server/Shutdown.  Once this item is clicked, 
 following error occurs:
 HTTP Status 403 - 
 type Status report
 message 
 description Access to the specified resource () has been forbidden.
 Need to filter such functions for monitor to avoid this error.

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



eclipse - compiletime error

2010-09-15 Thread Thiago Veronezi
Hi, Devs!
Some known names on this list huumm... :O)

Guys, Im trying to compile this project but Im getting a compiletime error
when using eclipse.

import org.apache.xbean.asm.ClassReader;
import org.apache.xbean.asm.Label;
import org.apache.xbean.asm.MethodVisitor;
import org.apache.xbean.asm.Type;
import org.apache.xbean.asm.commons.EmptyVisitor;

The GUI cannot resolve org.apache.xbean.asm. Its is working when I run
mvn install via command line though.
Also, I didnt find any ClassReader.java file. Are these imports leftover?

tkx,
Thiago.


Re: eclipse - compiletime error

2010-09-15 Thread Ivan
Those classes should be from another sub component of xbean project
https://svn.apache.org/repos/asf/geronimo/xbean/trunk/xbean-asm-shaded

2010/9/16 Thiago Veronezi thi...@veronezi.org

 Hi, Devs!
 Some known names on this list huumm... :O)

 Guys, Im trying to compile this project but Im getting a compiletime error
 when using eclipse.

 import org.apache.xbean.asm.ClassReader;
 import org.apache.xbean.asm.Label;
 import org.apache.xbean.asm.MethodVisitor;
 import org.apache.xbean.asm.Type;
 import org.apache.xbean.asm.commons.EmptyVisitor;

 The GUI cannot resolve org.apache.xbean.asm. Its is working when I run
 mvn install via command line though.
 Also, I didnt find any ClassReader.java file. Are these imports leftover?

 tkx,
 Thiago.




-- 
Ivan