Wicket, Jboss, EJB3

2009-07-24 Thread Loren Cole
I've been using wicket-contrib-javaee-1.1 with glassfish for a while and it works fairly well, but the powers that be have decided we should try porting to JBoss and I cannot for the life of me get injection to work with Wicket on JBoss-5.1.0.GA. Has anyone else done this? If so what did you

Re: Wicket, Jboss, EJB3

2009-07-24 Thread Marcin Palka
Hi Loren, I must admit I have never tried to get the injection to work with JBosss-5.1 but I remember I was once able to inject EJBs just fine with wicket-contrib-javaee and JBoss version 4.something (I don't remember exact version but for sure it was EJB3.0-enabled). Anyways, I remember that I

Re: Wicket, Jboss, EJB3

2009-07-24 Thread Marcin Palka
Hi Loren, I must admit I have never tried to get the injection to work with JBosss-5.1 but I remember I was once able to inject EJBs just fine with wicket-contrib-javaee and JBoss version 4.something (I don't remember exact version but for sure it was EJB3.0-enabled). Anyways, I remember that I

Re: Wicket, Jboss, EJB3

2009-07-24 Thread Marcin Palka
Looks like it works with 5.1GA too. See attached quickstart project. It's a maven-based enterprise application project that consists of a EJB, WAR and EAR modules. Build it and deploy the EAR into your JBoss AS. Please note that you have to configure your JBoss home folder to the top level pom

Re: Wicket, Jboss, EJB3

2009-07-24 Thread Loren Cole
You are a gentleman and a scholar. Thanks! - Loren On Fri, Jul 24, 2009 at 5:34 PM, Marcin Palka marcin.pa...@gmail.comwrote: Looks like it works with 5.1GA too. See attached quickstart project. It's a maven-based enterprise application project that consists of a EJB, WAR and EAR modules.