[JBoss-dev] RE: new build system

2001-08-13 Thread Vincent Harcq
Hi, > This is because of the classpath changes that scott made. The jaxp parser > jars have been moved from lib to lib/ext. > > Where is your MBean loaded from, jboss.jcml or jboss.conf? If it is > jboss.conf, then you will need to add the jaxp.jar and > crimson.jar's to the > archive list. It

[JBoss-dev] CVS update: jboss/src/etc/conf/default jboss.conf

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 23:14:48 Modified:src/etc/conf/default jboss.conf Log: o including jaxp and crimson in the archive value for Log4jService (so parsing xml configuration works again). o explicitly using the constructor to specify which file is read. Revisio

Re: [JBoss-dev] main\org\jboss\ejb\Container.java:533

2001-08-13 Thread Jason Dillon
This should be fixed. Can't really say about 2.4.xx. I would guess relatively stable, only bug fixes are being added (I think). --jason On Tue, 14 Aug 2001, Matt Veitas wrote: > Simple misspellingin version of 1.54...it was breaking the HEAD build. Since > I can't commit, this was the next b

[JBoss-dev] RE: new build system

2001-08-13 Thread Jason Dillon
This is because of the classpath changes that scott made. The jaxp parser jars have been moved from lib to lib/ext. Where is your MBean loaded from, jboss.jcml or jboss.conf? If it is jboss.conf, then you will need to add the jaxp.jar and crimson.jar's to the archive list. Don't know if that h

[JBoss-dev] RE: new build system

2001-08-13 Thread Vincent Harcq
Hi, I build OK. I run OK except for one custom MBean. This is due to xml changes I guess. I receive an exception java.lang.NoClassDefFoundError: org/w3c/dom/Node On the line of my MBean that do DOMBuilder builder = new DOMBuilder(); This class is coming from JDOM. I try adding this to jboss.conf

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

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 22:38:48 Modified:src/main/org/jboss/ejb Container.java Log: o fixed typo & wrapped some javadocs to 80 cols Revision ChangesPath 1.55 +22 -20jboss/src/main/org/jboss/ejb/Container.java Index: Container.java

[JBoss-dev] main\org\jboss\ejb\Container.java:533

2001-08-13 Thread Matt Veitas
Simple misspellingin version of 1.54...it was breaking the HEAD build. Since I can't commit, this was the next best thing to do. On a side note, how stable is the 2.4.xx?? Matt ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourcef

[JBoss-dev] [ jboss-Patches-450685 ] Tomcat startup fix.

2001-08-13 Thread noreply
Patches item #450685, was opened at 2001-08-13 21:32 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=450685&group_id=22866 Category: None Group: v2.4 BETA (stable) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned

[JBoss-dev] [ jboss-Patches-450684 ] Tomcat/JBoss Distribution

2001-08-13 Thread noreply
Patches item #450684, was opened at 2001-08-13 21:31 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=450684&group_id=22866 Category: None Group: v2.4 BETA (stable) Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned

[JBoss-dev] Added Buildmagic User's Guide

2001-08-13 Thread Jason Dillon
I added the Buildmagic User's Guide to the jboss.org/cvs.jsp page under "More information on Build and Source". I also checked in the pdf, as bm-usersguide.pdf. This is temporary to allow folks to understand what is going on a little more. I eventually would like to host this and the html versi

[JBoss-dev] CVS update: newsite bm-usersguide.pdf cvs.jsp

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 21:07:51 Modified:.cvs.jsp Added: .bm-usersguide.pdf Log: o added a blurb about Buildmagic under "More information on Build and Source". o added the pdf users guide. Revision ChangesPath 1.6 +31 -17newsi

[JBoss-dev] CVS update: CVSROOT modules

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 20:55:41 Modified:.modules Log: o removed some extraneous plugin modules. o tidied up some indentation. o added an alias website -> newsite, since the website module has not been touched in months. Revision ChangesPath 1.

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb ContainerRelection.java ContainerRelectionMBean.java ContainerFactory.java Container.java

2001-08-13 Thread Scott M Stark
User: starksm Date: 01/08/13 20:31:34 Modified:src/main/org/jboss/ejb ContainerFactory.java Container.java Added: src/main/org/jboss/ejb ContainerRelection.java ContainerRelectionMBean.java Log: Add a prototype DynamicMBean interface implementation t

[JBoss-dev] CVS update: jboss build.xml

2001-08-13 Thread Scott M Stark
User: starksm Date: 01/08/13 20:12:57 Modified:.build.xml Log: Remove the GlobalId exclusion from jboss.jar since jboss-client.jar is no longer used by the server Revision ChangesPath 1.6 +1 -5 jboss/build.xml Index: build.xml ===

Re: [JBoss-dev] VerifyError: (class: org/jboss/web/WebServer

2001-08-13 Thread Scott M Stark
Its a bug in the jikes compiler. - Original Message - From: Jason Dillon To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 7:36 PM Subject: [JBoss-dev] VerifyError: (class: org/jboss/web/WebServer Does anyone know why this error might be showing up when using the Jikes compiler: jav

[JBoss-dev] VerifyError: (class: org/jboss/web/WebServer

2001-08-13 Thread Jason Dillon
Does anyone know why this error might be showing up when using the Jikes compiler: java.lang.VerifyError: (class: org/jboss/web/WebServer, method: run signature: ()V) Register 4 contains wrong type at org.jboss.web.WebService.(WebService.java:44) at java.lang.reflect.Constructor.n

[JBoss-dev] CVS update: jboss/src/bin run.sh

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 19:29:24 Modified:src/bin run.sh Log: o fixed run.sh's default JAXP case (was missing a ;) Revision ChangesPath 1.25 +4 -4 jboss/src/bin/run.sh Index: run.sh

Re: [JBoss-dev] A downside to the new build scheme

2001-08-13 Thread Scott M Stark
Yes, with -Dmodules=server and the javadoc-generated-already=true it is taking 17 seconds when everything is up to date. - Original Message - From: Jason Dillon To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 6:44 PM Subject: Re: [JBoss-dev] A downside to the new build scheme Just

[JBoss-dev] CVS update: jbossmx config.xml

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 19:13:13 Modified:.config.xml Log: o removed jboss-jdbc_ext.jar from the jboss.j2ee.classpath, since it no longer exists. Revision ChangesPath 1.3 +1 -2 jbossmx/config.xml Index: config.xml ===

[JBoss-dev] CVS update: jbosspool config.xml

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 19:13:14 Modified:.config.xml Log: o removed jboss-jdbc_ext.jar from the jboss.j2ee.classpath, since it no longer exists. Revision ChangesPath 1.3 +1 -2 jbosspool/config.xml Index: config.xml =

[JBoss-dev] CVS update: jbosscx config.xml

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 19:13:13 Modified:.config.xml Log: o removed jboss-jdbc_ext.jar from the jboss.j2ee.classpath, since it no longer exists. Revision ChangesPath 1.3 +1 -2 jbosscx/config.xml Index: config.xml ===

[JBoss-dev] CVS update: jbosstest config.xml

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 19:13:14 Modified:.Tag: jboss_buildmagic config.xml Log: o removed jboss-jdbc_ext.jar from the jboss.j2ee.classpath, since it no longer exists. Revision ChangesPath No revision No rev

[JBoss-dev] CVS update: jbosssx config.xml

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 19:13:14 Modified:.config.xml Log: o removed jboss-jdbc_ext.jar from the jboss.j2ee.classpath, since it no longer exists. Revision ChangesPath 1.5 +1 -2 jbosssx/config.xml Index: config.xml ===

[JBoss-dev] CVS update: jboss config.xml

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 19:13:14 Modified:.config.xml Log: o removed jboss-jdbc_ext.jar from the jboss.j2ee.classpath, since it no longer exists. Revision ChangesPath 1.3 +1 -2 jboss/config.xml Index: config.xml =

[JBoss-dev] CVS update: contrib/varia config.xml

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 19:13:14 Modified:variaconfig.xml Log: o removed jboss-jdbc_ext.jar from the jboss.j2ee.classpath, since it no longer exists. Revision ChangesPath 1.4 +1 -2 contrib/varia/config.xml Index: config.xml =

[JBoss-dev] CVS update: admin config.xml

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 19:13:13 Modified:.config.xml Log: o removed jboss-jdbc_ext.jar from the jboss.j2ee.classpath, since it no longer exists. Revision ChangesPath 1.3 +1 -2 admin/config.xml Index: config.xml =

[JBoss-dev] CVS update: jbossmq config.xml

2001-08-13 Thread Jason Dillon
User: user57 Date: 01/08/13 19:13:14 Modified:.config.xml Log: o removed jboss-jdbc_ext.jar from the jboss.j2ee.classpath, since it no longer exists. Revision ChangesPath 1.3 +1 -2 jbossmq/config.xml Index: config.xml ===

Re: [JBoss-dev] A downside to the new build scheme

2001-08-13 Thread Jason Dillon
Just to clarify, it is slow because of the full execution of the docs target right? --jason On Mon, 13 Aug 2001, Scott M Stark wrote: > Changing one server file and rebuilding to test is taking on the order of 2 minutes > where this takes 5 seconds previously. There should be an intermediate b

Re: [JBoss-dev] A downside to the new build scheme

2001-08-13 Thread Jason Dillon
You can specify which modules to include, in most cases you will just want to server module: cd build ./build.sh -Dmodules=server This will only build the server module. Be sure to set in local.properties: javadoc-generated-already=true This will disable the generation of javadocs (whic

[JBoss-dev] A downside to the new build scheme

2001-08-13 Thread Scott M Stark
Changing one server file and rebuilding to test is taking on the order of 2 minutes where this takes 5 seconds previously. There should be an intermediate build target that builds the server without all of the doc steps being run as currently is the case.    

Re: [JBoss-dev] problems with latest jboss-jetty?

2001-08-13 Thread Julian Gosnell
marc fleury wrote: > I am working on the latest jboss2.4-jetty stuff to update the website. > > Now I know I am not supposed to post user questions on jboss-deb but please > bear with me before you flame me. > > I have 2 problem: > 1- double deployment: when I rebuild the website, the autodeploye

Re: [JBoss-dev] problems with latest jboss-jetty?

2001-08-13 Thread Julian Gosnell
marc fleury wrote: > I am working on the latest jboss2.4-jetty stuff to update the website. > > Now I know I am not supposed to post user questions on jboss-deb but please > bear with me before you flame me. > > I have 2 problem: > 1- double deployment: when I rebuild the website, the autodeploye

RE: [JBoss-dev] Minerva sources

2001-08-13 Thread marc fleury
jbosspool marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of |Wiedmann, Jochen |Sent: Monday, August 13, 2001 5:45 PM |To: '[EMAIL PROTECTED]' |Subject: [JBoss-dev] Minerva sources | | | | |Hi, | |sorry, if the question is stupid, but where the hec

RE: [JBoss-dev] MDB has stopped working

2001-08-13 Thread David Maplesden
I have had a look at the MDB problem this morning and found a simple bug in my original code for SpyConnectionConsumer that would certainly have been causing problems. As the CVS update says the fix should hopefully fix the problem people were having with MDB but as we are not using MDB ourselves

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq SpyConnectionConsumer.java

2001-08-13 Thread Paul Kendall
User: pkendall Date: 01/08/13 15:34:45 Modified:src/main/org/jboss/mq SpyConnectionConsumer.java Log: Hopefully fix MDB message delivery bug. Revision ChangesPath 1.2 +3 -3 jbossmq/src/main/org/jboss/mq/SpyConnectionConsumer.java Index: SpyConnectionConsu

[JBoss-dev] CVS update: newsite jboss-castor.jsp

2001-08-13 Thread Oleg Nitz
User: olegnitz Date: 01/08/13 14:54:27 Modified:.jboss-castor.jsp Log: Updated link to rooms2.zip Revision ChangesPath 1.6 +1 -1 newsite/jboss-castor.jsp Index: jboss-castor.jsp ===

[JBoss-dev] CVS update: newsite/castorjdo rooms2.zip rooms.zip

2001-08-13 Thread Oleg Nitz
User: olegnitz Date: 01/08/13 14:53:12 Added: castorjdo rooms2.zip Removed: castorjdo rooms.zip Log: Terry Child presents: "Rooms-2" Revision ChangesPath 1.1 newsite/castorjdo/rooms2.zip <> __

RE: [JBoss-dev] what is webOS?

2001-08-13 Thread marc fleury
|My only point was to point out that there are areas where XML transmission |of data is not appropriate. The concept of a web OS, put forth by Marc as |the initial reply to this thread, seemed to imply that memory |would be moved |around from JVM to JVM, across the "Web OS", seamlessly and withou

Re: [JBoss-dev] [ jboss-Bugs-450615 ] Build instructions????

2001-08-13 Thread Jason Dillon
Who submitted this? Can you explain to the list the problems that you are seeing? I should get the instructions on the web site today, which means they will probably show up tomorrow. In the meantime if anyone has troubles, please let me know. Bug reports are nice, but they make it hard to sta

[JBoss-dev] Minerva sources

2001-08-13 Thread Wiedmann, Jochen
Hi, sorry, if the question is stupid, but where the heck are the current Minerva sources? Thanks, Jochen ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

RE: [JBoss-dev] what is webOS?

2001-08-13 Thread marc fleury
I am kinda saddened that the discussion as turned to a minor point, that of the factor at which the current technology will catch up to make distribution of data a viable solution. I repeat that to me the solution lays not with the XML/zip solutions as much as it lays on the power of the bare met

[JBoss-dev] [ jboss-Bugs-450615 ] Build instructions????

2001-08-13 Thread noreply
Bugs item #450615, was opened at 2001-08-13 14:11 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=450615&group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonym

RE: [JBoss-dev] what is webOS?

2001-08-13 Thread Dan - Blue Lotus Software
My only point was to point out that there are areas where XML transmission of data is not appropriate. The concept of a web OS, put forth by Marc as the initial reply to this thread, seemed to imply that memory would be moved around from JVM to JVM, across the "Web OS", seamlessly and without kno

[JBoss-dev] problems with latest jboss-jetty?

2001-08-13 Thread marc fleury
I am working on the latest jboss2.4-jetty stuff to update the website. Now I know I am not supposed to post user questions on jboss-deb but please bear with me before you flame me. I have 2 problem: 1- double deployment: when I rebuild the website, the autodeployer deploys twice. Tears down and

RE: [JBoss-dev] Classpath cleanup

2001-08-13 Thread marc fleury
eeexcellent... marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Scott |M Stark |Sent: Monday, August 13, 2001 2:59 PM |To: [EMAIL PROTECTED] |Subject: [JBoss-dev] Classpath cleanup | | |After updating the jaas.jar and jaxp.jar so that they no lo

[JBoss-dev] Classpath cleanup

2001-08-13 Thread Scott M Stark
After updating the jaas.jar and jaxp.jar so that they no longer use the system classloader, most of the jars that had to be in the dist/lib directory and included on the system classpath can now be in dist/lib/ext. The following changes have been made in main: lib/crimson.jar -> lib/ext/crimson.

[JBoss-dev] CVS update: jboss build.xml

2001-08-13 Thread Scott M Stark
User: starksm Date: 01/08/13 11:52:26 Modified:.build.xml Log: Drop the excludsions from jboss.jar due to system classpath restrictions Revision ChangesPath 1.5 +1 -5 jboss/build.xml Index: build.xml

[JBoss-dev] CVS update: jboss/src/etc run.mf

2001-08-13 Thread Scott M Stark
User: starksm Date: 01/08/13 11:49:48 Modified:src/etc run.mf Log: Remove jboss-client.jar from the Class-Path Revision ChangesPath 1.12 +1 -1 jboss/src/etc/run.mf Index: run.mf === RCS

RE: [JBoss-dev] what is webOS?

2001-08-13 Thread James Cook
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dain > Sundstrom > IMHO, for 99.999% of uses an XML over a zipped HTTP stream will be > reasonable. I agree. We have seen 50% improvements in speed of large result sets that is gzipped before transmis

[JBoss-dev] CVS update: jboss/src/bin run.bat run.sh

2001-08-13 Thread Scott M Stark
User: starksm Date: 01/08/13 11:33:00 Modified:src/bin run.bat run.sh Log: Remove the xml parser classpaths Revision ChangesPath 1.23 +1 -6 jboss/src/bin/run.bat Index: run.bat === RCS f

[JBoss-dev] CVS update: jboss-j2ee build.xml

2001-08-13 Thread Scott M Stark
User: starksm Date: 01/08/13 11:23:53 Modified:.build.xml Log: Move all javax.jdbc classes into the jboss-j2ee.jar and get rid of jboss-jdbc_ext.jar Revision ChangesPath 1.4 +1 -11 jboss-j2ee/build.xml Index: build.xml ==

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jrmp/test TestDynLoading.java

2001-08-13 Thread Scott M Stark
User: starksm Date: 01/08/13 11:02:40 Modified:src/main/org/jboss/test/jrmp/test TestDynLoading.java Log: Add validation that IString impl is not coming from the local filesystem. Revision ChangesPath 1.4 +21 -7 jbosstest/src/main/org/jboss/test/jrmp/test/Test

Re: [JBoss-dev] jbosssx-client.jar and applets: are system properties really necessary?

2001-08-13 Thread Scott M Stark
The changes are in Rel_2_4_0_29 - Original Message - From: Sacha Labourey To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 4:15 AM Subject: RE: [JBoss-dev] jbosssx-client.jar and applets: are system properties really necessary? Hello Scott, The applet client is now possible and work

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

2001-08-13 Thread Scott M Stark
User: starksm Date: 01/08/13 10:23:15 Modified:src/main/org/jboss/security Tag: Branch_2_4 SecurityAssociation.java Log: Include fix for applet dynamic class loading and security exception on access of org.jboss.security.SecurityAssociation.ThreadLocal sys

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

2001-08-13 Thread Scott M Stark
User: starksm Date: 01/08/13 10:23:15 Modified:src/main/org/jboss/ejb Tag: Branch_2_4 ContainerFactory.java Log: Include fix for applet dynamic class loading and security exception on access of org.jboss.security.SecurityAssociation.ThreadLocal system property Revision Chan

[JBoss-dev] CVS update: jboss/src/lib jboss-jaas.jar jbosssx.jar

2001-08-13 Thread Scott M Stark
User: starksm Date: 01/08/13 10:23:15 Modified:src/lib Tag: Branch_2_4 jboss-jaas.jar jbosssx.jar Log: Include fix for applet dynamic class loading and security exception on access of org.jboss.security.SecurityAssociation.ThreadLocal system property Revision ChangesPa

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

2001-08-13 Thread Scott M Stark
User: starksm Date: 01/08/13 10:23:14 Modified:src/client Tag: Branch_2_4 jbosssx-client.jar Log: Include fix for applet dynamic class loading and security exception on access of org.jboss.security.SecurityAssociation.ThreadLocal system property Revision ChangesPath N

Re: [JBoss-dev] what is webOS?

2001-08-13 Thread Dain Sundstrom
IMHO, for 99.999% of uses an XML over a zipped HTTP stream will be reasonable. You may ask what is zipped HTTP. Well it is what I call (there may be a formal name) the technique where you flag the content with the "Transfer-Encoding: gzip" header and zip the contentent. This gives a huge boost t

[JBoss-dev] RE: [Jobs-dev] what is webOS?

2001-08-13 Thread Dan - Blue Lotus Software
Sorry. Zipped files were still excessively large. You don't want to take a 600GB survey and turn it into a 2 TB data set. That wouldn't fit on available disk space. And data access, consisting of uncompressing XML, then parsing it, would be unacceptable for data volumes this big. -dan -O

Re: [JBoss-dev] what is webOS?

2001-08-13 Thread Andrius Juozapaitis
hey, : The overhead of XML is still too great to handle seismic surveys. It's not : uncommon for seismic surveys to be 100+GB. I've even seen one survey that : was almost 1 TB big! Yes, it was loaded all on the same machine at one : time. Typical workstations (not servers--desktop workstation

Re: [JBoss-dev] Transition to JCA only - should I commit now?

2001-08-13 Thread David Jencks
On 2001.08.13 09:33:22 -0400 Aaron Mulder wrote: > On Sat, 11 Aug 2001, David Jencks wrote: > > How about: > > > > This software may be used under the terms of the X licence or the lgpl > > licence. All current copyright holders grant permission that future > > modifications may be released under

Re: [JBoss-dev] Transition to JCA only - should I commit now?

2001-08-13 Thread Aaron Mulder
On Sat, 11 Aug 2001, David Jencks wrote: > How about: > > This software may be used under the terms of the X licence or the lgpl > licence. All current copyright holders grant permission that future > modifications may be released under either of > 1. this dual license > or > 2. the lgpl license

RE: [JBoss-dev] new: entity instance per transaction interceptors and locks

2001-08-13 Thread marc fleury
We should really code the client for the JNP implementation to detect the presence of the same VM like we do the client for EJB... something we should look into, it would mean creating a proxy with the JNDI interface and coding an invoke() that doesn't serialize. I remember scott saying something

RE: [JBoss-dev] jbosssx-client.jar and applets: are system properties really necessary?

2001-08-13 Thread Sacha Labourey
Hello Scott, The applet client is now possible and works great. Nevertheless, don't you think that it would be good that you also modify this in the Branch_2_4? Otherwise, applet client support won't be available until 3.0. Cheers, Sacha P.S.: I could even write an

Re: [JBoss-dev] jbossmq & PooledExecutor

2001-08-13 Thread Christian Riege
hi hiram, On 12 Aug 2001 18:19:39 -0400, Hiram Chirino wrote: > > Well, seems like Paul Kendal's las set of changes made away with the pooled > executor.. I've heard some positive feed back on the change (the MQ is alot > faster now). I wish I could get a hold of a good test case that locks

Re: [JBoss-dev] MDB has stopped working

2001-08-13 Thread Jason Dillon
This is exactly what I say on friday, when the PooledExecutor was removed from JBossMQ. I have not had time to look into why it does not work as of yet. I do know that the previous jars work, and probably better than any other version that I had seen, at least with respect to the application I a

Re: [JBoss-dev] MDB has stopped working

2001-08-13 Thread Christian Riege
hi, On 13 Aug 2001 09:39:26 +0200, Peter Antman wrote: > It seems as if MDB has stopped working with the latest jbossmq. I build > with a clean checkout of jboss-all today and have run both the mdbtest > and tested jms-hello-topic and jms-hello-queue from the new JMS chapter > examples: > > MDB

[JBoss-dev] MDB has stopped working

2001-08-13 Thread Peter Antman
Hi, It seems as if MDB has stopped working with the latest jbossmq. I build with a clean checkout of jboss-all today and have run both the mdbtest and tested jms-hello-topic and jms-hello-queue from the new JMS chapter examples: MDB:s deployes OK, it is OK to send to MDB, but the MDB will not rec