[JBoss-user] [EJB 3.0] - Re: EJB3.0 Web Service

2006-01-19 Thread bwkennedy
http://www.jboss.com/index.html?module=bbop=viewtopict=63313 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3918379#3918379 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918379

[JBoss-user] [EJB 3.0] - Re: Automatic deployment during development

2005-12-23 Thread bwkennedy
For details on setting up your packaing check out the JBoss IDE trailblazer, it pretty much covers everything you need: http://trailblazer.demo.jboss.com/IDETrail/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914167#3914167 Reply to the post :

[JBoss-user] [EJB 3.0] - MDBs with descriptors ignoring jboss.xml configuration?

2005-12-07 Thread bwkennedy
Hi all, I recently posted a question on whether it was possible ot combine the use of annotations and descriptors for MDBs (http://www.jboss.com/index.html?module=bbop=viewtopict=73440), the answer was yes, check out the JBoss ejb3 dd test cases. I am looking at the dd-mdb test case and it

[JBoss-user] [EJB 3.0] - How to Secure JMS Destinations with EJB3 MDBs

2005-12-04 Thread bwkennedy
Hi all, I was wondering if anyone has any guidance/examples on how to secure JMS destinations when using EJB3 style MDBs? In the trailblazer you get a good example on how to setup an EJB3 MDB: http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/mdb/index.html And in the wiki you can

[JBoss-user] [EJB 3.0] - EJB3: Is it possible to use both annotations AND descriptors

2005-12-04 Thread bwkennedy
Hello all, Is it possible to use both annotations AND delpoyment descriptors to describe an EJB3? I am looking at MDBs in particular. There are plenty of examples of beans that solely use annotations to describe themselves

[JBoss-user] [EJB 3.0] - Re: how I can dynamic assign a role to a user

2005-12-02 Thread bwkennedy
Just a guess, but it sounds like the behaviour you are seeing is a result of the user credentials being cached by JAAS (the login module will therefore not revisit the database to check for new roles until the cache has expired). Fore more info, and how you can manually flush the cache after