Re: Do you know the probable Release Date ServiceMix 4.0?

2007-09-07 Thread Nodet Guillaume

Well, not yet as it's still a bit fuzzy...
In 2008 for sure...
Do you want to help on that ?

On Sep 7, 2007, at 3:52 PM, Simon Sekat wrote:


We are counting on using it because it supports OSGI deployment model.

Thank you,

--

Simon S.


--
Cheers,
Guillaume Nodet

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



unsubscribe

2007-09-07 Thread 张云
best wishes


xbean scm messages

2007-09-07 Thread Kevan Miller

Anybody know where XBean SCM messages are going? I'm not seeing any...

--kevan


Re: [ANNOUNCE] Welcome Donald Woods as the newest member of the Geronimo PMC

2007-09-07 Thread Alan D. Cabrera

Congrats!


Regards,
Alan

On Sep 6, 2007, at 8:12 AM, Hernan Cunico wrote:

Please join us in congratulating Donald Woods as the newest member  
of the Geronimo PMC. Donald has contributed to Geronimo in many  
different areas; he has provided tons of patches, added  
functionality, testing and security among others. We are very  
pleased he accepted our invitation to join us in the project's  
oversight.


Welcome aboard Donald!!!

The Apache Geronimo PMC



Cheers!
Hernan





Do you know the probable Release Date ServiceMix 4.0?

2007-09-07 Thread Simon Sekat
We are counting on using it because it supports OSGI deployment model.

Thank you,

-- 

Simon S.


[jira] Resolved: (SM-1045) Servicemix tooling changes to generate JBISharedLibraryDescriptor

2007-09-07 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet resolved SM-1045.
-

   Resolution: Fixed
Fix Version/s: 3.2
   3.1.2
 Assignee: Guillaume Nodet

URL: http://svn.apache.org/viewvc?rev=573568view=rev
URL: http://svn.apache.org/viewvc?rev=573570view=rev



 Servicemix tooling changes to generate JBISharedLibraryDescriptor
 -

 Key: SM-1045
 URL: https://issues.apache.org/activemq/browse/SM-1045
 Project: ServiceMix
  Issue Type: New Feature
  Components: tooling
Affects Versions: 3.1
 Environment: Windows, JBOSS 4.0.4-GA using servicemix deployment
Reporter: Srivatsan Sridharan
Assignee: Guillaume Nodet
 Fix For: 3.1.2, 3.2

 Attachments: GenerateServiceAssemblyDescriptorMojo.java, 
 GenerateServiceAssemblyDescriptorMojo_3.1_diff.txt


 This is the patch that we have come up with for addrressing the issue 
 detailed in this link 
 http://www.nabble.com/Deploying-multiple-versions-of-service-units-using-artifactId-filtering-tf4215049s12049.html#a11991823
 Please let me know if the approach is correct.

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



[jira] Closed: (XBEAN-93) Don't validate type on PropertyEditorSupport.setValue()/toString() calls

2007-09-07 Thread Kevan Miller (JIRA)

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

Kevan Miller closed XBEAN-93.
-

Resolution: Fixed

Removed type checking from setValue() and toString(Object) methods.

 Don't validate type on PropertyEditorSupport.setValue()/toString() calls
 

 Key: XBEAN-93
 URL: https://issues.apache.org/jira/browse/XBEAN-93
 Project: XBean
  Issue Type: Bug
  Components: reflect
Affects Versions: 3.1, 3.2
Reporter: Kevan Miller
Assignee: Kevan Miller
 Fix For: 3.2


 I ran into the following error on G 2.0.1 with Spring versions 
 2.0.5-2.0.7-SNAPSHOT. PropertyEditor.setValue() is being called with an 
 object whose type does not match the defined type.
 15:54:12,596 ERROR [ContextLoader] Context initialization failed 
 org.springframework.beans.factory.access.BootstrapException: Unable to 
 initialize group definition. Group resource name 
 [classpath*:beanRefContext.xml], factory key [ear.context]; nested exception 
 is org.springframework.beans.factory.BeanCreationException: Error creating 
 bean with name 'ear.context' defined in URL 
 [jar:file:/Users/kevan/Desktop/geronimo-tomcat6-jee5-2.0.1/repository/org/spring/example/MultipleContexts/1.0/MultipleContexts-1.0.ear/lib/SampleJava.jar!/beanRefContext.xml]:
  Instantiation of bean failed; nested exception is 
 org.apache.xbean.propertyeditor.PropertyEditorException: Value is not an 
 instance of String 
 Caused by: 
 org.springframework.beans.factory.BeanCreationException: Error creating bean 
 with name 'ear.context' defined in URL 
 [jar:file:/Users/kevan/Desktop/geronimo-tomcat6-jee5-2.0.1/repository/org/spring/example/MultipleContexts/1.0/MultipleContexts-1.0.ear/lib/SampleJava.jar!/beanRefContext.xml]:
  Instantiation of bean failed; nested exception is 
 org.apache.xbean.propertyeditor.PropertyEditorException: Value is not an 
 instance of String 
 Caused by: 
 org.apache.xbean.propertyeditor.PropertyEditorException: Value is not an 
 instance of String 
 at 
 org.apache.xbean.propertyeditor.AbstractConverter.setValue(AbstractConverter.java:67)
  
 at 
 org.springframework.beans.TypeConverterDelegate.doConvertValue(TypeConverterDelegate.java:276)
  
 at 
 org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:192)
 snip
 Spring has been updated in latest builds to ignore this problem (see 
 http://opensource.atlassian.com/projects/spring/browse/SPR-3799). There's 
 some question about what the proper behavior is in this case... I didn't find 
 any spec-level guidance... 
 http://weblogs.java.net/blog/ljnelson/archive/2007/08/objects_and_str.html 
 (search for 'dilemma') recommends logging the condition and ignoring the type 
 mismatch.
 I'm going to remove the type checking.

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



[jira] Assigned: (XBEAN-93) Don't validate type on PropertyEditorSupport.setValue()/toString() calls

2007-09-07 Thread Kevan Miller (JIRA)

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

Kevan Miller reassigned XBEAN-93:
-

Assignee: Kevan Miller

 Don't validate type on PropertyEditorSupport.setValue()/toString() calls
 

 Key: XBEAN-93
 URL: https://issues.apache.org/jira/browse/XBEAN-93
 Project: XBean
  Issue Type: Bug
  Components: reflect
Affects Versions: 3.1, 3.2
Reporter: Kevan Miller
Assignee: Kevan Miller
 Fix For: 3.2


 I ran into the following error on G 2.0.1 with Spring versions 
 2.0.5-2.0.7-SNAPSHOT. PropertyEditor.setValue() is being called with an 
 object whose type does not match the defined type.
 15:54:12,596 ERROR [ContextLoader] Context initialization failed 
 org.springframework.beans.factory.access.BootstrapException: Unable to 
 initialize group definition. Group resource name 
 [classpath*:beanRefContext.xml], factory key [ear.context]; nested exception 
 is org.springframework.beans.factory.BeanCreationException: Error creating 
 bean with name 'ear.context' defined in URL 
 [jar:file:/Users/kevan/Desktop/geronimo-tomcat6-jee5-2.0.1/repository/org/spring/example/MultipleContexts/1.0/MultipleContexts-1.0.ear/lib/SampleJava.jar!/beanRefContext.xml]:
  Instantiation of bean failed; nested exception is 
 org.apache.xbean.propertyeditor.PropertyEditorException: Value is not an 
 instance of String 
 Caused by: 
 org.springframework.beans.factory.BeanCreationException: Error creating bean 
 with name 'ear.context' defined in URL 
 [jar:file:/Users/kevan/Desktop/geronimo-tomcat6-jee5-2.0.1/repository/org/spring/example/MultipleContexts/1.0/MultipleContexts-1.0.ear/lib/SampleJava.jar!/beanRefContext.xml]:
  Instantiation of bean failed; nested exception is 
 org.apache.xbean.propertyeditor.PropertyEditorException: Value is not an 
 instance of String 
 Caused by: 
 org.apache.xbean.propertyeditor.PropertyEditorException: Value is not an 
 instance of String 
 at 
 org.apache.xbean.propertyeditor.AbstractConverter.setValue(AbstractConverter.java:67)
  
 at 
 org.springframework.beans.TypeConverterDelegate.doConvertValue(TypeConverterDelegate.java:276)
  
 at 
 org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:192)
 snip
 Spring has been updated in latest builds to ignore this problem (see 
 http://opensource.atlassian.com/projects/spring/browse/SPR-3799). There's 
 some question about what the proper behavior is in this case... I didn't find 
 any spec-level guidance... 
 http://weblogs.java.net/blog/ljnelson/archive/2007/08/objects_and_str.html 
 (search for 'dilemma') recommends logging the condition and ignoring the type 
 mismatch.
 I'm going to remove the type checking.

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



[jira] Updated: (GERONIMODEVTOOLS-193) Ping runs during Geronimo server startup.

2007-09-07 Thread Kan Ogawa (JIRA)

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

Kan Ogawa updated GERONIMODEVTOOLS-193:
---

Patch Info:   (was: [Patch Available])

Deleted my 1st posted patch.

 Ping runs during Geronimo server startup.
 -

 Key: GERONIMODEVTOOLS-193
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-193
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.0
 Environment: Windows XP, Eclipse 3.3, WTP 2.0, Geronimo server 2.0.1, 
 Sun JDK 1.5.0_11
Reporter: Kan Ogawa
Assignee: Tim McConnell

 Hi,
 While launching Geronimo server on Eclipse, a ping runs in async and the 
 server startup sometimes fails.
 This server hostname is localhost.
 Eclipse error log:
 java.lang.SecurityException: Invalid login
 at 
 org.apache.geronimo.jmxremoting.Authenticator.authenticate(Authenticator.java:73)
 at 
 javax.management.remote.rmi.RMIServerImpl.doNewClient(RMIServerImpl.java:214)
 at 
 javax.management.remote.rmi.RMIServerImpl.newClient(RMIServerImpl.java:181)
 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:585)
 at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
 at sun.rmi.transport.Transport$1.run(Transport.java:153)
 at java.security.AccessController.doPrivileged(Native Method)
 at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
 at 
 sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
 at 
 sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
 at java.lang.Thread.run(Thread.java:595)
 at 
 sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
 at 
 sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
 at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
 at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown 
 Source)
 at 
 javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2239)
 at 
 javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:271)
 at 
 javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
 at 
 org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate.getServerConnection(GeronimoServerBehaviourDelegate.java:689)
 at 
 org.apache.geronimo.st.v20.core.GeronimoServerBehaviour.getKernel(GeronimoServerBehaviour.java:73)
 at 
 org.apache.geronimo.st.v20.core.GeronimoServerBehaviour.isKernelAlive(GeronimoServerBehaviour.java:93)
 at 
 org.apache.geronimo.st.v20.core.GeronimoServerBehaviour.isFullyStarted(GeronimoServerBehaviour.java:113)
 at org.apache.geronimo.st.core.PingThread.run(PingThread.java:75)

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



xbean 3.0.1

2007-09-07 Thread Kevan Miller
Geronimo 2.0.1 is using XBean 3.0.1 versions of xbean-naming and  
xbean-finder and 3.1 version of xbean-reflect. Anybody recall why  
we're not using 3.1 versions of all xbean artifacts? If I knew, I've  
forgotten... ;-)


--kevan


Re: Do you know the probable Release Date ServiceMix 4.0?

2007-09-07 Thread Simon Sekat
Do you want to help on that ?  You are flattering me.  I am currently at a
user level.

Thank you for the good work.

On 9/7/07, Nodet Guillaume [EMAIL PROTECTED] wrote:

 Well, not yet as it's still a bit fuzzy...
 In 2008 for sure...
 Do you want to help on that ?

 On Sep 7, 2007, at 3:52 PM, Simon Sekat wrote:

  We are counting on using it because it supports OSGI deployment model.
 
  Thank you,
 
  --
 
  Simon S.

 --
 Cheers,
 Guillaume Nodet
 
 Blog: http://gnodet.blogspot.com/




-- 

Simon S.


Re: xbean scm messages

2007-09-07 Thread Kevan Miller


On Sep 7, 2007, at 10:15 AM, Alan D. Cabrera wrote:

Your email is not registered on that list.  It was waiting on the  
moderator queue and I have just released it.


Thanks.

I'm still confused... ;-) Is there a unique SCM list for XBean? I'm  
guessing that there must be... I don't see David Blevins' recent  
commit either. In fact, I'm not finding any XBean commits since it  
was at Codehaus... :-(


The XBean Subproject web site says that the XBean SCM list is  
[EMAIL PROTECTED]  I just tried a subscribe to xbean- 
[EMAIL PROTECTED] That seems to be working (at least ezmlm  
isn't complaining...) Is that the correct SCM mailing list?


--kevan



Re: xbean scm messages

2007-09-07 Thread Kevan Miller


On Sep 7, 2007, at 10:15 AM, Alan D. Cabrera wrote:

Your email is not registered on that list.  It was waiting on the  
moderator queue and I have just released it.


OK. I found the archive for xbean-scm (http://mail- 
archives.apache.org/mod_mbox/geronimo-xbean-scm/). I've updated  
http://cwiki.apache.org/confluence/display/XB/Lists to reflect the  
proper scm list...


--kevan


Re: [ANNOUNCE] Welcome Donald Woods as the newest member of the Geronimo PMC

2007-09-07 Thread Prasad Kashyap
Congrats Donald !

Cheers
Prasad

On 9/6/07, Hernan Cunico [EMAIL PROTECTED] wrote:
 Please join us in congratulating Donald Woods as the newest member of the 
 Geronimo PMC. Donald has contributed to Geronimo in many different areas; he 
 has provided tons of patches, added functionality, testing and security among 
 others. We are very pleased he accepted our invitation to join us in the 
 project's oversight.

 Welcome aboard Donald!!!

 The Apache Geronimo PMC



 Cheers!
 Hernan



Re: [ANNOUNCE] Welcome Jarek Gawor as the newest member of the Geronimo PMC

2007-09-07 Thread Alan D. Cabrera

Congrats Jarek!

Regards,
Alan

On Sep 4, 2007, at 8:17 AM, Joe Bohn wrote:



Please us in congratulating Jarek Gawor as the newest member of the  
Geronimo PMC.  In addition to being involved in all things related  
to web services, he also has demonstrated a clear commitment to  
Geronimo in numerous other areas.   We're very glad that he has  
accepted our invitation to join us in providing oversight of the  
Geronimo project.


Way to go Jarek !!!

The Apache Geronimo PMC






[jira] Created: (XBEAN-93) Don't validate type on PropertyEditorSupport.setValue()/toString() calls

2007-09-07 Thread Kevan Miller (JIRA)
Don't validate type on PropertyEditorSupport.setValue()/toString() calls


 Key: XBEAN-93
 URL: https://issues.apache.org/jira/browse/XBEAN-93
 Project: XBean
  Issue Type: Bug
  Components: reflect
Affects Versions: 3.1, 3.2
Reporter: Kevan Miller
 Fix For: 3.2


I ran into the following error on G 2.0.1 with Spring versions 
2.0.5-2.0.7-SNAPSHOT. PropertyEditor.setValue() is being called with an object 
whose type does not match the defined type.

15:54:12,596 ERROR [ContextLoader] Context initialization failed 
org.springframework.beans.factory.access.BootstrapException: Unable to 
initialize group definition. Group resource name 
[classpath*:beanRefContext.xml], factory key [ear.context]; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'ear.context' defined in URL 
[jar:file:/Users/kevan/Desktop/geronimo-tomcat6-jee5-2.0.1/repository/org/spring/example/MultipleContexts/1.0/MultipleContexts-1.0.ear/lib/SampleJava.jar!/beanRefContext.xml]:
 Instantiation of bean failed; nested exception is 
org.apache.xbean.propertyeditor.PropertyEditorException: Value is not an 
instance of String 
Caused by: 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'ear.context' defined in URL 
[jar:file:/Users/kevan/Desktop/geronimo-tomcat6-jee5-2.0.1/repository/org/spring/example/MultipleContexts/1.0/MultipleContexts-1.0.ear/lib/SampleJava.jar!/beanRefContext.xml]:
 Instantiation of bean failed; nested exception is 
org.apache.xbean.propertyeditor.PropertyEditorException: Value is not an 
instance of String 
Caused by: 
org.apache.xbean.propertyeditor.PropertyEditorException: Value is not an 
instance of String 
at 
org.apache.xbean.propertyeditor.AbstractConverter.setValue(AbstractConverter.java:67)
 
at 
org.springframework.beans.TypeConverterDelegate.doConvertValue(TypeConverterDelegate.java:276)
 
at 
org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:192)
snip

Spring has been updated in latest builds to ignore this problem (see 
http://opensource.atlassian.com/projects/spring/browse/SPR-3799). There's some 
question about what the proper behavior is in this case... I didn't find any 
spec-level guidance... 
http://weblogs.java.net/blog/ljnelson/archive/2007/08/objects_and_str.html 
(search for 'dilemma') recommends logging the condition and ignoring the type 
mismatch.

I'm going to remove the type checking.

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



Re: xbean scm messages

2007-09-07 Thread Alan D. Cabrera
Your email is not registered on that list.  It was waiting on the  
moderator queue and I have just released it.


Regards,
Alan

On Sep 7, 2007, at 6:59 AM, Kevan Miller wrote:


Anybody know where XBean SCM messages are going? I'm not seeing any...

--kevan





Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.0.0

2007-09-07 Thread Vamsavardhana Reddy
Does it mean we will need to spin a new RC?

Vamsi

On 9/7/07, Kevan Miller [EMAIL PROTECTED] wrote:

 Hey Tim,
 Apologies for my slow review of the Eclipse plugin. Reviewing the
 binary distribution, it looks like we are missing license and notice
 information for xpp3. There may be a few more notices missing, also.
 With your permission, I'll make updates to the license and notice
 files in branches/2.0.0...

 --kevan






Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.0.0

2007-09-07 Thread Kevan Miller


On Sep 7, 2007, at 12:54 PM, Vamsavardhana Reddy wrote:


Does it mean we will need to spin a new RC?


We can't release the binaries in their current state. So, yes.

--kevan



Vamsi

On 9/7/07, Kevan Miller [EMAIL PROTECTED] wrote:
Hey Tim,
Apologies for my slow review of the Eclipse plugin. Reviewing the
binary distribution, it looks like we are missing license and notice
information for xpp3. There may be a few more notices missing, also.
With your permission, I'll make updates to the license and notice
files in branches/2.0.0...

--kevan








Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.0.0

2007-09-07 Thread Tim McConnell

Hi Kevan, yes please do

Kevan Miller wrote:

Hey Tim,
Apologies for my slow review of the Eclipse plugin. Reviewing the binary 
distribution, it looks like we are missing license and notice 
information for xpp3. There may be a few more notices missing, also. 
With your permission, I'll make updates to the license and notice files 
in branches/2.0.0...


--kevan






--
Thanks,
Tim McConnell


[DISCUSS] Release Geronimo Eclipse Plugin 2.0.0

2007-09-07 Thread Kevan Miller

Hey Tim,
Apologies for my slow review of the Eclipse plugin. Reviewing the  
binary distribution, it looks like we are missing license and notice  
information for xpp3. There may be a few more notices missing, also.  
With your permission, I'll make updates to the license and notice  
files in branches/2.0.0...


--kevan





Re: xbean 3.0.1

2007-09-07 Thread David Blevins


On Sep 7, 2007, at 7:11 AM, Kevan Miller wrote:

Geronimo 2.0.1 is using XBean 3.0.1 versions of xbean-naming and  
xbean-finder and 3.1 version of xbean-reflect. Anybody recall why  
we're not using 3.1 versions of all xbean artifacts? If I knew,  
I've forgotten... ;-)


OpenEJB was doing something similar.  I think the individual xbean  
libraries were updated to 3.1-SNAPSHOT from 3.0.1 final when an issue  
was found and fixed in that specific library.


We could probably set them all to be the same.

-David



EJB Data for monitoring

2007-09-07 Thread David Blevins
So I'm thinking of adding some monitoring ability on the EJB side of  
things in the not too distant future and am wondering how things need  
to work on the Geronimo side of that picture.


How does monitoring work now in the console?  Specifically some  
details on how the data is getting to where it's going (mbeans?),  
where is it being aggregated and for how long, and what technique is  
used to graph/display it?


Also, who would want to work on the console part of the EJB data?

-David



A presentation on Java EE 5.0 App Development on Geronimo 2.0 simplified using Eclipse + WTP 2.0

2007-09-07 Thread Shiva Kumar H R
Just in case someone is interested in doing Java EE 5 app development using
Eclipse + WTP and looking for some instructions, here is some:
http://cwiki.apache.org/confluence/display/GMOxSBOX/Java+EE+5.0+App+Development+on+Geronimo+simplified+using+Eclipse

Hernan,
Request you to move this page to a more appropriate location.

- Shiva


Re: [jira] Created: (GERONIMO-3445) Verify log levels can be changed for openejb related log categories

2007-09-07 Thread Jacek Laskowski
On 9/6/07, David Blevins [EMAIL PROTECTED] wrote:
 Cool.  I've updated the Geronimo side as follows:

...and I've created a page about how the OpenEJB-Geronimo integration
works in Geronimo Wiki [1] where I expect to find information on
openejb.logger.external as well (I purposely wrote 'I expect' as I'm
not sure when I find some spare time to approach it ;-)). I'll try to
collect as much information there as I can as I see a great need to
improve it and my knowledge about it.

[1] 
http://cwiki.apache.org/confluence/display/GMOxKB/How+OpenEJB+integration+works

p.s. I know I shouldn't use Confluence URLs, but rather their html
version, but it's not been autogenerated yet and I didn't mean to wait
announcing it.

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl


[jira] Updated: (SM-1037) Geronimo Plugin enhancement and bug fix

2007-09-07 Thread Kristian Koehler (JIRA)

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

Kristian Koehler updated SM-1037:
-

Attachment: geronimo-plugin.patch-03

Hi

this is the next version of the patch (geronimo-plugin.patch-03). Now the 
offline and online deployment mechanism is ready. 

I changed the dependency resolution for TransactionManager and ServiceMix 
Container and added functionality to deploy Shared Libararies. 

Kristian

--
http://gaswerk.sourceforge.net/

 Geronimo Plugin enhancement and bug fix
 ---

 Key: SM-1037
 URL: https://issues.apache.org/activemq/browse/SM-1037
 Project: ServiceMix
  Issue Type: Bug
Reporter: Kristian Koehler
 Attachments: geronimo-plugin.patch, geronimo-plugin.patch, 
 geronimo-plugin.patch-03


 Hi
 i encountered some problems with the Geronimo Plugin for ServiceMix. I 
 updated the version in trunk to use Geronimo 2.0.1 and fixed a deployment 
 bug. 
 With the current version it's not possible to deploy service assemblies which 
 require a deployment to a service unit. 
 For example if you deploy JBI ODE BPEL engine package via the JBI deployment 
 mechanism to geronimo you are not able to deploy a service unit using this 
 BPEL engine. The deployment ends up in jbi out of sync exceptions because 
 the service assembly must also be deployt to the service assembly! 
 The attached patch fixes the Deployer and some ServiceMix Service problems.
 Kristian

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



[jira] Assigned: (GERONIMO-3446) Improperly configured JRE_HOME or JAVA_HOME environment variables can cause server failure

2007-09-07 Thread Kevan Miller (JIRA)

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

Kevan Miller reassigned GERONIMO-3446:
--

Assignee: Kevan Miller

 Improperly configured JRE_HOME or JAVA_HOME environment variables can cause 
 server failure
 --

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


 If JAVA_HOME or JRE_HOME environment variables are not set properly, the 
 Geronimo server may fail during startup. For example, on Mac OS X, if you 
 export JRE_HOME=/usr. You get the following:
 Caused by: java.lang.NullPointerException
   at org.apache.geronimo.security.SubjectId.hashCode(SubjectId.java:79)
   at java.util.HashMap.hash(HashMap.java:264)
   at java.util.HashMap.put(HashMap.java:382)
   at java.util.Collections$SynchronizedMap.put(Collections.java:1983)
   at 
 org.apache.geronimo.security.ContextManager.registerSubject(ContextManager.java:299)
   at 
 org.apache.geronimo.security.ContextManager.clinit(ContextManager.java:71)
   ... 37 more
 The problem is that the java.ext.dirs property is being set to an improper 
 value. This means the JRE is not able to load jar files from 
 $JRE_HOME/lib/ext.
 At a minimum, our scripts should detect an invalid JRE_HOME or JAVA_HOME 
 setting. Better yet, we could try to set it automatically... In addition, it 
 looks like we don't need to explicitly configure the java.ext.dirs property 
 any longer, anyway (we no longer package ext jars). Removing the setting of 
 the property (e.g.  -Djava.ext.dirs=$EXT_DIRS  ) from our scripts would 
 also fix this specific problem...

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



[jira] Created: (SM-1051) servicemix.bat contains unix style environment variables, instead of all windows style environment variables

2007-09-07 Thread Ryan Moquin (JIRA)
servicemix.bat contains unix style environment variables, instead of all 
windows style environment variables


 Key: SM-1051
 URL: https://issues.apache.org/activemq/browse/SM-1051
 Project: ServiceMix
  Issue Type: Bug
Affects Versions: 3.2
 Environment: Windows XP, Servicemix 3.2
Reporter: Ryan Moquin
Priority: Minor


In the latest servicemix build I downloaded from today, I found that there are 
unix style environment variables referenced in servicemix.bat, such as:

$SERVICEMIX_HOME

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



[jira] Commented: (GERONIMO-3457) Drools BRMS issue using geronimo 2.0.1-jetty6

2007-09-07 Thread Bhagwath Vadyala (JIRA)

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

Bhagwath Vadyala commented on GERONIMO-3457:


We downloaded Drools 4.01 from the following site.I think It is just released 
on 30-August-2007.
http://labs.jboss.com/drools/downloads.html

Can you please check and see this Drools 4.0.1 BRMS war file works fine for 
you.If it works fine, can you please let me know if you are directly deploying 
the war file to geronimo-jetty or making any changes to this war file before 
deploying.

Meanwhile I will try to see whether i can make it run on linux environment 
using geronimo-jetty.

 Drools BRMS issue using geronimo 2.0.1-jetty6
 -

 Key: GERONIMO-3457
 URL: https://issues.apache.org/jira/browse/GERONIMO-3457
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Jetty
Affects Versions: 2.0.1
 Environment: geronimo 2.0.1-jetty6
 windows
 drools-jbrms 4.0.1
Reporter: Bhagwath Vadyala
 Attachments: drools-error-screenshot.doc, 
 geronimo-jetty-server-log.txt


 We are having an issuing testing drools BRMS 4.0.1 on geronimo 2.0.1 jetty 6 
 version.
 It deploys fine but when we open the url http://localhost:8080/drools-jbrms, 
 its not redirecting to correct page.
 We use the same drools-jbrms war file and deploy on jboss-tomcat it works 
 fine and redirects to the correct page.
 We posted the issue to JBOSS and here is the response from them.
 Michael Neale commented on JBRULES-1150:
 
 ok the URL in the browser it wrong.
 Ideally you will put in:
 http://localhost:8080/drools-jbrms
 and it *should* redirect to :
 http://localhost:8080/drools-jbrms/org.drools.brms.JBRMS/JBRMS.html
 if it doesn't - then it is a bug with how geronimo is redirecting.
 The index.jsp, which is default, has:
%
String redirectURL = org.drools.brms.JBRMS/JBRMS.html;
response.sendRedirect(redirectURL);
%
 which should work as it does on every other app server tried so far.
 unfortunately we don't have resources to support every purmutation of app 
 servers/web containers so this will require some experimentation. please let 
 me know how you go.
 ..
 Please let me know how to fix this issue.

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



Re: EJB Data for monitoring

2007-09-07 Thread Erik B. Craig
David,

Viet and myself have started some work related to monitoring in general
through the administrative console. The work that we have laid down is
currently only exploiting some Tomcat statistics, however EJB monitoring is
definitely something we want to get added down the road to it.

To get a feel for the approach and goals we have with this project, take a
look at the wiki article on it
http://cwiki.apache.org/GMOxDEV/monitoring-and-management-service.html

as well as the Jira with the necessary files
https://issues.apache.org/jira/browse/GERONIMO-3441

Keeping in mind this is still in its infancy...
Is this something along the lines of what you are thinking for the console
part of the EJB data, and if so, would you be interested in combining
efforts so that we aren't pulling in multiple directions with monitoring
things on the server?


On 9/7/07, David Blevins [EMAIL PROTECTED] wrote:

 So I'm thinking of adding some monitoring ability on the EJB side of
 things in the not too distant future and am wondering how things need
 to work on the Geronimo side of that picture.

 How does monitoring work now in the console?  Specifically some
 details on how the data is getting to where it's going (mbeans?),
 where is it being aggregated and for how long, and what technique is
 used to graph/display it?


Currently the only implemented monitoring in the console is through some
degree of real time data viewing, with maybe a min and a max value depending
on the stat, through the JMX viewer, beyond that there is no real historical
tracking of the data, which is part of what's covered in the plans I
mentioned above... as a result there is no current way of
graphing/displaying. In the current monitoring stuff, we are using Dojo
chart to generate graphs, so the graphics generation processing is done
client-side on the web browser, not on the server itself. And yes, you are
correct in part with getting the data where it's going, it is through mbeans
connected by JMX... but also the JSR77 spec is involved for what data is
pulled and such.

Also, who would want to work on the console part of the EJB data?

 -David




-- 
Erik B. Craig


Re: A presentation on Java EE 5.0 App Development on Geronimo 2.0 simplified using Eclipse + WTP 2.0

2007-09-07 Thread Hernan Cunico

You wanted a new location, you got it ;-)

There is a new section on the cwiki for presentations 
(http://cwiki.apache.org/geronimo)

Shiva, here is the direct link to your material

http://cwiki.apache.org/geronimo/java-ee-50-app-development-on-geronimo-simplified-using-eclipse.html


I'll be trying to consolidate all the available presentations here. Folks, if 
you are presenting at conferences it would be great you upload your material 
here too so we'll have a sort of repository for all the presentations and 
additional materials.

Cheers!
Hernan

Shiva Kumar H R wrote:
Just in case someone is interested in doing Java EE 5 app development 
using Eclipse + WTP and looking for some instructions, here is some: 
http://cwiki.apache.org/confluence/display/GMOxSBOX/Java+EE+5.0+App+Development+on+Geronimo+simplified+using+Eclipse


Hernan,
Request you to move this page to a more appropriate location.

- Shiva


Re: [VOTE] Release Geronimo Eclipse Plugin 2.0.0

2007-09-07 Thread Shiva Kumar H R
+1 provided we mention in the Release notes that 2.0 Geronimo deployment
plans are not yet supported (GERONIMODEVTOOLS-190).

Tested as per the article http://cwiki.apache.org/confluence/x/MQAB and
there are no blockers :-) . Below are more observations:

1) While adding Geronimo v2.0.1 server, it throws a warning saying:
A geronimo installation was detected, however the version could not be
verified.

2) Starting the server for the first time (typically after a system restart)
fails as reported in GERONIMODEVTOOLS-193. Trying to start for the second
time has always succeeded.

3) While creating a new Dynamic Web Project, Geronimo Deployment version
is shown as 1.1 where it is expected to be v2.0. Hence the initial 
geronimo-web.xml that is created uses web-1.1, naming-1.1 etc instead
of web-2.0, naming-1.2 etc. Same with new EJB projects and others. The
created projects still run fine, as Geronimo 2.0.1 accepts v1.1 plans
without any errors.

4) While creating an EAR project, WTP 2.0 didn't auto create 
application.xml and when tried to deploy such an EAR (without 
application.xml) deployment failed. Need to figure out if it's a bug in WTP
or a limitation in Geronimo.

5) persistence.xml created using DTP wizard, can't be edited sometimes and
needs a restart of Eclipse. Looks to be an issue in WTP. Need to raise a
WTP-bug for this.

Thanks,
Shiva

On 9/6/07, Tim McConnell [EMAIL PROTECTED] wrote:

 Hi Matt, to address the problems you've encountered I've done a number of
 things
 to hopefully ease the effort required to review and test the plugin:

 1 -- There is now a rudimentary set of install instructions available at
 the url
 below that will hopefully describe the necessary prereqs and steps
 required to
 install and run the plugin. I'm in the process of creating Wiki pages for
 the
 Plugin Release Process and General Information about the plugin, and would
 like
 to use this document as a base for the General Information page. So, I
 would be
 very interested in getting feedback on these instructions:


 http://people.apache.org/~mcconne/releases/Geronimo_Eclipse_Plugin_2.0_Instructions.txt

 2 -- There is now an ant build.xml file that can be used to download all
 the
 prereqs for the plugin. It is documented in the instructions.

 3 -- Per numerous recommendations, I've created a Staging Site that used
 to test
 the update manager functions of Eclipse for downloading both the plugin
 itself
 and the Geronimo Server. This is also documented in the instructions.

 Hopefully, these will help. If not just let me know. The vote will now
 conclude
 at 8:00 AM EST Sunday September 9th. Thanks much


 Tim McConnell wrote:
  Hi, Please review and vote on the release of the Geronimo Eclipse Plugin
  2.0.0 (to correspond with the Geronimo 2.0.1 Server release):
 
  The deployable zip file is here:
 
  
 
 http://people.apache.org/~mcconne/releases/g-eclipse-plugin-2.0.0-deployable.zip
 
 
  The current svn location is here:
 
  
 
 https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/2.0.0
 
 
  The future svn location will be here:
 
  
 
 https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/2.0.0
 
 
  The vote will conclude at 2:00 PM EST on Thursday, September 6th.
 

 --
 Thanks,
 Tim McConnell



Re: A presentation on Java EE 5.0 App Development on Geronimo 2.0 simplified using Eclipse + WTP 2.0

2007-09-07 Thread Shiva Kumar H R
Wow, that's really quick. Thanks Hernan!

- Shiva

On 9/7/07, Hernan Cunico [EMAIL PROTECTED] wrote:

 You wanted a new location, you got it ;-)

 There is a new section on the cwiki for presentations (
 http://cwiki.apache.org/geronimo)

 Shiva, here is the direct link to your material


 http://cwiki.apache.org/geronimo/java-ee-50-app-development-on-geronimo-simplified-using-eclipse.html


 I'll be trying to consolidate all the available presentations here. Folks,
 if you are presenting at conferences it would be great you upload your
 material here too so we'll have a sort of repository for all the
 presentations and additional materials.

 Cheers!
 Hernan

 Shiva Kumar H R wrote:
  Just in case someone is interested in doing Java EE 5 app development
  using Eclipse + WTP and looking for some instructions, here is some:
 
 http://cwiki.apache.org/confluence/display/GMOxSBOX/Java+EE+5.0+App+Development+on+Geronimo+simplified+using+Eclipse
 
  Hernan,
  Request you to move this page to a more appropriate location.
 
  - Shiva



[jira] Created: (GERONIMO-3460) EAR will not display properly at the / context root (tomcat only)

2007-09-07 Thread Viet Hung Nguyen (JIRA)
EAR will not display properly at the / context root (tomcat only)
---

 Key: GERONIMO-3460
 URL: https://issues.apache.org/jira/browse/GERONIMO-3460
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: deployment, Tomcat
Affects Versions: 2.0.1
 Environment: G v 2.0.1 (tomcat), windows xp
Reporter: Viet Hung Nguyen
Priority: Critical
 Fix For: 2.0.x


When an EAR is deployed at the / context root (using tomcat) there are 
problems viewing the webapp. These problems exists under these conditions:

1. EAR never works on the initial deploy
2. EAR never works on server startup

The only way I have gotten these EARs to work is to:

1. change the context-root to something not / (but I shouldn't have to do 
this)
2. redeploy the EAR
3. restart the EAR
4. undeploy, then deploy the EAR

To reproduce the problem, use the attached EAR, uninstall any WAR that is using 
 / as its context-root, deploy the EAR and visit http://localhost:8080/

Note: When the WAR inside the EAR is deployed, everything works fine. 

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



[jira] Updated: (GERONIMO-3460) EAR will not display properly at the / context root (tomcat only)

2007-09-07 Thread Viet Hung Nguyen (JIRA)

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

Viet Hung Nguyen updated GERONIMO-3460:
---

Attachment: college_fest.ear

this is a basic sample EAR

 EAR will not display properly at the / context root (tomcat only)
 ---

 Key: GERONIMO-3460
 URL: https://issues.apache.org/jira/browse/GERONIMO-3460
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: deployment, Tomcat
Affects Versions: 2.0.1
 Environment: G v 2.0.1 (tomcat), windows xp
Reporter: Viet Hung Nguyen
Priority: Critical
 Fix For: 2.0.x

 Attachments: college_fest.ear


 When an EAR is deployed at the / context root (using tomcat) there are 
 problems viewing the webapp. These problems exists under these conditions:
 1. EAR never works on the initial deploy
 2. EAR never works on server startup
 The only way I have gotten these EARs to work is to:
 1. change the context-root to something not / (but I shouldn't have to do 
 this)
 2. redeploy the EAR
 3. restart the EAR
 4. undeploy, then deploy the EAR
 To reproduce the problem, use the attached EAR, uninstall any WAR that is 
 using  / as its context-root, deploy the EAR and visit 
 http://localhost:8080/
 Note: When the WAR inside the EAR is deployed, everything works fine. 

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



[jira] Updated: (GERONIMODEVTOOLS-193) Runs ping and throws java.lang.SecurityException during Geronimo server startup.

2007-09-07 Thread Kan Ogawa (JIRA)

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

Kan Ogawa updated GERONIMODEVTOOLS-193:
---

Summary: Runs ping and throws java.lang.SecurityException during Geronimo 
server startup.  (was: Ping runs during Geronimo server startup.)

Modified this issue summary.

 Runs ping and throws java.lang.SecurityException during Geronimo server 
 startup.
 

 Key: GERONIMODEVTOOLS-193
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-193
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.0
 Environment: Windows XP, Eclipse 3.3, WTP 2.0, Geronimo server 2.0.1, 
 Sun JDK 1.5.0_11
Reporter: Kan Ogawa
Assignee: Tim McConnell

 Hi,
 While launching Geronimo server on Eclipse, a ping runs in async and the 
 server startup sometimes fails.
 This server hostname is localhost.
 Eclipse error log:
 java.lang.SecurityException: Invalid login
 at 
 org.apache.geronimo.jmxremoting.Authenticator.authenticate(Authenticator.java:73)
 at 
 javax.management.remote.rmi.RMIServerImpl.doNewClient(RMIServerImpl.java:214)
 at 
 javax.management.remote.rmi.RMIServerImpl.newClient(RMIServerImpl.java:181)
 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:585)
 at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
 at sun.rmi.transport.Transport$1.run(Transport.java:153)
 at java.security.AccessController.doPrivileged(Native Method)
 at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
 at 
 sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
 at 
 sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
 at java.lang.Thread.run(Thread.java:595)
 at 
 sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
 at 
 sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
 at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
 at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown 
 Source)
 at 
 javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2239)
 at 
 javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:271)
 at 
 javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
 at 
 org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate.getServerConnection(GeronimoServerBehaviourDelegate.java:689)
 at 
 org.apache.geronimo.st.v20.core.GeronimoServerBehaviour.getKernel(GeronimoServerBehaviour.java:73)
 at 
 org.apache.geronimo.st.v20.core.GeronimoServerBehaviour.isKernelAlive(GeronimoServerBehaviour.java:93)
 at 
 org.apache.geronimo.st.v20.core.GeronimoServerBehaviour.isFullyStarted(GeronimoServerBehaviour.java:113)
 at org.apache.geronimo.st.core.PingThread.run(PingThread.java:75)

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



Re: A presentation on Java EE 5.0 App Development on Geronimo 2.0 simplified using Eclipse + WTP 2.0

2007-09-07 Thread Jacek Laskowski
On 9/7/07, Shiva Kumar H R [EMAIL PROTECTED] wrote:
 Just in case someone is interested in doing Java EE 5 app development using
 Eclipse + WTP and looking for some instructions, here is some:
 http://cwiki.apache.org/confluence/display/GMOxSBOX/Java+EE+5.0+App+Development+on+Geronimo+simplified+using+Eclipse

Hey Shiva,

That's awesome! I'm presenting the very same topic on the upcoming
Java Developers Day 2007 in Krakow and the presentation of yours is of
great help. Thanks!

Jacek

-- 
Jacek Laskowski
http://www.JacekLaskowski.pl


Re: A presentation on Java EE 5.0 App Development on Geronimo 2.0 simplified using Eclipse + WTP 2.0

2007-09-07 Thread Vamsavardhana Reddy
I hope the presentation is also under AL 2.0 :o)

Vamsi

On 9/8/07, Jacek Laskowski [EMAIL PROTECTED] wrote:

 On 9/7/07, Shiva Kumar H R [EMAIL PROTECTED] wrote:
  Just in case someone is interested in doing Java EE 5 app development
 using
  Eclipse + WTP and looking for some instructions, here is some:
 
 http://cwiki.apache.org/confluence/display/GMOxSBOX/Java+EE+5.0+App+Development+on+Geronimo+simplified+using+Eclipse

 Hey Shiva,

 That's awesome! I'm presenting the very same topic on the upcoming
 Java Developers Day 2007 in Krakow and the presentation of yours is of
 great help. Thanks!

 Jacek

 --
 Jacek Laskowski
 http://www.JacekLaskowski.pl



[ANNOUNCE] Welcome Shiva Kumar H R as Apache Geronimo's latest committer

2007-09-07 Thread Vamsavardhana Reddy
Hi All,

The Geronimo PMC is pleased to announce that Shiva Kumar H R has recently
accepted our invitation to become an Apache Geronimo committer.  Shiva has
been contributing to Geronimo for quite sometime and is very active on
lists.  His Eclipse Plugin Development skill is awesome and I am sure he
will take our Geronimo DEVTOOLS project to new heights.

We're thrilled to hand him a committer hat and look forward to his continued
contributions to the project.

Congratulations and welcome aboard, Shiva!

-Vamsi


Re: [ANNOUNCE] Welcome Shiva Kumar H R as Apache Geronimo's latest committer

2007-09-07 Thread Jay D. McHugh

Congratulations Shiva!

Jay

Vamsavardhana Reddy wrote:

Hi All,

The Geronimo PMC is pleased to announce that Shiva Kumar H R has 
recently accepted our invitation to become an Apache Geronimo 
committer.  Shiva has been contributing to Geronimo for quite sometime 
and is very active on lists.  His Eclipse Plugin Development skill is 
awesome and I am sure he will take our Geronimo DEVTOOLS project to 
new heights.


We're thrilled to hand him a committer hat and look forward to his 
continued contributions to the project.


Congratulations and welcome aboard, Shiva!

-Vamsi 


Re: [ANNOUNCE] Welcome Shiva Kumar H R as Apache Geronimo's latest committer

2007-09-07 Thread Joe Bohn

Congrats Shiva!

Joe

Vamsavardhana Reddy wrote:

Hi All,

The Geronimo PMC is pleased to announce that Shiva Kumar H R has 
recently accepted our invitation to become an Apache Geronimo 
committer.  Shiva has been contributing to Geronimo for quite sometime 
and is very active on lists.  His Eclipse Plugin Development skill is 
awesome and I am sure he will take our Geronimo DEVTOOLS project to new 
heights.


We're thrilled to hand him a committer hat and look forward to his 
continued contributions to the project.


Congratulations and welcome aboard, Shiva!

-Vamsi


unsubscribe

2007-09-07 Thread Rogan, Henry


Regards,
Henry   
Henry Rogan IT Architecture 972.516.5667
XO Communications Inc. 2700 Summit, Plano TX 75074  
 
 
 


-Original Message-
From: Ryan Moquin (JIRA) [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 07, 2007 12:36 PM
To: [EMAIL PROTECTED]
Subject: [jira] Created: (SM-1051) servicemix.bat contains unix style
environment variables, instead of all windows style environment
variables

servicemix.bat contains unix style environment variables, instead of all
windows style environment variables



 Key: SM-1051
 URL: https://issues.apache.org/activemq/browse/SM-1051
 Project: ServiceMix
  Issue Type: Bug
Affects Versions: 3.2
 Environment: Windows XP, Servicemix 3.2
Reporter: Ryan Moquin
Priority: Minor


In the latest servicemix build I downloaded from today, I found that
there are unix style environment variables referenced in servicemix.bat,
such as:

$SERVICEMIX_HOME

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



Re: [ANNOUNCE] Welcome Shiva Kumar H R as Apache Geronimo's latest committer

2007-09-07 Thread Hernan Cunico

Congrats Shiva!!!
Welcome aboard

Cheers!
Hernan

Vamsavardhana Reddy wrote:

Hi All,

The Geronimo PMC is pleased to announce that Shiva Kumar H R has 
recently accepted our invitation to become an Apache Geronimo 
committer.  Shiva has been contributing to Geronimo for quite sometime 
and is very active on lists.  His Eclipse Plugin Development skill is 
awesome and I am sure he will take our Geronimo DEVTOOLS project to new 
heights.


We're thrilled to hand him a committer hat and look forward to his 
continued contributions to the project.


Congratulations and welcome aboard, Shiva!

-Vamsi


Re: [ANNOUNCE] Welcome Shiva Kumar H R as Apache Geronimo's latest committer

2007-09-07 Thread Erik B. Craig
Congratulations, Shiva

On 9/7/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote:

 Hi All,

 The Geronimo PMC is pleased to announce that Shiva Kumar H R has recently
 accepted our invitation to become an Apache Geronimo committer.  Shiva has
 been contributing to Geronimo for quite sometime and is very active on
 lists.  His Eclipse Plugin Development skill is awesome and I am sure he
 will take our Geronimo DEVTOOLS project to new heights.

 We're thrilled to hand him a committer hat and look forward to his
 continued contributions to the project.

 Congratulations and welcome aboard, Shiva!

 -Vamsi




-- 
Erik B. Craig


Re: [DISCUSS] Release Geronimo Eclipse Plugin 2.0.0

2007-09-07 Thread David Jencks
This might be an opportunity to introduce the maven-remote-resources- 
plugin and the maven-rat-plugin.


thanks
david jencks

On Sep 7, 2007, at 9:38 AM, Kevan Miller wrote:


Hey Tim,
Apologies for my slow review of the Eclipse plugin. Reviewing the  
binary distribution, it looks like we are missing license and  
notice information for xpp3. There may be a few more notices  
missing, also. With your permission, I'll make updates to the  
license and notice files in branches/2.0.0...


--kevan







Re: Schema issues

2007-09-07 Thread David Jencks


On Sep 7, 2007, at 10:38 AM, Jarek Gawor wrote:


I was collecting the different schema files used by Geronimo to
publish them on a web site and I noticed one thing with the
plugins-1.2 xsd. First, it imports attributes-1.1.xsd and not
attributes-1.2.xsd. And that's fine. That's what 2.0.1 came out with.
But in trunk the plugins-1.2.xsd was updated to import
attributes-1.2.xsd. I don't think that is right as it will break
compatibility. I think we should create plugins-1.3.xsd (with -1.3
namespace) which then can import the attributes-1.2.xsd (and switch
the plugins-1.2.xsd to the version in branches/2.0).


I guess I didn't notice that 2.0.1 was going out with something  
called plugins-1.2 when I started working on GERONIMO-3330 which also  
included a rather different plugins-1.2.  I'll see about renaming the  
file in trunk to plugins-1.3 although it might take me a few days.




I also validated the rest of the .xsd files and for the most part they
validate ok. A few of them ( geronimo-web-2.0.xsd,
geronimo-jetty-2.0.xsd, and geronimo-tomcat-2.0.xsd) import
persistence-1.0.xsd as a local file. I can't find that file anywhere
in Geronimo. Should I update these Geronimo .xsd files to refer to
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd or should
we pull it in locally?


I'm not sure what you mean by refer to... but either one is fine  
with me as long as I don't have to deal with any questions about  
whether CDDL licensed source files can be in apache svn.  It looks  
like the current draft of the 3rd party licensing policy would allow  
us to include a cddl licensed persistence_1_0.xsd:


http://people.apache.org/~rubys/3party.html

redirected from http://www.apache.org/legal/3party.html

thanks
david jencks



Jarek




Re: Plugin stuff

2007-09-07 Thread David Jencks
I think the plugin installer stuff might be pretty much functionally  
complete.


In the plugin-config.xml you can specify bits of config.xml,  
artifact_aliases.properties, and config-substitutions.properties.  I  
think this might be enough installation stuff to build a server.


The car-maven-plugin now:

- constructs the geronimo-plugin.xml and processes the plan.xml.
- dependencies can be from the maven dependencies with or without  
versions (all compile and runtime dependencies in the current pom are  
included)
- or dependencies can be explicitly specified in the c-m-p  
configuration.
- bits like name, descriptions, licesnes, url, moduleId are derived  
from the pom with normal maven inheritance.
- everything else in the geronimo-plugin.xml is derived from a  
template in the pom.  There are 2 of these: a commonInstance you can  
put in a parent pom that provides defaults, and an instance that you  
put in the pom itself.  Collections in the instance replace rather  
than add to stuff specified in the commonInstance.  Both of these  
follow the plugin-artifactType but you can leave out xml namespaces.   
Don't have more than one of instance or commonInstance in any  
sequence of pom ancestors: maven interpolation doesn't work on these  
and will break whatever you are trying to do.


- when you build a car, the plugin will update ~/.m2/repository/ 
geronimo-plugins.xml with the new geronimo-plugin.xml information.


- to construct an entirely new geronimo-plugins.xml in your local  
maven repo run

mvn org.apache.geronimo.plugins:car-maven-plugin:create-pluginlist

I've set the default repo list to include this in the local maven  
repo for the jetty javaee assembly on osx.  I'd like it if someone  
with a windows setup could test if it works on windows as well.  Then  
we can update the tomcat configuration.  To test, update and build  
trunk, start the jetty javaee server, and on a separate console  
window run java -jar bin/deployer.jar search-plugins


You should see the local maven  repo listed and if you select it you  
should see all the cars in the server listed.


The stuff in the admin console works a little bit but still needs  
some TLC from someone with a clue about UIs.


thanks
david jencks

On Sep 3, 2007, at 10:55 AM, David Jencks wrote:


I've committed what I have so far:

- use new plugin schema
- generate geronimo-plugin.xml files for each car from pom.xml
- generate plan environment section from explicitly listed car- 
maven-plugin configuration instead of from maven dependencies.  We  
check that each dependency listed in the maven plugin config is  
actually present in the maven dependencies section.

- moved car plans to src/main/plan/plan.xml
- include plan in the car for reference.

Problems/left to do:
- I haven't converted many of the car poms to actually generate the  
correct geronimo-plugin.xml or the correct plan, so most plans have  
the previously generated dependencies in them.   There are a lot  
(nearly 100) so if anyone wants to help me update the poms that  
would be great.  I did do a few of the cars with existing geronimo- 
plugin.xmls.
- the xml configuration format in pom.xml is adapted for maven, not  
for jaxb.  It would be great if we could figure out how to  make  
the configuration in pom.xml look more like geronimo-plugins.xml or  
the environment element.
- The cli search-plugins and console plugin installer work, but  
only sort of.  For instance they don't show you which plugins are  
installed or would have problems due to prerequisite or obsoletes  
problems.  I'm hoping someone less clueless about uis can help with  
this part.
- in order to get this to work quickly I added jaxb dependencies to  
lib.  I think this is really bad and hope we can figure out how to  
remove them again.


Let me know if I've broken other stuff :-)

thanks
david jencks


On Aug 31, 2007, at 10:28 AM, David Jencks wrote:

So I have the code compiling but now all the geronimo-plugin.xml  
files are in the old format... :-(


I'm going to look into generating them in the car-maven-plugin  
along with making a car-maven-plugin configuration that includes  
the dependencies more directly so we don't spend hours trying to  
generate them from the maven dependencies.


thanks
david jencks

suffering from feature creep...

On Aug 29, 2007, at 12:26 PM, David Jencks wrote:

I'm going to take a couple days to see if I can get the plugin  
installer in better shape.


My goals are:
- new schema as in GERONIMO-3330
- jaxb based
- easier to use the local maven repo as a plugin repo.  This  
might be done by having a scan repo and generate geronimo- 
plugins.xml from all the plugins we find function.
- let plugin xml contain more global bits.  Right now it can  
contain config.xml bits, it should be able to  modify other  
config.xml type files (offline deployer, etc) and  
artifact_aliases and config-substitutions properties files.  The  
changes to the properties files need 

Re: Schema issues

2007-09-07 Thread David Jencks


On Sep 7, 2007, at 4:42 PM, David Jencks wrote:



On Sep 7, 2007, at 10:38 AM, Jarek Gawor wrote:


I was collecting the different schema files used by Geronimo to
publish them on a web site and I noticed one thing with the
plugins-1.2 xsd. First, it imports attributes-1.1.xsd and not
attributes-1.2.xsd. And that's fine. That's what 2.0.1 came out with.
But in trunk the plugins-1.2.xsd was updated to import
attributes-1.2.xsd. I don't think that is right as it will break
compatibility. I think we should create plugins-1.3.xsd (with -1.3
namespace) which then can import the attributes-1.2.xsd (and switch
the plugins-1.2.xsd to the version in branches/2.0).


I guess I didn't notice that 2.0.1 was going out with something  
called plugins-1.2 when I started working on GERONIMO-3330 which  
also included a rather different plugins-1.2.  I'll see about  
renaming the file in trunk to plugins-1.3 although it might take me  
a few days.


I think I fixed this... hopefully without breaking everything.

david jencks





I also validated the rest of the .xsd files and for the most part  
they

validate ok. A few of them ( geronimo-web-2.0.xsd,
geronimo-jetty-2.0.xsd, and geronimo-tomcat-2.0.xsd) import
persistence-1.0.xsd as a local file. I can't find that file anywhere
in Geronimo. Should I update these Geronimo .xsd files to refer to
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd or should
we pull it in locally?


I'm not sure what you mean by refer to... but either one is fine  
with me as long as I don't have to deal with any questions about  
whether CDDL licensed source files can be in apache svn.  It looks  
like the current draft of the 3rd party licensing policy would  
allow us to include a cddl licensed persistence_1_0.xsd:


http://people.apache.org/~rubys/3party.html

redirected from http://www.apache.org/legal/3party.html

thanks
david jencks



Jarek






Re: [ANNOUNCE] Welcome Shiva Kumar H R as Apache Geronimo's latest committer

2007-09-07 Thread Prasad Kashyap
About time ! Congrats Shiva !

Cheers
Prasad

On 9/7/07, Vamsavardhana Reddy [EMAIL PROTECTED] wrote:
 Hi All,

 The Geronimo PMC is pleased to announce that Shiva Kumar H R has recently
 accepted our invitation to become an Apache Geronimo committer.  Shiva has
 been contributing to Geronimo for quite sometime and is very active on
 lists.  His Eclipse Plugin Development skill is awesome and I am sure he
 will take our Geronimo DEVTOOLS project to new heights.

 We're thrilled to hand him a committer hat and look forward to his continued
 contributions to the project.

 Congratulations and welcome aboard, Shiva!

 -Vamsi


Re: EJB Data for monitoring

2007-09-07 Thread Anita Kulshreshtha

--- David Blevins [EMAIL PROTECTED] wrote:

 So I'm thinking of adding some monitoring ability on the EJB side of 
 
 things in the not too distant future 

Excellent!

and am wondering how things need
  
 to work on the Geronimo side of that picture.

Geronimo would need the following values (JSR77.6.11 through
JSR77.6.16 of http://jcp.org/en/jsr/detail?id=77)
1. Number of times the beans create/remove method was called 
2. Number of beans in the method-ready state
3. For StatefulSessionBean - 1, 2, and 
  Number of beans that are in the passivated state
4. For StatelessSessionBean - 1, and 2
5. For EntityBean - 1, and 
  Number of bean instances in the ready state
  Number of bean instances in the pooled state

6. For MessageDrivenBean - 1, and 
  Number of messages received
 Geronimo will make these counts available via stats attribute of
the GBeans representing each of the EJBs. Once this is done the stats
will be viewable on the console. More work needs to be done to have a
graphical view and logging of this data.

Thanks
Anita

 
 How does monitoring work now in the console? 
 Specifically some  
 details on how the data is getting to where it's going (mbeans?),  
 where is it being aggregated and for how long, and what technique is 
 
 used to graph/display it?  
 
 Also, who would want to work on the console part of the EJB data?
 
 -David
 
 




   

Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
http://farechase.yahoo.com/


Re: [ANNOUNCE] Welcome Shiva Kumar H R as Apache Geronimo's latest committer

2007-09-07 Thread Anita Kulshreshtha
Congratulations Shiva!

Anita

--- Vamsavardhana Reddy [EMAIL PROTECTED] wrote:

 Hi All,
 
 The Geronimo PMC is pleased to announce that Shiva Kumar H R has
 recently
 accepted our invitation to become an Apache Geronimo committer. 
 Shiva has
 been contributing to Geronimo for quite sometime and is very active
 on
 lists.  His Eclipse Plugin Development skill is awesome and I am sure
 he
 will take our Geronimo DEVTOOLS project to new heights.
 
 We're thrilled to hand him a committer hat and look forward to his
 continued
 contributions to the project.
 
 Congratulations and welcome aboard, Shiva!
 
 -Vamsi
 



   

Be a better Globetrotter. Get better travel answers from someone who knows. 
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=listsid=396545469


Re: [ANNOUNCE] Welcome Shiva Kumar H R as Apache Geronimo's latest committer

2007-09-07 Thread Donald Woods

Congrats Shiva!

-Donald

Vamsavardhana Reddy wrote:

Hi All,

The Geronimo PMC is pleased to announce that Shiva Kumar H R has 
recently accepted our invitation to become an Apache Geronimo 
committer.  Shiva has been contributing to Geronimo for quite sometime 
and is very active on lists.  His Eclipse Plugin Development skill is 
awesome and I am sure he will take our Geronimo DEVTOOLS project to new 
heights.


We're thrilled to hand him a committer hat and look forward to his 
continued contributions to the project.


Congratulations and welcome aboard, Shiva!

-Vamsi


smime.p7s
Description: S/MIME Cryptographic Signature