Re: [JBoss-user] MSSQL auto increment command

2003-12-17 Thread Alexey Loubyansky
Is mssql-fetch-key not there? Ramrakhiani, Vikas wrote: Hi, I am looking for class which implements auto increment of PK in MSSQL. I saw that such a class is specified for MySql in standardjbosscmp-jdbc.xml :- !-- this command requires auto-increment element for unknown-pk --

[JBoss-user] problem with deploying EJB CMPs

2003-12-17 Thread netanel weinberg
I'm deploying my jar file with some EJB CMPs and one session bean and getting an error in my last EJB CMP deploying i'm deploying in the jar file first all the cmps and then the session bean and getting an error about nullpointer in the last cmp deployement. when i've tried to remove the last cmp

[JBoss-user] problem when trying to use EJB CMP after deploying

2003-12-17 Thread netanel weinberg
I'm trying to use my EJB CMP and getting this error: org.apache.jasper.JasperException: createBeanClassInstanceCommand == null; nested exception is: java.lang.IllegalStateException: createBeanClassInstanceCommand == null at

Re: [JBoss-user] problem with deploying EJB CMPs

2003-12-17 Thread Alexey Loubyansky
Have you changed the default entity-command in standardjbosscmp-jdbc.xml or in jbosscmp-jdbc.xml? What JBoss version are you using? netanel weinberg wrote: I'm deploying my jar file with some EJB CMPs and one session bean and getting an error in my last EJB CMP deploying i'm deploying in the

Re: [JBoss-user] problem with deploying EJB CMPs

2003-12-17 Thread netanel weinberg
I haven't changed anything in the jboss's xmls files and i'm using JBOSS 3.2.2 - Original Message - From: Alexey Loubyansky [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 12:00 PM Subject: Re: [JBoss-user] problem with deploying EJB CMPs Have you changed

[JBoss-user] problem with unwanted sharing object between web applications

2003-12-17 Thread konf
Hallo, i have a few web aplikations (wars) which contains the same files and classes in same packages, with only diference in web.xml config file. And I have problem with unwanted sharing object between this applications. For example, I have some.ear -first.war

RE: [JBoss-user] MSSQL auto increment command

2003-12-17 Thread Ramrakhiani, Vikas
I could not find mssql-fetch-key in standardjbosscmp-jdbc.xml. thanks, vikas. -Original Message- From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 1:45 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] MSSQL auto increment command Is

[JBoss-user] hot deployment and web-console problem

2003-12-17 Thread Rafal Kedziorski
hi, after hot-deployment I get this error message, but each time with other jar or war. I have no idea why. 11:57:28,359 INFO [EARDeployer] Init J2EE application: file:/E:/jboss/jboss-3.2.4RC1/server/oma/deploy/oma.ear 11:57:32,046 ERROR [STDERR] javax.management.InstanceNotFoundException:

Re: [JBoss-user] MSSQL auto increment command

2003-12-17 Thread Alexey Loubyansky
What is your JBoss version? There is no mssql command in 3.2.0; In 3.2.1 I can see org.jboss.ejb.plugins.cmp.jdbc.mssql.JDBCMsSQLCreateCommand.java but it is not in standardjbosscmp-jdbc.xml. Here are the comments for it: /** * JDBCMsSQLCreateCommand executes an codeINSERT INTO/code SQL

RE: [JBoss-user] MSSQL auto increment command

2003-12-17 Thread Ramrakhiani, Vikas
I have 3.2.0, which version has command for mssql command. thanks for your help, vikas. -Original Message- From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 4:44 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] MSSQL auto increment command What is

RE: [JBoss-user] problem with unwanted sharing object between web applications

2003-12-17 Thread Yasuda, Hiroyuki
Jiri, It is one of popular question regarding to UnifiedClassLoader. You need to change loader-repository tag .ear by .ear. Please check jboss_3_2.dtd Regards, Hiro. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Wednesday,

RE: [JBoss-user] problem with unwanted sharing object between web applications

2003-12-17 Thread konf
Thanks, mailist arieve not works now, unfotunately. So I was look at JbossBook (version for 3.2.1) and I found some example: jboss-app loader-repositoryserver/test1:loader=test.ear/loader-repository /jboss-app for META-INF/jboss-app.xml but I need separate repository for each wars in ear,

[JBoss-user] Terminating JBoss on config failure

2003-12-17 Thread Gavin Matthews
Title: Message Hi, I have a service that periodically does some checks to make sure the database is in a "consistent" state. If for some reason the DB becomes inconsistent then I want to terminate the app.Currently I'm just calling System.exit() to shutdown JBoss and this seems to work fine

[JBoss-user] jms

2003-12-17 Thread Ionel GARDAIS
Hi, After digging around, I found answers to some of my questions. However, i'm still missing the answer to my major question. JBossMQ will use JGroups in the near futur, sending messages over multicast (4.0.0). Question is : how does it work by now (3.2.x)? Does it use the bound-interface's

Re: [JBoss-user] jms

2003-12-17 Thread Adrian Brock
On Wed, 2003-12-17 at 14:19, Ionel GARDAIS wrote: Hi, After digging around, I found answers to some of my questions. However, i'm still missing the answer to my major question. JBossMQ will use JGroups in the near futur, sending messages over multicast (4.0.0). Question is : how

RE: [JBoss-user] problem with unwanted sharing object between web applications

2003-12-17 Thread konf
So, does anybody knows how to do it, or there is only way, use one ear for each one war? I thing it should be stupid, but, I do not see the way and not found something in doc. Jiri Cituji z emailu od [EMAIL PROTECTED]: Thanks, mailist arieve not works now, unfotunately. So I was look at

Re: [JBoss-user] messaging using JBoss 3.2.2

2003-12-17 Thread Stefan Puiu
Hello again, I could really use some help on this one since it's preventing us from migrating from JBoss 3.2.1 to 3.2.2. Is my message not clear enough, or am I missing something obvious? Is there something I'm doing so obviously wrong it's not even worth replying me?

Re: [JBoss-user] messaging using JBoss 3.2.2

2003-12-17 Thread Adrian Brock
On Fri, 2003-12-12 at 14:46, Stefan Puiu wrote: [qbrowse] javax.naming.NamingException: Failed to retrieve Naming interface [Root exception is java.lang.ClassNotFoundException: org.jboss.naming.interceptors.ExceptionInterceptor] Your classpath is wrong on the client.

Re: [JBoss-user] jms

2003-12-17 Thread Bela Ban
Ionel GARDAIS wrote: JBossMQ will use JGroups in the near futur, sending messages over multicast (4.0.0). No. JBossMQ will remain what it is today. There will be an *additional* JMS implementation over JGroups. Question is : how does it work by now (3.2.x)? Does it use the bound-interface's

RE: [Fwd: [JBoss-user] Beginner's question]

2003-12-17 Thread john
The java tutorial has a good section on jar: http://java.sun.com/docs/books/tutorial/jar/ Thanks Nick, I'll work through that J --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your

[JBoss-user] CMR/CMP question

2003-12-17 Thread Gary S. Cuozzo
I have a many-many CMR (table mapped of course) between 2 entities and would like to add some extra information that further describes the relationship. I was thinking of just adding the desired fields to the table that maps the CMR and creating a CMP entity to get/set the fields. In the

Re: [JBoss-user] CMR/CMP question

2003-12-17 Thread Alexey Loubyansky
This should work. Gary S. Cuozzo wrote: I have a many-many CMR (table mapped of course) between 2 entities and would like to add some extra information that further describes the relationship. I was thinking of just adding the desired fields to the table that maps the CMR and creating a CMP

[JBoss-user] Jboss 3.2.2/EJB-QL with = or =?

2003-12-17 Thread Darren Hartford
Hey all, Is there any reason why Jboss 3.2.2 throws an exception when an EJB-QL statement contains '=' or '='? -D --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for

[JBoss-user] a jar with castor.properties file breaks JBoss 3.2.2

2003-12-17 Thread Jonathan . O'Connor
I have a jar with a castor.properties file in it. If I copy this to the /server/default/lib and start JBoss, I get the following stack trace: From reading this news group, I've seen that castor is no longer used in JBoss. This is not quite right. the build.xml and a JDOImpl file in varia make

Re: [JBoss-user] a jar with castor.properties file breaks JBoss 3.2.2

2003-12-17 Thread Jonathan . O'Connor
Some further information. Create a jar file with only one file in it, castor.properties. The contents of castor.properties should be: org.exolab.castor.parser=org.apache.xerces.parsers.SAXParser org.exolab.castor.xml.naming=mixed org.exolab.castor.serializer=org.apache.xml.serialize.XMLSerializer

Re: [JBoss-user] jboss 3.2.3 + jetty X

2003-12-17 Thread Mark Lassau
Your question has been asked here (on 4/12/2003) and on JBoss Forums: http://www.jboss.org/index.html?module=bbop=viewtopict=43294 But has not been answered. I know JBoss have decided to move the default bundle back to including Tomcat, but do they intend to also release a Jetty bundle with each