Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    855

    easy timeout ?

    Hi,
    Easy questions but I can't find response nowhere.

    I configure my transaction manager with the template :
    PROPAGATION_NAME,
    ISOLATION_NAME,
    readOnly,
    timeout_NNNN,
    +Exception1,...
  2. Replies
    3
    Views
    1,223

    space !

    Hi Rod,

    It was a stupid mistake from me : I use comma instead of space in ejb.jar Manifest.mf Class-Path=...

    My ejb can reach now my dao.

    Sorry 4 the disturbance and thanx a lot.
    TalkinJive.
  3. Replies
    4
    Views
    1,167

    space !

    Hi Andreas,

    It was a stupid mistake from me : I use comma instead of space in Manifest.mf Class-Path.

    Sorry 4 the disturbance and thanx a lot.
    TalkinJive.
  4. Replies
    4
    Views
    1,167

    just done it

    Hi Andreas,

    I have written in Manifest.mf of ejb.jar : 'ClassPath : dao.jar, ...'.

    When I don't use Spring at all, it works well. ejb.jar sees dao.jar.

    Now I wire in applicationContext of...
  5. Replies
    3
    Views
    1,223

    precisions ...

    Hi Rod,

    It's a honnor for me that you answer !

    I have this EJB in package busy of my business.jar :
    Business the business interface
    BusinessHome the Home Interface
    BusinessLocal the Remote...
  6. Replies
    3
    Views
    1,223

    Spring between business layer & dao layer

    Hi,

    I deploy a .ear on JBOSS.

    I have 3 layers : web.war, ejb.jar, dao.jar.

    I can reach ejb from web layer using Spring.
    But I can't manage to reach dao from ejb !

    I wire ejb with dao in...
  7. Replies
    4
    Views
    1,167

    EAR with Spring

    Hi

    I deploy a EAR with JBOSS.

    I have 3 layers : web.war, ejb.jar, dao.jar.

    I can reach my ejb from my web layer with Spring
    But I can't manage to reach the dao from the ejb.

    No way to...
  8. Replies
    0
    Views
    1,234

    wire EJB layer to DAO layer ?

    Hi,

    I deploy a .ear in JBoss. It contains : .war, ejb.jar, dao.jar
    I want to wire my EJB to my DAO Object.

    In my ejb layer, EJB BusinessEjb use POJO BusinessImpl.
    applicationContext.xml of...
  9. Replies
    0
    Views
    800

    wire servlet to EJB ?

    Hi,

    I have a servlet Handler & a EJB Business.

    My servlet can call my EJB with :
    ctx = new ClassPathXmlApplicationContext("/WEB-INF/spring-servlet.xml");
    this.business = (Business)...
Results 1 to 9 of 9