Re: Problem with @PostConstruct in MDB

2007-09-11 Thread Kevan Miller
On Sep 11, 2007, at 4:13 PM, David Blevins wrote: On Sep 11, 2007, at 7:05 AM, Marcin Waldowski wrote: Hello. I use Geronimo 2.0.1. When I add to my mdb code following lines: import javax.interceptor.InvocationContext; import javax.annotation.PostConstruct; @PostConstruct public void cons

change password for account 'system'

2007-09-11 Thread yjz
There are two ways to change user's password from geronimo's document: from console or changing users.properties file. However, it didn't work well for me. When I change it from console, I usually tested it by restarting the server, however, not everytime that I could start the server successfully

Re: Problem with @PostConstruct in MDB

2007-09-11 Thread David Blevins
On Sep 11, 2007, at 7:05 AM, Marcin Waldowski wrote: Hello. I use Geronimo 2.0.1. When I add to my mdb code following lines: import javax.interceptor.InvocationContext; import javax.annotation.PostConstruct; @PostConstruct public void construct(InvocationContext ctx) { // do nothing } I

Re: Suspicion of mistake in documentation for Geronimo 2.0

2007-09-11 Thread Marcin Waldowski
Thanks, I'm glad that I helped to improve Geronimo documentation a little :) Marcin Viet Nguyen wrote: You are right. I saw a weird missing dependency and jumped to a conclusion too quickly. I will update the wiki to reflect the working source code. Thanks for pointing it out. -Viet On 9/11

Re: Suspicion of mistake in documentation for Geronimo 2.0

2007-09-11 Thread Viet Nguyen
You are right. I saw a weird missing dependency and jumped to a conclusion too quickly. I will update the wiki to reflect the working source code. Thanks for pointing it out. -Viet On 9/11/07, Marcin Waldowski <[EMAIL PROTECTED]> wrote: > > Viet Nguyen wrote: > > > > > > Caused by: > > or

Re: Suspicion of mistake in documentation for Geronimo 2.0

2007-09-11 Thread Marcin Waldowski
Viet Nguyen wrote: Caused by: org.apache.geronimo.kernel.repository.MissingDependencyException : Unable to resolve dependency pl.com.max.ppr.pprsrv/jms-resources/1.2/rar This is your main problem. You must have changed the dependency to look something like pl.com.max.p

Re: Migration from JBoss to Geronimo

2007-09-11 Thread dr_d00m
No, thank you. That's the next thin I will do... Shiva Kumar H R wrote: > > Have you looked at J2G (JBoss to Geronimo) Migration tool > http://cwiki.apache.org/GMOxDOC20/j2g-migration-tool.html ?? > > - Shiva > > On 9/11/07, dr_d00m <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> I try to migrate

Re: Suspicion of mistake in documentation for Geronimo 2.0

2007-09-11 Thread Viet Nguyen
On 9/11/07, Marcin Waldowski <[EMAIL PROTECTED]> wrote: > > Hello. > > I created jee aplication follow > http://cwiki.apache.org/GMOxDOC20/jms-and-mdb-sample-application.htmlexample. > > In this exemple we can see following lines in geronimo-web.xml: > > org.apache.geronimo.configs > activ

Re: Migration from JBoss to Geronimo

2007-09-11 Thread Shiva Kumar H R
Have you looked at J2G (JBoss to Geronimo) Migration tool http://cwiki.apache.org/GMOxDOC20/j2g-migration-tool.html ?? - Shiva On 9/11/07, dr_d00m <[EMAIL PROTECTED]> wrote: > > > Hi, > I try to migrate a JCA Resource Adapter from JBoss to Geronimo. I already > followed the instructions at > > ht

Migration from JBoss to Geronimo

2007-09-11 Thread dr_d00m
Hi, I try to migrate a JCA Resource Adapter from JBoss to Geronimo. I already followed the instructions at http://cwiki.apache.org/GMOxDOC10/jboss-to-geronimo-jca-migration.html#JBosstoGeronimo-JCAMigration-migration so that I already deployed the rar-file. Now I want to access this Adapter from m