[JBoss-dev] Automated JBoss Testsuite Results

2001-11-01 Thread chris
JBoss daily test results SUMMARY Number of tests run: 140 Successful tests: 131 Errors:4 Failures: 5 [time of test: 2 November 2001 6:27 GMT] [java.version: 1.3

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

2001-11-01 Thread Andreas Schaefer
@@ -61,8 +61,16 @@ * @author Juha Lindfors ([EMAIL PROTECTED]) * @author Aaron Mulder ([EMAIL PROTECTED]) * @author Vinay Menon ([EMAIL PROTECTED]) + * @author mailto:[EMAIL PROTECTED]";>Andreas Schaefer * - * @version $Revision: 1.18.4.1 $ + * Revisions: + * 200111

[JBoss-dev] CVS update: jboss/src/main/org/jboss/metadata MessageDrivenMetaData.java

2001-11-01 Thread Andreas Schaefer
User: schaefera Date: 01/11/01 22:17:06 Modified:src/main/org/jboss/metadata Tag: Branch_2_4 MessageDrivenMetaData.java Log: Fixes for bug #441291 and #434739. Revision ChangesPath No revision No revisio

[JBoss-dev] CVS update: jboss/src/main/org/jboss/metadata MessageDrivenMetaData.java

2001-11-01 Thread Andreas Schaefer
User: schaefera Date: 01/11/01 22:07:48 Modified:src/main/org/jboss/metadata MessageDrivenMetaData.java Log: Fixed the bug 441291 therefore that a message selector can have leading and trailing spaces as well as line breaks and still does not break (leading and trailing spaces a

[JBoss-dev] CVS update: jboss/src/main/org/jboss/util Scheduler.java SchedulerMBean.java

2001-11-01 Thread Andreas Schaefer
User: schaefera Date: 01/11/01 22:07:48 Modified:src/main/org/jboss/util Scheduler.java SchedulerMBean.java Log: Fixed the bug 441291 therefore that a message selector can have leading and trailing spaces as well as line breaks and still does not break (leading and trailing spac

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

2001-11-01 Thread Andreas Schaefer
$Revision: 1.22 $ + * Revisions: + * 20011101: Andy + * + * Changed the throwRemoteException() method to check accordingly to the RMI spec. + * + * + * + * @version $Revision: 1.23 $ * @sinceJDK 1.3 */ public abstract class AbstractVerifier implements VerificationStrategy { @@

Re: [JBoss-dev] [ANN] JBoss TRAINING IN SYDNEY

2001-11-01 Thread Toby Hede
hmmmand i had been contemplating buying a car...i think i might end up in sydney instead >JBoss Down Under! > >In response to popular demand we are taking our award winning show on the >road. > >We will be in Sydney Australia from February 11th through 15 at the Star >City hotel (I like th

[JBoss-dev] Automated JBoss Testsuite Results

2001-11-01 Thread chris
JBoss daily test results SUMMARY Number of tests run: 130 Successful tests: 121 Errors:4 Failures: 5 [time of test: 2 November 2001 5:28 GMT] [java.version: 1.3

Re: [JBoss-dev] The RARDeployer classpath is broken

2001-11-01 Thread Scott M Stark
- Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 7:09 PM Subject: Re: [JBoss-dev] The RARDeployer classpath is broken > > What is wrong with the RARDeployer adding the rar jars to the server > > classpath? > This is w

Re: [JBoss-dev] Let's drop the org.jboss.ejb.DeploymentException

2001-11-01 Thread Scott M Stark
Both 2.4.4 and 3.0 - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 7:33 PM Subject: Re: [JBoss-dev] Let's drop the org.jboss.ejb.DeploymentException > Yippee!!! > > Is this for jboss 3 I hope? > > david jencks > >

Re: [JBoss-dev] The RARDeployer classpath is broken

2001-11-01 Thread David Jencks
On 2001.11.01 18:34:30 -0500 Scott M Stark wrote: > Ok the spec does state that the interfaces, implementation and utiltity > classes > for the adapter should be placed into a jar inside of the rar package. > The > jbosspool-jdbc.rar does not include its implementation classes and the > jms-ra.rar

Re: [JBoss-dev] Let's drop the org.jboss.ejb.DeploymentException

2001-11-01 Thread David Jencks
Yippee!!! Is this for jboss 3 I hope? david jencks On 2001.11.01 22:13:42 -0500 Scott M Stark wrote: > We have two equivalent exceptions > org.jboss.deployment.DeploymentException and > org.jboss.ejb.DeploymentException. In a number of places we have to catch > a > org.jboss.ejb.DeploymentExce

[JBoss-dev] Automated JBoss Testsuite Results

2001-11-01 Thread chris
JBoss daily test results SUMMARY Number of tests run: 140 Successful tests: 129 Errors:5 Failures: 6 [time of test: 2 November 2001 3:18 GMT] [java.version: 1.3

[JBoss-dev] Let's drop the org.jboss.ejb.DeploymentException

2001-11-01 Thread Scott M Stark
We have two equivalent exceptions org.jboss.deployment.DeploymentException and org.jboss.ejb.DeploymentException. In a number of places we have to catch a org.jboss.ejb.DeploymentException just to rethrow it as a org.jboss.deployment.DeploymentException. Very ugly. I'm going to drop the ejb pack

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCQueryMetaDataFactory.java

2001-11-01 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/01 16:51:56 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCQueryMetaDataFactory.java Log: Removed method-intf from query metadata. The method-intf element was removed in the EJB 2.0 cmp final draft. Revision

[JBoss-dev] CVS update: jboss/src/main/org/jboss/metadata QueryMetaData.java

2001-11-01 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/01 16:51:56 Modified:src/main/org/jboss/metadata QueryMetaData.java Log: Removed method-intf from query metadata. The method-intf element was removed in the EJB 2.0 cmp final draft. Revision ChangesPath 1.4 +38 -33jboss/src/main/o

[JBoss-dev] CVS update: build/website build.xml

2001-11-01 Thread Andreas Schaefer
User: schaefera Date: 01/11/01 16:12:56 Modified:website build.xml Log: Deployment of Survey and Survey-Helper application is separated to ensure that both are deployed in sequence. Revision ChangesPath 1.15 +19 -1 build/website/build.xml Index: build.xm

RE: [JBoss-dev] jboss build failed

2001-11-01 Thread Dain Sundstrom
I got all my new code in and everything builds again. > -Original Message- > From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 4:53 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] jboss build failed > > > Sorry, this is from me. I am still checki

Re: [JBoss-dev] The RARDeployer classpath is broken

2001-11-01 Thread Scott M Stark
Ok the spec does state that the interfaces, implementation and utiltity classes for the adapter should be placed into a jar inside of the rar package. The jbosspool-jdbc.rar does not include its implementation classes and the jms-ra.rar includes them as bare classes. What is wrong with the RARDep

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCCommandFactory.java JDBCFindEntitiesCommand.java JDBCFinderCommand.java

2001-11-01 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/01 15:17:05 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCCommandFactory.java JDBCFindEntitiesCommand.java JDBCFinderCommand.java Log: Cleaned up code. Revision ChangesPath 1.8 +3 -

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCDefinedFinderCommand.java

2001-11-01 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/01 15:16:33 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCDefinedFinderCommand.java Log: Added support for ejbSelect queries. Revision ChangesPath 1.4 +144 -42 jboss/src/main/org/jboss/ejb/plugins/cmp/j

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCTypeFactory.java

2001-11-01 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/01 15:10:09 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCTypeFactory.java Log: Major rewrite. A JDBCType object can now be obtained for any class. This required for some raw-sql and dynamic-sql result set loading. Revision ChangesPat

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCTypeComplexProperty.java

2001-11-01 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/01 15:04:50 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCTypeComplexProperty.java Log: Changed class to be immutable and cleaned up the code. Revision ChangesPath 1.5 +46 -41 jboss/src/main/org/jboss/

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCTypeComplex.java

2001-11-01 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/01 15:02:33 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCTypeComplex.java Log: Added support to set properties by name. Revision ChangesPath 1.5 +54 -4 jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCTypeComplex.java

Re: [JBoss-dev] The RARDeployer classpath is broken

2001-11-01 Thread David Jencks
Sourceforge strikes again.. here's the copy for the list I'm not sure about the problem with the classes not getting into the classloader created by the RARDeployer, this was never my experience using the 2.3 and 2.4 RARDeployer, however I'm not at all sure moving the classes into the rars is a g

Re: [JBoss-dev] The RARDeployer classpath is broken

2001-11-01 Thread David Jencks
The spec as far as I can tell does not support putting bare .class files in a rar. I'm also not sure it is a good idea. I also think it is inadvisable to put information specific to a particular EIS instance into a rar representing a connector for any instance of that EIS system. I'd be happy t

RE: [JBoss-dev] jboss build failed

2001-11-01 Thread Dain Sundstrom
Sorry, this is from me. I am still checking in all my changes. -dain > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 4:48 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [JBoss-dev] jboss build failed > > > >

[JBoss-dev] jboss build failed

2001-11-01 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = HERE ARE THE LAST 50 LINES OF THE LOG FILE os.version: 2.4.9-6 compile-bean-so

RE: [JBoss-dev] Next release of JBoss Scheduler

2001-11-01 Thread Craig Day
sounds great, and id definately scrap the interface with the "Perform" method and use the flexibility of JMX to call any method. we already have a monitoring system based on this idea. ill attach some screen shots cheers craig p.s. im back on this list after about 6 months bedding in a massive

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCAbstractCMPFieldBridge.java JDBCCMP2xFieldBridge.java JDBCCMRFieldBridge.java JDBCEntityBridge.java

2001-11-01 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/01 14:36:30 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCAbstractCMPFieldBridge.java JDBCCMP2xFieldBridge.java JDBCCMRFieldBridge.java JDBCEntityBridge.java Log: Clean

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCSelectorBridge.java

2001-11-01 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/01 14:36:02 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge JDBCSelectorBridge.java Log: Changed to not be hard coded to only support ejb-ql. Will now work with declared-sql queries. Revision ChangesPath 1.5

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCEntityMetaData.java JDBCQlQueryMetaData.java JDBCQueryMetaData.java

2001-11-01 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/01 14:11:26 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCEntityMetaData.java JDBCQlQueryMetaData.java JDBCQueryMetaData.java Log: Cleaned up code. Revision ChangesPath 1.8

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCDeclaredQueryMetaData.java JDBCQueryMetaDataFactory.java

2001-11-01 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/01 14:10:46 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata JDBCDeclaredQueryMetaData.java JDBCQueryMetaDataFactory.java Log: Modified declared-sql to support ejbSelect queries. Cleaned up code.

Re: [JBoss-dev] The RARDeployer classpath is broken

2001-11-01 Thread Victor Langelo
Scott, I've recently written a resouce adapter for an O-R mapping engine. All classes in .jar files are successfully loaded. However, .class files placed in the rar archive are not added to the classpath. It would be nice if other resources in the rar were also added to the classpath. For instanc

[JBoss-dev] Question about durable subscription setup

2001-11-01 Thread Brian Weaver
Hi All, I've been trying to come up to speed on JBoss, espicially the MQ part of JBoss. To that end I've actually downloaded the source from CVS, built it, attempted to configure it, and made RPMs to install it for testing. The main problem I'm having right now it a lack of documentation. I'm w

[JBoss-dev] The RARDeployer classpath is broken

2001-11-01 Thread Scott M Stark
I'm looking at the behavior of the RARDeployer for the JBossCX chapter of the JBoss book and I have found that the classes in the rar are not included in the class loader classpath setup by the RARDeployer. The only reason the example jbosspool-jdbc.rar and jms-ra.rar adapters deploy is because th

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins/cmp/bridge EntityBridgeInvocationHandler.java

2001-11-01 Thread Dain Sundstrom
User: dsundstrom Date: 01/11/01 13:28:22 Modified:src/main/org/jboss/ejb/plugins/cmp/bridge EntityBridgeInvocationHandler.java Log: Cleaned up code. Revision ChangesPath 1.6 +57 -17 jboss/src/main/org/jboss/ejb/plugins/cmp/bridge/EntityB

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

2001-11-01 Thread Scott M Stark
User: starksm Date: 01/11/01 12:56:27 Modified:src/main/org/jboss/resource RARMetaData.java Log: Add a securityPermission method to handle the security-permission element and print a msg indicating the security spec value is currently ignored. Revision ChangesPath 1.1

RE: [JBoss-dev] Next release of JBoss Scheduler

2001-11-01 Thread David Budworth
Sounds like a great idea, assuming you didn't need to specify schedulable class. I'd like the ability to schedule an already runnig MBean to be executed. I'd also like the ability to call any method on the MBean, not just a "Perform" method. Something like: cleanDB weekly java.lang.String That

Re: [JBoss-dev] Missing web.xml file?

2001-11-01 Thread Francisco Reverbel
On Thu, 1 Nov 2001, Scott M Stark wrote: > The file is there: > [snip...] > > Make sure you have done an 'cvs update -d' to pull down new files. Bingo! I've missed the '-d' flag... Thanks a lot, Francisco ___ Jboss-development mailing list [EMAIL P

Re: [JBoss-dev] Missing web.xml file?

2001-11-01 Thread Scott M Stark
The file is there: boot 558>pwd /usr/local/src/cvsroot/Main/jboss-all/plugins/varia/src/resources/boot boot 559>cvs status cvs server: Examining . === File: default.xsl Status: Up-to-date Working revision:1.1 Reposit

RE: [JBoss-dev] Non-NULL foreign key CMR

2001-11-01 Thread Dobridge, Thomas A
Actually my bigger concern now is that while I got this to work on Jboss, my current approach causes weblogic 6.1 to throw the following exception when calling create(..) : >[javax.ejb.EJBException: When a cmp-field and a cmr-field (relationship) are mapped to the same colu mn, >the setXXX met

[JBoss-dev] Missing web.xml file?

2001-11-01 Thread Francisco Reverbel
Hi, I am getting this error running `build.sh' on a RH tree checked out from CVS: ... (sucessful part omitted) == == Executing 'most' in module 'plugins/varia'... == ... jars: [jar] Building jar: /home/re

Re: [JBoss-dev] Documentation on web site is missing...

2001-11-01 Thread Tobias Frech
Scott, thanks for the fix. I searched through my jboss-dev archives but was not able to locate the notification that this directory has been created. This scares me somehow (well, it's Halloween ;-)) ). Did I miss the message or didn't it show up ? Furthermore this change was neither announced on