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 PROTECTED]:1050#cts/sample/S

[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 P

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 it’s giving the exception message:   faultString: Web Service EJB Invocation failed: method public abstract com.sun.j2ee.blueprints.opc.otwebservice.OrderDetails co

[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 algorit

[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 i

System.exit(int) codes used by org.apache.geronimo.system.main.Daemon

2005-11-23 Thread John Sisson
Currently in error situations the Daemon code uses exit code values of 1 - 7 (basically a different number is used whenever an exception or error is detected in different parts of the code. The deploy tool just uses exit code 1 in error situations. I am thinking the Daemon should also just use

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

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 c

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 > > yourGroup/yourArtifact/yourVersion/jar > > rather than > > yourGroup/jars/yourArtifact-yourVersion.jar >

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, 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 wa

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 wa

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=348552&view=rev Log: GERONIMO-1064 change proxy generation to always use an explicit class loader Added: geronimo/trunk/modul

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) for

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 2:02 PM, Dain Sundstrom wrote: 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 dire

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 w

[jira] Commented: (GERONIMO-751) wsdl4j version is a private build

2005-11-23 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-751?page=comments#action_12358421 ] Kevan Miller commented on GERONIMO-751: --- wsdl4j 1.5.2 is now available on SourceForge -- http://sourceforge.net/project/showfiles.php?group_id=128811 A big Thanks to

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. co

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 +

[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 trunk/module

Re: Request for ActiveMQ to cut a point release in support of Geronimo 1.0

2005-11-23 Thread Hiram Chirino
Done. 3.2.1 has been released! Regards, Hiram On Nov 21, 2005, at 2:51 PM, Matt Hogstrom wrote: Currently there has been one significant issue identified where ActiveMQ was leaking Session objects that limited the Geronimo server stability over time. That fix has been incorporated into A

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 sharing

[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-allo

[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 Java(TM)

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

2005-11-23 Thread David Jencks
I think using the maven repo path for the configId is problematic. The layout of the repository will change over time, and is actually completely repository dependent. We have already seen a change between maven 1 and maven 2. I would prefer that the ID follow the maven single line

Re: Who Will Be At ApacheCon US in December?

2005-11-23 Thread Dain Sundstrom
Wow. It will be great to finally meet you in person. -dain On Nov 22, 2005, at 8:44 PM, John Sisson wrote: Bruce Snyder wrote: Please respond to this message if you will be at ApacheCon US in December. There seems to be no clear indication of who will be there and who will not because many

[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

Geronimo architecture

2005-11-23 Thread Hernan Cunico
Hi All, I updated the Architecture section in the documentation but need more material. Is there anyone interested in sharing some time/material so we can have a fully developed Architecture documentation section. Here is the link with the content so far. http://opensource2.atlassian.com/co

Re: gbuild: dream to reality

2005-11-23 Thread Alan D. Cabrera
David Blevins wrote, On 11/22/2005 2:44 AM: 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 sharing some common building/testing infrastructure, open to a

[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] 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] 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] 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 > ---

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 Ser

[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

[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: GERONIMO

[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 check)

[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] 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 you

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 GBe

[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: 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 c

[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 of

Management API for Web Server Statistics

2005-11-23 Thread Joe Bohn
Aaron, After a long diversion on other items, I'm looking at the web server statistics portlet and management api again. I was starting to expand upon the structure that you began so that the Web Servers will report statistics in a similar fashion to J2EE-Objects as specified in JSR77. But I

[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 wo

[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] Created: (GERONIMO-1225) The recently added "Common Console Actions" on welcome page doesn't work right

2005-11-23 Thread Joe Bohn (JIRA)
The recently added "Common Console Actions" on welcome page doesn't work right -- Key: GERONIMO-1225 URL: http://issues.apache.org/jira/browse/GERONIMO-1225 Project: Geronimo Type: Bug Comp

[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 i

[jira] Updated: (GERONIMO-1206) SQLSecurityRealm doesn't work with PostgreSQL

2005-11-23 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1206?page=all ] Vamsavardhana Reddy updated GERONIMO-1206: -- Attachment: GERONIMO-1206.patch GERONIMO-1206.patch: As per the above comment. Aaron, can you please check if this patch works with Post

[jira] Updated: (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)
[ http://issues.apache.org/jira/browse/GERONIMO-1224?page=all ] John Sisson updated GERONIMO-1224: -- Component: startup/shutdown > shutdown.bat / shutdown.sh and associated StopServer class do not allow a > hostname to be specified and is inconsistent

[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: GERONIMO-

[jira] Commented: (GERONIMO-1206) SQLSecurityRealm doesn't work with PostgreSQL

2005-11-23 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1206?page=comments#action_12358343 ] Vamsavardhana Reddy commented on GERONIMO-1206: --- Taking parameter count as 1 might break the backward compatibility offered (at no extra cost) by the earlier

[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] 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: --- Geronimo Info: [Patch Available] Component: deployment Summary: Hot Deploy performance improvement Just check directories -patch avai

[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 administ