[jira] Created: (SM-1118) wsn-2005 Subscribe operation and consumer endpoint references in OpenESB JBI Container

2007-10-27 Thread wm (JIRA)
wsn-2005 Subscribe operation and consumer endpoint references in OpenESB JBI Container -- Key: SM-1118 URL: https://issues.apache.org/activemq/browse/SM-1118

Re: Running Multiple Server Instances

2007-10-27 Thread David Jencks
Yup, there is some kind of bug in the assembly step. The config for these is present in the geronimo-framework config.xml and the assembly mechanism is supposed to extend this with the added plugins but it seems to be replacing it. I opened GERONIMO-3559. I assigned it to myself

[jira] Created: (GERONIMO-3559) assembly replaces rather than extends config.xml

2007-10-27 Thread David Jencks (JIRA)
assembly replaces rather than extends config.xml Key: GERONIMO-3559 URL: https://issues.apache.org/jira/browse/GERONIMO-3559 Project: Geronimo Issue Type: Bug Security Level: public

Re: TCK access

2007-10-27 Thread Kevan Miller
On Oct 26, 2007, at 11:57 PM, Alan D. Cabrera wrote: I think that Geir has to ACK that the paperwork was completed. Has he done so? I don't see an ACK on our tck list. I recall that Tim had a lot of problems getting the NDA acked. Geir, Do you have an NDA on file for Jay McHugh? If

[jira] Created: (GERONIMO-3560) SMTPTransport.isConnected() returns true after close() is called

2007-10-27 Thread Vamsavardhana Reddy (JIRA)
SMTPTransport.isConnected() returns true after close() is called Key: GERONIMO-3560 URL: https://issues.apache.org/jira/browse/GERONIMO-3560 Project: Geronimo Issue Type: Bug

Re: svn commit: r588726 - in /geronimo/samples/trunk/samples: jsp-examples/jsp-examples-jetty/src/plan/ jsp-examples/jsp-examples-tomcat/src/plan/ jsp-examples/jsp-examples-war/src/main/webapp/WEB-INF

2007-10-27 Thread Donald Woods
Shouldn't the groupId be org.apache.geronimo.samples instead of org.apache.geronimo.applications, to match the existing samples and directory name? -Donald [EMAIL PROTECTED] wrote: Author: gawor Date: Fri Oct 26 11:02:00 2007 New Revision: 588726 URL:

Re: deploying snapshots of the samples to a new location in m2-snapshot-repo

2007-10-27 Thread Donald Woods
I believe there a couple samples still using org.apache.geronimo.applications instead of the new org.apache.geronimo.samples groupId -Donald Paul McMahan wrote: Jarek helped on GERONIMO-2784 by moving the samples from server/trunk to samples/trunk. Now I would like to deploy those

Re: svn commit: r588500 - in /geronimo/sandbox/jetspeed-integration

2007-10-27 Thread Donald Woods
Paul McMahan wrote: On Oct 26, 2007, at 12:55 PM, David Jencks wrote: On Oct 26, 2007, at 9:34 AM, Paul McMahan wrote: This jetspeed integration is coming along nicely! Very promising work. Instead of introducing a MBE that automatically configures the webapp for jetspeed based on the

[jira] Closed: (GERONIMO-3560) SMTPTransport.isConnected() returns true after close() is called

2007-10-27 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-3560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy closed GERONIMO-3560. - Resolution: Fixed Completed: At revision: 589098 in

[jira] Closed: (GERONIMO-411) Add Hash Password Rewrite to File Realm

2007-10-27 Thread Donald Woods (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods closed GERONIMO-411. - Resolution: Fixed Fix Version/s: (was: 2.0.x) 2.0.2 Resolved by

Re: Promoting GShell to a real subproject

2007-10-27 Thread Donald Woods
Good explanation. +1 to making it a subproject. -Donald Kevan Miller wrote: On Oct 26, 2007, at 10:35 AM, Prasad Kashyap wrote: I don't see why we shouldn't. But can someone more informed please list the pros and cons. Here's my list: Pro's * Easier for other projects to reuse GShell

[Notice] Creating branch of Devtools maven-plugins

2007-10-27 Thread Donald Woods
The 1.0-SNAPSHOT code in devtools/maven-plugins/trunk was not released as part of the Eclipse Plugin 2.0.0 release (and is only used at build time), so I'm going to start the release process, as the J2G code depends on these files too. -Donald smime.p7s Description: S/MIME Cryptographic

Re: TCK access

2007-10-27 Thread Alan D. Cabrera
On Oct 27, 2007, at 5:13 AM, Kevan Miller wrote: On Oct 26, 2007, at 11:57 PM, Alan D. Cabrera wrote: I think that Geir has to ACK that the paperwork was completed. Has he done so? I don't see an ACK on our tck list. I recall that Tim had a lot of problems getting the NDA acked.

Re: svn commit: r588500 - in /geronimo/sandbox/jetspeed-integration

2007-10-27 Thread David Jencks
On Oct 27, 2007, at 6:56 AM, Donald Woods wrote: Paul McMahan wrote: On Oct 26, 2007, at 12:55 PM, David Jencks wrote: On Oct 26, 2007, at 9:34 AM, Paul McMahan wrote: This jetspeed integration is coming along nicely! Very promising work. Instead of introducing a MBE that

Icons in web console disappeared

2007-10-27 Thread Jacek Laskowski
Hi, What happened to the nice-looking icons next to administration menus in webconsole of 2.1-SNAPSHOT? They're in 2.0.2. Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl

Messages about Derby while undeploying JPA app with PostgreSQL datasource

2007-10-27 Thread Jacek Laskowski
Hi, While undeploying an app with JPA that's configured with PostgreSQL-based datasource (JTA mode) Geronimo spits the following: 23:53:12,515 INFO [JDBC] OpenJPA will now connect to the database to attempt to determine what type of database dictionary to use. To prevent this connection in the

Re: Icons in web console disappeared

2007-10-27 Thread Erik B. Craig
Jacek, I believe this is due to the implementation of the plugable admin console in trunk, but you'd have to ask Paul for the specifics on that, as it's kind of his baby. -Erik On 10/27/07, Jacek Laskowski [EMAIL PROTECTED] wrote: Hi, What happened to the nice-looking icons next to

Re: deploying snapshots of the samples to a new location in m2-snapshot-repo

2007-10-27 Thread Jarek Gawor
This should be fixed now plus some other things I've found (i.e. licenses). Jarek On 10/27/07, Donald Woods [EMAIL PROTECTED] wrote: I believe there a couple samples still using org.apache.geronimo.applications instead of the new org.apache.geronimo.samples groupId -Donald Paul