[JBoss-user] [JNDI/Naming/Network] - JNDI lookup problem

2006-05-19 Thread dittup
Hi, I am having a problem looking up for jndi from my webapp. I am using jboss-4.0.4.CR2 and java 1.5. Right now in my application I don't have any ejb's. I only have a few servlets. My application is currently bundled as a .war file. The jndi configuration I have is as follows: web.xml

[JBoss-user] [JBoss/Spring Integration] - Re: Injection on server startup

2005-12-29 Thread dittup
here is my bean : beans | | bean id=dataSource class=org.springframework.jdbc.datasource.DriverManagerDataSource | property name=driverClassNamevalueoracle.jdbc.driver.OracleDriver/value/property | property

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-28 Thread dittup
Thank you. It is my problem. One of the classes I has is an olderversion. Thanks again, Aditya.P View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914634#3914634 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3914634

[JBoss-user] [JBoss/Spring Integration] - Injection on server startup

2005-12-28 Thread dittup
Hi, I am using ejb3. I need to inject references of delegate classes into the ejb so that it can call methods in the delegate. I need this to happen when jboss server start's up. Is there any way I can do? I have all my bean definitions in a xml file named beans-ejb.xml. I do not use tomcat

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-27 Thread dittup
It works fine now after I have replaced the existing jboss-remoting.jar with the one from the patch. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914445#3914445 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-27 Thread dittup
It now runs fine if I call the remote method from a servlet. If I call the remote method from a spring controller I get the following exception: java.io.InvalidClassException: javax.ejb.EJBException; local class incompatible: | stream classdesc serialVersionUID = 796770993296843510, local

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Servlet throws a exception when returning from a remote meth

2005-12-22 Thread dittup
Hi, I am having a application where I need to use resin-3.0.14 as a web server and jboss4.0.3SP1 as the application server. I am using stateless session bean's in EJB3. When I call a remote method on the EJB from the servlet I get the following exception in the servlet. I have deployed the same

[JBoss-user] [EJB 3.0] - ClassNotFoundException when using resin, jboss and EJB3

2005-12-22 Thread dittup
Hi, I am having a application where I need to use resin-3.0.14 as a web server and jboss4.0.3SP1 as the application server. I am using stateless session bean's in EJB3. When I call a remote method on the EJB from the servlet I get the following exception in the servlet. I have deployed the same

[JBoss-user] [EJB 3.0] - Re: ClassNotFoundException when using resin, jboss and EJB3

2005-12-22 Thread dittup
I have included the following in my web-app tag of resin as suggested. The classpath tag given in the example does is I believe in the older version of resin. I tried to add the same but it gave me a dtd error. So I changed and have included the following. web-app id='/'

[JBoss-user] [Installation Configuration] - Confiuration of jboss when using hibernate

2004-07-15 Thread dittup
I get the following error when I try to start jboss server 3.2.3. after this message the server starts normally. --- [ObjectName: jboss.jca:service=HibernateFactory, name=HibernateFactory | state: CONFIGURED | I Depend On: