[JBoss-user] [Beginners Corner] - javax.namingException ejb-link error please help

2005-04-11 Thread shanker
Please help me I am getting following errors. my ejb-jar.xmlcontains http://java.sun.com/dtd/ejb-jar_2_0.dtd";> Employee Employee com.employee.code.EmployeeHome com.employee.code.Employee com.employee.code.EmployeeHomeLocal com.emp

[JBoss-user] [Beginners Corner] - Re: Unable to display servlet page in jboss Please help

2005-04-04 Thread shanker
Thanks a lot. I will try. Thankyou once again. Shanker. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872578#3872578 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Beginners Corner] - Unable to display servlet page in jboss Please help

2005-04-03 Thread shanker
PLEASE HELP ME Thanks in advance. my package of java file is package ums; My ear files contains following output.jar output.war application.xml manifest.mf my jar file contains following all class files with package path manifest.mf my war files contains following all html files web.xml

[JBoss-user] [Beginners Corner] - Re: Table not found sql exception while executing servlet i

2005-03-30 Thread shanker
Thankyou very much. I will try. thanks again. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872032#3872032 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872032 ---

[JBoss-user] [Beginners Corner] - Table not found sql exception while executing servlet in jb

2005-03-29 Thread shanker
Inpublic void init(ServletConfig config) Class.forName("org.hsqldb.jdbcDriver"); System.out.println("driver loaded"); connection = DriverManager.getConnection("jdbc:hsqldb:Employee","sa",""); in doPost I am calling insertInToDb in which i have this code

[JBoss-user] [Beginners Corner] - JDBC:ODBC driver for jboss-hypersonic required please help

2005-03-26 Thread shanker
I am trying to execute servlet in jboss. I want to use hypersonic database. where i can find jdbc:odbc driver for hypersonic. I have coded in the following way. Class.forName("sun.jdbc.odbc.JdbcodbcDriver"); connection = DriverManager.getConnection(URL,"",""); Please help me. Pleas

[JBoss-user] [Beginners Corner] - I am facing compiling problem while compiling EJB bean using

2005-03-05 Thread shanker
I am geting compilation error with javac for import javax.ejb.* while compiling ejb bean with j2sdk1.4.1_02 please help me and tell me in which jar file javax.ejb.* is present. Thank you in advance. Shanker View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Beginners Corner] - Re: Can I deploy servlets and run in jboss

2005-03-05 Thread shanker
Thanks a lot I will try. Bye. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868909#3868909 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868909 --- SF email is spo

[JBoss-user] [Beginners Corner] - Can I deploy servlets and run in jboss

2005-02-17 Thread shanker
Please can any one tell me how to deploy and run servlet in jboss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867022#3867022 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867022 ---

Re: [JBoss-user] Packaging Beans Correctly

2001-06-22 Thread Uma Shanker
Hi, more clear : $SOME_WHERE/ com.company.ejb.s $SOME_WHERE/com.company.ejb.e $SOME_WHERE/com.company.ejb.mdb $SOME_WHERE/ META-INF/*.xml As "Jay" said you can put ejbs in any package /uma Jay Walters wrote: > you can use any package structure you'd like for your a

Re: [JBoss-user] Packaging Beans Correctly

2001-06-22 Thread Uma Shanker
Hi, more clear : $SOME_WHERE/ com.company.c $SOME_WHERE/ $SOME_WHERE/ $SOME_WHERE/ Jay Walters wrote: > you can use any package structure you'd like for your app... > > the xml files go in the meta-inf directory of the jar file > > -Original Message- > From:

Re: [JBoss-user] Problems Compiling

2001-06-22 Thread Uma Shanker
hi, Ok, i have jboss-2.2.2 and there are 2 jar files in lib/ext ejb.jar and ejb2.0.jar first one has interfaces from EJB1.1 specification and 2nd one has EJB2.0 interface. As javax.ejb.MessageDrivenBean is in EJB 2.0 you need 2nd jar. In any case you can check the jar file with command : ja

Re: [JBoss-user] primitive CMP primary key

2001-06-21 Thread Uma Shanker
hello Boris, I am not sure, but I think it should be public. public long time = 0; /uma [EMAIL PROTECTED] Boris Garbuzov wrote: > > I am getting deployment error about my primary key type. How can I have it primitive? > > private long time = 0; > - > long

Re: [JBoss-user] java.lang.NullPointerException in deployment descriptor - but what exactly

2001-06-20 Thread Uma Shanker
June 20, 2001 8:23 AM Subject: Re: [JBoss-user] java.lang.NullPointerException in deployment descriptor - but what exactly > > Uma Shanker wrote: > > > > Hello !!! > > I am trying to deploy 2 EJBs for last 2 days but no clear indication > > of problems. > >

[JBoss-user] java.lang.NullPointerException in deployment descriptor - but what exactly

2001-06-19 Thread Uma Shanker
PORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]}[Mail Service] DEBUG: not loading optional address map file: /META-INF/javamail.address.map[Mail Service] Mail Service 'Mail' bound to java:/Mail[Mail Service] Started[Service Control] Started 24 services[Default] JBoss 2.2.2 St

[JBoss-user] How to get connection

2001-05-10 Thread Hari Shanker Ravindran
hi, I am pretty new 2 JBoss.Query i have is i have deployed a connection pool in the JBoss Server,now how will i get the connection object from from the Server context 2 the Session Bean. thanking you regar

[JBoss-user] Server Startup problem

2001-05-09 Thread Hari Shanker Ravindran
hi, I am getting the following error when i am starting my Server [OracleDB] java.lang.IllegalStateException: Cannot start XA Connection Pool; the re is no TransactionManager in JNDI! [OracleDB] at org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLo ader.java:320) [OracleDB

[JBoss-user] Server Startup problem

2001-05-09 Thread Hari Shanker Ravindran
hi, I am getting the following error when i am starting my Server [OracleDB] java.lang.IllegalStateException: Cannot start XA Connection Pool; the re is no TransactionManager in JNDI! [OracleDB] at org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLo ader.java:320) [OracleDB

[JBoss-user] New Bie in JBoss

2001-05-08 Thread Hari Shanker Ravindran
Hi, I am new to jboss and as i have prior exp in weblogic i have a query regarding creation of CMP Entity bean. Query i have is what is the file equivalent to weblogic-cmp-rdbms--jar.xml for deploying CMP beans. thanx in advace

[JBoss-user] New Bie in JBoss

2001-05-08 Thread Hari Shanker Ravindran
Hi, I am new to jboss and as i have prior exp in weblogic i have a query regarding creation of CMP Entity bean. Query i have is what is the file equivalent to weblogic-cmp-rdbms--jar.xml for deploying CMP beans. thanx in advace