[JBoss-user] how to implement inheritance between CMPs

2003-12-18 Thread forge
Hello, I asked this question second time here. Alex and some other experts have given me some advice, much thanks. But it's disturbed that I've only read the titles of most of these messages because some mails from this maillist corrupted when reaching my mailbox. Will you please send

[JBoss-user] Clustering problem:jboss3.2.2RC3/RedHat9.2

2003-12-18 Thread Nishant Aggarwal
Hi All, I am having problems running Jboss3.2.2RC3-jetty4.2.11 on Red-Hat Linux9.2 with JDK1.3.1_08 in cluster mode. I have attempted the following things: 1.Installed Jboss3.2.2RC3-jetty4.2.11 on two linux machines on the same NFS. 2.Added the multicast enabling string on both the machines as:

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

2003-12-18 Thread Peter Ondruska
Thanks. It is not that I am not able to do it myself. I am curious why is there such delay, if there are any issues, ... Back when Jetty used to be the default web container Tomcat bundle was not delayed (correct me if I am wrong). I believe I am not alone running JBoss+Jetty. I am not

Re: [JBoss-user] how to implement inheritance between CMPs

2003-12-18 Thread Alexey Loubyansky
This is the problem on your side, probably. Can you check it with your admins? Also, there are some searchable archives on the net, for example, mail-archive.com. My answer was that there is no element in neither ejb-jar.xml nor jbossXXX.xml that configures inheritance. Your question for me

[JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Ionel GARDAIS
Hi, Almost all JMS mbeans depends on DestinationManager. But DestinationManager uses PersistanceManager and MessageCache which seems to rely upon a db connection. I'd like to run JBossMQ without any db connections (for standalone purpose : only JNDI + JBossMQ). Is it possible or does db is used

[JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Muraly R
Hi Gurus, I am trying a scenario, where in the home handle of the EJB plus the JNDI, to be stored into a file using ObjectOutputStream. But I am getting the following exception: Exception : org.jboss.proxy.ejb.handle.HomeHandleImpl java.lang.ClassCastException:

Re: [JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Adrian Brock
On Thu, 2003-12-18 at 10:35, Ionel GARDAIS wrote: Hi, Almost all JMS mbeans depends on DestinationManager. But DestinationManager uses PersistanceManager and MessageCache which seems to rely upon a db connection. I'd like to run JBossMQ without any db connections (for standalone purpose

Re: [JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Adrian Brock
RTFJD (Read the freaking javadoc) ClassCastException - if this Properties object contains any keys or values that are not Strings. Regards, Adrian On Thu, 2003-12-18 at 11:01, Muraly R wrote: Hi Gurus, I am trying a scenario, where in the home handle of the EJB plus the JNDI, to be

Re: [JBoss-user] Clustering problem:jboss3.2.2RC3/RedHat9.2

2003-12-18 Thread Adrian Brock
You should get a message like: --- GMS: address is htimes2:32967 (additional data: 17 bytes) --- If it is missing the additional data, you've hit a bug that was fixed for 3.2.2 final Regards,

Re: [JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Adrian Brock
On Thu, 2003-12-18 at 11:01, Muraly R wrote: Hi Gurus, I am trying a scenario, where in the home handle of the EJB plus the JNDI, to be stored into a file using ObjectOutputStream. But I am getting the following exception: Exception : org.jboss.proxy.ejb.handle.HomeHandleImpl

Re: [JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Muraly R
YWMC(Your Wish My Command ;-) Thanks a TON:-) Muraly At 11:36 18/12/2003 +, you wrote: RTFJD (Read the freaking javadoc) ClassCastException - if this Properties object contains any keys or values that are not Strings. Regards, Adrian On Thu, 2003-12-18 at 11:01, Muraly R wrote: Hi

Re: [JBoss-user] java.lang.ClassCastException: org.jboss.proxy.ejb.handle.HomeHandleImpl

2003-12-18 Thread Muraly R
At 11:46 18/12/2003 +, you wrote: The call to handle.getEJBHome() does a jndi lookup anyway (using properties stored in the handle). There goes my effort of the day.:-( Thanks Again:-) Muraly

Re: [JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Ionel GARDAIS
thanks Adrian, I am close to get this working. Every beans are in state CONFIGURED except jms-ds.xml and jms-ra.rar which are in state INIT_WAITING_DEPLOYER. I turned on TRACE logging for org.jboss.mq but no useful infos were printed. any ideas ? ionel

Re: [JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Adrian Brock
On Thu, 2003-12-18 at 12:58, Ionel GARDAIS wrote: thanks Adrian, I am close to get this working. Every beans are in state CONFIGURED except jms-ds.xml and jms-ra.rar which are in state INIT_WAITING_DEPLOYER. Sounds like you deleted jboss-jca.sar Regards, Adrian I turned on TRACE

Re: [JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Ionel GARDAIS
I got it workiing ! At least, it does not show error :) Thanks Adrian ! = -- Regards, Ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com

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

2003-12-18 Thread Mike Moulton
I would also like to see regular Jetty releases, despite the fact that it is no longer the container of choice. However I am not holding my breath, as previous post seem to indicate that politics come before innovation. .. Mike Moulton [EMAIL PROTECTED] On Dec

[JBoss-user] last version of JBoss that supports J2SE 1.3 ?

2003-12-18 Thread Ionel GARDAIS
Hi folks, my JMS client's NamingContextFactory throws a ClassNotFound : javax.net.SocketFactory. As this is a 1.4 class, what is the last version of JBoss which supports 1.3 ? thanks, ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr

[JBoss-user] drop last post

2003-12-18 Thread Ionel GARDAIS
Sorry guys, I've been working for too long. I just have to install JSSE for 1.3. Good night ... ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com

Re: [JBoss-user] last version of JBoss that supports J2SE 1.3 ?

2003-12-18 Thread Adrian Brock
On Thu, 2003-12-18 at 17:34, Ionel GARDAIS wrote: Hi folks, my JMS client's NamingContextFactory throws a ClassNotFound : javax.net.SocketFactory. As this is a 1.4 class, what is the last version of JBoss which supports 1.3 ? No, this is a j2se extension class (most of which got

[JBoss-user] Bug when generating foreign keys with mySQL

2003-12-18 Thread Olve S. Hansen
In jboss 3.2.2 I deployed to my InnoDB MySql without problems, but with 3.2.3 I experience problems generating foreign-keys when the flag fk-constraint is set to true in my applications jbosscmp-jdbc.xml. This worked very well in 3.2.2 Is this bug reported? The bug system at sf.net does not

Re: [JBoss-user] Server Hanging on Startup

2003-12-18 Thread Rich Reese
This does not happen if I start the 'default' server instead of the 'all' server. Any ideas. [EMAIL PROTECTED] 12/15/03 12:07PM Hey everyone, I am having problems with my JBoss-3.2.1 server coming up. It all of a sudden started hanging on the following: 09:59:28,443 INFO

[JBoss-user] problem with jbuilder9, jboss-3.2.3 and JDataStore

2003-12-18 Thread Jeroen Bruinink
Hi, I'm currently trying to deploy an enterprise javabean that uses a JDataStore database. First I deployed the JDataStore using the file jdatastore-ds.xml wich contains: ***begin xml file*** ?xml version=1.0 encoding=UTF-8? !-- comment deleted-- datasources local-tx-datasource

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

2003-12-18 Thread Alexey Loubyansky
Sometimes, there is. Depends on the query. Darren Hartford wrote: 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.

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

2003-12-18 Thread Alexey Loubyansky
Somehow it works for me. I deployed an ejb-jar jar w/o jboss-specific deployment descriptors and w/o any changes to standardjbossXXX files in 3.2.2 final. Please, provide instructions how to reproduce your problem. netanel weinberg wrote: I haven't changed anything in the jboss's xmls files

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

2003-12-18 Thread Alexey Loubyansky
EJBQL does not allow =/=, for example, for strings, dates. This all works in JBossQL. Darren Hartford wrote: 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

[JBoss-user] 3.2.x and Virtual Hosting: Tomcat Broken, Jetty Works

2003-12-18 Thread Stefan Arentz
My scenario was pretty simple, yet it took hours to get it done with tomcat. What I have is two web applications packaged in .ear files. Both of these apps are bound to / but to different hostnames. Like this in jboss-web.xml: jboss-web context-root//context-root

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

2003-12-18 Thread Stefan Arentz
On Dec 17, 2003, at 6:02 PM, Darren Hartford wrote: Hey all, Is there any reason why Jboss 3.2.2 throws an exception when an EJB-QL statement contains '=' or '='? Yes, because EJB-QL is retarded. Use jboss-ql instead. Isn't that EJB/CMP2 spec great? :-/ S.

[JBoss-user] Is this CMP2 behaviour according to the spec?

2003-12-18 Thread Stefan Arentz
Say I have a bean with two date fields, dateA and dateB. Then I do this: ejbCreate() { Date date = new Date(); setDateA(date); date.setTime(date.getTime() + 1000); setDateB(date); } The result in the database is that the value of dateA is also set to dateB. Now I

Re: [JBoss-user] Is this CMP2 behaviour according to the spec?

2003-12-18 Thread Bill Burke
Man you are bitchin today :) I'm pretty sure you're only required to do pass-by-value for calls through the remote interface. This would be a significant performance hit if set and get inside of the bean always did a copy. Besides, Collections returned from getRelationship are not copies.

Re: [JBoss-user] Is this CMP2 behaviour according to the spec?

2003-12-18 Thread Stefan Arentz
On Dec 18, 2003, at 10:58 PM, Bill Burke wrote: Man you are bitchin today :) Yeah it's one of those days that started all wrong! But I still like JBoss. In the end it always gets the job done :-) I'm pretty sure you're only required to do pass-by-value for calls through the remote interface.

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

2003-12-18 Thread Rod Macpherson
BCS poll shows Jetty winning however of the 18 million daily downloads of JBoss that majority now use Tomcat. We resisted moving to Tomcat because our stuff would break horribly on it. When the powers that be started steering the herd toward tomcat we decided to put the cart before the horse and

[JBoss-user] Why use JBOSS?

2003-12-18 Thread MCS
We are currently using tomcat, apache, and mysql to successfully deploya fairly complex application and we haveno cause for complaints.Since my knowledge of jboss consists mostly of what Iwas able to obtain from browsing thejboss website, cananyone tellme what(and if) we can gainby using