RE: Comparison between Geronimo and Websphere Community Edition

2007-04-13 Thread Spotts, Joel \(ISS Atlanta\)
Here are a couple of articles. The first is probably the best coverage I have seen on the topic. The second seems a bit dated possibly http://saviorodrigues.wordpress.com/2006/12/04/apache-geronimo-vs-was-ce / http://publib.boulder.ibm.com/wasce/V1.1.0/en/Tasks/Migrating/FromGeroni mo.html

RE: redeploy

2007-03-20 Thread Spotts, Joel \(ISS Atlanta\)
the EAR. Someone else might have more knowledge in this area. Spotts, Joel \(ISS Atlanta\) [EMAIL PROTECTED] wrote on 03-16-2007 04:26:37 PM: I am looking for the easiest way to redeploy an EAR after adding a web application. The EAR has other webapps which added or modified some files, so I

RE: redeploy

2007-03-20 Thread Spotts, Joel \(ISS Atlanta\)
: redeploy This is probably related to this JIRA issue: https://issues.apache.org/jira/browse/GERONIMO-2818 Spotts, Joel \(ISS Atlanta\) [EMAIL PROTECTED] wrote on 03-20-2007 09:58:41 AM: Thanks so much for your response. I am trying to go that route, but am encoutering a different issue now

RE: redeploy

2007-03-20 Thread Spotts, Joel \(ISS Atlanta\)
AM To: user@geronimo.apache.org Subject: RE: redeploy This is probably related to this JIRA issue: https://issues.apache.org/jira/browse/GERONIMO-2818 Spotts, Joel \(ISS Atlanta\) [EMAIL PROTECTED] wrote on 03-20-2007 09:58:41 AM: Thanks so much for your response. I am trying to go that route

RE: redeploy

2007-03-20 Thread Spotts, Joel \(ISS Atlanta\)
20, 2007 2:39 PM To: user@geronimo.apache.org Subject: RE: redeploy Yes, I don't believe in-place deployment has anything to do with your issue as I've successfully deployed a JMS connector in my EAR with in-place deployment. Spotts, Joel \(ISS Atlanta\) [EMAIL PROTECTED] wrote on 03-20-2007 02:36

RE: redeploy

2007-03-19 Thread Spotts, Joel \(ISS Atlanta\)
to just modify the application.xml, add the new web app to the EAR structure, and run the deployer tool to redeploy the EAR file. If you are not deploying in-place, then I'm not sure you can avoid copying out the EAR. Someone else might have more knowledge in this area. Spotts, Joel \(ISS Atlanta

Log4j.xml

2007-03-19 Thread Spotts, Joel \(ISS Atlanta\)
I have read some conflicting information about this, so apologies if this is a duplicate of another thread. We would like to be able to use xml to configure logging in geronimo instead of server-log4j.properties. Is there any way to have geronimo recognize another logging config file? Thanks,

redeploy

2007-03-16 Thread Spotts, Joel \(ISS Atlanta\)
I am looking for the easiest way to redeploy an EAR after adding a web application. The EAR has other webapps which added or modified some files, so I need the current EAR directory structure to remain as is. The only way I can see now is as follows: A) copy the entire ear directory to a temp

RE: [private] Re: Timer already canceled

2007-03-02 Thread Spotts, Joel \(ISS Atlanta\)
Message- From: Kevan Miller [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 10:36 PM To: user@geronimo.apache.org Subject: [private] Re: Timer already canceled On Mar 1, 2007, at 11:51 AM, Spotts, Joel ((ISS Atlanta)) wrote: Thanks for the suggestions. Sorry I forgot to mention I am

MalformedURLEcception using rmi

2007-03-02 Thread Spotts, Joel \(ISS Atlanta\)
We set up our own RMI registry server in our application (for lagacy reasons) ruinning on geronimo 1.1.1. A remote client application attempts to lookup an object from out registry, an exception is thrown. This only occurs when geronimo is placed in a directory with spaces. Just for

TransactionRollbackException

2007-03-01 Thread Spotts, Joel (ISS Atlanta)
It's possible this is an ejb issue, and I don't understand enough about ejb, but I have an ejb deployed on geronimo 1.1.1. When a method from the ejb is invoked, I get the following exception: Caused by: javax.transaction.TransactionRolledbackException at

Timer already canceled

2007-02-28 Thread Spotts, Joel \(ISS Atlanta\)
I am getting the following exception when geronimo starts up and tries to initialize my ear. What could cause the geronimo timer to be canceled? [*** ] 93% 70s Starting iss/SiteProtector/1.0... [*** ] 93% 70s Starting iss/SiteProtector/1.0...2007-02-23

ejb circular references

2007-02-22 Thread Spotts, Joel \(ISS Atlanta\)
I have a bit of a predicament with circular refrences in EJBs. Due to legacy reasons, I have two EJBs - each which references the other (and refactoring would be non-trivial). I would prefer to keep them local (as opposed to remote) for security reasons. Trouble is, I don't know how to deploy

Geronimo and JavaService

2007-02-21 Thread Spotts, Joel \(ISS Atlanta\)
We are trying to run geronimo as a windows service using JavaService (http://javaservice.objectweb.org). I know there is a wiki entry about using JWS, but for legacy reasons, we need to use JavaService. I searched the mailing lists and found someone who is using javaservice. If anyone knows the

RE: Gbean within a signed jar

2007-02-20 Thread Spotts, Joel \(ISS Atlanta\)
On 2/16/07, Spotts, Joel (ISS Atlanta) [EMAIL PROTECTED] wrote: Is it possible the geronimo code creates the proxy in the same package as the target class? If the proxy was created in a different package (like proxy.targetclass proxy), IIRC, no SecurityException would be thrown

RE: Gbean within a signed jar

2007-02-16 Thread Spotts, Joel \(ISS Atlanta\)
Is it possible the geronimo code creates the proxy in the same package as the target class? If the proxy was created in a different package (like proxy.targetclass proxy), IIRC, no SecurityException would be thrown. Thanks, Yoel -Original Message- From: Dain

RE: Gbean within a signed jar

2007-02-12 Thread Spotts, Joel \(ISS Atlanta\)
To: user@geronimo.apache.org Subject: Re: Gbean within a signed jar On Feb 6, 2007, at 2:54 PM, Spotts, Joel ((ISS Atlanta)) wrote: I have a gbean packaged within a signed jar that is placed in my EAR. Trouble is it seems that geronimo uses proxy classes on the gbean class files, which

Gbean within a signed jar

2007-02-06 Thread Spotts, Joel \(ISS Atlanta\)
I have a gbean packaged within a signed jar that is placed in my EAR. Trouble is it seems that geronimo uses proxy classes on the gbean class files, which results in the dreaded: java.lang.SecurityException: class ...'s signer information does not match signer information of other classes in the

RE: Third party jars inside ear files

2006-12-12 Thread Spotts, Joel \(ISS Atlanta\)
Do you get an error if you don't list any EJBs at all? It looks like that technically violates the schema, but it's worth a try. I did not try it, because as you mention, it does violate the schema. Otherwise, can you post your dummy bean implementation class? Perhaps it's missing one of

RE: Third party jars inside ear files

2006-12-11 Thread Spotts, Joel \(ISS Atlanta\)
repository. The other thing you could do is to put the jars in the geronimo repo and use dependency elements. This is fairly easy if you use maven... .but still not as easy as it should be. hope this helps david jencks On Dec 8, 2006, at 12:10 PM, Spotts, Joel ((ISS Atlanta)) wrote: I have

Third party jars inside ear files

2006-12-08 Thread Spotts, Joel \(ISS Atlanta\)
I have a number of third party jars I want to include inside an ear. I would like all my web applications to have access those jars. I realize that I can list those jars inside the manifest files of the wars (using the Class path directive), but that would mean that each war would load those jars