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
@@ -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
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
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
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
$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 {
@@
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 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
- 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
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
>
>
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
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 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
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
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
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
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
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
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
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 -
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
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
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/
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
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
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
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
>
>
>
>
=
==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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
44 matches
Mail list logo