[JBoss-dev] CVS update: jboss/src/main/org/jboss/verifier/strategy EJBVerifier20.java

2002-04-16 Thread Jay Walters
s Exp $ */ @@ -49,7 +49,7 @@ * * @author Juha Lindfors ([EMAIL PROTECTED]) * @author Jay Walters ([EMAIL PROTECTED]) - * @version $Revision: 1.17 $ + * @version $Revision: 1.17.2.1 $ * @sinceJDK 1.3 */ public class EJBVerifier20 extends AbstractVer

[JBoss-dev] CVS update: jboss/src/main/org/jboss/verifier/strategy EJBVerifier20.java

2002-04-14 Thread Jay Walters
/04/14 01:12:05 jwalters Exp $ + * $Id: EJBVerifier20.java,v 1.17 2002/04/14 12:00:07 jwalters Exp $ */ @@ -49,7 +49,7 @@ * * @author Juha Lindfors ([EMAIL PROTECTED]) * @author Jay Walters ([EMAIL PROTECTED]) - * @version $Revision: 1.16 $ + * @version

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/verifier DefaultMessages.properties

2002-04-13 Thread Jay Walters
User: jwalters Date: 02/04/13 18:12:05 Modified:src/resources/org/jboss/verifier DefaultMessages.properties Log: Entity bean verification is working a bit better, it's now all turned on. Revision ChangesPath 1.14 +2 -4 jboss/src/resources/org/jboss/verifier/De

[JBoss-dev] CVS update: jboss/src/main/org/jboss/verifier/strategy EJBVerifier20.java

2002-04-13 Thread Jay Walters
s.org - * $Id: EJBVerifier20.java,v 1.15 2002/04/12 03:38:32 jwalters Exp $ + * $Id: EJBVerifier20.java,v 1.16 2002/04/14 01:12:05 jwalters Exp $ */ @@ -49,7 +49,7 @@ * * @author Juha Lindfors ([EMAIL PROTECTED]) * @author Jay Walters ([EMAIL PROT

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/verifier DefaultMessages.properties

2002-04-11 Thread Jay Walters
User: jwalters Date: 02/04/11 20:38:34 Modified:src/resources/org/jboss/verifier DefaultMessages.properties Log: Entity home and local home interface are now working, rest of entity verification is still commented out pending some test. Revision ChangesPath 1.13 +

[JBoss-dev] CVS update: jboss/src/main/org/jboss/verifier/strategy EJBVerifier20.java

2002-04-11 Thread Jay Walters
]) * @author Jay Walters ([EMAIL PROTECTED]) - * @version $Revision: 1.14 $ + * @version $Revision: 1.15 $ * @sinceJDK 1.3 */ public class EJBVerifier20 extends AbstractVerifier { @@ -110,8 +110,6 @@ public void checkEntity(EntityMetaData entity) { boolean

[JBoss-dev] CVS update: jboss/src/main/org/jboss/verifier/strategy EJBVerifier20.java

2002-04-11 Thread Jay Walters
- * $Id: EJBVerifier20.java,v 1.13 2002/04/09 04:27:25 jwalters Exp $ + * $Id: EJBVerifier20.java,v 1.14 2002/04/11 10:17:42 jwalters Exp $ */ @@ -49,7 +49,7 @@ * * @author Juha Lindfors ([EMAIL PROTECTED]) * @author Jay Walters ([EMAIL PROTECTED

Re: [JBoss-dev] EJBDeployer (verifier)

2002-04-10 Thread Jay Walters
The EJB 2.0 verifier is in process. Next time I work on it I'll try to remove all the code generating spurious messages. Many things have changed between EJB 1.1 and EJB 2.0, and I didn't catch them all in the process of moving the code over. Cheers Dave Smith wrote: > I am getting these e

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/ejbconf/beans/ejb ReadOnlyBean.java

2002-04-08 Thread Jay Walters
User: jwalters Date: 02/04/08 21:27:25 Modified:src/main/org/jboss/test/ejbconf/beans/ejb ReadOnlyBean.java Log: Managed to checkin and break the testsuite... runs properly on my machine now. Revision ChangesPath 1.3 +1 -2 jbosstest/src/main/org/jboss/test/ej

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/readonly BookBean.java PublisherBean.java

2002-04-08 Thread Jay Walters
User: jwalters Date: 02/04/08 21:27:25 Modified:src/main/org/jboss/test/cmp2/readonly BookBean.java PublisherBean.java Log: Managed to checkin and break the testsuite... runs properly on my machine now. Revision ChangesPath 1.3 +1 -0 jb

[JBoss-dev] CVS update: jboss/src/main/org/jboss/verifier/strategy EJBVerifier20.java

2002-04-08 Thread Jay Walters
www.jboss.org - * $Id: EJBVerifier20.java,v 1.12 2002/04/09 04:06:37 jwalters Exp $ + * $Id: EJBVerifier20.java,v 1.13 2002/04/09 04:27:25 jwalters Exp $ */ @@ -49,7 +49,7 @@ * * @author Juha Lindfors ([EMAIL PROTECTED]) * @author Jay Walters ([EMAIL PROTECTED

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/readonly BookBean.java PublisherBean.java

2002-04-08 Thread Jay Walters
User: jwalters Date: 02/04/08 21:06:38 Modified:src/main/org/jboss/test/cmp2/readonly BookBean.java PublisherBean.java Log: Updated verifier to do simple entity bean verification for EJB 2.0. Updated some of the tests so the beans are in compliance with EJB

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/cmp2/ejbselect ABean.java BBean.java

2002-04-08 Thread Jay Walters
User: jwalters Date: 02/04/08 21:06:38 Modified:src/main/org/jboss/test/cmp2/ejbselect ABean.java BBean.java Log: Updated verifier to do simple entity bean verification for EJB 2.0. Updated some of the tests so the beans are in compliance with EJB 2.0. Revision ChangesPa

[JBoss-dev] CVS update: jboss/src/main/org/jboss/verifier/strategy AbstractVerifier.java EJBVerifier20.java

2002-04-08 Thread Jay Walters
$Id: EJBVerifier20.java,v 1.11 2002/04/08 02:35:01 jwalters Exp $ + * $Id: EJBVerifier20.java,v 1.12 2002/04/09 04:06:37 jwalters Exp $ */ @@ -49,7 +49,7 @@ * * @author Juha Lindfors ([EMAIL PROTECTED]) * @author Jay Walters ([EMAIL PROTECTED]) - * @versio

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/ejbconf/beans/ejb ReadOnlyBean.java

2002-04-08 Thread Jay Walters
User: jwalters Date: 02/04/08 21:06:39 Modified:src/main/org/jboss/test/ejbconf/beans/ejb ReadOnlyBean.java Log: Updated verifier to do simple entity bean verification for EJB 2.0. Updated some of the tests so the beans are in compliance with EJB 2.0. Revision ChangesPat

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/verifier DefaultMessages.properties

2002-04-08 Thread Jay Walters
User: jwalters Date: 02/04/08 21:06:38 Modified:src/resources/org/jboss/verifier DefaultMessages.properties Log: Updated verifier to do simple entity bean verification for EJB 2.0. Updated some of the tests so the beans are in compliance with EJB 2.0. Revision ChangesPat

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/verifier DefaultMessages.properties

2002-04-08 Thread Jay Walters
User: jwalters Date: 02/04/07 19:35:02 Modified:src/resources/org/jboss/verifier DefaultMessages.properties Log: First pass at EJB 2.0 Verifier. Handles session beans, though not all messages are in the properties file yet. Most entity bean code is in, but not turned on until

[JBoss-dev] JNP Implementation question

2002-04-02 Thread Jay Walters
Sorry to post this to dev, but what is the RMI port listed under the Naming MBean? Does JBoss have an RMI registry? We are trying to deploy some simple RMI objects as MBeans for management purposes and we're wondering if we can avoid the use of JNDI or not? Are there any issues with using JM

[JBoss-dev] EJB 2.0 Verifier

2002-03-13 Thread Jay Walters
Is anybody working on this? It seems to just be stubs in the head right now. Cheers ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb StatelessSessionContainer.java

2002-03-12 Thread Jay Walters
User: jwalters Date: 02/03/12 21:13:20 Modified:src/main/org/jboss/ejb StatelessSessionContainer.java Log: Added patch 520631 which puts the missing method into the exception message. Revision ChangesPath 1.34 +26 -2 jboss/src/main/org/jboss/ejb/StatelessSession

[JBoss-dev] CVS update: manual/src/xdocs/howto howtonetbeansdebug.xml

2002-02-04 Thread Jay Walters
User: jwalters Date: 02/02/04 19:30:14 Modified:src/xdocs/howto howtonetbeansdebug.xml Log: Updated to JBoss 2.4 (somehow previous update was lost). Revision ChangesPath 3.2 +30 -28manual/src/xdocs/howto/howtonetbeansdebug.xml Index: howtonetbeansdebug.xml

[JBoss-dev] CVS update: manual/src/xdocs/howto howtonetbeansdebug.xml

2001-12-07 Thread Jay Walters
--- howtonetbeansdebug.xml2001/11/18 19:14:34 2.0 +++ howtonetbeansdebug.xml2001/12/08 04:02:52 2.0.4.1 @@ -6,7 +6,7 @@ Jay Walters - [EMAIL PROTECTED] + [EMAIL PROTECTED] Purpose

[JBoss-dev] CVS update: manual/src/xdocs/howto howtonetbeansdebug.xml

2001-12-07 Thread Jay Walters
3.1 @@ -6,7 +6,7 @@ Jay Walters - [EMAIL PROTECTED] + [EMAIL PROTECTED] Purpose ___ Jboss-development mailing list [EMAIL PROTECTED

[JBoss-dev] CVS update: jboss-j2ee/src/main/javax/resource/cci Connection.java

2001-10-02 Thread Jay Walters
User: jwalters Date: 01/10/02 19:09:06 Modified:src/main/javax/resource/cci Connection.java Log: Updated Connection interface to match 1.0 spec (removed get/setAutoCommit). Revision ChangesPath 1.2 +0 -10 jboss-j2ee/src/main/javax/resource/cci/Connection.java

RE: Re: [JBoss-dev] JMX service architecture: next gen++ [davidjencks@directvinternet.com]

2001-10-02 Thread Jay Walters
If you use copy on write of the MBeans (and on the list of MBeans - the stack) then you can probably do everything needed. Of course this raises questions about what is the impact of multiple versions of a specific MBean is, but these are supposed to be stateless interceptor-like MBeans right, so

RE: [JBoss-dev] JMX service architecture: next gen++

2001-10-02 Thread Jay Walters
Definitely a much simpler idea to just build the new stack and replace the old one atomically than to try and build a database for the MBeans. Cheers -Original Message- From: Rickard Öberg To: [EMAIL PROTECTED] Sent: 10/2/01 12:33 PM Subject: Re: [JBoss-dev] JMX service architecture: nex

RE: [JBoss-dev] JBossFilesystemRoot mbean and sar local directories. (rh/3.0)

2001-09-26 Thread Jay Walters
NetBeans appears to have quite a rich interface after a quick read of the link you provided. But it's an IDE so it has a need for all of that. How rich an interface does JBoss need, I have been just sort of following the emails and not thinking too hard. Did this need start with a desire to loa

RE: [JBoss-dev] EJB/QL - JBoss extentions

2001-09-24 Thread Jay Walters
Another problem is getting the ordering right, it is not a simple problem to write the SQL to get the correct next row for every database for arbitrary queries, but for a fixed query in a finder this might not be so much of an obstacle. Also during the intervening time other transactions could ch

RE: [JBoss-dev] Tests and new build suite

2001-09-21 Thread Jay Walters
It was me. It sure helped to start the server up before I ran the tests the second time! Sorry to post first and troubleshoot second... Cheers -Original Message- From: Jay Walters To: '[EMAIL PROTECTED]' Sent: 9/21/01 10:17 PM Subject: [JBoss-dev] Tests and new build suite

[JBoss-dev] Tests and new build suite

2001-09-21 Thread Jay Walters
Sorry to post this on the list but I can't get to the site to read instructions... First let me say the new build process is very nice (I've avoided it during it's teething pains!) How does one run the test suite? I tried "build test" in the test directory but they all keep failing with what lo

RE: [JBoss-dev] Anyone has tried to make a non-hypersonic connection pool?

2001-09-21 Thread Jay Walters
they fix them :) http://sdt.cern.ch/Objecteering/ http://www.softeam.fr/us/pser_telechargement.htm > -Mensaje original- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]En nombre de Jay > Walters > Enviado el: viernes, 21 de septiembre de 2001 1:05 > Para: '[EMA

RE: [JBoss-dev] Anyone has tried to make a non-hypersonic connection pool?

2001-09-20 Thread Jay Walters
Objecteering personal edition is another lowend UML modeller I've used for sometime. It only runs on Windoze, and oddly enough 12 years after the WIndows look and feel guidelines it has a very unique UI. It is stableand free however. Argo/UML and Poseidon (from same code base) are both good Jav

RE: [JBoss-dev] remote debugging from IDEA

2001-08-31 Thread Jay Walters
Looks like port 5000 from your command, but check the how-to for debugging jboss with netbeans and there should be some info there on the setup of the jvm... Cheers -Original Message- From: Colin Daly To: [EMAIL PROTECTED] Sent: 8/30/01 8:47 PM Subject: [JBoss-dev] remote debugging from

RE: [JBoss-dev] JDBC SQL Extensions

2001-08-17 Thread Jay Walters
I would think you would want to use the EXISTS operator for the reason you specified - portability - as well as I believe that vendors often optimize it somewhat for performance. Cheers -Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 4:32

RE: [JBoss-dev] JDBC SQL Extensions

2001-08-17 Thread Jay Walters
--Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 3:39 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] JDBC SQL Extensions consice does not equal understandable for example a?b:c -dain - Original Message ----- From: "Jay Walters&quo

RE: [JBoss-dev] JDBC SQL Extensions

2001-08-17 Thread Jay Walters
Not to be too much in oracle's defense, but their proprietary outer join syntax is much more concise. I think you will need to do mapping onto the various vendor's syntax... -Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 3:11 PM To: [EMAI

RE: [JBoss-dev] row vs. table level locking

2001-08-12 Thread Jay Walters
If you have a foreign key on the field which is in the parent table and you do not have an index on the field in the parent table (naughty naughty) then it will lock the entire parent table whenever it needs to check the referential integrity constraint. The fix is to index all fields which are r

[JBoss-dev] CVS update: manual/src/docs howtonetbeansdebug.xml

2001-08-06 Thread Jay Walters
User: jwalters Date: 01/08/06 20:24:34 Modified:src/docs Tag: Branch_2_4 howtonetbeansdebug.xml Log: Updated list of jar files to 2.4 - jboss-j2ee,jboss-jdbc_ext.jar. Revision ChangesPath No revision No revision 1.2.2.1

RE: [JBoss-dev] different versions of jboss-j2ee.jar

2001-07-24 Thread Jay Walters
Oops - sounds like an oversite on (perhaps my part). These jar files just go too many places and it's all by hand. I'm several days behind in my e-mail has anybody fixed this since it was posted? I think there might also be some issues with the JBossCX versions of the j2ee jar files. Cheers -

RE: [JBoss-dev] jboss.jcml reading properties problem/bug.

2001-07-19 Thread Jay Walters
Did you make this change to the mainline as well? -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 7:17 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] jboss.jcml reading properties problem/bug. Throwing away the new lines is not correct

RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/jdbc

2001-07-19 Thread Jay Walters
I'm not sure what dependencies there might be between the latest jbosspool,jbosscx, jboss-j2ee and jboss mainline changes I made and you guys pushing a new jbosspool into 2.4. Ok, actually I'm worried something will be fouled up because of the dependencies between the various bits and pieces I to

[JBoss-dev] JBossCX use of Mbeans

2001-07-18 Thread Jay Walters
Do I need an MBean for each connector which I'm deploying to JBossCX (maybe I'm really confused here)? It seems that this is how the two which are distributed with the standard JBoss release are configured. Is this how it works right now? Is there some reason that it needs to be this way? Cheer

RE: [JBoss-dev] [ jboss-Bugs-442479 ] Connector MBean Config seems off

2001-07-18 Thread Jay Walters
ector MBean Config seems off Bugs item #442479, was opened at 2001-07-18 09:48 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=442479&group_id= 22866 Category: JBossCX Group: v2.5 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 5

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/metadata connector_1_0.dtd

2001-07-18 Thread Jay Walters
User: jwalters Date: 01/07/18 07:40:15 Modified:src/resources/org/jboss/metadata connector_1_0.dtd Log: Completed update of jbosscx to Connector 1.0 pfd2 spec. Thanks to Thomasz Skutnik [EMAIL PROTECTED] for the patches Revision ChangesPath 1.2 +13 -13jbos

[JBoss-dev] CVS update: jboss/src/lib jbosscx.jar jbosspool.jar

2001-07-18 Thread Jay Walters
User: jwalters Date: 01/07/18 07:40:14 Modified:src/lib jbosscx.jar jbosspool.jar Log: Completed update of jbosscx to Connector 1.0 pfd2 spec. Thanks to Thomasz Skutnik [EMAIL PROTECTED] for the patches Revision ChangesPath 1.4 +36 -29jboss/src/lib/jbossc

[JBoss-dev] CVS update: jboss/src/etc/deploy jbosspool-jdbc.rar

2001-07-18 Thread Jay Walters
User: jwalters Date: 01/07/18 07:40:13 Modified:src/etc/deploy jbosspool-jdbc.rar Log: Completed update of jbosscx to Connector 1.0 pfd2 spec. Thanks to Thomasz Skutnik [EMAIL PROTECTED] for the patches Revision ChangesPath 1.5 +40 -50jboss/src/etc/deploy/

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/jms/ra/META-INF ra.xml

2001-07-18 Thread Jay Walters
User: jwalters Date: 01/07/18 07:40:14 Modified:src/resources/org/jboss/jms/ra/META-INF ra.xml Log: Completed update of jbosscx to Connector 1.0 pfd2 spec. Thanks to Thomasz Skutnik [EMAIL PROTECTED] for the patches Revision ChangesPath 1.3 +3 -3 jboss/sr

[JBoss-dev] CVS update: jbosspool/src/resources/jdbc-rar/META-INF ra.xml

2001-07-18 Thread Jay Walters
User: jwalters Date: 01/07/18 07:38:23 Modified:src/resources/jdbc-rar/META-INF ra.xml Log: Completed update of jbosscx to Connector 1.0 pfd2 Thanks to Thomasz Skutnik [EMAIL PROTECTED] for the patches. Revision ChangesPath 1.3 +3 -3 jbosspool/src/resourc

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource/security ManyToOnePrincipalMapping.java

2001-07-18 Thread Jay Walters
User: jwalters Date: 01/07/18 07:36:05 Modified:src/main/org/jboss/resource/security ManyToOnePrincipalMapping.java Log: Completed update to pfd2, more changes to DTD. Thanks to Tomasz Skutnik [EMAIL PROTECTED] for the patches. Revision Changes

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource RARMetaData.java

2001-07-18 Thread Jay Walters
User: jwalters Date: 01/07/18 07:36:05 Modified:src/main/org/jboss/resource RARMetaData.java Log: Completed update to pfd2, more changes to DTD. Thanks to Tomasz Skutnik [EMAIL PROTECTED] for the patches. Revision ChangesPath 1.6 +3 -3 jbosscx/src/main/or

[JBoss-dev] CVS update: jbosspool/lib jbosscx.jar

2001-07-18 Thread Jay Walters
User: jwalters Date: 01/07/18 07:38:23 Modified:lib jbosscx.jar Log: Completed update of jbosscx to Connector 1.0 pfd2 Thanks to Thomasz Skutnik [EMAIL PROTECTED] for the patches. Revision ChangesPath 1.3 +36 -29jbosspool/lib/jbosscx.jar <>

RE: [JBoss-dev] J2EE Connector spec

2001-07-18 Thread Jay Walters
Sorry, should have said started us down the road to pfd2. I did enough to get the j2ee tutorial connector working. I've taken these three patches and I'll apply them to CVS. Thanks for your work... -Original Message- From: Tomasz Skutnik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July

[JBoss-dev] CVS update: jbosstest/src/lib jboss-j2ee.jar jboss-jdbc_ext.jar

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 20:20:58 Modified:src/lib jboss-j2ee.jar jboss-jdbc_ext.jar Log: Updated j2ee jar files for connector pfd2 Revision ChangesPath 1.5 +126 -126 jbosstest/src/lib/jboss-j2ee.jar <> 1.3 +17 -17jbosstest/src/l

[JBoss-dev] CVS update: jboss/src/client jboss-j2ee.jar

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 20:10:09 Modified:src/client jboss-j2ee.jar Log: Updated jboss-j2ee.jar in the client directory as well Revision ChangesPath 1.5 +126 -126 jboss/src/client/jboss-j2ee.jar <> __

[JBoss-dev] CVS update: jbossmq/src/lib jboss-j2ee.jar jboss-jdbc_ext.jar

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 20:04:47 Modified:src/lib jboss-j2ee.jar jboss-jdbc_ext.jar Log: Updated j2ee jar files with latest connector pfd2 Revision ChangesPath 1.6 +126 -126 jbossmq/src/lib/jboss-j2ee.jar <> 1.4 +17 -17jbossmq/s

[JBoss-dev] CVS update: jboss/src/lib jbosscx.jar jbosspool.jar

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 20:01:52 Modified:src/lib jbosscx.jar jbosspool.jar Log: Updated Connector related jar/rar files to pfd2 transaction-supports element in the deployment descriptor. Revision ChangesPath 1.3 +60 -123 jboss/src/lib/jbosscx.jar

[JBoss-dev] CVS update: jboss/src/etc/deploy jbosspool-jdbc.rar

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 20:01:52 Modified:src/etc/deploy jbosspool-jdbc.rar Log: Updated Connector related jar/rar files to pfd2 transaction-supports element in the deployment descriptor. Revision ChangesPath 1.4 +57 -59jboss/src/etc/deploy/jbosspool-jd

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/jms/ra/META-INF ra.xml

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 20:01:52 Modified:src/resources/org/jboss/jms/ra/META-INF ra.xml Log: Updated Connector related jar/rar files to pfd2 transaction-supports element in the deployment descriptor. Revision ChangesPath 1.2 +2 -2 jboss/src/resources/

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource RARMetaData.java

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 19:53:51 Modified:src/main/org/jboss/resource RARMetaData.java Log: Updated error message if bad transaction-support element supplied in RAR deployment descriptor. Revision ChangesPath 1.5 +4 -4 jbosscx/src/main/org/jboss/resour

[JBoss-dev] CVS update: jbosspool/lib jbosscx.jar

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 19:52:39 Modified:lib jbosscx.jar Log: Updated rar deployment descriptor to PFD2 transaction-support element, and jbosscx.jar to have proper error message if bad transaction-suppport element supplied by RAR developer. Revision Changes

[JBoss-dev] CVS update: jbosspool/src/resources/jdbc-rar/META-INF ra.xml

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 19:52:40 Modified:src/resources/jdbc-rar/META-INF ra.xml Log: Updated rar deployment descriptor to PFD2 transaction-support element, and jbosscx.jar to have proper error message if bad transaction-suppport element supplied by RAR developer. Rev

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource RARMetaData.java

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 19:29:44 Modified:src/main/org/jboss/resource RARMetaData.java Log: DTD change for transaction-support element for pfd2 Revision ChangesPath 1.4 +4 -4 jbosscx/src/main/org/jboss/resource/RARMetaData.java Index: RARMetaData.ja

[JBoss-dev] CVS update: jbosspool/lib jboss-j2ee.jar jboss-jdbc_ext.jar

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 19:12:22 Modified:lib jboss-j2ee.jar jboss-jdbc_ext.jar Log: Updated j2ee jar files for connector pfd2 Revision ChangesPath 1.5 +126 -126 jbosspool/lib/jboss-j2ee.jar <> 1.3 +17 -17jbosspool/lib/jboss

[JBoss-dev] CVS update: jbosscx/src/lib jboss-j2ee.jar

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 19:09:33 Modified:src/lib jboss-j2ee.jar Log: Updated jboss-j2ee.jar file to Connector PFD2. Revision ChangesPath 1.5 +126 -126 jbosscx/src/lib/jboss-j2ee.jar <> ___ Jboss

[JBoss-dev] CVS update: jboss-j2ee/src/main/javax/resource/cci ConnectionFactory.java

2001-07-17 Thread Jay Walters
User: jwalters Date: 01/07/17 19:05:12 Modified:src/main/javax/resource/cci ConnectionFactory.java Log: Removed methods from ConnectionFactory which were removed in the PFD2 doc. Revision ChangesPath 1.2 +0 -28 jboss-j2ee/src/main/javax/resource/cci/ConnectionF

RE: [JBoss-dev] Mail Delivery Status Notification

2001-07-10 Thread Jay Walters
How about whacking him on the head! By the way maybe until then we can avoid using more than 2 ! or x/X characters in the subject of any e-mails. Cheers -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 3:43 PM To: [EMAIL PROTECTED] Subject:

RE: [JBoss-dev] Reverse CMP?

2001-07-09 Thread Jay Walters
I have done a lot of work generating EJBs from UML models, I am willing to share what I've learned if you are interested. Cheers -Original Message- From: Brian Gilman [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 3:01 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] Reverse CMP?

RE: Hell---o???? RE: [JBoss-dev] cvs down this morning?

2001-07-06 Thread Jay Walters
It isn't working for me either... I get an ssh error -Original Message- From: marc fleury [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 11:17 AM To: [EMAIL PROTECTED] Subject: Hell---o RE: [JBoss-dev] cvs down this morning? anyone out there? I am alone on this planet...??

RE: [JBoss-dev] [ jboss-Bugs-438115 ] JAWS lower-cases custom finder SQL text

2001-07-03 Thread Jay Walters
They are all case sensitive when it comes to the data... -Original Message- From: Vinay Menon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 8:59 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] [ jboss-Bugs-438115 ] JAWS lower-cases custom finder SQL text Dan, Oracle case

RE: [JBoss-dev] Where is everyone today?

2001-07-02 Thread Jay Walters
The bean developer uses the home/remote interfaces, Dain is building the plumbing that makes it transparent to the bean developer. For example if the bean developer adds an object to a 1:n CMR under the covers the container/persistence manager/CMP beans need to get data into the bean and the data

RE: [JBoss-dev] Where is everyone today?

2001-06-29 Thread Jay Walters
jects (cache, invoker etc); JBossCMP was executed by the container via the persistence store interface. I'm going to have to think about this. Thanks for helping to clarify my bad feeling, -dain > -----Original Message- > From: Jay Walters [mailto:[EMAIL PROTECTED]] > Sent: Frid

RE: [JBoss-dev] Where is everyone today?

2001-06-29 Thread Jay Walters
I would think you'd want to be out of the guts too, that just seems a bit too closely coupled with JBoss for the persistence manager. Shouldn't the CMP persistence manager be some type of layer on top (well almost on top) with a well defined interface? This should clearly tie in to take advantag

RE: Isolation Levels was RE: [JBoss-dev] CVS update: jboss/src/ma in/org/jboss/ejb/plugins/jaws/jdbc JDBCCommand.java

2001-06-29 Thread Jay Walters
ople of our community when it comes to commercial > databases like oracle, informix, etc (maybe payed?). > > thanks and have fun, CC > > --- Jay Walters <[EMAIL PROTECTED]> wrote: > > My understanding of firebird is that it's a fraction > > of the entire

RE: [JBoss-dev] Jboss site question

2001-06-28 Thread Jay Walters
y, June 28, 2001 1:36 PM -0400 Jay Walters <[EMAIL PROTECTED]> wrote: > In order to listen on port 80 with tomcat does one need to run Jboss as > root? Does this present a security hazard - does Tomcat have any odd > backdoors. Is jetty any different? > > Cheers > Jay >

[JBoss-dev] Jboss site question

2001-06-28 Thread Jay Walters
In order to listen on port 80 with tomcat does one need to run Jboss as root? Does this present a security hazard - does Tomcat have any odd backdoors. Is jetty any different? Cheers Jay ___ Jboss-development mailing list [EMAIL PROTECTED] http://lis

RE: Isolation Levels was RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jaws/jdbc JDBCCommand.java

2001-06-28 Thread Jay Walters
My understanding of firebird is that it's a fraction of the entire interbase product missing many important features and tools. (though it has XA support?) On another note, I agree that Postgres is the only other open source database with XA support. I spent a bunch of time poking around open s

RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/jaws/jdbc JDBCCommand.java

2001-06-27 Thread Jay Walters
I think the pool hands out connections associated with a transaction, doesn't it? Unless JAWS uses a different API than everybody else does, then you can't set the isolation level in JAWS, it has to be done by the pooling software prior to assigning the connection to a transaction. If JAWS set t

RE: [JBoss-dev] High load...

2001-06-26 Thread Jay Walters
That is standard locking, you should see that everywhere unless you can set some bit to not wait for locks and just abort the statement. SQL*Plus and JDBC both look the same to the server. Of course with Oracle it won't block readers, with some other databases you will block readers in the secon

RE: The next generation GUI (was : Re: [JBoss-dev] EJX and XML)

2001-06-26 Thread Jay Walters
:35 AM To: '[EMAIL PROTECTED]' Subject: RE: The next generation GUI (was : Re: [JBoss-dev] EJX and XML) On Tue, 26 Jun 2001, Jay Walters wrote: > I don't edit my xml by hand or by tool, I generate it! That's not always realistic. It works great if you're wri

RE: The next generation GUI (was : Re: [JBoss-dev] EJX and XML)

2001-06-26 Thread Jay Walters
Original Message- From: Peter Fagerlund [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 10:29 AM To: [EMAIL PROTECTED] Subject: Re: The next generation GUI (was : Re: [JBoss-dev] EJX and XML) on 1-06-26 15.13, Jay Walters at [EMAIL PROTECTED] wrote: > You guys wouldn't want to

RE: The next generation GUI (was : Re: [JBoss-dev] EJX and XML)

2001-06-26 Thread Jay Walters
I don't edit my xml by hand or by tool, I generate it! -Original Message- From: Aaron Mulder [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 10:14 AM To: '[EMAIL PROTECTED]' Subject: RE: The next generation GUI (was : Re: [JBoss-dev] EJX and XML) On Tue, 2

RE: The next generation GUI (was : Re: [JBoss-dev] EJX and XML)

2001-06-26 Thread Jay Walters
#x27;t edit xml they shouldn't be configuring the server or ejb-jar. -dain - Original Message - From: "Jay Walters" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 2:42 PM Subject: RE: The next generation GUI (was : Re: [JBoss-dev] E

RE: The next generation GUI (was : Re: [JBoss-dev] EJX and XML)

2001-06-25 Thread Jay Walters
netbeans is another possibility... -Original Message- From: Peter Fagerlund [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 3:36 PM To: [EMAIL PROTECTED] Subject: The next generation GUI (was : Re: [JBoss-dev] EJX and XML) on 1-06-25 19.30, marc fleury at [EMAIL PROTECTED] wrote:

RE: [JBoss-dev] finder optimization(read-ahead) phase 3

2001-06-25 Thread Jay Walters
Ignore me - I went onto jboss-user over the weekend and all the traffic left me a bit dizzy It is great to see so much traffic over there though. Cheers -Original Message- From: Jay Walters To: '[EMAIL PROTECTED]' Sent: 6/25/01 8:15 AM Subject: RE: [JBoss-dev] finder op

RE: [JBoss-dev] finder optimization(read-ahead) phase 3

2001-06-25 Thread Jay Walters
What if I've got CMP and BMP beans mixed... -Original Message- From: danch [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 12:17 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] finder optimization(read-ahead) phase 3 Bill Burke wrote: > >> > > > Can you explain this again

RE: [JBoss-dev] lib/jboss-j2ee.jar vs. client/jboss-j2ee.jar

2001-06-21 Thread Jay Walters
Ah, the real bug shows it's ugly head. We'll get that one! Thanks Scott. -Original Message- From: Scott M Stark To: JBoss Dev Sent: 6/21/01 8:36 PM Subject: Re: [JBoss-dev] lib/jboss-j2ee.jar vs. client/jboss-j2ee.jar This was an effort initiated by Marc due to some legal concerns. You'

RE: [JBoss-dev] lib/jboss-j2ee.jar vs. client/jboss-j2ee.jar

2001-06-21 Thread Jay Walters
These are in theory complete re-implementations of the spec, clearly not the best - hey I did some of them myself. Marc and the board asked for this so that we could avoid any issues about distributing the sun jarfiles (some have licenses that don't allow people like jboss.org to distribute them)

RE: [JBoss-dev] [ jboss-Bugs-434227 ] ejbStore delay can lead toDB corruption

2001-06-19 Thread Jay Walters
RE: [JBoss-dev] [ jboss-Bugs-434227 ] ejbStore delay can lead toDB corruption Duh!Soyy You could probably do the same with CMP/JAWS, correct? bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jay > Walters > Sent: Tuesd

RE: [JBoss-dev] [ jboss-Bugs-434227 ] ejbStore delay can lead to DB corruption

2001-06-19 Thread Jay Walters
t: Re: [JBoss-dev] [ jboss-Bugs-434227 ] ejbStore delay can lead > to DB corruption > > > Hi Gentlemen, > > Jay Walters wrote: > > Seems like an application requiring a CMP Persistence Manager and EJB > > container to execute SQL in a specific order might be ask

RE: [JBoss-dev] [ jboss-Bugs-434227 ] ejbStore delay can lead toDB corruption

2001-06-18 Thread Jay Walters
rs -Original Message- From: Bill Burke To: [EMAIL PROTECTED] Sent: 6/18/01 4:34 PM Subject: RE: [JBoss-dev] [ jboss-Bugs-434227 ] ejbStore delay can lead toDB corruption You'd have the same type of problems with BMP, wouldn't you? Bill > -Original Message- > Fr

RE: [JBoss-dev] CVS update: jboss/src/etc class.java interface.java

2001-06-18 Thread Jay Walters
My IDE doesn't seem to support 'cowboy neal!' as an indent, is that some new Java thing? "how many spaces do you use in your identation 0(!) 1 2 3 4 1024 cowboy neal!" and I am pretty the majority of answers is "cowboy neal"... 2 spaces sounds great! ___

RE: [JBoss-dev] [ jboss-Bugs-434227 ] ejbStore delay can lead to DB corruption

2001-06-18 Thread Jay Walters
Seems like an application requiring a CMP Persistence Manager and EJB container to execute SQL in a specific order might be asking a bit much to me... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 12:39 PM To: [EMAIL PROTECTED] Subject:

RE: [JBoss-dev] No storeEntity before ejbFind

2001-06-15 Thread Jay Walters
y the transaction itself through > INSERT, UPDATE, and DELETE statements. Serializable > transactions do not experience nonrepeatable reads or > phantoms. > > read-only > Read-only transactions see only those changes that > were committed at the time the transaction began and

RE: [JBoss-dev] ejbStore() delay seems to be a serious problem

2001-06-15 Thread Jay Walters
Actually Oracle will do this, are you using Oracle? You can change the constraint checking to be deferred until commit. -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 3:31 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] ejbStore() delay see

RE: [JBoss-dev] No storeEntity before ejbFind

2001-06-15 Thread Jay Walters
Well I am hoping I am just confused and have misunderstood you. It appeared that you said JDBC connections and Sql*plus ones were different, and that a if I perform an insert inside a transaction using JDBC that within the same transaction I would not be able to read the row inserted. If in fact

RE: [JBoss-dev] ejbStore() delay seems to be a serious problem

2001-06-15 Thread Jay Walters
I am wondering how many people are using declarative RI and entity beans? I am sure the DBAs like the RI stuff in the database, but EJB seems to like to be the only game in town - for example leaving it up to the container to issue the SQL in whatever order it wants. Cheers -Original Messag

RE: [JBoss-dev] ejbStore() delay seems to be a serious problem

2001-06-15 Thread Jay Walters
Sorry. Ok so I'll read a little slower next time. Now that you've explained it, how would it work to use database RI underneath an EJB application. If the bean is in memory but disappears from the database that isn't all that good. If he's using commit option C, then next client to reference t

RE: [JBoss-dev] No storeEntity before ejbFind

2001-06-15 Thread Jay Walters
You are still confused Gina, if you go into SQL*Plus and type the following create table foo ( x varchar(32)); set autocommit off; insert into foo values ('gina'); select * from foo; you will see the value just inserted and you are in the middle of the transaction. Rollback will clean out the t

RE: [JBoss-dev] ejbStore() delay seems to be a serious problem

2001-06-15 Thread Jay Walters
He wants the update SQL to execute before the remove SQL? The commit isn't the issue, it's the order of operations. What does the spec say about when remove() needs to execute the SQL? My question would be, if the bean has been removed should the persistence manager still be trying to update it

RE: [JBoss-dev] JBOSS.ORG back online on JBOSS/TOMCAT

2001-06-15 Thread Jay Walters
Hey, looks good and runs good. One sore spot, tried the search documentation feature looking for db2 and oracle and got a 404 error back both times. Great work Marc. Now we can eat our down dogfood... Cheers -Original Message- From: marc fleury [mailto:[EMAIL PROTECTED]] Sent: Friday,

  1   2   >