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)
Type: Posts; User: chinhtd; Keyword(s):
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)
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...
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!
...
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"...
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...
Can you tell me in which XML file should I put the following code
<env-entry>
<env-entry-name>ejb/BeanFactoryPath</env-entry-name>
...
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...