RE: redeploy

2007-03-19 Thread Aman Nanner/MxI Technologies
Your existing directory structure should remain intact, as that is where Geronimo will be loading all your classes from. During redeployment, the deployer tool will delete the serialized config directory in the repository for your application, and then re-create it using the information form your

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

RE: redeploy

2007-03-19 Thread Spotts, Joel \(ISS Atlanta\)
My understanding is that even if I have an application deployed in-place, if I redeploy it, the deployer will delete the current directory structure, so I would need to copy the current directory structure in any event. What does the deployer do? Does it simply create the config.ser, config.info,

Re: md5sum not matching

2007-03-19 Thread Kiran | കിരണ്‍
Hi Herman, Thanks for the response and sorry for the confusion. I think my connection was breaking in between and the download stopping in between. The filesize was only 14 MB when I checked. Now I downloaded it fully (33.4 MB) and got it right. Thanks, Kiran On 3/19/07, Hernan Cunico <[EMAIL P

Re: md5sum not matching

2007-03-19 Thread Hernan Cunico
Hi Kiran, are you still having this problem? I just downloaded it and checked these files, all looks OK. The files extracts and Geronimo runs just fine. Cheers! Hernan Kiran | കിരണ്‍ wrote: Hi, I was trying to download and install Geronimo in my Fedora Core 5 system. Found that the zip is no

Re: Geronimo 2.0-M3 Interceptors

2007-03-19 Thread David Jencks
On Mar 19, 2007, at 5:26 AM, t.maus wrote: Hi there ... I am trying to use EJB3 Initerceptors for a poc project. I was properly able to add and execute a @PostConstruct annotation to my Stateless Session Bean. Adding a @AroundInvoke or a manually create Annotation like @SpringBean how

Geronimo 2.0-M3 Interceptors

2007-03-19 Thread t.maus
Hi there ... I am trying to use EJB3 Initerceptors for a poc project. I was properly able to add and execute a @PostConstruct annotation to my Stateless Session Bean. Adding a @AroundInvoke or a manually create Annotation like @SpringBean however failed to work. Is the complete Interceptor

Re: java:comp/ORB

2007-03-19 Thread Rick McGuire
David Jencks wrote: On Mar 17, 2007, at 5:34 PM, Andres wrote: We are porting an application from Websphere 6.1 to Geronimo 1.1.1. We have a CORBA component (not EJB) that used to obtain the ORB by looking up java:comp/ORB. Is there a way to do this in the present release using JNDI or w