Re: [JBoss-dev] jbossmq dist run problems

2001-03-25 Thread Scott M Stark
The problem is with the jboss.jcml file. The exception being thrown is a RuntimeMBeanException that contains a RuntimeErrorException which contains an AbstractMethodError. The actual stack trace is: bin 722>run.bat CLASSPATH=;run.jar;../lib/crimson.jar Using configuration "default" [Default] java

[JBoss-dev] jbossmq dist run problems

2001-03-25 Thread Chris Kimpton
Hi, I tried with the new Main.java (clean rebuild of jboss_base and put it into jbossmq - also clean rebuild), but still seem to get the same error, namely, with Debug on :- Using configuration "default" [Classpath extension] Added library:file:/H:/cvslocal/jbossrw/jbossmq/dist/lib/ext/gnu-regex

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

2001-03-25 Thread starksm
User: starksm Date: 01/03/25 14:20:06 Modified:src/main/org/jboss Main.java Log: Add catch of the JXM RuntimeErrorException so that the true exception can be printed out. Revision ChangesPath 1.29 +15 -6 jboss/src/main/org/jboss/Main.java Index: Main.jav

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

2001-03-25 Thread juhalindfors
User: juhalindfors Date: 01/03/25 12:27:04 Modified:src/main/org/jboss/ejb AutoDeployer.java Log: PATCH: Trim spaces from urls in autodeployer configuration. Patch supplied by Jason Dillon. Thank you Jason. Revision ChangesPath 1.12 +2 -2 jboss/src/ma

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

2001-03-25 Thread kimptoc
User: kimptoc Date: 01/03/25 10:22:26 Modified:src/build build.xml Log: added target for jboss_base - used in jbossmq - its a guess of whats supposed to go in it - feel free to correct it Revision ChangesPath 1.57 +31 -0 jboss/src/build/build.xml Index: b

Re: [JBoss-dev] CVS update: manual/src/docs howtojaxp.xml jbossdocs.xml

2001-03-25 Thread Chris Kimpton
Hi, Scott - thanks for making the changes to support alternate parsers. I am trying to start the jbossmq distribution - but it gets an error due to using the old run.jar so I am trying to update it, by taking the latest from the jboss source tree, which means I have done the following; adde

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

2001-03-25 Thread starksm
User: starksm Date: 01/03/25 09:30:36 Modified:src/docs jbossdocs.xml Added: src/docs howtojaxp.xml Log: Added JAXP configuration howto. Revision ChangesPath 1.7 +2 -0 manual/src/docs/jbossdocs.xml Index: jbossdocs.xml =

[JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment InstallerFactory.java

2001-03-25 Thread juhalindfors
User: juhalindfors Date: 01/03/25 08:39:36 Modified:src/main/org/jboss/deployment InstallerFactory.java Log: PATCH: The InstallerFactory undeployed the wrong jar. Patch submitted by Bill Burke. Symptoms: deploying two jars placement.jar ---> is deployed first venueplac

[JBoss-dev] CVS update: jbossmq/src/build lcp.bat build.bat build.sh build.xml

2001-03-25 Thread kimptoc
User: kimptoc Date: 01/03/25 08:20:20 Modified:src/build build.bat build.sh build.xml Added: src/build lcp.bat Log: upgrade to ant 1.3 to make build more maintainable Revision ChangesPath 1.3 +4 -4 jbossmq/src/build/build.bat Index: build.bat =

[JBoss-dev] CVS update: jbossmq/lib ant-1.3.jar ant.jar

2001-03-25 Thread kimptoc
User: kimptoc Date: 01/03/25 08:20:20 Added: lib ant-1.3.jar Removed: lib ant.jar Log: upgrade to ant 1.3 to make build more maintainable Revision ChangesPath 1.1 jbossmq/lib/ant-1.3.jar <> ___

[JBoss-dev] Fw: Fw: [JBoss-user] access modifiers lost in EJB programming ?

2001-03-25 Thread David A. Ventimiglia
Thanks, Alexander. You're right about RemoteException. I'm mistaken. The implementation class's methods wouldn't need to declare RemoteException if it implemented the EJB's remote interface. However, the EJB's implementation class is not intended to be remotable. The interface javax.ejb.Enter

Re: [JBoss-dev] The prodigal son returns.... (Security Exceptions)

2001-03-25 Thread Tobias Frech
Gregory, your email address failed so I am resending this to the list only. - Hi Gregory! Your "getting started" docu is already included in the new manual. And there the needed changes have already been applied. Generally I want to ask everybody to apply changes to the XML files of the "manual

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

2001-03-25 Thread juhalindfors
User: juhalindfors Date: 01/03/25 02:52:11 Modified:src/main/org/jboss/ejb EnterpriseContext.java Log: PATCH: the security role references were never mapped to security roles in the EnterpriseContextImp.isCallerInRole() method. For now, all references are passed on to the Rea

RE: [JBoss-dev] AbstractInstancePool - free() - Solution

2001-03-25 Thread Vincent Harcq
Well, My mail did not receive a lot of attention. Surely my explanations... So I "retrousse mes manches" and I "ai sauté dans le code". The correct solution seems to free "ejbObject" in the clear() method of EntityEnterpriseContext. public void clear() { super.clear();

[JBoss-dev] CVS update: contrib/tomcat/lib xml.jar

2001-03-25 Thread starksm
User: starksm Date: 01/03/25 01:30:48 Removed: tomcat/lib xml.jar Log: Updated for changes in jboss xml parsers ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: contrib/tomcat/src/build build.bat build.sh

2001-03-25 Thread starksm
User: starksm Date: 01/03/25 01:30:49 Modified:tomcat/src/build build.bat build.sh Log: Updated for changes in jboss xml parsers Revision ChangesPath 1.3 +1 -1 contrib/tomcat/src/build/build.bat Index: build.bat