[jira] Commented: (GERONIMO-3783) MessageDrivenBean delivery problem

2008-03-24 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581498#action_12581498 ] David Jencks commented on GERONIMO-3783: After talking with Manu I discovered

[jira] Closed: (YOKO-423) The RMI stubs are not implementing all methods that need to be implemented for Remote interfaces.

2008-03-24 Thread Rick McGuire (JIRA)
[ https://issues.apache.org/jira/browse/YOKO-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick McGuire closed YOKO-423. - The RMI stubs are not implementing all methods that need to be implemented for Remote interfaces.

Re: Legal nitpicking

2008-03-24 Thread Rick McGuire
I'm not sure as to whether that's required or not, but the existing setup was what Geir determined we needed to use when the original bouncy castle pull-in was done. Rick David Jencks wrote: I'm trying to help out apacheds with their legal file goo... and they like us have some copied bouncy

[jira] Resolved: (YOKO-423) The RMI stubs are not implementing all methods that need to be implemented for Remote interfaces.

2008-03-24 Thread Rick McGuire (JIRA)
[ https://issues.apache.org/jira/browse/YOKO-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick McGuire resolved YOKO-423. --- Resolution: Fixed The RMI stubs are not implementing all methods that need to be implemented for

ejb-jar.xml and EJB 3.0

2008-03-24 Thread zeros
Good morning: I'm having problems deploying an EJB3 with a deployment descriptor. I've not had any problems deploying it only with tags, but when I add the ejb-jar.xml to fix the final values Geronimo detects the EJB like an EJB2 instead of 3. I've found no example of Geronimo,

Re: svn commit: r639479 - in /geronimo/samples/branches/2.1/samples/inventory: inventory-ear/src/main/resources/META-INF/geronimo-application.xml inventory-war/src/main/webapp/WEB-INF/geronimo-web.xml

2008-03-24 Thread Hernan Cunico
My bad, meant to do that but got distracted, I'm updating trunk now. quick question though, why do we have a Jetty and a Tomcat version of the same app on trunk? Cheers! Hernan Jarek Gawor wrote: Hernan, In case I missed it, can you also merge these changes to trunk? Thanks, Jarek On Thu,

[jira] Updated: (GERONIMO-3759) Geronimo Tomcat Clustering - No GBeans for adding Static Members

2008-03-24 Thread Shiva Kumar H R (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shiva Kumar H R updated GERONIMO-3759: -- Attachment: ClusteringStaticMembers_GERONIMO-3759.patch This is turning out to be a

[jira] Updated: (GERONIMO-3759) Geronimo Tomcat Clustering - No GBeans for adding Static Members

2008-03-24 Thread Shiva Kumar H R (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shiva Kumar H R updated GERONIMO-3759: -- Attachment: config_ag21.xml Attached config_ag21.xml shows configuration elements

[jira] Issue Comment Edited: (GERONIMO-3759) Geronimo Tomcat Clustering - No GBeans for adding Static Members

2008-03-24 Thread Shiva Kumar H R (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581537#action_12581537 ] shivahr edited comment on GERONIMO-3759 at 3/24/08 7:01 AM:

[jira] Updated: (GERONIMO-3759) Geronimo Tomcat Clustering - No GBeans for adding Static Members

2008-03-24 Thread Shiva Kumar H R (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shiva Kumar H R updated GERONIMO-3759: -- Attachment: tomcat_server.xml tomcat_server.xml shows the configurations required

[jira] Assigned: (GERONIMO-3759) Geronimo Tomcat Clustering - No GBeans for adding Static Members

2008-03-24 Thread Shiva Kumar H R (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shiva Kumar H R reassigned GERONIMO-3759: - Assignee: (was: Shiva Kumar H R) Geronimo Tomcat Clustering - No GBeans

Re: svn commit: r639479 - in /geronimo/samples/branches/2.1/samples/inventory: inventory-ear/src/main/resources/META-INF/geronimo-application.xml inventory-war/src/main/webapp/WEB-INF/geronimo-web.xml

2008-03-24 Thread Jarek Gawor
Cool, thanks. The *-jetty and *-tomcat modules are the plugins for the given sample. As far as I know there is no easy way to have one module and have it generate two plugins or a single plugin that works with both distributions. Jarek On Mon, Mar 24, 2008 at 9:48 AM, Hernan Cunico [EMAIL

Re: svn commit: r639479 - in /geronimo/samples/branches/2.1/samples/inventory: inventory-ear/src/main/resources/META-INF/geronimo-application.xml inventory-war/src/main/webapp/WEB-INF/geronimo-web.xml

2008-03-24 Thread Hernan Cunico
hmmm, is this only needed on trunk? I mean we don't have these on on the branch Cheers! Hernan Jarek Gawor wrote: Cool, thanks. The *-jetty and *-tomcat modules are the plugins for the given sample. As far as I know there is no easy way to have one module and have it generate two plugins or a

Re: svn commit: r639479 - in /geronimo/samples/branches/2.1/samples/inventory: inventory-ear/src/main/resources/META-INF/geronimo-application.xml inventory-war/src/main/webapp/WEB-INF/geronimo-web.xml

2008-03-24 Thread Jarek Gawor
I just added them to trunk two days ago and I'm thinking about merging them to branches/2.1 at one point. Jarek On Mon, Mar 24, 2008 at 10:40 AM, Hernan Cunico [EMAIL PROTECTED] wrote: hmmm, is this only needed on trunk? I mean we don't have these on on the branch Cheers! Hernan

Re: svn commit: r639479 - in /geronimo/samples/branches/2.1/samples/inventory: inventory-ear/src/main/resources/META-INF/geronimo-application.xml inventory-war/src/main/webapp/WEB-INF/geronimo-web.xml

2008-03-24 Thread Hernan Cunico
Oh, OK, thx. Cheers! Hernan Jarek Gawor wrote: I just added them to trunk two days ago and I'm thinking about merging them to branches/2.1 at one point. Jarek On Mon, Mar 24, 2008 at 10:40 AM, Hernan Cunico [EMAIL PROTECTED] wrote: hmmm, is this only needed on trunk? I mean we don't have

[jira] Assigned: (GERONIMO-3935) start-server command fails to parse arguments correctly

2008-03-24 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor reassigned GERONIMO-3935: - Assignee: Jarek Gawor start-server command fails to parse arguments correctly

[jira] Resolved: (GERONIMO-3935) start-server command fails to parse arguments correctly

2008-03-24 Thread Jarek Gawor (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor resolved GERONIMO-3935. --- Resolution: Fixed Fix Version/s: 2.2 2.1.1 Committed the second

[jira] Closed: (GERONIMO-3850) Plan Creator suppresses exceptions rather than showing it to user

2008-03-24 Thread Shiva Kumar H R (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shiva Kumar H R closed GERONIMO-3850. - Resolution: Fixed Fix Version/s: 2.2 Completed: At revision: 640445 in

Re: ejb-jar.xml and EJB 3.0

2008-03-24 Thread Manu George
Hi Sergio, On Mon, Mar 24, 2008 at 5:27 PM, zeros [EMAIL PROTECTED] wrote: Good morning: I'm having problems deploying an EJB3 with a deployment descriptor. I've not had any problems deploying it only with tags, but when I add the ejb-jar.xml to fix the final values Geronimo detects

Re: Legal nitpicking

2008-03-24 Thread Kevan Miller
On Mar 21, 2008, at 4:57 PM, David Jencks wrote: I'm trying to help out apacheds with their legal file goo... and they like us have some copied bouncy castle code. Ours is in framework/modules/geronimo-crypto. We have the bc license copied in the LICENSE.txt file which looks good to me

[jira] Commented: (GERONIMO-3887) After installing with wrong configuration unable to proceed with any new plugin installs

2008-03-24 Thread Joseph Leong (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581641#action_12581641 ] Joseph Leong commented on GERONIMO-3887: Further inspection has spawned the

Re: [DISCUSS] Geronimo 2.1 samples

2008-03-24 Thread Jarek Gawor
On Tue, Mar 11, 2008 at 1:20 PM, Joe Bohn [EMAIL PROTECTED] wrote: 5) Should we make all samples plugins? At the moment the jsp-examples, servlet-examples, and ldap-sample-app are plugins. The other 12 samples are not. I'd be in favor of creating a plugin for each and will work on doing

[BUILD] trunk: Failed for Revision: 640523

2008-03-24 Thread gawor
Geronimo Revision: 640523 built with tests included See the full build-1500.log file at http://geronimo.apache.org/maven/server/binaries/trunk/20080324/build-1500.log Download the binaries from http://geronimo.apache.org/maven/server/binaries/trunk/20080324 [INFO] BUILD SUCCESSFUL [INFO

[jira] Assigned: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

2008-03-24 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks reassigned GERONIMO-3089: -- Assignee: David Jencks (was: Jason Dillon) geronimo-activemq-ra's ra.xml is

[jira] Closed: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

2008-03-24 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-3089. -- Resolution: Fixed Fix Version/s: (was: 2.0.x) 2.1 Actually

[jira] Assigned: (GERONIMO-3243) ActiveMQ violates System Properties

2008-03-24 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks reassigned GERONIMO-3243: -- Assignee: David Jencks ActiveMQ violates System Properties

[jira] Commented: (GERONIMO-3243) ActiveMQ violates System Properties

2008-03-24 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581751#action_12581751 ] David Jencks commented on GERONIMO-3243: Kaha fixed in amq 4.1 branch amq rev

[jira] Updated: (XBEAN-105) Wiki errors - An error occurred: Connection refused. The system administrator has been notified.

2008-03-24 Thread Jacek Laskowski (JIRA)
[ https://issues.apache.org/jira/browse/XBEAN-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacek Laskowski updated XBEAN-105: -- Summary: Wiki errors - An error occurred: Connection refused. The system administrator has been

[jira] Updated: (XBEAN-105) Wiki errors - An error occurred: Connection refused. The system administrator has been notified.

2008-03-24 Thread Jacek Laskowski (JIRA)
[ https://issues.apache.org/jira/browse/XBEAN-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacek Laskowski updated XBEAN-105: -- Component/s: website Wiki errors - An error occurred: Connection refused. The system

You do not have permission to view this page.

2008-03-24 Thread Jacek Laskowski
Hi, Who should I contact to in order to grant me permissions to edit XBean Wiki pages? Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl

Re: You do not have permission to view this page.

2008-03-24 Thread Alan D. Cabrera
Done. BTW, it seems that you have two accounts on Confluence: jlaskowski [EMAIL PROTECTED] Regards, Alan On Mar 24, 2008, at 3:56 AM, Jacek Laskowski wrote: Hi, Who should I contact to in order to grant me permissions to edit XBean Wiki pages? Jacek -- Jacek Laskowski

Re: You do not have permission to view this page.

2008-03-24 Thread Jacek Laskowski
On Mon, Mar 24, 2008 at 5:19 PM, Alan D. Cabrera [EMAIL PROTECTED] wrote: Done. Thanks Alan. Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl