Re: JMS tutorial using ActiveMQ ,Tomcat and Axis

2006-04-29 Thread yashhnb
Hi Thanks for kind help. now i can start do develope how message send and receive. but some times i have got error message when i run console base producer and consumer [java] WARN ActiveMQConnection - Cleanup failed [java] org.apache.activemq.ConnectionClosedException: The

Re: JMS tutorial using ActiveMQ ,Tomcat and Axis

2006-04-29 Thread -=Kobye=-
[java] WARN ActiveMQConnection - Cleanup failed [java] org.apache.activemq.ConnectionClosedException: The connection is already closed Maybe two reason cause this. 1. your activemq is shutted down. 2.your code is error. If you used a cached connection,but it is closed now,and

[jira] Created: (GERONIMO-1942) InPlace deployment does not work with EjbModules

2006-04-29 Thread Sachin Patel (JIRA)
InPlace deployment does not work with EjbModules Key: GERONIMO-1942 URL: http://issues.apache.org/jira/browse/GERONIMO-1942 Project: Geronimo Type: Bug Security: public (Regular issues) Components: deployment

trunk build: geronimo-j2ee_1.4_spec-1.1-SNAPSHOT.jar

2006-04-29 Thread argyn
when i build from trunk, i get this error: BUILD FAILED File.. L:\work\geronimo\geronimo\maven.xml Element... maven:reactor Line.. 222 Column 148 The build cannot continue because of the following unsatisfied dependency: geronimo-j2ee_1.4_spec-1.1-SNAPSHOT.jar how

Re: [announce] Apache Geronimo welcomes Guillaume Nodet as our newest committer

2006-04-29 Thread Gianny Damour
Congratulations Guillaume! Gianny Dain Sundstrom wrote: The Apache Geronimo PMC is proud to announce Guillaume Nodet as our newest Apache Geronimo committer, and look forward to his continued great work on XBean and the Geronimo integration with Service Mix. His work shows initiative,

OpenEJB Build Error

2006-04-29 Thread Sachin Patel
Just hit the following compilation error on openejb after and svn up on both g and openejb. [javac] Compiling 150 source files to /Users/sppatel/geronimo/ branches/1.1/openejb/modules/openejb-builder/target/classes [javac] /Users/sppatel/geronimo/branches/1.1/openejb/modules/

[jira] Assigned: (GERONIMO-1928) CLI doesn't allow --inPlace as an option

2006-04-29 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1928?page=all ] Sachin Patel reassigned GERONIMO-1928: -- Assign To: Sachin Patel CLI doesn't allow --inPlace as an option Key: GERONIMO-1928

[jira] Resolved: (GERONIMO-1928) CLI doesn't allow --inPlace as an option

2006-04-29 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1928?page=all ] Sachin Patel resolved GERONIMO-1928: Resolution: Fixed CLI doesn't allow --inPlace as an option Key: GERONIMO-1928

[jira] Created: (GERONIMO-1943) cli.CommandRedeploy implementation doesn't support inPlace

2006-04-29 Thread Sachin Patel (JIRA)
cli.CommandRedeploy implementation doesn't support inPlace -- Key: GERONIMO-1943 URL: http://issues.apache.org/jira/browse/GERONIMO-1943 Project: Geronimo Type: Bug Security: public (Regular issues)

Re: OpenEJB Build Error

2006-04-29 Thread Sachin Patel
FYI a ModuleIDBuilder parameter was added to the ModuleBuilder.createModule methods - sachin On Apr 29, 2006, at 10:26 AM, Sachin Patel wrote: Just hit the following compilation error on openejb after and svn up on both g and openejb. [javac] Compiling 150 source files to

Re: user-apps directory

2006-04-29 Thread Donald Woods
Good thoughts. I would also like to see all of the non-core apps (like Daytrader, Magicgball, LDAP demo and realm, ...) moved out from under asf/geronimo/trunk/applications (like has been done for Daytrader) into a common subproject like asf/geronimo/applications or samples. This subproject

Re: The name of key store type is hardcoded in the sources

2006-04-29 Thread Donald Woods
#1 is not an option. We removed the normal Bouncy Castle distribution from AG 1.0-M5, due to included code with IP restrictions that required users to acquire an IDEA license. Only a few portions of Bouncy Castle that was needed and did not have IP restrictions was pulled into the geronimo

[jira] Commented: (GERONIMO-1943) cli.CommandRedeploy implementation doesn't support inPlace

2006-04-29 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1943?page=comments#action_12377096 ] Aaron Mulder commented on GERONIMO-1943: I think the theory was that it should do an in-place redeploy if the original deployment was in-place, so it would ignore

Re: OpenEJB Build Error

2006-04-29 Thread Aaron Mulder
My fault, I put in Geronimo changes and forgot to check in the corresponding OpenEJB changes. It should be OK now. Thanks, Aaron On 4/29/06, Sachin Patel [EMAIL PROTECTED] wrote: FYI a ModuleIDBuilder parameter was added to the ModuleBuilder.createModule methods - sachin On Apr 29,

[jira] Commented: (GERONIMO-1931) Deployers and the deploying classes are in separate class loader hierarchies

2006-04-29 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1931?page=comments#action_12377097 ] Aaron Mulder commented on GERONIMO-1931: This hits OpenEJB MdbBuilder in that it tries to instantiate an ActivationSpec and then call validate() on it. However,

[jira] Created: (GERONIMO-1944) Add test of MDB to ActiveMQ with only message-destination-type and message-destination-link

2006-04-29 Thread Aaron Mulder (JIRA)
Add test of MDB to ActiveMQ with only message-destination-type and message-destination-link --- Key: GERONIMO-1944 URL: http://issues.apache.org/jira/browse/GERONIMO-1944 Project:

[jira] Resolved: (GERONIMO-1943) cli.CommandRedeploy implementation doesn't support inPlace

2006-04-29 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1943?page=all ] Sachin Patel resolved GERONIMO-1943: Resolution: Won't Fix Yes, thats sounds good. cli.CommandRedeploy implementation doesn't support inPlace

[jira] Updated: (GERONIMO-1414) Console About page does not set the shortcut icon

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1414?page=all ] Erin Mulder updated GERONIMO-1414: -- Attachment: 1414-console-about-favicon.patch 1414-console-about-favicon.patch adds the necessary line without reformatting the rest of the file.

[jira] Created: (GERONIMO-1945) Console's web application list does not show WARs that are deployed inside EARs

2006-04-29 Thread Erin Mulder (JIRA)
Console's web application list does not show WARs that are deployed inside EARs --- Key: GERONIMO-1945 URL: http://issues.apache.org/jira/browse/GERONIMO-1945 Project: Geronimo Type: Bug

[jira] Commented: (GERONIMO-1421) DB portlet failure in Tomcat only

2006-04-29 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1421?page=comments#action_12377120 ] Aaron Mulder commented on GERONIMO-1421: Currently we have a very limited workaround to substitute %3B for ; and nothing else. Will try a more general fix of

[jira] Updated: (GERONIMO-1376) Console should display context path in Installed Web Applications page

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1376?page=all ] Erin Mulder updated GERONIMO-1376: -- Attachment: 1376-console-show-context.patch This patch changes the web app page in the console to add a URL column that displays the context path

[jira] Updated: (GERONIMO-1376) Console should display context path in Installed Web Applications page

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1376?page=all ] Erin Mulder updated GERONIMO-1376: -- Patch Info: [Patch Available] Console should display context path in Installed Web Applications page

[jira] Updated: (GERONIMO-1360) Misleading error for missing web deployer

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1360?page=all ] Erin Mulder updated GERONIMO-1360: -- Patch Info: [Patch Available] Misleading error for missing web deployer - Key: GERONIMO-1360

[jira] Updated: (GERONIMO-1683) Web app context-root should trim whitespace

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1683?page=all ] Erin Mulder updated GERONIMO-1683: -- Patch Info: [Patch Available] Web app context-root should trim whitespace --- Key: GERONIMO-1683

[jira] Resolved: (GERONIMO-1421) DB portlet failure in Tomcat only

2006-04-29 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1421?page=all ] Aaron Mulder resolved GERONIMO-1421: Resolution: Fixed DB portlet failure in Tomcat only - Key: GERONIMO-1421 URL:

[jira] Resolved: (GERONIMO-1376) Console should display context path in Installed Web Applications page

2006-04-29 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1376?page=all ] Aaron Mulder resolved GERONIMO-1376: Fix Version: 1.1 Resolution: Fixed Assign To: Aaron Mulder Patch applied, thanks! Console should display context path in

[jira] Updated: (GERONIMO-1529) Console should display Geronimo Version

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1529?page=all ] Erin Mulder updated GERONIMO-1529: -- Attachment: 1529-display-geronimo-version.patch Here's a patch (1529-display-geronimo-version.patch) that displays the Geronimo version in the startup

[jira] Updated: (GERONIMO-1529) Console should display Geronimo Version

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1529?page=all ] Erin Mulder updated GERONIMO-1529: -- Patch Info: [Patch Available] Console should display Geronimo Version --- Key: GERONIMO-1529

[jira] Commented: (GERONIMO-1559) Console displays the incorrect locale

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1559?page=comments#action_12377128 ] Erin Mulder commented on GERONIMO-1559: --- The code in question just displays the value of the system property 'user.timezone'. I don't think there is anything that

[jira] Updated: (GERONIMO-1769) Console should create links for all sections including the current section

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1769?page=all ] Erin Mulder updated GERONIMO-1769: -- Attachment: 1769-console-navigation-links.patch This patch preserves the current look of selected navigation items, but makes them into links so that

[jira] Updated: (GERONIMO-1769) Console should create links for all sections including the current section

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1769?page=all ] Erin Mulder updated GERONIMO-1769: -- Patch Info: [Patch Available] Console should create links for all sections including the current section

[jira] Updated: (GERONIMO-1864) Deploy no longer starts a web application by default

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1864?page=all ] Erin Mulder updated GERONIMO-1864: -- Attachment: no-geronimo-plan.war I was not able to reproduce this bug using the attached WAR (which does not include a geronimo-web.xml). I ran the

[jira] Updated: (GERONIMO-1938) Plugins portlet 'help' link throws PortletException

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1938?page=all ] Erin Mulder updated GERONIMO-1938: -- Attachment: 1938-plugin-portlet-fixes.patch This patch updates portlet.xml to remove the Help link. It also fixes the name (Import/Export Plugins

[jira] Updated: (GERONIMO-1938) Plugins portlet 'help' link throws PortletException

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1938?page=all ] Erin Mulder updated GERONIMO-1938: -- Patch Info: [Patch Available] Plugins portlet 'help' link throws PortletException --- Key:

[jira] Resolved: (GERONIMO-1864) Deploy no longer starts a web application by default

2006-04-29 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1864?page=all ] Joe Bohn resolved GERONIMO-1864: Resolution: Fixed I was discussing this problem with Aaron shortly after creating the JIRA and he integrated a fix. Hence the reason that Erin could

[jira] Commented: (GERONIMO-1939) Server Info portlet doesn't display the 'Server Memory Usage' live graph on Internet Explorer

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1939?page=comments#action_12377138 ] Erin Mulder commented on GERONIMO-1939: --- Internet Explorer doesn't have built-in SVG support. Ideally, the page should prompt you to download the Adobe plugin. Is

Re: user-apps directory

2006-04-29 Thread Matt Hogstrom
Dain and I had talked about this on Friday. I think the direction needs to be to NOT have user artifacts in the Geronimo repo its just the way it is right now. I think the idea of making a groupId of user-apps is fine. Perhaps something like installedJ2EEApps would catch someone's eye

Re: user-apps directory

2006-04-29 Thread Jeff Genender
+1...great idea. Matt Hogstrom wrote: Dain and I had talked about this on Friday. I think the direction needs to be to NOT have user artifacts in the Geronimo repo its just the way it is right now. I think the idea of making a groupId of user-apps is fine. Perhaps something like

EAR Child Modules

2006-04-29 Thread Aaron Mulder
So I deployed an EAR with an EJB JAR and a WAR, but the ConfigurationData appears to include only the WAR in its list of child modules. Is that expected? I would still expect to see the EJB JAR listed as a child module even though it doesn't have it's own class loader, etc. Thanks, Aaron

Re: EAR Child Modules

2006-04-29 Thread Dain Sundstrom
That is the way it works. I'm not sure if there is anything we can do about this now, or if it is something we want to do something about. I don't really care either way. -dain On Apr 29, 2006, at 8:33 PM, Aaron Mulder wrote: So I deployed an EAR with an EJB JAR and a WAR, but the

[jira] Created: (GERONIMO-1946) SingleFileHotDeploy does not correctly resolve the configuration ID.

2006-04-29 Thread Joe Bohn (JIRA)
SingleFileHotDeploy does not correctly resolve the configuration ID. Key: GERONIMO-1946 URL: http://issues.apache.org/jira/browse/GERONIMO-1946 Project: Geronimo Type: Bug Security: public

[jira] Created: (GERONIMO-1947) Repeat hot deployment of WARs with no Geronimo plan

2006-04-29 Thread Erin Mulder (JIRA)
Repeat hot deployment of WARs with no Geronimo plan --- Key: GERONIMO-1947 URL: http://issues.apache.org/jira/browse/GERONIMO-1947 Project: Geronimo Type: Bug Security: public (Regular issues) Components:

[jira] Updated: (GERONIMO-1947) Repeat hot deployment of WARs with no Geronimo plan

2006-04-29 Thread Erin Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1947?page=all ] Erin Mulder updated GERONIMO-1947: -- Attachment: no-geronimo-plan.war Repeat hot deployment of WARs with no Geronimo plan ---

[jira] Updated: (GERONIMO-1946) SingleFileHotDeploy does not correctly resolve the configuration ID.

2006-04-29 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1946?page=all ] Joe Bohn updated GERONIMO-1946: --- Attachment: 1946_SingleFileHotDeploy.patch SingleFileHotDeploy does not correctly resolve the configuration ID.

[jira] Assigned: (GERONIMO-1946) SingleFileHotDeploy does not correctly resolve the configuration ID.

2006-04-29 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1946?page=all ] Joe Bohn reassigned GERONIMO-1946: -- Assign To: Dain Sundstrom (was: Joe Bohn) SingleFileHotDeploy does not correctly resolve the configuration ID.