Search:

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

Search: Search took 0.02 seconds.

  1. I'm working with RAD 6, I have a problem width...

    I'm working with RAD 6, I have a problem width deployment, when deploy I export my EJB Project to myProject-EAR file but myProject-EAR are no include libraties (spring.jar and ibatis.jar)
  2. Other question

    I have a question with my EJB Project. I use Spring and iBatis in this project. At present, to use the two library I do as follow: Extract spring.jar and ibatis.jar files then copy them to ejbModule...
  3. Thank you very much! I remove the env-entry...

    Thank you very much!

    I remove the env-entry element, remove ejbCreate and ejbRemove method, remove implements javax.ejb.MessageDrivenBean, javax.jms.MessageListener and EJB is running success!
    ...
  4. In ejb-jar.xml I've tried put in the following...

    In ejb-jar.xml I've tried put in the following code



    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-jar id="ejb-jar_ID" version="2.1" xmlns="http://java.sun.com/xml/ns/j2ee"...
  5. I've tried but it's not work and encounter the...

    I've tried but it's not work and encounter the following error:


    [11/13/07 17:14:58:375 ICT] 00000046 SystemErr R java.lang.NullPointerException
    [11/13/07 17:14:58:406 ICT] 00000046...
  6. Can you tell me in which XML file should I put...

    Can you tell me in which XML file should I put the following code



    <env-entry>
    <env-entry-name>ejb/BeanFactoryPath</env-entry-name>
    ...
  7. Message Driven Bean + Spring: NullPointerException error?

    Hi all!

    I'm building a project using EJB 2.1 Message Driven Bean + Spring. I have 2 XML files:

    - beanRefContext.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <beans...
Results 1 to 7 of 7