Search:

Type: Posts; User: jeffmaury; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    7,513

    I have posted them on JIRA:...

    I have posted them on JIRA:
    http://opensource.atlassian.com/projects/spring/browse/SPR-1422
  2. Replies
    5
    Views
    7,513

    I have developped a Spring JNDI provider. So...

    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...
  3. Replies
    1
    Views
    835

    Spring does not support BeforeReturning

    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 ?
    ...
  4. JCATransactionManager and ConnectionSpec

    When you use the JCA CciLocalTransactionManager, you need to define a ConnectionFactory and the doBegin will call getConnection() on that ConnectionFactory. Then, the...
  5. Replies
    10
    Views
    2,965

    I have checked James implementation but it doesnt...

    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...
  6. Replies
    10
    Views
    2,965

    My case is that I have already existing object...

    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...
  7. Replies
    10
    Views
    2,965

    Spring as a JNDI provider

    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
Results 1 to 7 of 7