JBoss daily test results
SUMMARY
Number of tests run: 201
Successful tests: 201
Errors:0
Failures: 0
[time of test: 13 December 2001 7:30 GMT]
[java.version: 1.
Tag that build!
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Thursday, December 13, 2001 1:13 AM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-dev] Automated JBoss Testsuite Results
>
>
>
>
> JBoss daily test results
>
[EMAIL PROTECTED]
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
On Thu, 13 Dec 2001 [EMAIL PROTECTED] wrote:
> [snip]
> Successful tests: 201
>
> Errors:0
> [snip]
> PPS Come on people - there were a few days back in July 2001 when we had ZERO tests
>failing!
Hmm. Lots of tests. No errors. I've seen no errors quite a bit lately.
M
Never mind, I just refreshed and see that we now do return the XASession
if it is not null.
- Original Message -
From: "Scott M Stark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 12, 2001 10:11 PM
Subject: [JBoss-dev] Why to we return the Session rather than XASe
JBoss daily test results
SUMMARY
Number of tests run: 201
Successful tests: 201
Errors:0
Failures: 0
[time of test: 13 December 2001 6:12 GMT]
[java.version: 1.
Why to we return the Session rather than XASession in StdServerSession
getSession method? I can't find a requirement for either one in the specs,
but it would seem that the XASession would be the better choice as the
underlying QueueSession or TopicSession can be obtained from the
XAQueueSession o
=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=
HERE ARE THE LAST 50 LINES OF THE LOG FILE
Hello,
The org.jboss.Shutdown class does
JBoss daily test results
SUMMARY
Number of tests run: 127
Successful tests: 125
Errors:2
Failures: 0
[time of test: 13 December 2001 5:4 GMT]
[java.version: 1.3
User: dmaplesden
Date: 01/12/12 19:28:24
Modified:src/main/org/jboss/mq/selectors Selector.java
Log:
remove overly verbose logging
Revision ChangesPath
1.6 +5 -5 jbossmq/src/main/org/jboss/mq/selectors/Selector.java
Index: Selector.java
Interesting idea, jason.
We already have default overrides in a lot of places:
ra.xml for a resource adapter can have default values for
ManagedConnectionFactoryProperties, the ConnectionFactoryLoader supplies specific
values.
Defaults are generated for cmp mapping stuff, jbosscmp-jdbc.xml c
Bugs item #492320, was opened at 2001-12-12 18:40
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=492320&group_id=22866
Category: JBossServer
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: David C (davidtsao)
Assigned to: Nob
Sorry I meant vendor prefixes for the configuration bits:
All others have a vendor prefix:
--jason
On Thu, 13 Dec 2001, Juha-P Lindfors wrote:
>
> huh?
>
>
> On Wed, 12 Dec 2001, Jason Dillon wrote:
>
> > Why don't these ha
huh?
On Wed, 12 Dec 2001, Jason Dillon wrote:
> Why don't these have vendor directories?
>
> --jason
>
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
Why don't these have vendor directories?
--jason
On Wed, 12 Dec 2001, Juha Lindfors wrote:
> User: juhalindfors
> Date: 01/12/12 15:46:12
>
> Modified:.build.xml
> Log:
> JDOM and SAX2 added to javac classpath
>
> Revision ChangesPath
> 1.2 +17 -1 j
User: juhalindfors
Date: 01/12/12 16:12:58
Modified:src/main/test TestMX.java
Log:
MMB wrapper for standard mbean
Revision ChangesPath
1.4 +236 -173 jmx/src/main/test/TestMX.java
Index: TestMX.java
===
User: juhalindfors
Date: 01/12/12 16:10:03
Added: src/main/org/jboss/mx/metadata XMLMetaData.java
Log:
xml based MMB metadata parsing
Revision ChangesPath
1.1 jmx/src/main/org/jboss/mx/metadata/XMLMetaData.java
Index: XMLMetaData.java
==
User: juhalindfors
Date: 01/12/12 16:04:15
Modified:src/main/org/jboss/mx/interceptor
StandardMBeanInterceptor.java
Log:
Revision ChangesPath
1.4 +3 -3
jmx/src/main/org/jboss/mx/interceptor/StandardMBeanInterceptor.java
Index: St
User: juhalindfors
Date: 01/12/12 16:08:42
Modified:src/main/org/jboss/mx/metadata StandardMetaData.java
Log:
reformatting + stuff
Revision ChangesPath
1.2 +120 -31 jmx/src/main/org/jboss/mx/metadata/StandardMetaData.java
Index: StandardMetaData.java
=
User: juhalindfors
Date: 01/12/12 16:06:49
Added: src/main/org/jboss/mx/interceptor ModelMBeanInterceptor.java
Log:
the reflection invoker
persistence and caching probably going into their separate interceptors
Revision ChangesPath
1.1 jmx/src/main/o
User: juhalindfors
Date: 01/12/12 15:58:42
jmx/src/main/org/jboss/mx/modelmbean - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
User: juhalindfors
Date: 01/12/12 16:02:21
Added: src/main/org/jboss/mx/modelmbean ModelBase.java
ModelMBeanConstants.java XMBean.java
XMBeanConstants.java
Log:
part of the mmb implementation
Revision ChangesPath
1.1
User: juhalindfors
Date: 01/12/12 15:57:40
Modified:src/main/org/jboss/mx/server MBeanServerImpl.java
Log:
StandardMBean -> StandardMBeanInvoker
... and a bug fix
Revision ChangesPath
1.5 +2 -3 jmx/src/main/org/jboss/mx/server/MBeanServerImpl.java
Index
User: juhalindfors
Date: 01/12/12 15:56:18
Added: src/main/org/jboss/mx/server MBeanInvoker.java
Log:
superclass for mbean type specific invokers
implements DMBean except for the getMBeanInfo
(getMI() won't travel through the interceptor stack yet)
Revision ChangesPa
User: juhalindfors
Date: 01/12/12 15:53:23
Added: src/main/org/jboss/mx/server StandardMBeanInvoker.java
Log:
invocation creation moved to abstract superclass
standard mbean specific code here
Revision ChangesPath
1.1 jmx/src/main/org/jboss/mx/server
User: juhalindfors
Date: 01/12/12 15:51:25
Removed: src/main/org/jboss/mx/server StandardMBean.java
Log:
renamed to StandardMbeanInvoker
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jbo
Patches item #492261, was opened at 2001-12-12 15:49
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=492261&group_id=22866
Category: JBossServer
Group: v2.4 BETA (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Larry Sanderson (lsanders)
A
User: juhalindfors
Date: 01/12/12 15:46:12
Modified:.build.xml
Log:
JDOM and SAX2 added to javac classpath
Revision ChangesPath
1.2 +17 -1 jmx/build.xml
Index: build.xml
===
RCS fi
User: juhalindfors
Date: 01/12/12 15:44:06
thirdparty/xml/sax - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
User: juhalindfors
Date: 01/12/12 15:45:21
Added: xml/sax/lib sax2.jar
Log:
SAX2 API
Revision ChangesPath
1.1 thirdparty/xml/sax/lib/sax2.jar
<>
___
Jboss-development mailing list
[EMAIL PRO
User: juhalindfors
Date: 01/12/12 15:44:25
thirdparty/xml/sax/lib - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
User: juhalindfors
Date: 01/12/12 15:43:38
thirdparty/xml - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
User: juhalindfors
Date: 01/12/12 15:42:45
Added: jdom/beta-7/lib jdom.jar
Log:
JDOM API (beta 7)
Revision ChangesPath
1.1 thirdparty/jdom/beta-7/lib/jdom.jar
<>
___
Jboss-development mailin
User: juhalindfors
Date: 01/12/12 15:41:35
thirdparty/jdom/beta-7/lib - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
User: juhalindfors
Date: 01/12/12 15:41:14
thirdparty/jdom/beta-7 - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
User: juhalindfors
Date: 01/12/12 15:39:23
Modified:src/main/javax/management/modelmbean
ModelMBeanInfoSupport.java
Log:
Revision ChangesPath
1.2 +12 -13
jmx/src/main/javax/management/modelmbean/ModelMBeanInfoSupport.java
Index: Mo
User: juhalindfors
Date: 01/12/12 15:40:52
thirdparty/jdom - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
> Not to offend you, Jason, but where have you been for the past couple of
> weeks? There has been a whole bunch of threads about deploying XMLs only,
> getting rid of packaging hell, glueing descriptors together, etc. Perhaps,
> the birds kept you away from e-mail :)
No worries; I am not offende
Not to offend you, Jason, but where have you been for the past couple of
weeks? There has been a whole bunch of threads about deploying XMLs only,
getting rid of packaging hell, glueing descriptors together, etc. Perhaps,
the birds kept you away from e-mail :)
And you are right, this is where th
I was thinking last night about how crappy the whole archive thing that sun
started is with respect to changing the configuration easily. I was
thinking that it is a bitch to extract a .ear, edit the application.xml,
then re-jar it and copy it to change where my .war gets deployed too.
This w
Bugs item #490187, was opened at 2001-12-07 04:16
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=490187&group_id=22866
Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Julien Viet (cooperfbi)
>Assign
Bugs item #483847, was opened at 2001-11-20 08:42
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=483847&group_id=22866
Category: JBossCMP
Group: v3.0 Rabbit Hole
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Hunter Hillegas (hunterhillegas
Bugs item #490156, was opened at 2001-12-07 00:12
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=490156&group_id=22866
Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Open
>Resolution: Accepted
Priority: 5
Submitted By: Rune Hamnvik (runeh)
>Assigned
Excellent idea.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jason
> Dillon
> Sent: Wednesday, December 12, 2001 5:08 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-dev] more jmx domain structure
>
>
> Again, quick thought...
>
> Was thinking that
User: chirino
Date: 01/12/12 14:12:18
Modified:src/main/org/jboss/tm XidImpl.java
Log:
MDB update. Now we support packing > 1 message in a session. Each
message will correctly be commited/rolled back in it's own tx. (Before the group
would be in a single tx.) The TM associa
Hi peter,
I hope you see this before you go on your trip.
I fixed up the problems that your code exposed and commited them along with
your changes. The testsuite seems to be running ok so I think all is good.
Regards,
Hiram
>From: Peter Antman <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Sub
User: chirino
Date: 01/12/12 14:08:08
Modified:src/main/org/jboss/mq SpyMessageConsumer.java
SpyXAResource.java SpyXAResourceManager.java
Log:
Changed the XA handleing so that it would support using anonymous tx.
that is, MQ creates the uses a temp tx id o
User: chirino
Date: 01/12/12 14:12:18
Modified:src/main/org/jboss/jms/asf StdServerSession.java
StdServerSessionPool.java
Log:
MDB update. Now we support packing > 1 message in a session. Each
message will correctly be commited/rolled back in it's own tx
Again, quick thought...
Was thinking that we might want to change the way we use JMX domain names.
Right now we have something like this:
Adaptor
J2EE
JBOSS-SYSTEM
JBossMQ
JCA
JMImplementation
JMX
Jetty
Security
SingleJBoss
ZClassLoaders
This does not really s
Just a quick thought... I was thinking that it might be nice to specify
ant'ish filesets for the url list used by the autodeployer. Could probably
even use the ant DirectoryScanner (or whatever it may be called now) to get
the job done too.
../deploy/lib/**/*,
../deploy/*,
Bugs item #492197, was opened at 2001-12-12 13:13
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=492197&group_id=22866
Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
>Priority: 7
Submitted By: Frank Langelage (lafr)
>Assigned to
Bugs item #492197, was opened at 2001-12-12 13:13
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=492197&group_id=22866
Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Frank Langelage (lafr)
Assigned to:
User: dsundstrom
Date: 01/12/12 12:09:53
jbosstest/src/resources/cmp2/readonly - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
User: dsundstrom
Date: 01/12/12 12:08:24
Modified:src/main/org/jboss/test JBossTestCase.java
Log:
Make static getJ2eeTestSuite methods public.
Revision ChangesPath
1.9 +3 -3 jbosstest/src/main/org/jboss/test/JBossTestCase.java
Index: JBossTestCase.java
User: dsundstrom
Date: 01/12/12 12:09:09
Modified:src/main/org/jboss/test/cmp2/relationship
RelationshipUnitTestCase.java
Log:
Changed jar name to cmp-relationship.jar
Revision ChangesPath
1.2 +1 -2
jbosstest/src/main/org/jboss/test/cm
User: dsundstrom
Date: 01/12/12 12:06:38
Added: src/main/org/jboss/test/cmp2/readonly Book.java
BookBean.java BookHome.java Publisher.java
PublisherBean.java PublisherHome.java
ReadonlyUnitTestCase.java
Log:
I
User: dsundstrom
Date: 01/12/12 12:05:40
jbosstest/src/main/org/jboss/test/cmp2/readonly - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
User: dsundstrom
Date: 01/12/12 12:04:53
Modified:junitejb/junitejb/lib junitejb.jar
Log:
JUnitEJB 1.0 beta 2
Revision ChangesPath
1.2 +19 -19thirdparty/junitejb/junitejb/lib/junitejb.jar
<>
___
Jbos
User: dsundstrom
Date: 01/12/12 12:10:58
Added: src/resources/cmp2/readonly client.policy jndi.properties
Log:
Initial revision of configureation files for cmp2-readonly test.
Revision ChangesPath
1.1 jbosstest/src/resources/cmp2/readonly/client.policy
User: dsundstrom
Date: 01/12/12 12:11:53
Modified:.build.xml
Log:
Added cmp2 readonly test.
Changed relationship test jar to cmp2-relationship.jar
Revision ChangesPath
1.47 +18 -3 jbosstest/build.xml
Index: build.xml
User: dsundstrom
Date: 01/12/12 12:10:58
Added: src/resources/cmp2/readonly/META-INF ejb-jar.xml jboss.xml
jbosscmp-jdbc.xml
Log:
Initial revision of configureation files for cmp2-readonly test.
Revision ChangesPath
1.1 jbosstes
User: dsundstrom
Date: 01/12/12 12:10:07
jbosstest/src/resources/cmp2/readonly/META-INF - New directory
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
Patches item #492169, was opened at 2001-12-12 11:56
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=492169&group_id=22866
Category: JBossServer
Group: v2.4 BETA (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Larry Sanderson (lsanders)
A
User: dsundstrom
Date: 01/12/12 11:49:42
Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata
JDBCRelationshipRoleMetaData.java
Log:
Added support for readonly cmr fields.
Revision ChangesPath
1.11 +19 -5
jboss/src/main/org/jboss/ej
User: dsundstrom
Date: 01/12/12 11:51:09
Modified:src/resources/org/jboss/metadata jbosscmp-jdbc_3_0.dtd
Log:
Added support for read-only cmr fields.
Revision ChangesPath
1.4 +1 -1 jboss/src/resources/org/jboss/metadata/jbosscmp-jdbc_3_0.dtd
Index: jbossc
Patches item #492167, was opened at 2001-12-12 11:44
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=492167&group_id=22866
Category: JBossMQ
Group: v2.4 BETA (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Larry Sanderson (lsanders)
Assig
User: dsundstrom
Date: 01/12/12 11:48:36
Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/metadata
JDBCCMPFieldMetaData.java
Log:
Cleaned up code. Fixed comments...
Revision ChangesPath
1.6 +178 -79
jboss/src/main/org/jboss/ejb/plugins/cm
=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=
HERE ARE THE LAST 50 LINES OF THE LOG FILE
[xdoclet] Loading source file
/disk/ori
User: dsundstrom
Date: 01/12/12 11:47:06
Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge
JDBCCMRFieldBridge.java
Log:
Added code to support readonly cmr fields.
Revision ChangesPath
1.17 +64 -9
jboss/src/main/org/jboss/ejb/plugin
User: dsundstrom
Date: 01/12/12 11:45:10
Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc/bridge
RelationSet.java
Log:
Added code to throw an exception if user attempts to alter the set on a
readonly cmr field.
Revision ChangesPath
1.4 +30
User: dsundstrom
Date: 01/12/12 11:43:11
Modified:src/main/org/jboss/ejb/plugins/cmp/bridge
EntityBridgeInvocationHandler.java
Log:
Added code to throw an exception is set is called on a readonly cmr field.
Revision ChangesPath
1.10 +5 -1
User: dsundstrom
Date: 01/12/12 11:41:34
Modified:src/main/org/jboss/ejb/plugins/cmp/bridge
CMRFieldBridge.java
Log:
Remove the commented out getFieldType method.
Added isReadOnly method.
Fixed some comments.
Revision ChangesPath
1.5 +22
User: dsundstrom
Date: 01/12/12 11:39:27
Modified:src/main/org/jboss/ejb/plugins/cmp/bridge
CMPFieldBridge.java
Log:
Fixed some spelling errors in the comments.
Revision ChangesPath
1.6 +3 -3
jboss/src/main/org/jboss/ejb/plugins/cmp/br
Bugs item #492123, was opened at 2001-12-12 09:43
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=492123&group_id=22866
Category: CatalinaBundle
Group: v2.4 BETA (stable)
Status: Closed
Resolution: Wont Fix
Priority: 5
Submitted By: Brill Pappin (brill)
A
Bugs item #492123, was opened at 2001-12-12 09:43
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=492123&group_id=22866
Category: CatalinaBundle
Group: v2.4 BETA (stable)
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Brill Pappin (brill)
Bugs item #492123, was opened at 2001-12-12 09:43
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=492123&group_id=22866
Category: CatalinaBundle
Group: v2.4 BETA (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Brill Pappin (brill)
Assigne
Oh, I thought you wrote one-to-many unidirectional. Anyway, the cmr code is
to agressive when adding and removing relationships. I'm going to look at
this soon, because it is in the way of another feature.
-dain
> -Original Message-
> From: Langelage, Frank [mailto:[EMAIL PROTECTED]]
>
This is the dev list. Please ask your question in the Persistence & JBossCMP
online user forum.
-dain
> -Original Message-
> From: Pinte, Stanislas [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 12, 2001 3:40 AM
> To: '[EMAIL PROTECTED]'
> Subject: [JBoss-dev] question about CMP
Bugs item #492059, was opened at 2001-12-12 07:35
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=492059&group_id=22866
Category: CatalinaBundle
Group: v2.4 BETA (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Brill Pappin (brill)
Assigne
User: lqd
Date: 01/12/12 07:20:14
Modified:src/client Tag: Branch_2_4 jbossmq-client.jar
Log:
copy due to bug in new SpyTextMessage.java
Revision ChangesPath
No revision
No revision
1.6.4.10 +189 -190 jboss/src/c
User: lqd
Date: 01/12/12 07:20:13
Modified:src/lib Tag: Branch_2_4 jbossmq.jar
Log:
copy due to bug in new SpyTextMessage.java
Revision ChangesPath
No revision
No revision
1.8.4.11 +261 -262 jboss/src/lib/Attic/
User: lqd
Date: 01/12/12 07:17:46
Modified:src/main/org/jboss/mq Tag: Branch_2_4 SpyTextMessage.java
Log:
fix bug in isVersion2() method: the logic has to be reversed to work
correctly. added JavaDoc on this.
Revision ChangesPath
No revision
on 1-12-12 08.43, Ara at [EMAIL PROTECTED] wrote:
> Hey I'm using WebSphere myself :-)
> But I think I should look at jboss more seriously ;-)
It look's like it is going to be *redefining-the-industry* easy to develop
and deploy on ... it will save You vast amounts of time ... simply one will
ge
I recall back when i was looking at the undependencys that :
-the "callchain" used by jboss_redhat_init.sh stop is using these MBeans
"JMX:name=Connector,type=RMI"
"Adaptor:name=html"
"JBOSS-SYSTEM:service=Naming"
and when they go out of scope (naming) ... no more is logged ? ...
--so those MB
=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=
HERE ARE THE LAST 50 LINES OF THE LOG FILE
Hello,
The org.jboss.Shutdown class does
JBoss daily test results
SUMMARY
Number of tests run: 127
Successful tests: 127
Errors:0
Failures: 0
[time of test: 12 December 2001 11:29 GMT]
[java.version: 1
User: lqd
Date: 01/12/12 02:27:32
Modified:src/client Tag: Branch_2_4 jbossmq-client.jar
Log:
sync w/ JBossMQ b/c of SF Bug #491613
Revision ChangesPath
No revision
No revision
1.6.4.9 +305 -309 jboss/src/client
User: lqd
Date: 01/12/12 02:27:32
Modified:src/lib Tag: Branch_2_4 jbossmq.jar
Log:
sync w/ JBossMQ b/c of SF Bug #491613
Revision ChangesPath
No revision
No revision
1.8.4.10 +398 -399 jboss/src/lib/Attic/jboss
Bugs item #491613, was opened at 2001-12-11 08:09
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=491613&group_id=22866
Category: JBossMQ
Group: v2.4 (stable)
>Status: Closed
>Resolution: Fixed
Priority: 7
Submitted By: Christian Riege (lqd)
Assigned to:
hello,
in the latest CVS build, no example nor documentation can be found about
Local homes and bean implementations.
This is not such a problem, but the jaws.xml specifications for bean
relationships mappings are non existent.
Could someone help with that?
thanks,
Stan.
___
JBoss daily test results
SUMMARY
Number of tests run: 195
Successful tests: 195
Errors:0
Failures: 0
[time of test: 12 December 2001 8:53 GMT]
[java.version: 1.
91 matches
Mail list logo