[JBoss-user] [JCA/JBoss] - Re: Accessing Datasource error

2004-11-08 Thread adini
OK found the problem I replace every occurence of jdbc_AdminDB by AdminDB And I think this was really the problem: I replace | java:/comp/env/jdbc/AdminDB | by java:/AdminDB And now it's work Fine View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854302#3

[JBoss-user] [JCA/JBoss] - Accessing Datasource error

2004-11-08 Thread adini
Hello, I have got some problem in trying to access my mySQL DB from my ear. I use Jboss4.0 with MySQL and I have got the following error in Jboss console: anonymous wrote : | 14:40:05,625 INFO [STDOUT] javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB QL parsing pb

2004-11-08 Thread adini
Thank you for your reply I would like to precise that I am using JBoss 4.0.0. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854242#3854242 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854242 --

[JBoss-user] [Installation & Configuration] - MDB with durable subscription help

2004-11-05 Thread adini
Hello, I try to run a simple MDB that is listening to a Durable Topic. But when I deploy it in Jboss4.0.0 I have got the following error: javax.jms.JMSException: Null or empty subscription at org.jboss.mq.SpyConnection.createDurableConnectionConsumer(SpyConnect ion.java:151) I think I mi

[JBoss-user] [Messaging, JMS & JBossMQ] - Null or empty subscription jms error

2004-11-03 Thread adini
Hello, I am new to jboss I am trying to migrate an application (which working fine on Jonas) to Jboss 4.0.0. After having created the jboss.xml and other jboss required file I have got the following error when I try to start Jboss with my ear: (at the end of this message there is my jboss.xml fi

[JBoss-user] [HTTPD, Servlets & JSP] - JBOSS4.0 + Tomcat 5.0 outside

2004-11-03 Thread adini
Hello, I am new to Jboss and I need help to configure my JBOSS in order to work with an external Tomcat. I know that Jboss has got tomcat embedded but in my specification of my configuration I need a Jboss and an external Tomcat. Where can I specify Jboss to not use the embedded tomat but the on

[JBoss-user] [Persistence & CMP/JBoss] - EJB QL parsing pb

2004-11-03 Thread adini
Hello, I am currently migrate a J2EE application (with MDB CMP ) in order to use JBoss server. I have created jboss.xml and jbosscmp-jdbc.xml file. I didn't change my ejbjar.xml (that is working perfectly with my previous apps server) so in this file I have got all EJB QL query that is w

[JBoss-user] [EJB/JBoss] - mdb in jboss.xml

2004-11-02 Thread adini
hello, my jboss.xml file is as following : | | MdbModuleInitializationBean | topic/InitializationTopic | | jdbc/AdminDB | jdbc_AdminDB | | | | | | | MdbMonitorin

[JBoss-user] [EJB/JBoss] - EJB QL statement pb on

2004-11-02 Thread adini
Hello, I am currently migrate a J2EE application (with MDB CMP ) in order to use JBoss server. I have created jboss.xml and jbosscmp-jdbc.xml file. I didn't change my ejbjar.xml (that is working perfectly with my previous apps server) so in this file I have got all EJB QL query that is wor

[JBoss-user] [EJB/JBoss] - jbosscmp-jdbc.xml file for several DB

2004-10-29 Thread adini
Hello, I am new to Jboss and I try to build an ear (compose by CMPs) which can work with different kind of DB. In the jbosscmp-jdbc file I see that a tag datasource-mapping indicates the king of DB. Is this tag obligatory, or if I want to deploy my ear working with Mysql and tomorrow working wi

[JBoss-user] [EJB/JBoss] - ear deployment error based on CMP error

2004-10-28 Thread adini
Hello, I have got an ear that I want to deploy in JBOSS but when I start it (JBoss) I get an error. These error indicates me that a method in the my local interface doesn't have a correspondance in the bean but after a check this method is well defined in the bean and well define in the local

[JBoss-user] [Beginners Corner] - ear deploy error at startup of jboss

2004-10-28 Thread adini
Hello, I have got an ear that I want to deploy in JBOSS but when I start it (JBoss) I get an error. These error indicates me that a method in the my local interface doesn't have a correspondance in the bean but after a check this method is well defined in the bean and well define in the local i

[JBoss-user] [EJB/JBoss] - ejb jar build file

2004-10-26 Thread adini
hello , I have got some difficulties in trying to build my ejb jar file I use ant and the ejbjar task provided with it but each time a build I have got the following error : anonymous wrote : | C:\Java\Workspace\JFDF\com\iratensolutions\api\oriadeapi>ant | Buildfile: build.xml |

[JBoss-user] [Beginners Corner] - build the ejb jar file

2004-10-26 Thread adini
hello , I have got some difficulties in trying to build my ejb jar file I use ant and the ejbjar task provided with it but each time a build I have got the following error : anonymous wrote : C:\Java\Workspace\JFDF\com\iratensolutions\api\oriadeapi>ant | Buildfile: build.xml | | clean:

[JBoss-user] [Beginners Corner] - Re: deployment descriptor tag

2004-10-25 Thread adini
CORRECTION This is not the max number of instances of an entity bean that can be hold in memory that I am looking for but how to define the number of instances that will be created to populate the pool when the bean is loaded for the first time. Sorry for the mistake View the origin

[JBoss-user] [Beginners Corner] - deployment descriptor tag

2004-10-25 Thread adini
Hello, I am currently migrating my application from jonas 4.0 to jboss 4.0 And I would like to know how to defines the max number of instances of an entity bean that can be hold in memory.I can't recognize the equivalent tag in jboss for in jonas. And where do I define it in jboss.xml of jbossc

[JBoss-user] [Beginners Corner] - Re: jbosscmp-jdbc.xml

2004-10-25 Thread adini
Thanks for your reply I use JBOSS-4.0.0RC1 or RC2 I already look inside JBOSS_HOME/docs/dtd but the jbosscmp-jdbc_4_0.dtd doesn't exist. Every other dtd has a _4_0.dtd version. But if you say that the version for 3.2 is compatible so I should not have problem during my deployment View the origi

[JBoss-user] [Beginners Corner] - jbosscmp-jdbc.xml

2004-10-25 Thread adini
Hello, I am totally new to Jboss. My goal is to migrate a J2EE application currently running on another apps server to Jboss 4.0 As long I understand J2EE I only need to create the deployment descriptor specific to JBOSS so jboss.xml for EJB , jboss-web.xml and apparently jbosscmp-jdbc. But I h

[JBoss-user] [Installation & Configuration] - migration of ear

2004-10-13 Thread adini
Hello, I have a big J2EE application with several EJB (CMP, Session and MDB) with web application too. I have developped using another J2EE apps server and now I whish to use JBoss. In searching in the web site I found an usefull tool to help to deploy application developped with another app

[JBoss-user] [Beginners Corner] - migration and FoeDeployer

2004-10-13 Thread adini
Hello, I have a big J2EE application with several EJB (CMP, Session and MDB) with web application too. I have developped using another J2EE apps server and now I whish to use JBoss. In searching in the web site I found an usefull tool to help to deploy application developped with another apps s