[JBoss-user] [JBoss Seam] - Need help with ds.xml/datasource and Seam Injection

2006-07-10 Thread mjrpain
I've used struts in the past and have a new project that I'd like to do with Seam. I'm not incorporating hibernate due to my inexperience with it. I need to know how to inject a DataSource that's defined in ??-ds.xml in the deploy directory. There are circumstances where I need to access

[JBoss-user] [Beginners Corner] - Moved to JBoss Seam forum

2006-07-10 Thread mjrpain
Sorry for posting in the wrong group. I have posted this in JBoss Seam group at http://www.jboss.com/index.html?module=bbop=viewtopict=86483start=-10 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956621#3956621 Reply to the post :

[JBoss-user] [Beginners Corner] - Need help with -ds.xml/datasource/Seam and Jndi

2006-07-09 Thread mjrpain
I've used struts in the past and have a new project that I'd like to do with Seam. I'm not incorporating hibernate due to my inexperience with it and want to know how to inject a DataSource that's defined in ??-ds.xml in the deploy directory. There are circumstances where I need to access

[JBoss-user] [EJB/JBoss] - Re: IndexOutOfBoundsException upon create call to EJBLocalHo

2005-11-16 Thread mjrpain
greywind wrote : This can be worked around by setting the org.jboss.security.SecurityAssociation.ThreadLocal system property to true to avoid the use of the InheritableThreadLocal in favor of simple ThreadLocals. I'm having this same problem. Can you tell me where this setting is? View the

[JBoss-user] [Beginners Corner] - JBOSS 4/EJB 2.1/TimedObject MDB Configuration

2005-08-29 Thread mjrpain
I have been scouring the internet for days trying to glean any information about how to define an MDB that's tied to a JBOSS Timer Service. I want the MDB to check for some email which is not a problem. But how do tie the MDB onMessage() to a Timer in JBOSS without launching a seperate