RE: [JBoss-user] "You are not getting the semantics you expect" warning

2002-07-14 Thread Georg Schmid
Hi, I am using up to three different data sources in the implementation of my SLSB methods (tx=required). Two of them are accessed read-only using direct JDBC calls, the remaining main datasource receives updates and deletes through CMP. All the datasources use the local transaction manager, bec

Re: [JBoss-user] CMP 2.0 Optimization

2002-07-14 Thread Alex Loubyansky
Hello shreedhar, you need to use read-ahead strategy for loading optimizations. That allows to define load-group for CMPs and CMRs and let these groups be loaded 'on-load', 'on-find' and lazy-loaded (by default). It is covered in Dain's JBossCMP docs. alex Monday, July 15, 2002, 9:44:07 AM, you

[JBoss-user] CMP 2.0 Optimization

2002-07-14 Thread shreedhar
Hi, I have a one to many relationship between EB's. Say A(1)--->(*)B Now B is a maintained as a collection in the Entity Bean A (CMR). A is associated with many B's. Whenever I access a method in A, all the B's associated with A get loaded. Is that correct. If so, how can I optimize this scen

[JBoss-user] war and ear verifier --help

2002-07-14 Thread Jagan
Hi All, I need to verify a "war" and "ear" file programatically. I am able to verify a "jar" file by just calling: org.jboss.verifier.Main.main(jarFileURL); When i try to use the same for "war" and "ear" files it throws an exception reading : no ejb-jar.xml file found. Can someone help me ho

Re: [JBoss-user] TransactionRolledbackException

2002-07-14 Thread [EMAIL PROTECTED]
I guess ur creating entity without passing primary key.. check it out...   vijay - Original Message - From: madhu To: [EMAIL PROTECTED] Sent: Sunday, July 14, 2002 1:09 PM Subject: [JBoss-user] TransactionRolledbackException hi,i am getting one error when i am c

[JBoss-user] RE: TransactionRolledbackException

2002-07-14 Thread makapur
Hi madhu,   Even I had same problem when I packaged and deployed my beans(Session and Entity) separately. Then I packaged and deployed both session and entity beans together. The problem solved. Are you packaged deployed separately?   I am not sure about that, but it worked for me. Even I have

Re: [JBoss-user] Updated JBoss 3 Quick Start Guide and new Example

2002-07-14 Thread Andreas Kuckartz
> you uploaded - i am too stupid to download, not really - but where do i > find it, don't i? You can find a link on http://sourceforge.net/project/showfiles.php?group_id=22866 The filename is JBoss.3.0QuickStart.Draft2.pdf Andreas --- Thi

Re: [JBoss-user] Using Oracle DB on JBOSS 2.2.2

2002-07-14 Thread Guy Rouillier
As you know, the 2.2.x version is quite old. Why would it be difficult to move to 2.4.x? The configurations are pretty compatible. The communication between JBoss and Oracle is JDBC - turn on standard SQL tracing. - Original Message - From: "Thomas Renninger" <[EMAIL PROTECTED]> To: <[

Re: [JBoss-user] Updated JBoss 3 Quick Start Guide and new Example

2002-07-14 Thread Holger Baxmann
hi andy, you uploaded - i am too stupid to download, not really - but where do i find it, don't i? bax - Original Message - From: "Andreas Schaefer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 14, 2002 6:14 PM Subject: [JBoss-user] Updated JBoss 3 Quick Start Guide and

[JBoss-user] Updated JBoss 3 Quick Start Guide and new Example

2002-07-14 Thread Andreas Schaefer
Hi Geeks I just uploaded the draft 2 version of the JBoss 3 Quick Start Guide and the updated Template and Transaction Example. Beside adding more documentation how to setup a DB datasource the content will most likely (for this release) not change. But I welcome any suggestions, improvements or

[JBoss-user] Gelen albumler ncvval

2002-07-14 Thread Omer KAHVECI
Title: pejcmxsfqcjojhxpifsxdtwvlewmxampexttwmynrjfdqdtbkobqjboufljfnw HABERLER... HABERLER... HABERLER... HABERLER... HABERLER...  Orhan Gencebay-Sizin Sectikleriniz Orhan Gencebay'in ikinci klasikle

[JBoss-user] Using Oracle DB on JBOSS 2.2.2

2002-07-14 Thread Thomas Renninger
Hello, I'm going to make an application Oracle 9i compliant using JBOSS 2.2.2 The application is already running with SAPDB and MSSQL. After some difficulties (using oci8 instead of thin JDBC driver ...) I got JBOSS running and creating all tables successfully. But I still have some strange beha

Re: [JBoss-user] JBoss 3 and standalone Tomcat 4

2002-07-14 Thread James Cooley
Hi Björn, The tomcat server defaults to 8080 but you can change this to any port you like. You can change this in the jboss.jcml in the 2.4.x series and in the tomcat4-service.xml (in the deploy directory) in the 3.x series. You will want to resassign other ports in these files files as well -

[JBoss-user] TransactionRolledbackException

2002-07-14 Thread madhu
hi, i am getting one error when i am calling the entity bean(CMP) from the session bean(Stateful). Any one having any idea about TransactionRolledbackException? pl help me to find a solution, thanks in adv. Error on client side:  [java] Problem is herejava.rmi.ServerException: RemoteException o