First off I'm very new to J2EE/JBoss so please excuse my ignorance...

I'm trying to do something that (I think) ought to be very simple. I need to 
bind an object instance (or perhaps more appropriately, a factory method that 
returns an object instance) to a global JNDI name.

Just using Tomcat, I could do something like this:

<Resource name="example/MyExample"
  |           type="com.example.MyExample"
  |           factory="org.apache.naming.factory.BeanFactory" />

And then in the context config:

<ResourceLink name="security/CASConfig" 
  |                   global="security/CASConfig" 
  |                   type="com.discursive.cas.extend.client.CASConfig"/>

Easy enough... 

How do I do something like this in JBoss? Preferably using some EJB 3.0 pattern?

Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953098#3953098

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953098

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to