[BUILD] trunk: Failed for Revision: 832330

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

--
1 required artifact is missing.

for artifact: 
  org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT

from the specified remote repositories:
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  apache.snapshots (http://repository.apache.org/snapshots),
  ibiblio.org (http://repo.exist.com/maven2)



[INFO] 
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
--
1) org.apache.geronimo.bundles:commons-cli:jar:1.0_1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.apache.geronimo.bundles 
-DartifactId=commons-cli -Dversion=1.0_1-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.apache.geronimo.bundles 
-DartifactId=commons-cli -Dversion=1.0_1-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT
2) org.apache.geronimo.bundles:commons-cli:jar:1.0_1-SNAPSHOT

--
1 required artifact is missing.

for artifact: 
  org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT

from the specified remote repositories:
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  apache.snapshots (http://repository.apache.org/snapshots),
  ibiblio.org (http://repo.exist.com/maven2)


at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:576)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
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.apache.geronimo.bundles:commons-cli:jar:1.0_1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.apache.geronimo.bundles 
-DartifactId=commons-cli -Dversion=1.0_1-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.apache.geronimo.bundles 
-DartifactId=commons-cli -Dversion=1.0_1-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT
2) org.apache.geronimo.bundles:commons-cli:jar:1.0_1-SNAPSHOT

--
1 required artifact is missing.

for artifact: 
  org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT

from the specified remote repositories:
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  apache.snapshots (http://repository.apache.org/snapshots),
  ibiblio.org (http://repo.exist.com/maven2)


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

[jira] Created: (GERONIMO-4945) Unable to deploy ejb with custom annotation

2009-11-03 Thread Alexey Kaigorodov (JIRA)
Unable to deploy ejb with custom annotation
---

 Key: GERONIMO-4945
 URL: https://issues.apache.org/jira/browse/GERONIMO-4945
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: OpenEJB
Affects Versions: 2.2
Reporter: Alexey Kaigorodov


Simple tast case:

@Stateless
@Local(Test.class)
@Custom(type = CustomType.A)
public class TestBean implements Test {
  @Override
  public void foo() {
  }
}

@Target(ElementType.TYPE) 
@Retention(RetentionPolicy.RUNTIME)
public @interface Custom {
  CustomType[] type() default {}; // works fine for non-array CustomType type();
}

public enum CustomType {
  A, B
}

geronimo.log:

2009-11-03 14:05:17,138 ERROR [Deployer] Deployment failed due to 
java.lang.ArrayStoreException: 
sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy
at 
sun.reflect.annotation.AnnotationParser.parseEnumArray(AnnotationParser.java:673)
at 
sun.reflect.annotation.AnnotationParser.parseArray(AnnotationParser.java:462)
at 
sun.reflect.annotation.AnnotationParser.parseMemberValue(AnnotationParser.java:286)
at 
sun.reflect.annotation.AnnotationParser.parseAnnotation(AnnotationParser.java:222)
at 
sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:69)
at 
sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:52)
at java.lang.Class.initAnnotationsIfNecessary(Class.java:3070)
at java.lang.Class.getAnnotation(Class.java:3029)
at java.lang.Class.isAnnotationPresent(Class.java:3042)
at 
org.apache.xbean.finder.ClassFinder.findAnnotatedClasses(ClassFinder.java:241)
at 
org.apache.openejb.config.AnnotationDeployer$DiscoverAnnotatedBeans.deploy(AnnotationDeployer.java:459)
at 
org.apache.openejb.config.AnnotationDeployer$DiscoverAnnotatedBeans.deploy(AnnotationDeployer.java:253)
at 
org.apache.openejb.config.AnnotationDeployer.deploy(AnnotationDeployer.java:188)
at 
org.apache.openejb.config.ConfigurationFactory$Chain.deploy(ConfigurationFactory.java:247)
at 
org.apache.openejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:601)
at 
org.apache.geronimo.openejb.deployment.EjbModuleBuilder.configureApplication(EjbModuleBuilder.java:635)
at 
org.apache.geronimo.openejb.deployment.EjbModuleBuilder.getEjbJarInfo(EjbModuleBuilder.java:568)
at 
org.apache.geronimo.openejb.deployment.EjbModuleBuilder.initContext(EjbModuleBuilder.java:493)
at 
org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:592)
at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:257)
at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:136)
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:130)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:851)
at 
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:237)
at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
at sun.reflect.GeneratedMethodAccessor159.invoke(Unknown Source)
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:130)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:851)
at 
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:237)
at 
org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:172)
at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at 
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at 
javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
at 
javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
at 
javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
at java.security.AccessController.doPrivileged(Native Method)
at 

[jira] Updated: (GERONIMO-4945) Unable to deploy ejb with custom annotation

2009-11-03 Thread Alexey Kaigorodov (JIRA)

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

Alexey Kaigorodov updated GERONIMO-4945:


Attachment: test-custom-annotation-ejb-1.0.0-sources.jar
test-custom-annotation-ejb-1.0.0.jar

compiled sample

 Unable to deploy ejb with custom annotation
 ---

 Key: GERONIMO-4945
 URL: https://issues.apache.org/jira/browse/GERONIMO-4945
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: OpenEJB
Affects Versions: 2.2
Reporter: Alexey Kaigorodov
 Attachments: test-custom-annotation-ejb-1.0.0-sources.jar, 
 test-custom-annotation-ejb-1.0.0.jar


 Simple tast case:
 @Stateless
 @Local(Test.class)
 @Custom(type = CustomType.A)
 public class TestBean implements Test {
   @Override
   public void foo() {
   }
 }
 @Target(ElementType.TYPE) 
 @Retention(RetentionPolicy.RUNTIME)
 public @interface Custom {
   CustomType[] type() default {}; // works fine for non-array CustomType 
 type();
 }
 public enum CustomType {
   A, B
 }
 geronimo.log:
 2009-11-03 14:05:17,138 ERROR [Deployer] Deployment failed due to 
 java.lang.ArrayStoreException: 
 sun.reflect.annotation.AnnotationTypeMismatchExceptionProxy
   at 
 sun.reflect.annotation.AnnotationParser.parseEnumArray(AnnotationParser.java:673)
   at 
 sun.reflect.annotation.AnnotationParser.parseArray(AnnotationParser.java:462)
   at 
 sun.reflect.annotation.AnnotationParser.parseMemberValue(AnnotationParser.java:286)
   at 
 sun.reflect.annotation.AnnotationParser.parseAnnotation(AnnotationParser.java:222)
   at 
 sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:69)
   at 
 sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:52)
   at java.lang.Class.initAnnotationsIfNecessary(Class.java:3070)
   at java.lang.Class.getAnnotation(Class.java:3029)
   at java.lang.Class.isAnnotationPresent(Class.java:3042)
   at 
 org.apache.xbean.finder.ClassFinder.findAnnotatedClasses(ClassFinder.java:241)
   at 
 org.apache.openejb.config.AnnotationDeployer$DiscoverAnnotatedBeans.deploy(AnnotationDeployer.java:459)
   at 
 org.apache.openejb.config.AnnotationDeployer$DiscoverAnnotatedBeans.deploy(AnnotationDeployer.java:253)
   at 
 org.apache.openejb.config.AnnotationDeployer.deploy(AnnotationDeployer.java:188)
   at 
 org.apache.openejb.config.ConfigurationFactory$Chain.deploy(ConfigurationFactory.java:247)
   at 
 org.apache.openejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:601)
   at 
 org.apache.geronimo.openejb.deployment.EjbModuleBuilder.configureApplication(EjbModuleBuilder.java:635)
   at 
 org.apache.geronimo.openejb.deployment.EjbModuleBuilder.getEjbJarInfo(EjbModuleBuilder.java:568)
   at 
 org.apache.geronimo.openejb.deployment.EjbModuleBuilder.initContext(EjbModuleBuilder.java:493)
   at 
 org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:592)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:257)
   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:136)
   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:130)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:851)
   at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:237)
   at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
   at sun.reflect.GeneratedMethodAccessor159.invoke(Unknown Source)
   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:130)
   at 
 org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:851)
   at 
 org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:237)
   at 
 org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:172)
   at 
 com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
   at 
 

Is there any progress of Web container integration in OSGI framework?

2009-11-03 Thread Delos
Just want to know the progress to integrate Geronimo web container into OSGI
framework. Is there any resouces can be accessed, just like the new
framework for Geronimo?

Thanks!
-- 
Best Regards,

Delos


Re: Is there any progress of Web container integration in OSGI framework?

2009-11-03 Thread Rick McGuire

Delos wrote:
Just want to know the progress to integrate Geronimo web container 
into OSGI framework. Is there any resouces can be accessed, just like 
the new framework for Geronimo?
Right now, I've put that effort on the shelf and and helping to get the 
plugins building so there will be an environment to actually run an RFC 
66 extender.  Until we can launch a server with a functional web 
container, there's not much that can be done in that area.


Rick


Thanks!
--
Best Regards,

Delos




Re: Geronimo Blog

2009-11-03 Thread Rick McGuire

I'd like access.

Rick

Kevan Miller wrote:

All,
A new Geronimo community blog has been created at 
http://blogs.apache.org/geronimo/


If you'd like the ability to post to the blog, reply to this email. At 
the moment, access is limited to Geronimo committers. If this policy 
changes, I'll let everyone know...


--kevan





[jira] Commented: (GERONIMO-4927) keystorePass attribute on TomcatWebSSLConnector GBean should be encrypted/obscured

2009-11-03 Thread Ashish Jain (JIRA)

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

Ashish Jain commented on GERONIMO-4927:
---

Can we not rename the existing attribute as keystorePassword? Or else 
add another line of code in 
org.apache.geronimo.system.configuration.GBeanOverride.writeXml  to encrypt the 
keystorePass adding
some logic for example indexof('pass) than do the encryption

 keystorePass attribute on TomcatWebSSLConnector GBean should be 
 encrypted/obscured
 --

 Key: GERONIMO-4927
 URL: https://issues.apache.org/jira/browse/GERONIMO-4927
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.1.5, 2.2
Reporter: Kevan Miller
 Fix For: 2.1.5, 2.2.1, 3.0


 keystorePass does not conform to the current convention for 
 encrypting/obscuring GBean attributes. Currently, attribute names with 
 'password' will be encrypted. 
 We should either recognize keystorePass as an attribute requiring encryption 
 or add a new keystorePassword attribute and start using that (with some 
 appropriate migration logic, if a 'keystorePass' is configured). I guess I 
 prefer the latter option. Other opinions? 

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



Re: Geronimo Blog

2009-11-03 Thread Davanum Srinivas

Me too. preferred roller id - dims. Apache Email - dims AT apache.org

thanks,
dims

On 11/03/2009 05:45 AM, Rick McGuire wrote:

I'd like access.

Rick

Kevan Miller wrote:

All,
A new Geronimo community blog has been created at
http://blogs.apache.org/geronimo/

If you'd like the ability to post to the blog, reply to this email. At
the moment, access is limited to Geronimo committers. If this policy
changes, I'll let everyone know...

--kevan







[jira] Commented: (GERONIMO-4892) Farm Deployment Error if deploy more than one applications

2009-11-03 Thread Ashish Jain (JIRA)

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

Ashish Jain commented on GERONIMO-4892:
---

Ahh so that seems to be a work around for this problem. So if I understand 
correctly this is how the scenario flows.

1) Deploy an WAR to cluster it deploys fine.
2) Deploy 2nd WAR and is say GBean already registered.
3) Next you see an exception and none of the modules are started.
4) Go to admin console for each of the nodes( i guess you are using 2 nodes)  
and do a manual start and both the apps start fine.

Looks like geronimo is trying to register the same node again as it seems to be 
re registering node B.

Can you please add the complete stack trace in debug mode to this jira???

Thanks

 Farm Deployment Error if deploy more than one applications
 --

 Key: GERONIMO-4892
 URL: https://issues.apache.org/jira/browse/GERONIMO-4892
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 2.2
 Environment: oS: winxp  and win2003
Reporter: viola.lu
 Attachments: TwoFarm.zip


 Win2003 as master node( NODE2) with config.xml
 ...
 module name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car
 gbean 
 name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car,j2eeType=GBean,name=Node1
  gbeanInfo=org.apache.geronimo.farm.config.BasicNodeInfo
 attribute name=nameNODE1/attribute
 attribute 
 propertyEditor=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor
  name=extendedJMXConnectorInfo
 ns:javabean 
 class=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo 
 xmlns= xmlns:ns10=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns=http://geronimo.apache.org/xml/ns/deployment/javabean-1.0; 
 xmlns:ns12=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns14=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns16=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns8_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns4=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns8=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns16_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns14_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns12_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns10_=http://geronimo.apache.org/xml/ns/attributes-1.2;
 ns:property name=usernamesystem/ns:property
 ns:property name=passwordmanager/ns:property
 ns:property name=protocolrmi/ns:property
 ns:property name=host9.186.10.167/ns:property
 ns:property name=port1099/ns:property
 ns:property name=urlPathJMXConnector/ns:property
 ns:property name=localfalse/ns:property
   /ns:javabean
 /attribute
 /gbean
 gbean name=NodeInfo
 attribute name=name${ClusterNodeName}/attribute
 /gbean
 gbean name=ClusterInfo
 attribute name=name${FarmName}/attribute
 /gbean
 /module
 ...
 WinXP as node 1
 WinXp. as node 1
 ..
 module name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car
 gbean 
 name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car,j2eeType=GBean,name=Node2
  gbeanInfo=org.apache.geronimo.farm.config.BasicNodeInfo
 attribute name=nameNODE2/attribute
 attribute 
 propertyEditor=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor
  name=extendedJMXConnectorInfo
 ns:javabean 
 class=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo 
 xmlns= xmlns:ns20=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns10=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns22=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns=http://geronimo.apache.org/xml/ns/deployment/javabean-1.0; 
 xmlns:ns12=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns14=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns16=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns18=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns19=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns4=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns7=http://geronimo.apache.org/xml/ns/attributes-1.2; 

[jira] Updated: (GERONIMO-4892) Farm Deployment Error if deploy more than one applications

2009-11-03 Thread Ashish Jain (JIRA)

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

Ashish Jain updated GERONIMO-4892:
--

Affects Version/s: (was: 2.2)
   2.1.4
Fix Version/s: 2.2
   2.1.5

 Farm Deployment Error if deploy more than one applications
 --

 Key: GERONIMO-4892
 URL: https://issues.apache.org/jira/browse/GERONIMO-4892
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 2.1.4, 2.2
 Environment: oS: winxp  and win2003
Reporter: viola.lu
 Fix For: 2.1.5, 2.2

 Attachments: TwoFarm.zip


 Win2003 as master node( NODE2) with config.xml
 ...
 module name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car
 gbean 
 name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car,j2eeType=GBean,name=Node1
  gbeanInfo=org.apache.geronimo.farm.config.BasicNodeInfo
 attribute name=nameNODE1/attribute
 attribute 
 propertyEditor=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor
  name=extendedJMXConnectorInfo
 ns:javabean 
 class=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo 
 xmlns= xmlns:ns10=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns=http://geronimo.apache.org/xml/ns/deployment/javabean-1.0; 
 xmlns:ns12=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns14=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns16=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns8_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns4=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns8=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns16_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns14_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns12_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns10_=http://geronimo.apache.org/xml/ns/attributes-1.2;
 ns:property name=usernamesystem/ns:property
 ns:property name=passwordmanager/ns:property
 ns:property name=protocolrmi/ns:property
 ns:property name=host9.186.10.167/ns:property
 ns:property name=port1099/ns:property
 ns:property name=urlPathJMXConnector/ns:property
 ns:property name=localfalse/ns:property
   /ns:javabean
 /attribute
 /gbean
 gbean name=NodeInfo
 attribute name=name${ClusterNodeName}/attribute
 /gbean
 gbean name=ClusterInfo
 attribute name=name${FarmName}/attribute
 /gbean
 /module
 ...
 WinXP as node 1
 WinXp. as node 1
 ..
 module name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car
 gbean 
 name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car,j2eeType=GBean,name=Node2
  gbeanInfo=org.apache.geronimo.farm.config.BasicNodeInfo
 attribute name=nameNODE2/attribute
 attribute 
 propertyEditor=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor
  name=extendedJMXConnectorInfo
 ns:javabean 
 class=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo 
 xmlns= xmlns:ns20=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns10=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns22=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns=http://geronimo.apache.org/xml/ns/deployment/javabean-1.0; 
 xmlns:ns12=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns14=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns16=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns18=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns19=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns4=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns7=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns8=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns18_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns9=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns16_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns14_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns12_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns22_=http://geronimo.apache.org/xml/ns/attributes-1.2;
 ns:property name=usernamesystem/ns:property
 

[jira] Updated: (GERONIMO-4892) Farm Deployment Error if deploy more than one applications

2009-11-03 Thread Ashish Jain (JIRA)

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

Ashish Jain updated GERONIMO-4892:
--

Affects Version/s: 2.2

 Farm Deployment Error if deploy more than one applications
 --

 Key: GERONIMO-4892
 URL: https://issues.apache.org/jira/browse/GERONIMO-4892
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 2.1.4, 2.2
 Environment: oS: winxp  and win2003
Reporter: viola.lu
 Fix For: 2.1.5, 2.2

 Attachments: TwoFarm.zip


 Win2003 as master node( NODE2) with config.xml
 ...
 module name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car
 gbean 
 name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car,j2eeType=GBean,name=Node1
  gbeanInfo=org.apache.geronimo.farm.config.BasicNodeInfo
 attribute name=nameNODE1/attribute
 attribute 
 propertyEditor=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor
  name=extendedJMXConnectorInfo
 ns:javabean 
 class=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo 
 xmlns= xmlns:ns10=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns=http://geronimo.apache.org/xml/ns/deployment/javabean-1.0; 
 xmlns:ns12=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns14=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns16=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns8_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns4=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns8=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns16_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns14_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns12_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns10_=http://geronimo.apache.org/xml/ns/attributes-1.2;
 ns:property name=usernamesystem/ns:property
 ns:property name=passwordmanager/ns:property
 ns:property name=protocolrmi/ns:property
 ns:property name=host9.186.10.167/ns:property
 ns:property name=port1099/ns:property
 ns:property name=urlPathJMXConnector/ns:property
 ns:property name=localfalse/ns:property
   /ns:javabean
 /attribute
 /gbean
 gbean name=NodeInfo
 attribute name=name${ClusterNodeName}/attribute
 /gbean
 gbean name=ClusterInfo
 attribute name=name${FarmName}/attribute
 /gbean
 /module
 ...
 WinXP as node 1
 WinXp. as node 1
 ..
 module name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car
 gbean 
 name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car,j2eeType=GBean,name=Node2
  gbeanInfo=org.apache.geronimo.farm.config.BasicNodeInfo
 attribute name=nameNODE2/attribute
 attribute 
 propertyEditor=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor
  name=extendedJMXConnectorInfo
 ns:javabean 
 class=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo 
 xmlns= xmlns:ns20=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns10=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns22=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns=http://geronimo.apache.org/xml/ns/deployment/javabean-1.0; 
 xmlns:ns12=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns14=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns16=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns18=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns19=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns4=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns7=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns8=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns18_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns9=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns16_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns14_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns12_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns22_=http://geronimo.apache.org/xml/ns/attributes-1.2;
 ns:property name=usernamesystem/ns:property
 ns:property name=passwordmanager/ns:property
 ns:property name=protocolrmi/ns:property
 ns:property 

[jira] Updated: (GERONIMO-4892) Farm Deployment Error if deploy more than one applications

2009-11-03 Thread Amit Puri (JIRA)

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

Amit Puri updated GERONIMO-4892:


Attachment: LOGS_4892.rar

yes, you are correct. 

I am attaching here all the logs in DEBUG Mode. 

Thanks

 Farm Deployment Error if deploy more than one applications
 --

 Key: GERONIMO-4892
 URL: https://issues.apache.org/jira/browse/GERONIMO-4892
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 2.1.4, 2.2
 Environment: oS: winxp  and win2003
Reporter: viola.lu
 Fix For: 2.1.5, 2.2

 Attachments: LOGS_4892.rar, TwoFarm.zip


 Win2003 as master node( NODE2) with config.xml
 ...
 module name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car
 gbean 
 name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car,j2eeType=GBean,name=Node1
  gbeanInfo=org.apache.geronimo.farm.config.BasicNodeInfo
 attribute name=nameNODE1/attribute
 attribute 
 propertyEditor=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor
  name=extendedJMXConnectorInfo
 ns:javabean 
 class=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo 
 xmlns= xmlns:ns10=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns=http://geronimo.apache.org/xml/ns/deployment/javabean-1.0; 
 xmlns:ns12=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns14=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns16=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns8_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns4=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns8=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns16_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns14_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns12_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns10_=http://geronimo.apache.org/xml/ns/attributes-1.2;
 ns:property name=usernamesystem/ns:property
 ns:property name=passwordmanager/ns:property
 ns:property name=protocolrmi/ns:property
 ns:property name=host9.186.10.167/ns:property
 ns:property name=port1099/ns:property
 ns:property name=urlPathJMXConnector/ns:property
 ns:property name=localfalse/ns:property
   /ns:javabean
 /attribute
 /gbean
 gbean name=NodeInfo
 attribute name=name${ClusterNodeName}/attribute
 /gbean
 gbean name=ClusterInfo
 attribute name=name${FarmName}/attribute
 /gbean
 /module
 ...
 WinXP as node 1
 WinXp. as node 1
 ..
 module name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car
 gbean 
 name=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/farming/2.2-SNAPSHOT/car,j2eeType=GBean,name=Node2
  gbeanInfo=org.apache.geronimo.farm.config.BasicNodeInfo
 attribute name=nameNODE2/attribute
 attribute 
 propertyEditor=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfoEditor
  name=extendedJMXConnectorInfo
 ns:javabean 
 class=org.apache.geronimo.farm.config.BasicExtendedJMXConnectorInfo 
 xmlns= xmlns:ns20=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns10=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns22=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns=http://geronimo.apache.org/xml/ns/deployment/javabean-1.0; 
 xmlns:ns12=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns14=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns16=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns18=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns19=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns4=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns6=http://geronimo.apache.org/xml/ns/plugins-1.3; 
 xmlns:ns7=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns8=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns18_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns9=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns16_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns14_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns12_=http://geronimo.apache.org/xml/ns/attributes-1.2; 
 xmlns:ns22_=http://geronimo.apache.org/xml/ns/attributes-1.2;
 ns:property name=usernamesystem/ns:property
 

[jira] Commented: (GERONIMO-4927) keystorePass attribute on TomcatWebSSLConnector GBean should be encrypted/obscured

2009-11-03 Thread Kevan Miller (JIRA)

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

Kevan Miller commented on GERONIMO-4927:


Yes. That is what I meant by add a new 'keystorePassword' attribute. Basic 
question is should it be *renamed* or still support keystorePass for migration 
purposes.

 keystorePass attribute on TomcatWebSSLConnector GBean should be 
 encrypted/obscured
 --

 Key: GERONIMO-4927
 URL: https://issues.apache.org/jira/browse/GERONIMO-4927
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.1.5, 2.2
Reporter: Kevan Miller
 Fix For: 2.1.5, 2.2.1, 3.0


 keystorePass does not conform to the current convention for 
 encrypting/obscuring GBean attributes. Currently, attribute names with 
 'password' will be encrypted. 
 We should either recognize keystorePass as an attribute requiring encryption 
 or add a new keystorePassword attribute and start using that (with some 
 appropriate migration logic, if a 'keystorePass' is configured). I guess I 
 prefer the latter option. Other opinions? 

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

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

--
1 required artifact is missing.

for artifact: 
  org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT

from the specified remote repositories:
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  ibiblio.org (http://repo.exist.com/maven2),
  apache.snapshots (http://repository.apache.org/snapshots)



[INFO] 
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
--
1) org.apache.geronimo.bundles:commons-cli:jar:1.0_1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.apache.geronimo.bundles 
-DartifactId=commons-cli -Dversion=1.0_1-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.apache.geronimo.bundles 
-DartifactId=commons-cli -Dversion=1.0_1-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT
2) org.apache.geronimo.bundles:commons-cli:jar:1.0_1-SNAPSHOT

--
1 required artifact is missing.

for artifact: 
  org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT

from the specified remote repositories:
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  ibiblio.org (http://repo.exist.com/maven2),
  apache.snapshots (http://repository.apache.org/snapshots)


at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:576)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
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.apache.geronimo.bundles:commons-cli:jar:1.0_1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.apache.geronimo.bundles 
-DartifactId=commons-cli -Dversion=1.0_1-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.apache.geronimo.bundles 
-DartifactId=commons-cli -Dversion=1.0_1-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT
2) org.apache.geronimo.bundles:commons-cli:jar:1.0_1-SNAPSHOT

--
1 required artifact is missing.

for artifact: 
  org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT

from the specified remote repositories:
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  ibiblio.org (http://repo.exist.com/maven2),
  apache.snapshots (http://repository.apache.org/snapshots)


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

Re: Geronimo Blog

2009-11-03 Thread Peter Petersson
If you like to brand your Geronimo community blog you can try to apply 
the theme plugin that contains a glike Geronimo Like theme I come up 
with ;) wile working with David on the Geronimo Roller plugin 
https://svn.apache.org/repos/asf/geronimo/plugins/roller/trunk


Well it was ages ago (I think it was a pilot geronimo plugin project) so 
It may need some tweaking to work.


regards
  peter petersson


On 2009-11-02 23:38, Kevan Miller wrote:

All,
A new Geronimo community blog has been created at 
http://blogs.apache.org/geronimo/


If you'd like the ability to post to the blog, reply to this email. At 
the moment, access is limited to Geronimo committers. If this policy 
changes, I'll let everyone know...


--kevan




Re: Geronimo Blog

2009-11-03 Thread Joe Bohn

rollerID : jbohn
apache email address : jbohn at apache.org

Thanks Kevan!

Joe

Kevan Miller wrote:

All,
A new Geronimo community blog has been created at 
http://blogs.apache.org/geronimo/


If you'd like the ability to post to the blog, reply to this email. At 
the moment, access is limited to Geronimo committers. If this policy 
changes, I'll let everyone know...


--kevan





[jira] Commented: (GERONIMO-4655) Branch and release 2.2

2009-11-03 Thread David Jencks (JIRA)

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

David Jencks commented on GERONIMO-4655:


rev 832538 tries to clean up the all-subprojects profile so that
- no integration tests are actually run unless you specify -Pit
- no integration tests are deployed.

It looks like -Pall-subprojects -Dtest=false actually builds all the 
integration tests without running any... next step is to see if versions plugin 
can find all the subprojects.

 Branch and release 2.2
 --

 Key: GERONIMO-4655
 URL: https://issues.apache.org/jira/browse/GERONIMO-4655
 Project: Geronimo
  Issue Type: Task
  Security Level: public(Regular issues) 
  Components: buildsystem
Affects Versions: 2.2
Reporter: David Jencks
Assignee: David Jencks
 Fix For: 2.2


 Use the release plugin this time.

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



Re: Geronimo Blog

2009-11-03 Thread Jay D. McHugh
I would like access too.

id: jaydm
email:  jaydm (at) apache (dot) org

Thanks,

Jay

Kevan Miller wrote:
 All,
 A new Geronimo community blog has been created at
 http://blogs.apache.org/geronimo/
 
 If you'd like the ability to post to the blog, reply to this email. At
 the moment, access is limited to Geronimo committers. If this policy
 changes, I'll let everyone know...
 
 --kevan


Re: Can you help

2009-11-03 Thread Donald Woods
Before building the Eclipse Plugins (GEP 2.2.0) you'll need to build a 
Geronimo 2.2-SNAPSHOT server locally (from geronimo/brnaches/2.2), as 
the artifacts out on the SNAPSHOT repo are really old.  I've started a 
build to publish the latest 2.2-SNAPSHOT artifacts out, to get one last 
one out there before we have a 2.2 RC to start testing, but it'll take 
several hours for the publish to finish.  The best bet, is to always 
build the latest server code before trying to build GEP



-Donald


Fei LI wrote:

 Hi,

I am new.

I stuck on

1.How to Build Geronimo Eclipse Plugin from Source

The command:

mvn clean install -Ptestsuite

Say:

Missing:
--
1) org.apache.openejb:ejb31-api-experimental:jar:3.1.2-SNAPSHOT


2) org.apache.geronimo.components:geronimo-jaspi:jar:1.0-SNAPSHOT

How to get through?

Thanks

Fei Li



[jira] Closed: (GERONIMO-4943) Finalize License/Notice files for 2.2 release

2009-11-03 Thread Kevan Miller (JIRA)

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

Kevan Miller closed GERONIMO-4943.
--

Resolution: Fixed
  Assignee: Kevan Miller

I've made the updates, with some changes from previous releases.

1) LICENSE lists artifacts and the license that applies to them
2) NOTICE file is simplified and minimal. Only required attributions are given: 
* apache notices (note that we don't need to give attribution to ASF projects)
* CDDL attributions
* other licenses which require attribution

Note that BSD licenses contain their attribution. I'm allowing the LICENSE to 
serve as its attribution. Rather than reproducing within the NOTICE file. 

Also updated a dependency to use porlet-api spec from org.apache.portals.

 Finalize License/Notice files for 2.2 release
 -

 Key: GERONIMO-4943
 URL: https://issues.apache.org/jira/browse/GERONIMO-4943
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.2
Reporter: Kevan Miller
Assignee: Kevan Miller
 Fix For: 2.2


 Need to update the LICENSE/NOTICE files with up-to-date license information

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



Re: Geronimo Blog

2009-11-03 Thread David Blevins


On Nov 3, 2009, at 12:17 PM, Kevan Miller wrote:

I don't have full admin rights to our weblog. As there is already  
some custom theming, not sure how much customization we can do. Will  
keep it in mind, though. Any suggestions are welcome...


Gavin has it locked down to one standard theme for all projects.  I  
had an OpenEJB-specific theme in there at one point, but no longer.


On this note, we'll want to update our front page to pull in our blog  
posts as news instead of the Confluence news.  Confluence has an rss  
macro, but the output is quite ugly.  So ugly I had to write my own  
macro.  As soon as we get some content I'll switch us over.



-David



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

2009-11-03 Thread gawor
Geronimo Revision: 832507 built with tests included
 
See the full build-1400.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20091103/build-1400.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20091103
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 40 minutes 44 seconds
[INFO] Finished at: Tue Nov 03 14:45:52 EST 2009
[INFO] Final Memory: 323M/1004M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
 
Assembly: tomcat
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20091103/logs-1400-tomcat/
 
 
Assembly: jetty
=
See full test results and logs at 
http://people.apache.org/builds/geronimo/server/binaries/2.2/20091103/logs-1400-jetty/
 
 
[INFO] snapshot 
org.apache.geronimo.assemblies:geronimo-jetty7-javaee5:2.2-SNAPSHOT: checking 
for updates from apache.snapshots
[INFO] Using assembly artifact: 
org.apache.geronimo.assemblies:geronimo-jetty7-javaee5:zip:bin:2.2-SNAPSHOT:provided
[INFO] Using geronimoHome: 
/home/geronimo/geronimo/2.2/testsuite/target/geronimo-jetty7-javaee5-2.2-SNAPSHOT
[INFO] Installing assembly...
[INFO] Expanding: 
/home/geronimo/.m2/repository/org/apache/geronimo/assemblies/geronimo-jetty7-javaee5/2.2-SNAPSHOT/geronimo-jetty7-javaee5-2.2-SNAPSHOT-bin.zip
 into /home/geronimo/geronimo/2.2/testsuite/target
[INFO] Starting Geronimo server...
[INFO] Selected option set: default
[INFO] Redirecting output to: 
/home/geronimo/geronimo/2.2/testsuite/target/geronimo-logs/org.apache.geronimo.mavenplugins.geronimo.server.StartServerMojo.log
[INFO] Waiting for Geronimo server...
[INFO] Geronimo server started in 0:00:54.679
[INFO] [shitty:install {execution: default}]
[INFO] Installing /home/geronimo/geronimo/2.2/testsuite/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/testsuite/testing/testsuite-testing.pom
[INFO] [shitty:test {execution: default}]
[INFO] Starting 36 test builds
[INFO] 
[INFO] 
---
[INFO] 
[INFO] commands-testsuite/deploy  RUNNING
[INFO] commands-testsuite/deploy  SUCCESS (0:01:20.973) 
[INFO] commands-testsuite/gshell  RUNNING
[INFO] commands-testsuite/gshell  SUCCESS (0:00:40.091) 
[INFO] commands-testsuite/jaxws   RUNNING
[INFO] commands-testsuite/jaxws   SUCCESS (0:00:47.310) 
[INFO] commands-testsuite/shutdownRUNNING
[INFO] commands-testsuite/shutdownSUCCESS (0:00:23.588) 
[INFO] concurrent-testsuite/concurrent-basic  RUNNING
[INFO] concurrent-testsuite/concurrent-basic  SUCCESS (0:06:29.326) 
[INFO] console-testsuite/advanced RUNNING
[INFO] console-testsuite/advanced SUCCESS (0:01:34.850) 
[INFO] console-testsuite/basicRUNNING
[INFO] console-testsuite/basicSUCCESS (0:02:05.469) 
[INFO] corba-testsuite/corba-helloworld   RUNNING
[INFO] corba-testsuite/corba-helloworld   SUCCESS (0:01:00.092) 
[INFO] corba-testsuite/corba-marshal  RUNNING
[INFO] corba-testsuite/corba-marshal  SUCCESS (0:01:49.434) 
[INFO] corba-testsuite/corba-mytime   RUNNING
[INFO] corba-testsuite/corba-mytime   SUCCESS (0:00:51.489) 
[INFO] deployment-testsuite/deployment-tests  RUNNING
[INFO] deployment-testsuite/deployment-tests  SUCCESS (0:00:38.287) 
[INFO] deployment-testsuite/jca-cms-tests RUNNING
[INFO] deployment-testsuite/jca-cms-tests SUCCESS (0:00:34.435) 
[INFO] deployment-testsuite/manifestcp-tests  RUNNING
[INFO] deployment-testsuite/manifestcp-tests  SUCCESS (0:00:40.169) 
[INFO] enterprise-testsuite/ejb-tests RUNNING
[INFO] enterprise-testsuite/ejb-tests SUCCESS (0:00:54.134) 
[INFO] enterprise-testsuite/jms-tests RUNNING
[INFO] enterprise-testsuite/jms-tests SUCCESS (0:01:21.846) 
[INFO] enterprise-testsuite/jpa-tests RUNNING
[INFO] enterprise-testsuite/jpa-tests SUCCESS (0:00:49.352) 
[INFO] enterprise-testsuite/sec-client-tests  RUNNING
[INFO] enterprise-testsuite/sec-client-tests  SUCCESS (0:00:35.320) 
[INFO] enterprise-testsuite/sec-tests RUNNING
[INFO] enterprise-testsuite/sec-tests SUCCESS (0:00:58.368) 
[INFO] security-testsuite/test-security   RUNNING
[INFO] security-testsuite/test-security   SUCCESS (0:01:00.040) 
[INFO] web-testsuite/test-2.1-jspsRUNNING
[INFO] web-testsuite/test-2.1-jspsSUCCESS (0:00:37.194) 
[INFO] web-testsuite/test-2.5-servletsRUNNING
[INFO

Can you help

2009-11-03 Thread Fei LI

 Hi,

I am new.

I stuck on

1.How to Build Geronimo Eclipse Plugin from Source

The command:

mvn clean install -Ptestsuite

Say:

Missing:
--
1) org.apache.openejb:ejb31-api-experimental:jar:3.1.2-SNAPSHOT


2) org.apache.geronimo.components:geronimo-jaspi:jar:1.0-SNAPSHOT

How to get through?

Thanks

Fei Li


[BUILD] trunk: Failed for Revision: 832529

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

--
1 required artifact is missing.

for artifact: 
  org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT

from the specified remote repositories:
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  apache.snapshots (http://repository.apache.org/snapshots),
  ibiblio.org (http://repo.exist.com/maven2)



[INFO] 
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
--
1) org.apache.geronimo.bundles:commons-cli:jar:1.0_1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.apache.geronimo.bundles 
-DartifactId=commons-cli -Dversion=1.0_1-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.apache.geronimo.bundles 
-DartifactId=commons-cli -Dversion=1.0_1-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT
2) org.apache.geronimo.bundles:commons-cli:jar:1.0_1-SNAPSHOT

--
1 required artifact is missing.

for artifact: 
  org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT

from the specified remote repositories:
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  apache.snapshots (http://repository.apache.org/snapshots),
  ibiblio.org (http://repo.exist.com/maven2)


at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:576)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
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.apache.geronimo.bundles:commons-cli:jar:1.0_1-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.apache.geronimo.bundles 
-DartifactId=commons-cli -Dversion=1.0_1-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.apache.geronimo.bundles 
-DartifactId=commons-cli -Dversion=1.0_1-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT
2) org.apache.geronimo.bundles:commons-cli:jar:1.0_1-SNAPSHOT

--
1 required artifact is missing.

for artifact: 
  org.apache.geronimo.framework:geronimo-cli:bundle:3.0-SNAPSHOT

from the specified remote repositories:
  codehaus.snapshots (http://snapshots.repository.codehaus.org),
  apache.snapshots (http://repository.apache.org/snapshots),
  ibiblio.org (http://repo.exist.com/maven2)


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

Re: Can you help

2009-11-03 Thread David Jencks
I'm not sure what you are building, but both of those jars have been  
released so the snapshot version is no longer available.


In general if you are having a build problem it is best to explain  
exactly how you got the code, such as...


svn co https://...


thanks
david jencks

On Nov 3, 2009, at 1:42 PM, Fei LI wrote:



Hi,

I am new.

I stuck on

1.How to Build Geronimo Eclipse Plugin from Source

The command:

mvn clean install -Ptestsuite

Say:

Missing:
--
1) org.apache.openejb:ejb31-api-experimental:jar:3.1.2-SNAPSHOT


2) org.apache.geronimo.components:geronimo-jaspi:jar:1.0-SNAPSHOT

How to get through?

Thanks

Fei Li




Re: Geronimo Blog

2009-11-03 Thread Kevan Miller


On Nov 3, 2009, at 10:49 AM, Peter Petersson wrote:

If you like to brand your Geronimo community blog you can try to  
apply the theme plugin that contains a glike Geronimo Like theme  
I come up with ;) wile working with David on the Geronimo Roller  
plugin https://svn.apache.org/repos/asf/geronimo/plugins/roller/trunk


Well it was ages ago (I think it was a pilot geronimo plugin  
project) so It may need some tweaking to work.


Ah, right. Thanks for the reminder Peter! I did startup the roller  
plugin, just last week. Was an easy way to get a roller instance up  
and running.


I don't have full admin rights to our weblog. As there is already some  
custom theming, not sure how much customization we can do. Will keep  
it in mind, though. Any suggestions are welcome...


--kevan


Is there any plan to migrate existing geronimo shell commands from gshell to karaf shell in geronimo 3.0 ?

2009-11-03 Thread Shawn Jiang
Now we are using karaf as OSGI runtime. Karaf has its own shell which is
based on RFC 139 command service.  Karaf shell uses blueprint and a set of
util abstract classes to provide a easy to use program model  for new
commands.


Geronimo 2.x has its own shell which

   - bases on gshell
   - uses groovy to define commands.(I don't kown why but I don't like this)
   - uses classworld to bootstrap itself
   - uses a serverProxy to provide geronimo server startup/stop commands.
   - uses JMX to invoke jsr88 implementation to provide applications
   deploy/undeploy/distribution commands.
   - uses JMX to get plugin installer GBean instance to provide plugin
   install and customized assemblely commands.


I found that all the gshell bootstrap files in geronimo_home/etc has been
removed in geronimo 3.0 framework.   Is there any plan  to migrate existing
geronimo shell commands from gshell to karaf shell in geronimo 3.0 ?


-- 
Shawn


Re: Geronimo Blog

2009-11-03 Thread Peter Petersson

On 11/03/2009 09:17 PM, Kevan Miller wrote:


On Nov 3, 2009, at 10:49 AM, Peter Petersson wrote:

If you like to brand your Geronimo community blog you can try to 
apply the theme plugin that contains a glike Geronimo Like theme 
I come up with ;) wile working with David on the Geronimo Roller 
plugin https://svn.apache.org/repos/asf/geronimo/plugins/roller/trunk


Well it was ages ago (I think it was a pilot geronimo plugin project) 
so It may need some tweaking to work.


Ah, right. Thanks for the reminder Peter! I did startup the roller 
plugin, just last week. Was an easy way to get a roller instance up 
and running.


I don't have full admin rights to our weblog. As there is already some 
custom theming, not sure how much customization we can do. Will keep 
it in mind, though. Any suggestions are welcome...


Good to here its still kicking ... well if (or when) the project gets 
admin rights you have all the source files (custom css, xml, images and 
vm files) neatly put together in a geronimo roller theme plugin. It 
should give you a jump start in putting together something that have the 
same look as the Geronimo front page.
If the blog was running on a Geronimo instance it could have been as 
simple as installing the theme plugin to get it up and running ;) but 
the roller manual contains details on how to apply custom themes manually.


If you want to take a look here is the theme preview png
https://svn.apache.org/repos/asf/geronimo/plugins/roller/trunk/roller-themes/src/main/resources/themes/glike/glike-preview.png

regards
   peter petersson



--kevan




[jira] Resolved: (GERONIMO-4923) Remove those classloader plugins

2009-11-03 Thread Ivan (JIRA)

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

Ivan resolved GERONIMO-4923.


Resolution: Fixed

Commit changes to trunk At revision: 832672

 Remove those classloader plugins
 

 Key: GERONIMO-4923
 URL: https://issues.apache.org/jira/browse/GERONIMO-4923
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: osgi-bundles
Affects Versions: 3.0
Reporter: Ivan
 Fix For: 3.0


 After the OSGI integration, suppose that we should not need those classloader 
 plugins.

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



Re: Is there any plan to migrate existing geronimo shell commands from gshell to karaf shell in geronimo 3.0 ?

2009-11-03 Thread Shawn Jiang
On Wed, Nov 4, 2009 at 11:40 AM, Shawn Jiang genspr...@gmail.com wrote:

 Now we are using karaf as OSGI runtime. Karaf has its own shell which is
 based on RFC 139 command service.  Karaf shell uses blueprint and a set of
 util abstract classes


typo, it should be  Standard command line interface  RFC 147 instead of
RFC 139 here.


 to provide a easy to use program model  for new commands.


 Geronimo 2.x has its own shell which

- bases on gshell
- uses groovy to define commands.(I don't kown why but I don't like
this)
- uses classworld to bootstrap itself
- uses a serverProxy to provide geronimo server startup/stop commands.
- uses JMX to invoke jsr88 implementation to provide applications
deploy/undeploy/distribution commands.
- uses JMX to get plugin installer GBean instance to provide plugin
install and customized assemblely commands.


 I found that all the gshell bootstrap files in geronimo_home/etc has been
 removed in geronimo 3.0 framework.   Is there any plan  to migrate existing
 geronimo shell commands from gshell to karaf shell in geronimo 3.0 ?


 --
 Shawn




-- 
Shawn


Re: Is there any plan to migrate existing geronimo shell commands from gshell to karaf shell in geronimo 3.0 ?

2009-11-03 Thread Jason Dillon

On Nov 4, 2009, at 2:31 PM, Shawn Jiang wrote:

Geronimo 2.x has its own shell which
bases on gshell
uses groovy to define commands.(I don't kown why but I don't like  
this)
BTW, I only used Groovy for the launching commands because of the nice  
integration with Ant... and because of the desire to have platform  
independent scripts to control muck on launch.


The rest of those commands should probably have been pure Java.

--jason