Re: Java serizalization compatibility issues

2005-09-22 Thread Jeremy Boynes
Sachin Patel wrote: I think it would be nice to be able to publish using either SOAP or RMI, and provide that option to the user in the server configuration panel in the tools. I think RMI has better performance once we remote deployment is supported, but SOAP is more reliable through firewall

Re: Java serizalization compatibility issues

2005-09-22 Thread Sachin Patel
I think it would be nice to be able to publish using either SOAP or RMI, and provide that option to the user in the server configuration panel in the tools. I think RMI has better performance once we remote deployment is supported, but SOAP is more reliable through firewalls, so thats why it w

RE: Iterested in contributing to Geronimo - Tools

2005-09-22 Thread Tyrell Perera
Hi Sachin, Sorry about that. I only noticed it after sending the mail. I will try the link. Tyrell -- Tyrell Perera R&D Labs, SL-ATC, Virtusa Corporation Ext: 2128 Yahoo: tyrell_perera -Original Message- From: Sachin Patel [mailto:[EMAIL PROTECTED] Sent: Frid

Re: Iterested in contributing to Geronimo - Tools

2005-09-22 Thread Sachin Patel
Tyrell, I've fixed the link. You'll want to use the M4 version along with it. The source can be pulled from https://svn.apache.org/repos/asf/geronimo/devtools/trunk/ See my original response below Sachin. Sachin Patel wrote: Great! Well first, I'll fix the dead link. :) I'm curr

Re: Java serizalization compatibility issues

2005-09-22 Thread Jeremy Boynes
Matt Hogstrom wrote: Not being totally familiar with all the nuances in G WRT to serialization my comments should be taken with a grain of salt. From my perspetive there are two major problems with serialized data. One, its very fragile and two you can't change it if you need to. One could

Re: Java serizalization compatibility issues

2005-09-22 Thread Sachin Patel
Hi. Tyrell, I've already fixed the link. In the future, please start a new thread when discussing a new topic, or respond with your original thread. Thanks. Tyrell Perera wrote: Hi Sachin, I'm interested in contributing to the Eclipse tools project of Geronimo. I have sent a mail before as

Re: Java serizalization compatibility issues

2005-09-22 Thread Matt Hogstrom
Not being totally familiar with all the nuances in G WRT to serialization my comments should be taken with a grain of salt. From my perspetive there are two major problems with serialized data. One, its very fragile and two you can't change it if you need to. One could argue users shouldn't

RE: Java serizalization compatibility issues

2005-09-22 Thread Tyrell Perera
Hi Sachin, I'm interested in contributing to the Eclipse tools project of Geronimo. I have sent a mail before asking where to find more information, since the link given to download the unstable build of the plug-in was broken when I tried. Can you please give me some pointers on where to begin

Re: Java serizalization compatibility issues

2005-09-22 Thread Jeremy Boynes
Sachin's problem is not related to configuration persistence but to the serialization of classes between plugin and server when using JMX remoting over RMI. The upshot of it all is unless we are going to ditch all use of serialization and replace it with XML then we need to exercise the neces

[jira] Updated: (GERONIMO-1020) Need serialVersionUID for o.a.g.kernel.config.ConfigurationModuleType

2005-09-22 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1020?page=all ] Sachin Patel updated GERONIMO-1020: --- Summary: Need serialVersionUID for o.a.g.kernel.config.ConfigurationModuleType (was: Fix java serialization compatibility issues across product) Agr

[jira] Commented: (GERONIMO-1020) Fix java serialization compatibility issues across product

2005-09-22 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1020?page=comments#action_12330236 ] Aaron Mulder commented on GERONIMO-1020: I don't think this is a useful report. It needs a list of specific classes, or you need to submit bugs for speecific clas

Re: Java serizalization compatibility issues

2005-09-22 Thread David Blevins
On Sep 22, 2005, at 6:07 AM, Sachin Patel wrote: So if you are not aware, I'm pulling in and packaging several jars from the lib and lib/endorsed directory into one of the eclipse plug-in, so the classes can be used and referenced by the rest of the eclipse plugins. This is because eclipse

[jira] Updated: (GERONIMO-880) Geronimo ships patent-protected bouncycastle IDEA implementation.

2005-09-22 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-880?page=all ] Rick McGuire updated GERONIMO-880: -- Attachment: geronimo-bc.patch openejb-bc.patch The attached update includes a subset of the bouncycastle code which is sufficient to sati

[RESULT] Re: [vote] PMC to accept DayTrader contribution and/or/not create "application" subproject

2005-09-22 Thread Geir Magnusson Jr.
Accept DayTrader : +1 from geir, dain, joe, alan, david, sachin, dims, john, gianny, david So let it be noted that the DayTrader contribution was accepted. For the App subproject : +1 from geir, joe, dims -1 from everyone else So noted that this isn't happening now. geir On Sep 20, 2005,

Re: [vote] PMC to accept DayTrader contribution and/or/not create "application" subproject

2005-09-22 Thread Geir Magnusson Jr.
I forgot to vote. Doh. +1 Accept +1 create app subproject and move apps, samples to it geir On Sep 20, 2005, at 12:13 PM, Geir Magnusson Jr. wrote: There has been little comment or complaint about the "DayTrader" contribution GERONIMO-1016. I have done a cursory review and committed the

Re: Maybe we should re-cut M5 branch?

2005-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2005, at 2:09 PM, David Jencks wrote: So far all the changes in head since the branch need to go into M5 and AFAICT there are no M5 specific changes. There are some tck- related problems pending but once those are fixed I wonder if it would be simpler to re-cut the M5 branch rat

Maybe we should re-cut M5 branch?

2005-09-22 Thread David Jencks
So far all the changes in head since the branch need to go into M5 and AFAICT there are no M5 specific changes. There are some tck-related problems pending but once those are fixed I wonder if it would be simpler to re-cut the M5 branch rather than port the changes into the branch? If we deci

Re: How to deploy a webapp on Tomcat Geronimo

2005-09-22 Thread David Jencks
The easiest way is: cd modules/assembly maven -o tomcat then deploy your web app as usual. This basically changes the contents of config.list and config.xml so deployments get routed to tomcat rather than jetty. You can make the same changes yourself :-) Hope this helps david jencks On Se

How to deploy a webapp on Tomcat Geronimo

2005-09-22 Thread Chris Cardona
Not sure if somebody already asked about this but how do we deploy a webapp on Tomcat Geronimo? Right now everything is deployed by default on Jetty. I've checked the devlist and I haven't seen any info so far. Thanks for any help. Chris __ Yaho

[jira] Created: (GERONIMO-1020) Fix java serialization compatibility issues across product

2005-09-22 Thread Sachin Patel (JIRA)
Fix java serialization compatibility issues across product -- Key: GERONIMO-1020 URL: http://issues.apache.org/jira/browse/GERONIMO-1020 Project: Geronimo Type: Bug Reporter: Sachin Patel Priority: Criti

Re: Portal Server and Geronimo Console

2005-09-22 Thread Craig Doremus
Jeremy, I have not seen the Geromino console, so I am not sure what you mean by "making it more dynamic", but a recent change to the Pluto portal might help you. I have added a hot deployment feature to the Pluto Admin application. There is a binary Snapshot of Pluto 1.0.1 with this feature a

Java serizalization compatibility issues

2005-09-22 Thread Sachin Patel
So if you are not aware, I'm pulling in and packaging several jars from the lib and lib/endorsed directory into one of the eclipse plug-in, so the classes can be used and referenced by the rest of the eclipse plugins. This is because eclipse can not reference classes or jars at runtime that ar

Re: Any chance you can drop a nightly build before M5?

2005-09-22 Thread Stefan Schmidt
David, Thanks for the quick response! This helps a lot :-). Regards, Stefan Schmidt David Blevins wrote: Built you an unstable build: http://cvs.apache.org/dist/geronimo/unstable/1.0-290902 That's head (trunk) as of 12:20am. It took me a bit to get this out as we've changed things u

Re: Any chance you can drop a nightly build before M5?

2005-09-22 Thread David Blevins
Built you an unstable build: http://cvs.apache.org/dist/geronimo/unstable/1.0-290902 That's head (trunk) as of 12:20am. It took me a bit to get this out as we've changed things up a bit since the last nightly. Hope that helps! -David On Sep 21, 2005, at 9:50 PM, Stefan Schmidt wrote: