[JBoss-user] DR3 Remoting problem

2003-10-22 Thread Christian Dalager
Hi I have deployed a simple pojo-app on DR3. It is a .sar file containing a .aop file and MBeans. Through an mbean I have registered a pojo in the Dispatcher instance and created a Remoting-proxy for the pojo and registered it in JNDI. I can access the pojo remotely via JBoss Remoting and

Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Phil Shrimpton
On Tuesday 21 October 2003 11:11, Alexey Loubyansky wrote: Hi, The latest 3.2.2? Yes, the released version. How could I reproduce it? With my code g Seriously, I am not sure how to get a small test case together, because the same code works on 30 or so entity beans, its just the one

[JBoss-user] 3.2.2 Connection Pool problem

2003-10-22 Thread Andrew May
Hi, We've just upgraded to 3.2.2 from 3.2.1 and we're having a problem with one our JDBC connection pools. We're using a BASIS bibliographic database that only allows you to query the database if the JDBC connection is read-only. After we get a connection from a Datasource we're calling

RE: [JBoss-user] web-console JMS broken link

2003-10-22 Thread Sacha Labourey
Russ was interested to look at it, so maybe he will want to complete it to see how the web-console is implemented -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Wade Sent: mercredi, 22. octobre 2003 04:50 To: [EMAIL PROTECTED] Subject:

Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Bill Burke
It may work fine if you use the default load group. Rod Macpherson wrote: Is this a new limitation or was this introduced in 3.2.2? We have 64 column entity beans and AFAIK we have been inserting on them. Thx -Original Message- From: Phil Shrimpton [mailto:[EMAIL PROTECTED] Sent:

[JBoss-user] MBean persistence

2003-10-22 Thread harm
Hi all, I have a few standard MBeans which have some jmx-managed attributes. I would like to make these attributes persistent. Where can I find some info on how to do this? Thanks, Harm de Laat Informatiefabriek The Netherlands --- This

[JBoss-user] JBoss HSQLDB Remote Command Injection Vulnerability: Fixed in JBoss 3.2.2

2003-10-22 Thread Ricardo Argüello
SecurityFocus owners, The vulnerability: JBoss HSQLDB Remote Command Injection Vulnerability http://www.securityfocus.com/bid/8773 Has been addressed in the recent JBoss 3.2.2 release. Here is the related CVS commit: http://sourceforge.net/mailarchive/message.php?msg_id=6153888 The JBoss 3.0.9

[JBoss-user] Balance JBoss Load

2003-10-22 Thread sun zheng
Hi all, I get to think about the topic. As we get more and more JARs in JBOSS_HOME/server/default/deploy, in order to balance the load, we plan to divide those JARs into multiple JBosses which are located in different Linux Servers. My question is, how to do it after installing independent

Re: [JBoss-user] MBean persistence

2003-10-22 Thread julien viet
You need to use model mbeans to have the attributes persisted. Most of the time we use XMBeans in Jboss which are a model mbean implementation. The JMX specification talks about it in the model mbean chapter. Otherwise you can have a look in the testsuite at

RE: [JBoss-user] Balance JBoss Load

2003-10-22 Thread Xu, Xiangdong
You should be able to do by pointing to clustered JNDI, which is 1100 by default. You need to make a change in jndi.properties. In addition, you need to make your application clustered. You can find details in the paid JBoss document. Hope it helps. xiangdong -Original Message- From:

Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Jason Essington
On Tuesday, October 21, 2003, at 10:03 PM, Bill Burke wrote: It may work fine if you use the default load group. I am not defining any load groups for this entity. Rod Macpherson wrote: Is this a new limitation or was this introduced in 3.2.2? We have 64 column entity beans and AFAIK we have

Re: [JBoss-user] 3.2.2 Connection Pool problem

2003-10-22 Thread Scott M Stark
Possibly. Open a bug report on sourceforge with the code fragment that is no longer working. -- Scott Stark Chief Technology Officer JBoss Group, LLC Andrew May wrote: Hi, We've just upgraded to 3.2.2 from 3.2.1 and we're having a problem with

RE: [JBoss-user] Faster java groups cluster configuration

2003-10-22 Thread Sebastian Hauer
Hi Bela, As designed: FD_SOCK is based on socket connections; plugging a cable doesn't kill the connection, until you run into the socket timeout itself, e.g. 12 mins - 2hrs. Until recently I was not aware that a socket would only detect disconnections when data is send or read from it.

Re: [JBoss-user] Specifying deployment order in EAR - JBoss 3.2.2

2003-10-22 Thread Scott M Stark
ejb jars are deployed before wars so show the startup ordering. A test.ear with ejbs and a war shows the ejbs started before the war: 09:14:48,246 INFO [MainDeployer] Starting deployment of package: file:/tmp/jboss-3.2.2/server/default/deploy/test.ear/ 09:14:48,247 INFO [EARDeployer] Init J2EE

Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Alexey Loubyansky
Hello Jason, I just fixed it. Please, try it in 24 hours. Thanks. alex Jason Essington wrote: On Tuesday, October 21, 2003, at 10:03 PM, Bill Burke wrote: It may work fine if you use the default load group. I am not defining any load groups for this entity. Rod Macpherson wrote: Is this

[JBoss-user] ClassCastException when using java.util.Set instead of java.util.Collection?

2003-10-22 Thread Ivens Porto
Hi, I'm using JBoss 3.2.2. I have an entity bean (CMP) with a home method that returns all instances of the bean, the method is called findAll. When using a return type of java.util.Collection in the findAll method, my tests run fine. But when I changed the type to java.util.Set my tests

Re: [JBoss-user] Faster java groups cluster configuration

2003-10-22 Thread Bela Ban
Sebastian Hauer wrote: Hi Bela, As designed: FD_SOCK is based on socket connections; plugging a cable doesn't kill the connection, until you run into the socket timeout itself, e.g. 12 mins - 2hrs. Until recently I was not aware that a socket would only detect disconnections when data is

Re: [JBoss-user] 3.2.2 : Null primary key on create

2003-10-22 Thread Jason Essington
On Wednesday, October 22, 2003, at 10:01 AM, Alexey Loubyansky wrote: Hello Jason, I just fixed it. Please, try it in 24 hours. Thanks. yup, that appears to have fixed the column limit problem. thanks. -jason --- This SF.net email is

[JBoss-user] new behavior in 3.2.2 - TransactionRolledbackLocalException

2003-10-22 Thread Jason Essington
I have some tables in a database that are used by some of my CMP/CMR entity beans. The foreign key columns in some of these tables don't have foreign key integrity checks enforced in the database, and rather than having null in the column when there is no foreign key they contain a 0 (zero).

[JBoss-user] StatisticsProvider et.al.

2003-10-22 Thread Brian Wallis
(resent, the first time never seemed to make it to the list) Our application is going into some extended testing including (hopefully) some load testing and CHO. I would like to be able to collect some statistics from the system for JMS queue lengths, bean pool and cache sizes, and whatever

[JBoss-user] StatisticsProvider et.al.

2003-10-22 Thread Brian Wallis
Our application is going into some extended testing including (hopefully) some load testing and CHO. I would like to be able to collect some statistics from the system for JMS queue lengths, bean pool and cache sizes, and whatever else I can think of. I came across the