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
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
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
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
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo