[jira] Created: (GERONIMO-1223) Ho

2005-11-23 Thread Gao Yong Pan (JIRA)
Ho -- Key: GERONIMO-1223 URL: http://issues.apache.org/jira/browse/GERONIMO-1223 Project: Geronimo Type: Improvement Reporter: Gao Yong Pan -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the

[jira] Updated: (GERONIMO-1223) Hot Deploy performance improvement Just check directories -patch available

2005-11-23 Thread Gao Yong Pan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1223?page=all ] Gao Yong Pan updated GERONIMO-1223: --- Attachment: DirectoryMonitor.java.patch Hot Deploy performance improvement Just check directories -patch available

[jira] Created: (GERONIMO-1224) shutdown.bat / shutdown.sh and associated StopServer class do not allow a hostname to be specified and is inconsistent with deploy tool

2005-11-23 Thread John Sisson (JIRA)
shutdown.bat / shutdown.sh and associated StopServer class do not allow a hostname to be specified and is inconsistent with deploy tool Key:

[jira] Commented: (GERONIMO-922) Provide a simple filter to show or hide Geronimo system applications in the Application views.

2005-11-23 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-922?page=comments#action_12358366 ] Joe Bohn commented on GERONIMO-922: --- I don't think that we have addressed this issue fully. However, I did take a look at the recent updates (putting the New Deploy on

[jira] Updated: (GERONIMO-1225) The recently added Common Console Actions on welcome page doesn't work right

2005-11-23 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1225?page=all ] Joe Bohn updated GERONIMO-1225: --- Environment: windows xp pro, IE and firefox (was: windows xp pro, IE and ) The recently added Common Console Actions on welcome page doesn't work right

[jira] Commented: (GERONIMO-1223) Hot Deploy performance improvement Just check directories -patch available

2005-11-23 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1223?page=comments#action_12358368 ] Kevan Miller commented on GERONIMO-1223: Have you done some performance measurements of Hot Deploy? If so, could you share them? I had assumed that any overhead

[jira] Commented: (GERONIMO-1223) Hot Deploy performance improvement Just check directories -patch available

2005-11-23 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1223?page=comments#action_12358373 ] Jeff Genender commented on GERONIMO-1223: - The 58% can only depend on the number of files below the directory. That number would obviously change on the number

RE: Re: Fix for Bug #555

2005-11-23 Thread Abdul Salam, Sajida \(Cognizant\)
Title: RE: Re: Fix for Bug #555 Thanks for your reply. As to your queries: How do you determine if the connector is interruptible? We found out that from jdk 1.4 onwards the NIO (NewIO) package was introduced, which supported interruptible IO. So, if the driver used supports NIO then it

[jira] Created: (GERONIMO-1226) Remove broken Reboot option from Console Option

2005-11-23 Thread Joe Bohn (JIRA)
Remove broken Reboot option from Console Option --- Key: GERONIMO-1226 URL: http://issues.apache.org/jira/browse/GERONIMO-1226 Project: Geronimo Type: Bug Components: console Versions: 1.0 Environment: windows

Re: Management API for Web Server Statistics

2005-11-23 Thread Aaron Mulder
The Stats shouldn't be a GBean, just a Serializable POJO holding the values. And it wouldn't have the start/stop/reset stuff on it either, that would go on the parent as a custom API addition (though we could of course add it to the Geronimo WebContainer API or whatever). Basically the owning

[jira] Commented: (GERONIMO-1223) Hot Deploy performance improvement Just check directories -patch available

2005-11-23 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1223?page=comments#action_12358377 ] Aaron Mulder commented on GERONIMO-1223: The intended design was that if you put in only JAR files it will never resort to scanning through directories, but if

[jira] Closed: (GERONIMO-922) Provide a simple filter to show or hide Geronimo system applications in the Application views.

2005-11-23 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-922?page=all ] Joe Bohn closed GERONIMO-922: - Fix Version: 1.0 (was: 1.1) Resolution: Won't Fix Per my previous comment I'm closing this issue. Provide a simple filter to show

[jira] Updated: (GERONIMO-1226) Remove broken Reboot option from Console Option

2005-11-23 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1226?page=all ] Joe Bohn updated GERONIMO-1226: --- Attachment: shutdown.patch Patch removes the reboot option and provides additional warnings checks for the shutdown command (including a confirmation

[jira] Updated: (GERONIMO-1226) Remove broken Reboot option from Console Option

2005-11-23 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1226?page=all ] Joe Bohn updated GERONIMO-1226: --- Geronimo Info: [Patch Available] Remove broken Reboot option from Console Option --- Key:

[jira] Updated: (GERONIMO-1226) Remove broken Reboot option from Console Shutdown/Restart

2005-11-23 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1226?page=all ] Joe Bohn updated GERONIMO-1226: --- Summary: Remove broken Reboot option from Console Shutdown/Restart (was: Remove broken Reboot option from Console Option) Remove broken Reboot option from

Re: Management API for Web Server Statistics

2005-11-23 Thread Joe Bohn
Thanks Aaron. That makes a lot more sense (and is a lot easier) than what I was trying to do with the GBean. I'll complete the jetty impl first while I try to figure out how to gather/enable/disable/reset the tomcat stats. Joe Aaron Mulder wrote: The Stats shouldn't be a GBean, just a

[jira] Assigned: (GERONIMO-1226) Remove broken Reboot option from Console Shutdown/Restart

2005-11-23 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1226?page=all ] Matt Hogstrom reassigned GERONIMO-1226: --- Assign To: Matt Hogstrom (was: Joe Bohn) Remove broken Reboot option from Console Shutdown/Restart

[jira] Closed: (GERONIMO-1226) Remove broken Reboot option from Console Shutdown/Restart

2005-11-23 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1226?page=all ] Matt Hogstrom closed GERONIMO-1226: --- Resolution: Fixed Hogstrom:~/dev/geronimo/applications hogstrom$ svn commit -m GERONIMO-1226 Remove shutdown option from console Sending

[jira] Closed: (GERONIMO-1153) Add New Application should be on its own page from the web console navigation

2005-11-23 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1153?page=all ] Joe Bohn closed GERONIMO-1153: -- I verified this fix. Add New Application should be on its own page from the web console navigation

[jira] Updated: (GERONIMO-1185) Updated Web Access Log Viewer doesn't display any log records

2005-11-23 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1185?page=all ] Joe Bohn updated GERONIMO-1185: --- Component: console Just realized that this JIRA was not assigned to the console component. Updated Web Access Log Viewer doesn't display any log records

[jira] Commented: (GERONIMO-1224) shutdown.bat / shutdown.sh and associated StopServer class do not allow a hostname to be specified and is inconsistent with deploy tool

2005-11-23 Thread Dave Colasurdo (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1224?page=comments#action_12358403 ] Dave Colasurdo commented on GERONIMO-1224: -- If an are you sure prompt is added to shutdown, then there should also be a way to suppress the prompt (perhaps the

[jira] Created: (GERONIMO-1227) please re-allow read-only repositories

2005-11-23 Thread toby cabot (JIRA)
please re-allow read-only repositories -- Key: GERONIMO-1227 URL: http://issues.apache.org/jira/browse/GERONIMO-1227 Project: Geronimo Type: Wish Components: core Versions: Wish List Environment: fedora core 2

[jira] Updated: (GERONIMO-1227) please re-allow read-only repositories

2005-11-23 Thread toby cabot (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1227?page=all ] toby cabot updated GERONIMO-1227: - Attachment: readonly-repo-patch.txt Removes the repository read/write test so Geronimo will run with the repo on a read-only filesystem. please

Re: gbuild: dream to reality

2005-11-23 Thread Hiram Chirino
Who hoo! go David go! Great job. Regards, Hiram On Nov 22, 2005, at 5:44 AM, David Blevins wrote: On Oct 26, 2005, at 2:01 AM, David Blevins wrote: When I close my eyes and think big, I see a large federation consisting of smaller groups of machines from individuals and companies

[jira] Resolved: (GERONIMO-1064) WebConnector portlet results in CodeGenerationException when G is configured for tomcat

2005-11-23 Thread Dain Sundstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1064?page=all ] Dain Sundstrom resolved GERONIMO-1064: -- Resolution: Fixed Assign To: Joe Bohn (was: Dain Sundstrom) Joe, please verify that this issue is fixed. Sending

Re: Possible problems with maven-style configIds WAS: Warning of change in configId format

2005-11-23 Thread Dain Sundstrom
On Nov 23, 2005, at 1:58 PM, David Jencks wrote: I've investigated this a little bit and think it might be too big a lurch in a new direction for 1.0. Here are a few of the things that would have to change or appear to be problems: 1. constructing the configId from groupId + artifactId +

Re: Possible problems with maven-style configIds WAS: Warning of change in configId format

2005-11-23 Thread David Jencks
On Nov 23, 2005, at 1:12 PM, Dain Sundstrom wrote: On Nov 23, 2005, at 1:58 PM, David Jencks wrote: I've investigated this a little bit and think it might be too big a lurch in a new direction for 1.0. Here are a few of the things that would have to change or appear to be problems: 1.

Re: Possible problems with maven-style configIds WAS: Warning of change in configId format

2005-11-23 Thread Dain Sundstrom
On Nov 23, 2005, at 3:27 PM, David Jencks wrote: On Nov 23, 2005, at 1:12 PM, Dain Sundstrom wrote: On Nov 23, 2005, at 1:58 PM, David Jencks wrote: I've investigated this a little bit and think it might be too big a lurch in a new direction for 1.0. Here are a few of the things that

Re: Possible problems with maven-style configIds WAS: Warning of change in configId format

2005-11-23 Thread Dain Sundstrom
On Nov 23, 2005, at 4:14 PM, David Jencks wrote: On Nov 23, 2005, at 2:02 PM, Dain Sundstrom wrote: On Nov 23, 2005, at 3:27 PM, David Jencks wrote: Should we change our dependency URIs to the same format? I'm inclined to think we should. I would prefer to include the type (car|jar)

This appears to have broken configs build: Re: svn commit: r348552 - in /geronimo/trunk/modules/kernel/src: java/org/apache/geronimo/kernel/basic/ java/org/apache/geronimo/kernel/proxy/ test/org/apach

2005-11-23 Thread David Jencks
On Nov 23, 2005, at 12:34 PM, [EMAIL PROTECTED] wrote: Author: dain Date: Wed Nov 23 12:33:58 2005 New Revision: 348552 URL: http://svn.apache.org/viewcvs?rev=348552view=rev Log: GERONIMO-1064 change proxy generation to always use an explicit class loader Added:

Re: gbuild: dream to reality

2005-11-23 Thread David Blevins
Ok, here are some of the details I promised. Cc'ing Continuum as as much of this code as possible is destined to them. The idea is that we only should need to maintain a few extensions (which I spelled as extention in the code, oops) for the things that are specific to us or they don't

Re: Possible problems with maven-style configIds WAS: Warning of change in configId format

2005-11-23 Thread Aaron Mulder
On 11/23/05, Dain Sundstrom [EMAIL PROTECTED] wrote: I know it will make the files much longer, but I'd prefer we drop or deprecate support for the single line dependency declaration, which means we require the full format: I object to doing this. I really think most users are going to want

Re: Possible problems with maven-style configIds WAS: Warning of change in configId format

2005-11-23 Thread David Jencks
On Nov 23, 2005, at 3:46 PM, Aaron Mulder wrote: On 11/23/05, Dain Sundstrom [EMAIL PROTECTED] wrote: I know it will make the files much longer, but I'd prefer we drop or deprecate support for the single line dependency declaration, which means we require the full format: I object to doing

Re: Possible problems with maven-style configIds WAS: Warning of change in configId format

2005-11-23 Thread Aaron Mulder
On 11/23/05, David Jencks [EMAIL PROTECTED] wrote: First, I think Dain is talking mostly about dependencies here. In this case if we continue to support the short form you would write uriyourGroup/yourArtifact/yourVersion/jar/uri rather than

Re: Possible problems with maven-style configIds WAS: Warning of change in configId format

2005-11-23 Thread Aaron Mulder
Also, we need to think about the meaning of version. You might deploy a lot of times between designated versions of an application. I'd prefer that we not require that the version be SNAPSHOT if you're going to do that (because then they really are indistinguishable). It would be nice if you

Re: gbuild: dream to reality

2005-11-23 Thread Aaron Mulder
Sounds very cool -- congrats on getting this all together! Aaron On 11/23/05, David Blevins [EMAIL PROTECTED] wrote: Ok, here are some of the details I promised. Cc'ing Continuum as as much of this code as possible is destined to them. The idea is that we only should need to maintain a few

[jira] Closed: (GERONIMO-1064) WebConnector portlet results in CodeGenerationException when G is configured for tomcat

2005-11-23 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1064?page=all ] Joe Bohn closed GERONIMO-1064: -- I've verified that this fixes the class loader issues for the scenario that I described. WebConnector portlet results in CodeGenerationException when G

[jira] Updated: (GERONIMO-1223) Hot Deploy performance improvement Just check directories -patch available

2005-11-23 Thread Gao Yong Pan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1223?page=all ] Gao Yong Pan updated GERONIMO-1223: --- Description: The method getLastModifiedInDir in the hot-deploy/src/java/org/apache/geronimo/deployment/hot/DirectoryMonitor.java is using the

RE: Java Adventure Builder Reference 1.0.1 webapp deployed

2005-11-23 Thread Selvaraj, Saraswathi \(Cognizant\)
Hi, The url issue has been resolved and the purchase order checkout is working fine. But when invoking OrderTracking its giving the exception message: faultString: Web Service EJB Invocation failed: method public abstract com.sun.j2ee.blueprints.opc.otwebservice.OrderDetails

[jira] Created: (GERONIMO-1228) hot-deploy can't work with an explored jar

2005-11-23 Thread Gao Yong Pan (JIRA)
hot-deploy can't work with an explored jar -- Key: GERONIMO-1228 URL: http://issues.apache.org/jira/browse/GERONIMO-1228 Project: Geronimo Type: Sub-task Components: deployment Versions: 1.0 Reporter: Gao Yong

org.omg.CORBA.MARSHAL: java.lang.ClassCastException thrown while marshaling the reply

2005-11-23 Thread Panda, Akshaya Kumar \(Cognizant\)
Title: org.omg.CORBA.MARSHAL: java.lang.ClassCastException thrown while marshaling the reply Hi, I am trying to access a session bean deployed on Geronimo1.0M5 from a orbacus4.3.0 c++ client in fedora core3. 1. The client side corba url is: corbaname:iiop:[EMAIL