RE: [JBoss-user] questions on starting multiple jboss3.0 instances

2002-06-12 Thread Igor Rabinovich
Title: questions on starting multiple jboss3.0 instances you need to run   run -c myserver -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sheng ZouSent: Wednesday, June 12, 2002 11:43 AMTo: '[EMAIL PROTECTED]'Subject: [JBoss-user] questi

[JBoss-user] MBeans and ear file

2002-04-25 Thread Igor Rabinovich
oblems with ear and deployment. Igor Rabinovich Senior Software Engineer Filonet Corporation Vancouver, BC ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Group

2001-06-25 Thread Igor Rabinovich
Hi all! I created entity bean Group and tried to deploy it million times but was no success. I work with JBoss 2.2.1 and MySQL on Windows 2000. Does anybody know what is the problem with Group name under JBoss or MySQL? Igor ___ JBoss-user mailing

[JBoss-user] JBuilder compilation bug ???

2001-06-22 Thread Igor Rabinovich
Hi all! I'm using JBuilder 4 enterprise and have such a strange bug: In remote interface of my entity bean I declare toString function throws RemoteException, but get error in compilation. //Company.java public interface Company extends javax.ejb.EJBObject { public String toString()

RE: [JBoss-user] Urgent: storing vector in the database

2001-06-21 Thread Igor Rabinovich
ng vector in the database > > > what sql type are you using? blob? > > in general I wouldnt serialize a vector to a data table. I would populate a > vector (actually probably an array list... ) from sql results. > > Al > > > - Original Message - > From: I

RE: [JBoss-user] Urgent: storing vector in the database

2001-06-21 Thread Igor Rabinovich
What does it mean: switch of the tuned updates for the bean? Where? Igor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 1:02 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Urgent: storing vector in the

RE: [JBoss-user] Urgent: storing vector in the database

2001-06-21 Thread Igor Rabinovich
bject: Re: [JBoss-user] Urgent: storing vector in the database what sql type are you using? blob? in general I wouldnt serialize a vector to a data table. I would populate a vector (actually probably an array list... ) from sql results. Al - Original Message - From: Igor Rabinovich &l

[JBoss-user] Urgent: storing vector in the database

2001-06-20 Thread Igor Rabinovich
Hi ! My entity bean member variable is Vector type. I'm adding elements to the vector and storing in the database. I can load vector and its element from the database. But when I restart Application server I can load only empty vector of size 0. All data get lost. I'm using JBOSS and MySQL with