HI, I'm trying to use the spring integration with the embeddable EJB3. How can I make my spring-context available on the JNDI-tree so that this sentence will return an spring wired object:
@Spring(jndiName="myapp", bean="DaoFactory") This injection work fine when running on the application server, but how can I make it work when running from a standalone java app? Anyone has an idea? Regards jaboj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963747#3963747 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963747 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
