I have posted them on JIRA:
http://opensource.atlassian.com/projects/spring/browse/SPR-1422
Type: Posts; User: jeffmaury; Keyword(s):
I have posted them on JIRA:
http://opensource.atlassian.com/projects/spring/browse/SPR-1422
I have developped a Spring JNDI provider. So retrieving Beans from EJB is completely transparent. The only thing you must do is to prefix your JNDI entries with the prefix spring:.
I will submit...
I want to use the concept of BeforeReturning. My advice should be responsible for updating the return value of a method. I didn't find this concept in Spring. Am I missing something or not ?
...
When you use the JCA CciLocalTransactionManager, you need to define a ConnectionFactory and the doBegin will call getConnection() on that ConnectionFactory. Then, the...
I have checked James implementation but it doesnt cover exactly what I want. The ServiceMix implementation allows to specify a JNDI context in a Spring conf file, which is slightly different with...
My case is that I have already existing object that extract configuration information from JNDI (JCA ConnectionFactory for example). But I want to use the power of Spring in terms of transaction...
Hello,
do you know is there are work in progress to access Spring Bean Factories through a JNDI interface ? Is there a Spring JNDI provider implementation somewhere ?
Thanks
Jeff