[JBoss-user] jboss-3.0.5_tomcat-4.0.6 class loading problem when *.ear file deployed

2003-01-16 Thread Boris Tamarkin
Title: jboss-3.0.5_tomcat-4.0.6 class loading problem when *.ear file deployed Migrated to bundle jboss-3.0.5_tomcat-4.0.6 from jboss-3.0.4_tomcat-4.0.6 Running with JDK 1.4.1_01 on  Win2000. When deploy ear file, at some point have java.lang.NoClassDefFoundError (enclosed below). Class load

[JBoss-user] "Never" transaction attribute

2003-01-08 Thread Boris Tamarkin
Title: "Never" transaction attribute I am just curious. If transaction type for method "a" in session stateless bean is "Never". Is it possible that JBoss (3.0.4) starts new transaction anyway when method "a" called? It looks like it does in my case. Thanks Boris

Re: [JBoss-user] regression tester is dying after 3 hours

2002-12-04 Thread Boris Tamarkin
Title: Re: [JBoss-user] regression tester is dying after 3 hours Try to run JBoss with increased heap. in JBOSS_HOME/bin/run.bat add another java option set JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME% -Xmx640m Hope it will help Boris From: "manish sharan" <[EMAIL PROTECTED]> To: [EMA

[JBoss-user] RE: CMP2 java.lang.Short mapping for Oracle 9i

2002-09-05 Thread Boris Tamarkin
ception of some sort you get isn't it? Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. - Original Message - From: "Boris Tamarkin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 10:53

[JBoss-user] RE: CMP2 java.lang.Short mapping for Oracle 9i

2002-09-04 Thread Boris Tamarkin
ply-To: [EMAIL PROTECTED] Just curious if you've tried the 9.2.0.1.0 driver, "ojdbc14.jar" Oracle has stopped calling it classes12.zip/jar.  Not sure if the latest would work better for you or not... David -- Boris Tamarkin wrote: > So java.lang.Short can't be mapped

[JBoss-user] RE: CMP2 java.lang.Short mapping for Oracle 9i

2002-09-04 Thread Boris Tamarkin
Try INTEGER. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Boris Tamarkin Sent: Wednesday, September 04, 2002 3:44 AM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] CMP2 java.lang.Short mapping for Oracle 9i What correct mapping f

[JBoss-user] CMP2 java.lang.Short mapping for Oracle 9i

2002-09-03 Thread Boris Tamarkin
Title: CMP2 java.lang.Short mapping for Oracle 9i What correct mapping for "java.lang.Short" should be for Oracle 9i in standardjbosscmp-jdbc.xml file? I have tried     java.lang.Short     NUMERIC     NUMBER(5) also     java.lang.Short     SMALLINT  

Re: [JBoss-user] JBoss 3.0.1 can't deserialize

2002-08-08 Thread Boris Tamarkin
ave made changes to the object, but I do not recommend storing serialized Java objects in a database; it is just asking for problems. It looks like your problem is the data is being truncated by mySQL. What is the sql-type and jdbc-type for this field? -dain Boris Tamarkin wrote: > Hi

Re: [JBoss-user] Deleting all records

2002-07-24 Thread Boris Tamarkin
environment Boris Date: Wed, 24 Jul 2002 12:25:38 -0500 From: Dan Christopherson <[EMAIL PROTECTED]> To:  [EMAIL PROTECTED] Subject: Re: [JBoss-user] Deleting all records Reply-To: [EMAIL PROTECTED] You'll have ghosts in the cache. Boris Tamarkin wrote: > Dain, > Could

Re: [JBoss-user] Deleting all records

2002-07-24 Thread Boris Tamarkin
Title: Re: [JBoss-user] Deleting all records Dain, Could You please explain why You don't recommend to "delete all" with option A? Thanks, Boris Date: Tue, 23 Jul 2002 23:06:08 -0500 From: Dain Sundstrom <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Deleting all

[JBoss-user] RE: transactions in stateless session bean.

2002-07-23 Thread Boris Tamarkin
Title: RE: transactions in stateless session bean. What is transaction type of entity bean that You call within session bean? Date: Tue, 23 Jul 2002 09:20:59 -0700 From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [JBoss-user] transactions in stateless session bea

[JBoss-user] JBOss-BEA comparison

2002-06-18 Thread Boris Tamarkin
Title: JBOss-BEA comparison Couple of weeks ago somebody thrown a link on this forum with results of comparison JBoss and BEA. It was part of his investigation and included all characteristics of each  app server. May anyone still has this link? I can't find it. Thanks in advance Boris

[JBoss-user] CMP M-N relationship

2002-05-28 Thread Boris Tamarkin
Title: CMP M-N relationship I am using JBoss 3.0 RC2 and MySQL . True Unidirect m-n cmr doesn't work properly. Entry in mapping (helper) table not added. Bean A abstract Collection getBs(); abstract void setBs(Collection); Bean B ejb-jar.xml -- A-B   

[JBoss-user] Rollback failed

2002-05-20 Thread Boris Tamarkin
Title: Rollback failed Jboss 3.0.0RC3 Database Mysql with jdbc driver mm.mysql-2.0.13-bin.jar (that included in lib directory of jboss) Session Bean bean1 with transaction type "Required" calls to Entity Bean CMP2 bean2 that has transaction type "Supports". Flow happens inside of method: 1. b