[jira] Assigned: (GERONIMO-5037) Support Servlet 3.0 annotation and fragment web file

2010-03-09 Thread Ivan (JIRA)

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

Ivan reassigned GERONIMO-5037:
--

Assignee: Ivan

> Support Servlet 3.0 annotation and fragment web file
> 
>
> Key: GERONIMO-5037
> URL: https://issues.apache.org/jira/browse/GERONIMO-5037
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>  Components: web
>Affects Versions: 3.0
>Reporter: Ivan
>Assignee: Ivan
> Fix For: 3.0
>
>
> Support Servlet 3.0 annotation and fragment web file

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



Re: Welcome "Forrest" Ming Xia as a new committer

2010-03-09 Thread Forrest Xia
Thank you, folks!

It's very honor to be a committer of Geronimo. There are still lot of stuffs
to learn, I'd try my best to contribute more in future.

Best regards, Forrest


Re: Welcome "Forrest" Ming Xia as a new committer

2010-03-09 Thread ASHOK PORALU
Congratulations Forrest!!

-Ashok Poralu

On Tue, Mar 9, 2010 at 11:01 AM, Shawn Jiang  wrote:

> Congrats Forrest!
>
>
> On Tue, Mar 9, 2010 at 12:58 PM, Jack Cai  wrote:
>
>> Congratulations Forrest!!
>>
>> -Jack
>>
>>
>> On Tue, Mar 9, 2010 at 12:07 PM, Ashish Jain  wrote:
>>
>>> Congrats Forrest.
>>>
>>>
>>> On Tue, Mar 9, 2010 at 8:49 AM, Vamsavardhana Reddy >> > wrote:
>>>
 Congratulations Forrest!!


 On Tue, Mar 9, 2010 at 7:24 AM, Ivan  wrote:

> I would like to welcome Forrest aboard, as he recently accepted the
> Geronimo PMC invitation to become a committer.  His account (xiaming) was
> just created, so you should start seeing some commits from him soon.
>
> --
> Ivan
>



 --
 Vamsi

>>>
>>>
>>
>
>
> --
> Shawn
>


Re: osgi core/compendium from felix or osgi?

2010-03-09 Thread Guillaume Nodet
FWIW, Felix has switched to using the OSGi ones and does not maintain
its own versions of core / compendium anymore.

On Wed, Mar 10, 2010 at 03:56, Lin Sun  wrote:
> I think there was a similar discussion on aries list last year, and we
> decided to use the ones from osgi (which is more current and
> official).
>
> Lin
>
> On Tue, Mar 9, 2010 at 8:04 PM, David Jencks  wrote:
>> I noticed some comments on a felix list that I think indicated they thought
>> the core and compendium bundles from osgi were more appropriate to use than
>> the ones from felix.
>>
>> Should we switch?  I have the changes locally  but thought I should ask
>> before applying them.
>>
>> thanks
>> david jencks
>>
>>
>



-- 
Cheers,
Guillaume Nodet

Blog: http://gnodet.blogspot.com/

Open Source SOA
http://fusesource.com


Re: svn commit: r921195 - in /geronimo/server/trunk: framework/ framework/configs/client-system/src/main/history/ framework/configs/j2ee-system/src/main/history/ framework/configs/jsr88-cli/src/main/h

2010-03-09 Thread Kevan Miller

On Mar 9, 2010, at 7:40 PM, djen...@apache.org wrote:

> Author: djencks
> Date: Wed Mar 10 00:40:46 2010
> New Revision: 921195
> 
> URL: http://svn.apache.org/viewvc?rev=921195&view=rev
> Log:
> don't include junit in our server
> 

> Modified: geronimo/server/trunk/framework/pom.xml
> URL: 
> http://svn.apache.org/viewvc/geronimo/server/trunk/framework/pom.xml?rev=921195&r1=921194&r2=921195&view=diff
> ==
> --- geronimo/server/trunk/framework/pom.xml (original)
> +++ geronimo/server/trunk/framework/pom.xml Wed Mar 10 00:40:46 2010
> @@ -39,7 +39,7 @@
> 
> org.eclipse
> osgi
> -3.5.0.v20090520
> +3.5.1.v20090827
> 
> 

I'm getting an unresolved dependency for 3.5.1.v20090827 and had to revert back 
to the previous value. Where are you finding 3.5.1...?

--kevan

[jira] Updated: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

2010-03-09 Thread Michelle Bhaal (JIRA)

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

Michelle Bhaal updated GERONIMO-5177:
-

Attachment: geronimo.crash

stack trace

> Removing an entry from the Repository results in NullPointerException
> -
>
> Key: GERONIMO-5177
> URL: https://issues.apache.org/jira/browse/GERONIMO-5177
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>Affects Versions: 2.2
> Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of 
> Geronimo
>Reporter: Michelle Bhaal
> Attachments: geronimo.crash
>
>
> Removing an entry from the Repository results in a NullPointerException.  
> This is similar to GERONIMO-4157 but invoked differently.
> HTTP ERROR 500
> Problem accessing 
> /console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view.
>  Reason:
> Server Error
> Caused by:
> java.lang.NullPointerException
>   at 
> org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
>   at 
> org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
>   at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)

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



[jira] Created: (GERONIMO-5177) Removing an entry from the Repository results in NullPointerException

2010-03-09 Thread Michelle Bhaal (JIRA)
Removing an entry from the Repository results in NullPointerException
-

 Key: GERONIMO-5177
 URL: https://issues.apache.org/jira/browse/GERONIMO-5177
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
Affects Versions: 2.2
 Environment: Windows XP 32 bit SP3, Java 1.6.0u18, Jetty version of 
Geronimo
Reporter: Michelle Bhaal


Removing an entry from the Repository results in a NullPointerException.  This 
is similar to GERONIMO-4157 but invoked differently.

HTTP ERROR 500

Problem accessing 
/console/portal/Services/Repository/__ac0x3console-base0x2RepositoryViewer!604305819%7C0/__pm0x3console-base0x2RepositoryViewer!604305819%7C0_view.
 Reason:

Server Error
Caused by:

java.lang.NullPointerException
at 
org.apache.geronimo.console.repository.RepositoryViewPortlet.processAction(RepositoryViewPortlet.java:116)
at 
org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:218)
at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)


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



[jira] Commented: (GERONIMO-5175) Geronimo 2.2 won't start java.lang.NoClassDefFoundError: Could not initialize class org.apache.geronimo.system.configuration.AttributesXmlUtil

2010-03-09 Thread Donald Woods (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843424#action_12843424
 ] 

Donald Woods commented on GERONIMO-5175:


Can you try setting JAVA_HOME to the root dir of the JDK -
set JAVA_HOME=C:\Progra~1\Java\jdk1.6.0_18

>From the log, it looks like it is pointing to the JRE subdir, which might be 
>causing your problem.
[java.home] = c:\Progra~1\java\jdk1.6.0_18\jre


> Geronimo 2.2 won't start java.lang.NoClassDefFoundError: Could not initialize 
> class org.apache.geronimo.system.configuration.AttributesXmlUtil
> --
>
> Key: GERONIMO-5175
> URL: https://issues.apache.org/jira/browse/GERONIMO-5175
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: startup/shutdown
>Affects Versions: 2.2
> Environment: Windows Vista Home
> geronimo-tomcat6-javaee5-2.2-bin.zip
>Reporter: Jan Stobbe
> Fix For: 2.2
>
>
> Can't startup
> 2010-03-08 21:12:12,124 INFO  [Log4jService] 
> --
> 2010-03-08 21:12:12,124 INFO  [Log4jService] Started Logging Service
> 2010-03-08 21:12:12,124 INFO  [Log4jService] Runtime Information:
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   Install Directory = 
> C:\geronimo-tomcat6-javaee5-2.2
> 2010-03-08 21:12:12,124 INFO  [JvmVendor] Sun JVM 1.6.0_02
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   JVM in use= Sun JVM 
> 1.6.0_02
> 2010-03-08 21:12:12,124 INFO  [Log4jService] Java Information:
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.runtime.name] = Java(TM) SE Runtime Environment
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.runtime.version]  = 1.6.0_02-b06
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [os.name]  
>  = Windows Vista
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [os.version]   
>  = 6.0
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [sun.os.patch.level]= Service Pack 2
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [os.arch]  
>  = x86
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.class.version]= 50.0
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [locale]   
>  = en_US
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [unicode.encoding]  = UnicodeLittle
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [file.encoding] = Cp1252
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [java.vm.name] 
>  = Java HotSpot(TM) Client VM
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.vm.vendor]= Sun Microsystems Inc.
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.vm.version]   = 1.6.0_02-b06
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [java.vm.info] 
>  = mixed mode
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [java.home]
>  = c:\Progra~1\java\jre1.6.0_02
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.classpath]= null
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.library.path] = 
> c:\Progra~1\java\jre1.6.0_02\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program
>  Files\CyberLink\Power2Go\;C:\Program Files\jZip;c:\Program Files\Microsoft 
> SQL Server\90\Tools\binn\;C:\Program Files\cvsnt;
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.endorsed.dirs]= 
> C:\geronimo-tomcat6-javaee5-2.2\lib\endorsed;c:\Progra~1\java\jre1.6.0_02\lib\endorsed
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.ext.dirs] = 
> C:\geronimo-tomcat6-javaee5-2.2\lib\ext;c:\Progra~1\java\jre1.6.0_02\lib\ext
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [sun.boot.class.path]   = 
> C:\geronimo-tomcat6-javaee5-2.2\lib\endorsed\yoko-rmi-spec-1.0.jar;C:\geronimo-tomcat6-javaee5-2.2\lib\endorsed\yoko-spec-corba-1.0.jar;c:\Progra~1\java\jre1.6.0_02\lib\resources.jar;c:\Progra~1\java\jre1.6.0_02\lib\rt.jar;c:\Progra~1\java\jre1.6.0_02\lib\sunrsasign.jar;c:\Progra~1\java\jre1.6.0_02\lib\jsse.jar;c:\Progra~1\java\jre1.6.0_02\lib\jce.jar;c:\Progra~1\java\jre1.6.0_02\lib\charsets.jar;c:\Progra~1\java\jre1.6.0_02\classes
> 2010-03-08 21:12:12,124 INFO  [Log4jService] 
> --
> 2010-03-08 21:12:12,139 ERROR [GBeanInstanceState] Error while starting

[jira] Commented: (GERONIMO-5175) Geronimo 2.2 won't start java.lang.NoClassDefFoundError: Could not initialize class org.apache.geronimo.system.configuration.AttributesXmlUtil

2010-03-09 Thread Jan Stobbe (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843416#action_12843416
 ] 

Jan Stobbe commented on GERONIMO-5175:
--

I upgraded JDK to 1.6.0_18 JAVA_HOME//JRE_HOME  set. md5 checks out. now 
getting the following

2010-03-09 21:47:10,327 INFO  [Log4jService] 
--
2010-03-09 21:47:10,327 INFO  [Log4jService] Started Logging Service
2010-03-09 21:47:10,327 INFO  [Log4jService] Runtime Information:
2010-03-09 21:47:10,327 INFO  [Log4jService]   Install Directory = 
C:\geronimo-tomcat6-javaee5-2.2
2010-03-09 21:47:10,327 INFO  [JvmVendor] Sun JVM 1.6.0_18
2010-03-09 21:47:10,327 INFO  [Log4jService]   JVM in use= Sun JVM 
1.6.0_18
2010-03-09 21:47:10,327 INFO  [Log4jService] Java Information:
2010-03-09 21:47:10,327 INFO  [Log4jService]   System property 
[java.runtime.name] = Java(TM) SE Runtime Environment
2010-03-09 21:47:10,327 INFO  [Log4jService]   System property 
[java.runtime.version]  = 1.6.0_18-b07
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property [os.name]
   = Windows Vista
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property [os.version] 
   = 6.0
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property 
[sun.os.patch.level]= Service Pack 2
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property [os.arch]
   = x86
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property 
[java.class.version]= 50.0
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property [locale] 
   = en_US
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property 
[unicode.encoding]  = UnicodeLittle
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property [file.encoding]  
   = Cp1252
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property [java.vm.name]   
   = Java HotSpot(TM) Client VM
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property [java.vm.vendor] 
   = Sun Microsystems Inc.
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property 
[java.vm.version]   = 16.0-b13
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property [java.vm.info]   
   = mixed mode
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property [java.home]  
   = c:\Progra~1\java\jdk1.6.0_18\jre
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property [java.classpath] 
   = null
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property 
[java.library.path] = 
c:\Progra~1\java\jdk1.6.0_18\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program
 Files\CyberLink\Power2Go\;C:\Program Files\jZip;c:\Program Files\Microsoft SQL 
Server\90\Tools\binn\;C:\Program Files\cvsnt;
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property 
[java.endorsed.dirs]= 
C:\geronimo-tomcat6-javaee5-2.2\lib\endorsed;c:\Progra~1\java\jdk1.6.0_18\lib\endorsed
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property [java.ext.dirs]  
   = 
C:\geronimo-tomcat6-javaee5-2.2\lib\ext;c:\Progra~1\java\jdk1.6.0_18\lib\ext
2010-03-09 21:47:10,332 INFO  [Log4jService]   System property 
[sun.boot.class.path]   = 
C:\geronimo-tomcat6-javaee5-2.2\lib\endorsed\yoko-rmi-spec-1.0.jar;C:\geronimo-tomcat6-javaee5-2.2\lib\endorsed\yoko-spec-corba-1.0.jar;c:\Progra~1\java\jdk1.6.0_18\jre\lib\resources.jar;c:\Progra~1\java\jdk1.6.0_18\jre\lib\rt.jar;c:\Progra~1\java\jdk1.6.0_18\jre\lib\sunrsasign.jar;c:\Progra~1\java\jdk1.6.0_18\jre\lib\jsse.jar;c:\Progra~1\java\jdk1.6.0_18\jre\lib\jce.jar;c:\Progra~1\java\jdk1.6.0_18\jre\lib\charsets.jar;c:\Progra~1\java\jdk1.6.0_18\jre\classes
2010-03-09 21:47:10,332 INFO  [Log4jService] 
--
2010-03-09 21:47:13,592 INFO  [KernelContextGBean] bound gbean 
org.apache.geronimo.framework/rmi-naming/2.2/car?ServiceModule=org.apache.geronimo.framework/rmi-naming/2.2/car,j2eeType=Context,name=JavaCompContext
 at name java:comp
2010-03-09 21:47:13,592 INFO  [KernelContextGBean] bound gbean 
org.apache.geronimo.framework/rmi-naming/2.2/car?ServiceModule=org.apache.geronimo.framework/rmi-naming/2.2/car,j2eeType=Context,name=JavaContext
 at name java:
2010-03-09 21:47:13,592 INFO  [KernelContextGBean] bound gbean 
org.apache.geronimo.framework/rmi-naming/2.2/car?ServiceModule=org.apache.geronimo.framework/rmi-naming/2.2/car,j2eeType=Context,name=GeronimoContext
 at name ger:
2010-03-09 21:47:13,792 ERROR [AbstractEncryption] Unable to decrypt
java.security.NoSuchAlgorithmException: Cannot find any provider supporting AES
at javax.crypto.Cipher.getInstance(DashoA13*..)
at 
org.apache.geronimo.crypto.AbstractEncryption.decrypt(AbstractEncryption.java:74)
at 
org.apache.geronimo.crypto.EncryptionManager.decrypt(EncryptionManager.java:109)
  

Re: osgi core/compendium from felix or osgi?

2010-03-09 Thread Lin Sun
I think there was a similar discussion on aries list last year, and we
decided to use the ones from osgi (which is more current and
official).

Lin

On Tue, Mar 9, 2010 at 8:04 PM, David Jencks  wrote:
> I noticed some comments on a felix list that I think indicated they thought
> the core and compendium bundles from osgi were more appropriate to use than
> the ones from felix.
>
> Should we switch?  I have the changes locally  but thought I should ask
> before applying them.
>
> thanks
> david jencks
>
>


Re: Welcome "Forrest" Ming Xia as a new committer

2010-03-09 Thread Joe Bohn

Congratulations Forrest!

Joe


Ivan wrote:
I would like to welcome Forrest aboard, as he recently accepted the 
Geronimo PMC invitation to become a committer.  His account (xiaming) 
was just created, so you should start seeing some commits from him soon.


--
Ivan




[BUILD] trunk: Failed for Revision: 921207

2010-03-09 Thread gawor
Geronimo Revision: 921207 built with tests included
 
See the full build-2100.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100309/build-2100.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100309/unit-test-reports
 
for artifact: 
  
org.apache.geronimo.buildsupport:geronimo-osgi-plugin:maven-plugin:3.0-SNAPSHOT

from the specified remote repositories:
  ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
  apache.snapshots (http://repository.apache.org/snapshots),
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  ibiblio.org (http://maven.rtp.raleigh.ibm.com/nexus-proxy/)



[INFO] 
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
--
1) org.eclipse:osgi:jar:3.5.1.v20090827

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse -DartifactId=osgi 
-Dversion=3.5.1.v20090827 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse -DartifactId=osgi 
-Dversion=3.5.1.v20090827 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
1) 
org.apache.geronimo.buildsupport:geronimo-osgi-plugin:maven-plugin:3.0-SNAPSHOT
2) org.eclipse:osgi:jar:3.5.1.v20090827

--
1 required artifact is missing.

for artifact: 
  
org.apache.geronimo.buildsupport:geronimo-osgi-plugin:maven-plugin:3.0-SNAPSHOT

from the specified remote repositories:
  ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
  apache.snapshots (http://repository.apache.org/snapshots),
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  ibiblio.org (http://maven.rtp.raleigh.ibm.com/nexus-proxy/)


at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:711)
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.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
--
1) org.eclipse:osgi:jar:3.5.1.v20090827

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse -DartifactId=osgi 
-Dversion=3.5.1.v20090827 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse -DartifactId=osgi 
-Dversion=3.5.1.v20090827 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
1) 
org.apache.geronimo.buildsupport:geronimo-osgi-plugin:maven-plugin:3.0-SNAPSHOT
2) org.eclipse:osgi:jar:3.5.1.v20090827

--
1 required artifact is missing.

for artifact: 
  
org.apache.geronimo.buildsupport:geronimo-osgi-plugin:maven-plugin:3.0-SNAPSHOT

from the specified remote repositories:
  ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
  apache.snapshots (http://repository.apache.org/snapshots),
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  ibiblio.org (http://maven.rtp.raleigh.ibm.com/nexus-proxy/)


at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:360)
at

[jira] Commented: (GERONIMO-5027) Redeploy option for farming

2010-03-09 Thread Shawn Jiang (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843396#action_12843396
 ] 

Shawn Jiang commented on GERONIMO-5027:
---

1,  the --targets sequence problem, I think we need to document it somewhere.

2,  note the message when redeploy with the module-id, seems the redeploy are 
trying to find the module under GERONIMO_HOME\bin instead of 
GERONIMO_HOME\repository
{noformat}
org.apache.geronimo.deployment.cli.DeploymentSyntaxException: Module or plan 
file does not exist: 
R:\farm_deploy\server0\bin\samples\servlet-examples-cluster-server1_G_MASTE
{noformat}

3, The gshell equivalence is still needed.


Thanks.

> Redeploy option for farming
> ---
>
> Key: GERONIMO-5027
> URL: https://issues.apache.org/jira/browse/GERONIMO-5027
> Project: Geronimo
>  Issue Type: New Feature
>  Security Level: public(Regular issues) 
>  Components: Clustering
>Affects Versions: 2.1.4, 2.2
> Environment: Windows XP g214
>Reporter: Ashish Jain
>Assignee: Ashish Jain
> Fix For: 2.1.5, 2.2.1
>
> Attachments: 5027_21.patch
>
>
> Redeploy feature for farming.

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



[jira] Updated: (GERONIMO-4993) Requests for db pool resources will exceed Max Pool Size when EJBNetworkService beans are all busy

2010-03-09 Thread Rex Wang (JIRA)

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

Rex Wang updated GERONIMO-4993:
---

Fix Version/s: 2.1.5

> Requests for db pool resources will exceed Max Pool Size when 
> EJBNetworkService beans are all busy
> --
>
> Key: GERONIMO-4993
> URL: https://issues.apache.org/jira/browse/GERONIMO-4993
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>Affects Versions: 2.1.3, 2.2
> Environment: Linux and Windows XP
>Reporter: Eric Phetteplace
>Assignee: David Jencks
> Fix For: 2.1.5
>
> Attachments: _PoolTest.war, screenshot-1.jpg
>
>
> In production, I have 100 EJBNetworkService threads.  It works OK until 
> there's a spike in traffic and all the threads are being used, and the 40 
> "max pool size" is ignored, and Geronimo makes 100's of DB connections.
> In production, I am using an Oracle DB pool, so the DBAs aren't happy when my 
> servers use up all the available server connections.
> To recreate:
> 1.  Change config.xml and start Geronimo:
> 
> 
> ${OpenEJBPort + PortOffset}
> ${ServerHostname}
>  name="multicastHost">${MulticastDiscoveryAddress}
>  name="multicastPort">${MulticastDiscoveryPort}
> ${ClusterName}
> *5*
> 
> 2.  Reconfigure the jdbc/ArchiveDS DB Pool:
> Max Pool Size: 3
> Blocking Timeout: 1000
> Idle Timeout: 1
> 3.  Install WAR 
> 4.  In web browser, go to http://localhost:8080/PoolTest/PoolTest.  Reload it 
> 5 times.  Take your time It should be fine, and will give you an error when 
> the pool is maxed.
> 5.  In JMX Viewer, go to Geronimo MBeans, JCAConnectionManager, and pull up 
> jdbc/ArchiveDS.  Note the connection count.  Looks good.
> 6.  Wait for the connection count to return to 0.
> 7.  In your browser, hold down F5 so the page reloads many times.
> 8.  Observe the connection count again.  It will be over connections.
> 9.  If you repeat 6-9 you can easily get > 20 connections.  I just held F5 
> for 6 seconds and there are 60 connections.
> I will attach WAR (I don't see an option on this screen).

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



Re: [BUILD] trunk: Failed for Revision: 921092

2010-03-09 Thread David Jencks

I think jetty released 8.0.0-M0

david jencks

On Mar 9, 2010, at 12:35 PM, ga...@apache.org wrote:


Geronimo Revision: 921092 built with tests included

See the full build-1500.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100309/build-1500.log


See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20100309/unit-test-reports


 Path to dependency:
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-util:jar:8.0.0.M0-SNAPSHOT

2) org.eclipse.jetty:jetty-ajp:jar:8.0.0.M0-SNAPSHOT

 Try downloading the file manually from the project website.

 Then, install it using the command:
 mvn install:install-file -DgroupId=org.eclipse.jetty - 
DartifactId=jetty-ajp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar - 
Dfile=/path/to/file


 Alternatively, if you host your own repository you can deploy the  
file there:
 mvn deploy:deploy-file -DgroupId=org.eclipse.jetty - 
DartifactId=jetty-ajp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar - 
Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


 Path to dependency:
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-ajp:jar:8.0.0.M0-SNAPSHOT

3) org.eclipse.jetty:jetty-jaspi:jar:8.0.0.M0-SNAPSHOT

 Try downloading the file manually from the project website.

 Then, install it using the command:
 mvn install:install-file -DgroupId=org.eclipse.jetty - 
DartifactId=jetty-jaspi -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar - 
Dfile=/path/to/file


 Alternatively, if you host your own repository you can deploy the  
file there:
 mvn deploy:deploy-file -DgroupId=org.eclipse.jetty - 
DartifactId=jetty-jaspi -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar - 
Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


 Path to dependency:
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-jaspi:jar:8.0.0.M0-SNAPSHOT

4) org.eclipse.jetty:jetty-webapp:jar:8.0.0.M0-SNAPSHOT

 Try downloading the file manually from the project website.

 Then, install it using the command:
 mvn install:install-file -DgroupId=org.eclipse.jetty - 
DartifactId=jetty-webapp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar  
-Dfile=/path/to/file


 Alternatively, if you host your own repository you can deploy the  
file there:
 mvn deploy:deploy-file -DgroupId=org.eclipse.jetty - 
DartifactId=jetty-webapp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar  
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


 Path to dependency:
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-webapp:jar:8.0.0.M0-SNAPSHOT

5) org.eclipse.jetty:jetty-security:jar:8.0.0.M0-SNAPSHOT

 Try downloading the file manually from the project website.

 Then, install it using the command:
 mvn install:install-file -DgroupId=org.eclipse.jetty - 
DartifactId=jetty-security -Dversion=8.0.0.M0-SNAPSHOT - 
Dpackaging=jar -Dfile=/path/to/file


 Alternatively, if you host your own repository you can deploy the  
file there:
 mvn deploy:deploy-file -DgroupId=org.eclipse.jetty - 
DartifactId=jetty-security -Dversion=8.0.0.M0-SNAPSHOT - 
Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


 Path to dependency:
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-security:jar:8.0.0.M0-SNAPSHOT

6) org.eclipse.jetty:jetty-servlet:jar:8.0.0.M0-SNAPSHOT

 Try downloading the file manually from the project website.

 Then, install it using the command:
 mvn install:install-file -DgroupId=org.eclipse.jetty - 
DartifactId=jetty-servlet -Dversion=8.0.0.M0-SNAPSHOT - 
Dpackaging=jar -Dfile=/path/to/file


 Alternatively, if you host your own repository you can deploy the  
file there:
 mvn deploy:deploy-file -DgroupId=org.eclipse.jetty - 
DartifactId=jetty-servlet -Dversion=8.0.0.M0-SNAPSHOT - 
Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


 Path to dependency:
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-servlet:jar:8.0.0.M0-SNAPSHOT

--
6 required artifacts are missing.

for artifact:
 org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT

from the specified remote repositories:
 ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
 apache.snapshots (http://repository.apache.org/snapshots),
 codehaus.snapshots (http://snapshots.repository.codehaus.org),
 ibiblio.org (http://maven.rtp.raleigh.ibm.com/nexus-proxy/),
 jetty.oss.sonatype.org (http://oss.sonatype.org/content/repositories/jetty/ 
)



	at  
org 
.apache 
.maven 
.artifact 
.resolver 
.DefaultArtifactResolver 
.resolveTransitively(DefaultArtifactResolver.java:360)
	at  
org 
.apache 
.maven 
.artifact 
.resolver 
.DefaultArtifactResolver 
.resolveTransitively

osgi core/compendium from felix or osgi?

2010-03-09 Thread David Jencks
I noticed some comments on a felix list that I think indicated they  
thought the core and compendium bundles from osgi were more  
appropriate to use than the ones from felix.


Should we switch?  I have the changes locally  but thought I should  
ask before applying them.


thanks
david jencks



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

2010-03-09 Thread gawor
Geronimo Revision: 921193 built with tests included
 
See the full build-2000.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100309/build-2000.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100309/unit-test-reports
 
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/src/main/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.alwaysonprofileactiva...@26fe26fe
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.fileprofileactiva...@26fe26fe
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.operatingsystemprofileactiva...@1dc01dc0
[INFO] Generated: 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/target/work/plan.xml
[INFO] [car:verify-no-dependency-change]
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.alwaysonprofileactiva...@26fe26fe
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.fileprofileactiva...@26fe26fe
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.operatingsystemprofileactiva...@1dc01dc0
[INFO] [car:package]
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.alwaysonprofileactiva...@26fe26fe
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.fileprofileactiva...@26fe26fe
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.operatingsystemprofileactiva...@1dc01dc0
[INFO] Packaging module configuration: 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/target/work/plan.xml
[INFO] Started deployer: 
org.apache.geronimo.framework/geronimo-gbean-deployer/2.2.1-SNAPSHOT/car
[INFO] [car:prepare-metadata]
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.alwaysonprofileactiva...@26fe26fe
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.fileprofileactiva...@26fe26fe
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.operatingsystemprofileactiva...@1dc01dc0
[INFO] [car:archive-car]
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.alwaysonprofileactiva...@26fe26fe
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.fileprofileactiva...@26fe26fe
[WARNING] Component returned which is not the same manager. Ignored. 
component=org.apache.maven.profiles.activation.operatingsystemprofileactiva...@1dc01dc0
[INFO] Building jar: 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/target/myfaces-deployer-2.2.1-SNAPSHOT.car
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: myfaces-deployer-2.2.1-SNAPSHOT.car
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/target/myfaces-deployer-2.2.1-SNAPSHOT.car
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/configs/myfaces-deployer/2.2.1-SNAPSHOT/myfaces-deployer-2.2.1-SNAPSHOT.car
[INFO] [car:update-pluginlist]
[INFO] 
[INFO] Building Geronimo Plugins, OpenEJB :: Clustering over WADI
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : 
template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $license.name is not 
a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : 
template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $license.name is not 
a valid reference.
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo

App client working... on to connector 1.6

2010-03-09 Thread David Jencks

After a bit of struggle I have app clients starting OK in trunk.

I'm planning to finish up the connector 1.6 stuff next.

One severe problem I've been having lately is that I can't start  
servers in the debugger.   Before the first geronimo component starts,  
cpu goes to 100% and something times out  and the server stops.  I  
haven't found out anything useful yet by sprinkling breakpoints  
around.  Anyone have any ideas how to figure out what is going on?   
I'm on mac osx with java 6.


thanks
david jencks



[jira] Commented: (GERONIMO-4934) Make application client container work under osgi

2010-03-09 Thread David Jencks (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-4934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843384#action_12843384
 ] 

David Jencks commented on GERONIMO-4934:


With rev 921199 I'm seeing some app client stuff work in the tck.

> Make application client container work under osgi
> -
>
> Key: GERONIMO-4934
> URL: https://issues.apache.org/jira/browse/GERONIMO-4934
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>  Components: application client, osgi
>Affects Versions: 3.0
>Reporter: Jarek Gawor
>Assignee: David Jencks
> 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] Assigned: (GERONIMO-4934) Make application client container work under osgi

2010-03-09 Thread David Jencks (JIRA)

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

David Jencks reassigned GERONIMO-4934:
--

Assignee: David Jencks

> Make application client container work under osgi
> -
>
> Key: GERONIMO-4934
> URL: https://issues.apache.org/jira/browse/GERONIMO-4934
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>  Components: application client, osgi
>Affects Versions: 3.0
>Reporter: Jarek Gawor
>Assignee: David Jencks
> 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] Updated: (GERONIMO-4934) Make application client container work under osgi

2010-03-09 Thread David Jencks (JIRA)

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

David Jencks updated GERONIMO-4934:
---

Component/s: application client

> Make application client container work under osgi
> -
>
> Key: GERONIMO-4934
> URL: https://issues.apache.org/jira/browse/GERONIMO-4934
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>  Components: application client, osgi
>Affects Versions: 3.0
>Reporter: Jarek Gawor
>Assignee: David Jencks
> 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-5176) our DependencyManager needs to know about artifact aliases.

2010-03-09 Thread David Jencks (JIRA)
our DependencyManager needs to know about artifact aliases.
---

 Key: GERONIMO-5176
 URL: https://issues.apache.org/jira/browse/GERONIMO-5176
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: kernel, osgi
Affects Versions: 3.0
Reporter: David Jencks
Assignee: David Jencks
 Fix For: 3.0


To run app clients and in general, our DependencyManager needs to know about 
the artifact aliases in effect.

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



[jira] Closed: (GERONIMO-5176) our DependencyManager needs to know about artifact aliases.

2010-03-09 Thread David Jencks (JIRA)

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

David Jencks closed GERONIMO-5176.
--

Resolution: Fixed

rev 921197

> our DependencyManager needs to know about artifact aliases.
> ---
>
> Key: GERONIMO-5176
> URL: https://issues.apache.org/jira/browse/GERONIMO-5176
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: kernel, osgi
>Affects Versions: 3.0
>Reporter: David Jencks
>Assignee: David Jencks
> Fix For: 3.0
>
>
> To run app clients and in general, our DependencyManager needs to know about 
> the artifact aliases in effect.

-- 
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: 921092

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

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-util:jar:8.0.0.M0-SNAPSHOT

2) org.eclipse.jetty:jetty-ajp:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-ajp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty -DartifactId=jetty-ajp 
-Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-ajp:jar:8.0.0.M0-SNAPSHOT

3) org.eclipse.jetty:jetty-jaspi:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-jaspi -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-jaspi -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-jaspi:jar:8.0.0.M0-SNAPSHOT

4) org.eclipse.jetty:jetty-webapp:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-webapp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-webapp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-webapp:jar:8.0.0.M0-SNAPSHOT

5) org.eclipse.jetty:jetty-security:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-security -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-security -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-security:jar:8.0.0.M0-SNAPSHOT

6) org.eclipse.jetty:jetty-servlet:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-servlet -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-servlet -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-servlet:jar:8.0.0.M0-SNAPSHOT

--
6 required artifacts are missing.

for artifact: 
  org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT

from the specified remote repositories:
  ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
  apache.snapshots (http://repository.apache.org/snapshots),
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  ibiblio.org (http://maven.rtp.raleigh.ibm.com/nexus-proxy/),
  jetty.oss.sonatype.org (http://oss.sonatype.org/content/repositories/jetty/)


at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:360)
at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
at 
org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies

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

2010-03-09 Thread gawor
Geronimo Revision: 921050 built with tests included
 
See the full build-1400.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100309/build-1400.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100309/unit-test-reports
 
[INFO] [car:prepare-metadata]
[INFO] [car:archive-car]
[INFO] Building jar: 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces/target/myfaces-2.2.1-SNAPSHOT.car
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: myfaces-2.2.1-SNAPSHOT.car
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces/target/myfaces-2.2.1-SNAPSHOT.car
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/configs/myfaces/2.2.1-SNAPSHOT/myfaces-2.2.1-SNAPSHOT.car
[INFO] [car:update-pluginlist]
[INFO] 
[INFO] Building Geronimo Plugins, MyFaces :: Deployer
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/src/main/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/target/work/plan.xml
[INFO] [car:verify-no-dependency-change]
[INFO] [car:package]
[INFO] Packaging module configuration: 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/target/work/plan.xml
[INFO] Started deployer: 
org.apache.geronimo.framework/geronimo-gbean-deployer/2.2.1-SNAPSHOT/car
[INFO] [car:prepare-metadata]
[INFO] [car:archive-car]
[INFO] Building jar: 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/target/myfaces-deployer-2.2.1-SNAPSHOT.car
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: myfaces-deployer-2.2.1-SNAPSHOT.car
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/target/myfaces-deployer-2.2.1-SNAPSHOT.car
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/configs/myfaces-deployer/2.2.1-SNAPSHOT/myfaces-deployer-2.2.1-SNAPSHOT.car
[INFO] [car:update-pluginlist]
[INFO] 
[INFO] Building Geronimo Plugins, OpenEJB :: Clustering over WADI
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : 
template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $license.name is not 
a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : 
template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $license.name is not 
a valid reference.
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/openejb/geronimo-openejb-clustering-wadi/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 10 source files to 
/home/geronimo/geronimo/2.2/plugins/openejb/geronimo-openejb-clustering-wadi/target/classes
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

/home/geronimo/geronimo/2.2/plugins/openejb/geronimo-openejb-clustering-wadi/src/main/java/org/apache/geronimo/openejb/cluster/container/stateful/ClusteredStatefulContainer.java:[45,7]
 [deprecation] 
invoke(java.lang.Object,java.lang.Class,java.lang.reflect.Method,java.lang.Object[],java.lang.Object)
 in org.apache.openejb.RpcContainer has been deprecated

/home/geronimo/geronimo/2.2/plugins/openejb/geronimo-openejb-clustering-wadi/src/main/java/org/apache/geronimo/openejb/cluster/container/stateful/ClusteredStatefulContainer.java:[45,7]
 [deprecation] 
invoke(java.lang.Object,java.lang.Class,java.lang.reflect.Method,java.lang.Object[],java.lang.Object)
 in org.apache.openejb.RpcContainer has been deprecated

/home/geronimo/geronimo/2.2/plugins/openejb/geronimo-openejb-clustering-wadi/src/main/java/org/apache/geronimo/openejb/cluster

[jira] Commented: (GERONIMO-5175) Geronimo 2.2 won't start java.lang.NoClassDefFoundError: Could not initialize class org.apache.geronimo.system.configuration.AttributesXmlUtil

2010-03-09 Thread Kevan Miller (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843188#action_12843188
 ] 

Kevan Miller commented on GERONIMO-5175:


Upgrading your JDK level is a good idea. 

I doubt that there's been much testing of Geronimo on Windows Vista Home. I'd 
suspect:

* permissions problems for the Geronimo install - IIRC Vista can be picky about 
this. I seem to recall some Vista related issues posted on dev or user list a 
while back. Don't recall any resolution.
* JAVA_HOME/JRE_HOME settings. Are you explicitly setting either of these 
environment variables? Or is the .bat file calculating a default?

> Geronimo 2.2 won't start java.lang.NoClassDefFoundError: Could not initialize 
> class org.apache.geronimo.system.configuration.AttributesXmlUtil
> --
>
> Key: GERONIMO-5175
> URL: https://issues.apache.org/jira/browse/GERONIMO-5175
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: startup/shutdown
>Affects Versions: 2.2
> Environment: Windows Vista Home
> geronimo-tomcat6-javaee5-2.2-bin.zip
>Reporter: Jan Stobbe
> Fix For: 2.2
>
>
> Can't startup
> 2010-03-08 21:12:12,124 INFO  [Log4jService] 
> --
> 2010-03-08 21:12:12,124 INFO  [Log4jService] Started Logging Service
> 2010-03-08 21:12:12,124 INFO  [Log4jService] Runtime Information:
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   Install Directory = 
> C:\geronimo-tomcat6-javaee5-2.2
> 2010-03-08 21:12:12,124 INFO  [JvmVendor] Sun JVM 1.6.0_02
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   JVM in use= Sun JVM 
> 1.6.0_02
> 2010-03-08 21:12:12,124 INFO  [Log4jService] Java Information:
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.runtime.name] = Java(TM) SE Runtime Environment
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.runtime.version]  = 1.6.0_02-b06
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [os.name]  
>  = Windows Vista
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [os.version]   
>  = 6.0
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [sun.os.patch.level]= Service Pack 2
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [os.arch]  
>  = x86
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.class.version]= 50.0
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [locale]   
>  = en_US
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [unicode.encoding]  = UnicodeLittle
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [file.encoding] = Cp1252
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [java.vm.name] 
>  = Java HotSpot(TM) Client VM
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.vm.vendor]= Sun Microsystems Inc.
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.vm.version]   = 1.6.0_02-b06
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [java.vm.info] 
>  = mixed mode
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property [java.home]
>  = c:\Progra~1\java\jre1.6.0_02
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.classpath]= null
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.library.path] = 
> c:\Progra~1\java\jre1.6.0_02\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program
>  Files\CyberLink\Power2Go\;C:\Program Files\jZip;c:\Program Files\Microsoft 
> SQL Server\90\Tools\binn\;C:\Program Files\cvsnt;
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.endorsed.dirs]= 
> C:\geronimo-tomcat6-javaee5-2.2\lib\endorsed;c:\Progra~1\java\jre1.6.0_02\lib\endorsed
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [java.ext.dirs] = 
> C:\geronimo-tomcat6-javaee5-2.2\lib\ext;c:\Progra~1\java\jre1.6.0_02\lib\ext
> 2010-03-08 21:12:12,124 INFO  [Log4jService]   System property 
> [sun.boot.class.path]   = 
> C:\geronimo-tomcat6-javaee5-2.2\lib\endorsed\yoko-rmi-spec-1.0.jar;C:\geronimo-tomcat6-javaee5-2.2\lib\endorsed\yoko-spec-corba-1.0.jar;c:\Progra~1\java\jre1.6.0_02\lib\resources.jar;c:\Progra~1\java\jre1.6.0_02\lib\rt.jar;c:\Progra~1\java\jre1.6.0_02\lib\sunrsasign.jar;c:\Progra~1\java\jre1.6.0_02\lib\jsse.jar;c:\Progra~1\java\jre1.6.0_02\lib\jce.jar;c:\Progra~1\java\jre1.6.0_02\lib\charsets.jar;c:

[BUILD] trunk: Failed for Revision: 920881

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

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-util:jar:8.0.0.M0-SNAPSHOT

2) org.eclipse.jetty:jetty-ajp:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-ajp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty -DartifactId=jetty-ajp 
-Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-ajp:jar:8.0.0.M0-SNAPSHOT

3) org.eclipse.jetty:jetty-jaspi:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-jaspi -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-jaspi -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-jaspi:jar:8.0.0.M0-SNAPSHOT

4) org.eclipse.jetty:jetty-webapp:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-webapp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-webapp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-webapp:jar:8.0.0.M0-SNAPSHOT

5) org.eclipse.jetty:jetty-security:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-security -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-security -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-security:jar:8.0.0.M0-SNAPSHOT

6) org.eclipse.jetty:jetty-servlet:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-servlet -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-servlet -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-servlet:jar:8.0.0.M0-SNAPSHOT

--
6 required artifacts are missing.

for artifact: 
  org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT

from the specified remote repositories:
  ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
  apache.snapshots (http://repository.apache.org/snapshots),
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  ibiblio.org (http://maven.rtp.raleigh.ibm.com/nexus-proxy/),
  jetty.oss.sonatype.org (http://oss.sonatype.org/content/repositories/jetty/)


at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:360)
at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
at 
org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies

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

2010-03-09 Thread gawor
Geronimo Revision: 920845 built with tests included
 
See the full build-0800.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100309/build-0800.log
 
 
See the unit test reports at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20100309/unit-test-reports
 
[INFO] [car:prepare-metadata]
[INFO] [car:archive-car]
[INFO] Building jar: 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces/target/myfaces-2.2.1-SNAPSHOT.car
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: myfaces-2.2.1-SNAPSHOT.car
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces/target/myfaces-2.2.1-SNAPSHOT.car
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/configs/myfaces/2.2.1-SNAPSHOT/myfaces-2.2.1-SNAPSHOT.car
[INFO] [car:update-pluginlist]
[INFO] 
[INFO] Building Geronimo Plugins, MyFaces :: Deployer
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/src/main/resources
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [car:validate-configuration]
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/target/work/plan.xml
[INFO] [car:verify-no-dependency-change]
[INFO] [car:package]
[INFO] Packaging module configuration: 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/target/work/plan.xml
[INFO] Started deployer: 
org.apache.geronimo.framework/geronimo-gbean-deployer/2.2.1-SNAPSHOT/car
[INFO] [car:prepare-metadata]
[INFO] [car:archive-car]
[INFO] Building jar: 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/target/myfaces-deployer-2.2.1-SNAPSHOT.car
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: myfaces-deployer-2.2.1-SNAPSHOT.car
[INFO] [install:install]
[INFO] Installing 
/home/geronimo/geronimo/2.2/plugins/myfaces/myfaces-deployer/target/myfaces-deployer-2.2.1-SNAPSHOT.car
 to 
/home/geronimo/.m2/repository/org/apache/geronimo/configs/myfaces-deployer/2.2.1-SNAPSHOT/myfaces-deployer-2.2.1-SNAPSHOT.car
[INFO] [car:update-pluginlist]
[INFO] 
[INFO] Building Geronimo Plugins, OpenEJB :: Clustering over WADI
[INFO]task-segment: [install]
[INFO] 
[INFO] [genesis:validate-configuration {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [remote-resources:process {execution: default}]
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : 
template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $license.name is not 
a valid reference.
[WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : 
template = META-INF/DEPENDENCIES.vm [line 40,column 14] : $license.name is not 
a valid reference.
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory 
/home/geronimo/geronimo/2.2/plugins/openejb/geronimo-openejb-clustering-wadi/src/main/filtered-resources
[INFO] Copying 3 resources
[INFO] [compiler:compile]
[INFO] Compiling 10 source files to 
/home/geronimo/geronimo/2.2/plugins/openejb/geronimo-openejb-clustering-wadi/target/classes
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

/home/geronimo/geronimo/2.2/plugins/openejb/geronimo-openejb-clustering-wadi/src/main/java/org/apache/geronimo/openejb/cluster/container/stateful/ClusteredStatefulContainer.java:[45,7]
 [deprecation] 
invoke(java.lang.Object,java.lang.Class,java.lang.reflect.Method,java.lang.Object[],java.lang.Object)
 in org.apache.openejb.RpcContainer has been deprecated

/home/geronimo/geronimo/2.2/plugins/openejb/geronimo-openejb-clustering-wadi/src/main/java/org/apache/geronimo/openejb/cluster/container/stateful/ClusteredStatefulContainer.java:[45,7]
 [deprecation] 
invoke(java.lang.Object,java.lang.Class,java.lang.reflect.Method,java.lang.Object[],java.lang.Object)
 in org.apache.openejb.RpcContainer has been deprecated

/home/geronimo/geronimo/2.2/plugins/openejb/geronimo-openejb-clustering-wadi/src/main/java/org/apache/geronimo/openejb/cluster

Re: OpenEJB 3.0.2 release plan...

2010-03-09 Thread Kevan Miller

On Mar 9, 2010, at 2:54 AM, Rex Wang wrote:

> Hi, David Blevins,
> 
> Since openejb 3.0.2 is a dependency to G 2.1.5, and I don't find any work 
> related with this in openejb mailing list, could you please tell us the exact 
> time when it will be released?

Hi Rex,
It's best to communicate this with the OpenEJB community on their mailing list 
and request that they generate a 3.0.2 release.

Geronimo would like to create a release which includes OpenEJB 3.0.2. Could the 
OpenEJB community create a release?

--kevan

[jira] Commented: (GERONIMO-5027) Redeploy option for farming

2010-03-09 Thread Ashish Jain (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-5027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843022#action_12843022
 ] 

Ashish Jain commented on GERONIMO-5027:
---

Hi Shawn,

Thanks for all your comments and improvements.

I have fixed 1). I am not sure how 2) works because I do not see any app or 
plan which you are trying to redeploy. 

The results above indicate the patch you upload need to rework. I also found 
two obvious possible problems in the patch:

1, if(args.length>=3 && args[0].equalsIgnoreCase("--targets")) //case of 
cluster redeployment
+ {

The lines above hard coded the --targets as the first args, If the user put the 
--targets in different sequence, the command will fail.

"I am not sure if user can specify --targets in any order because I see 
""commandLine = parser.parse(options, args, true); in DistributeCommandArgsImpl 
gives different results if u specify 
--target in any order.

Thanks
Ashish


I am still looking into it

> Redeploy option for farming
> ---
>
> Key: GERONIMO-5027
> URL: https://issues.apache.org/jira/browse/GERONIMO-5027
> Project: Geronimo
>  Issue Type: New Feature
>  Security Level: public(Regular issues) 
>  Components: Clustering
>Affects Versions: 2.1.4, 2.2
> Environment: Windows XP g214
>Reporter: Ashish Jain
>Assignee: Ashish Jain
> Fix For: 2.1.5, 2.2.1
>
> Attachments: 5027_21.patch
>
>
> Redeploy feature for farming.

-- 
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: 920725

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

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-util:jar:8.0.0.M0-SNAPSHOT

2) org.eclipse.jetty:jetty-ajp:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-ajp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty -DartifactId=jetty-ajp 
-Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-ajp:jar:8.0.0.M0-SNAPSHOT

3) org.eclipse.jetty:jetty-jaspi:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-jaspi -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-jaspi -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-jaspi:jar:8.0.0.M0-SNAPSHOT

4) org.eclipse.jetty:jetty-webapp:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-webapp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-webapp -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-webapp:jar:8.0.0.M0-SNAPSHOT

5) org.eclipse.jetty:jetty-security:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-security -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-security -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-security:jar:8.0.0.M0-SNAPSHOT

6) org.eclipse.jetty:jetty-servlet:jar:8.0.0.M0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-servlet -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.eclipse.jetty 
-DartifactId=jetty-servlet -Dversion=8.0.0.M0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT
2) org.eclipse.jetty:jetty-servlet:jar:8.0.0.M0-SNAPSHOT

--
6 required artifacts are missing.

for artifact: 
  org.apache.geronimo.modules:geronimo-jetty8:bundle:3.0-SNAPSHOT

from the specified remote repositories:
  ops4j.snapshots (http://repository.ops4j.org/mvn-snapshots/),
  apache.snapshots (http://repository.apache.org/snapshots),
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  ibiblio.org (http://maven.rtp.raleigh.ibm.com/nexus-proxy/),
  jetty.oss.sonatype.org (http://oss.sonatype.org/content/repositories/jetty/)


at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:360)
at 
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
at 
org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies