Thanks, I was able to get it working with the JNDIKernelRegistryPlugin.  I'm 
not using Spring here, so I prefer the native mechanism.  

For those who come looking for a solution, here's what it looks like.  In this 
case, I'm injecting a DataSource that is bound as "java:/MySqlDS":


  |     <bean name="JndiKernelRegistryPlugin"
  |     class="org.jboss.kernel.plugins.dependency.JNDIKernelRegistryPlugin"/>
  | 
  |     <bean name="..." class="...">
  | 
  |             <property name="dataSource">
  |                     <inject bean="java:MySqlDS"/>
  |             </property>
  | 

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254429
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to