Re: [JBoss-dev] (no subject)

2001-08-25 Thread Hiram Chirino
I think if found a possible workaround... It involves using the URL.setURLStreamHandlerFactory(..) method to implement custom Protocol handlers for file and jar. We just encode the URL ' ' with '+''es.. I'm going to clean up a bit and post some source in a little bit.. Regards, Hiram From:

[JBoss-dev] Starting RH errors

2001-08-25 Thread Dave Smith
Based on the CVS as of Sat 25/19:00 EST .. Why would I be getting a runtime exception starting the ConfigurationService ?? Could not create MBean DefaultDomain:service=Webserver(org.jboss.web.WebService) javax.management.RuntimeErrorException: Error thrown in the MBean's constructor

Re: [JBoss-dev] Starting RH errors

2001-08-25 Thread Scott M Stark
Because you compiled with jikes and it generates bad code for org.jboss.web.WebService - Original Message - From: Dave Smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 25, 2001 5:38 PM Subject: [JBoss-dev] Starting RH errors Based on the CVS as of Sat 25/19:00 EST

Re: [JBoss-dev] (no subject)

2001-08-25 Thread Hiram Chirino
It would also break doing things like. url.openStream() Cause it does not expect the file url to be URLEncoded. Regards, Hiram From: Dain Sundstrom [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] (no subject) Date: Sat, 25 Aug 2001 10:16:47 -0500

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

2001-08-25 Thread Hiram Chirino
User: chirino Date: 01/08/25 20:20:39 Added: src/main/org/jboss/util FileURLPatch.java FileURLPatchMBean.java Log: Adding a MBean that will patch sun's file URL implementation so that JBoss does not get an error when it is run in a directory with a

[JBoss-dev] CVS update: newsite faq.jsp

2001-08-25 Thread Hiram Chirino
User: chirino Date: 01/08/25 20:59:14 Modified:.faq.jsp Log: Added some doco on how to enable the FileURLPatchMBean Revision ChangesPath 1.8 +37 -12newsite/faq.jsp Index: faq.jsp

[JBoss-dev] CVS update: jbossmx/etc local.properties-example

2001-08-25 Thread Jason Dillon
User: user57 Date: 01/08/25 21:02:19 Removed: etc local.properties-example Log: o removing source module's etc/local.properties-example, this was just adding complexity confusion. Put local properties in build/local.properties.

[JBoss-dev] CVS update: contrib/jetty/etc local.properties-example

2001-08-25 Thread Jason Dillon
User: user57 Date: 01/08/25 21:02:20 Removed: jetty/etc local.properties-example Log: o removing source module's etc/local.properties-example, this was just adding complexity confusion. Put local properties in build/local.properties.

[JBoss-dev] CVS update: jboss/etc local.properties-example

2001-08-25 Thread Jason Dillon
User: user57 Date: 01/08/25 21:02:21 Removed: etc local.properties-example Log: o removing source module's etc/local.properties-example, this was just adding complexity confusion. Put local properties in build/local.properties.

[JBoss-dev] CVS update: admin/src/etc local.properties-example

2001-08-25 Thread Jason Dillon
User: user57 Date: 01/08/25 21:02:19 Removed: src/etc local.properties-example Log: o removing source module's etc/local.properties-example, this was just adding complexity confusion. Put local properties in build/local.properties.

[JBoss-dev] CVS update: admin/etc local.properties-example

2001-08-25 Thread Jason Dillon
User: user57 Date: 01/08/25 21:02:19 Removed: etc local.properties-example Log: o removing source module's etc/local.properties-example, this was just adding complexity confusion. Put local properties in build/local.properties.

[JBoss-dev] CVS update: manual/etc local.properties-example

2001-08-25 Thread Jason Dillon
User: user57 Date: 01/08/25 21:02:20 Removed: etc local.properties-example Log: o removing source module's etc/local.properties-example, this was just adding complexity confusion. Put local properties in build/local.properties.

[JBoss-dev] CVS update: jnp/etc local.properties-example

2001-08-25 Thread Jason Dillon
User: user57 Date: 01/08/25 21:02:20 Removed: etc local.properties-example Log: o removing source module's etc/local.properties-example, this was just adding complexity confusion. Put local properties in build/local.properties.

[JBoss-dev] CVS update: jbosssx/etc local.properties-example

2001-08-25 Thread Jason Dillon
User: user57 Date: 01/08/25 21:02:21 Removed: etc local.properties-example Log: o removing source module's etc/local.properties-example, this was just adding complexity confusion. Put local properties in build/local.properties.

[JBoss-dev] CVS update: contrib/varia/etc local.properties-example

2001-08-25 Thread Jason Dillon
User: user57 Date: 01/08/25 21:02:20 Removed: varia/etc local.properties-example Log: o removing source module's etc/local.properties-example, this was just adding complexity confusion. Put local properties in build/local.properties.

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

2001-08-25 Thread Hiram Chirino
User: chirino Date: 01/08/25 21:03:27 Modified:src/main/org/jboss/util FileURLPatch.java FileURLPatchMBean.java Log: Fixed up the javadoc Revision ChangesPath 1.2 +20 -13jboss/src/main/org/jboss/util/FileURLPatch.java Index:

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

2001-08-25 Thread Hiram Chirino
User: chirino Date: 01/08/25 21:07:39 Removed: src/main/org/jboss/mq Mutex.java Log: Not used anymore.. bye bye ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-08-25 Thread Hiram Chirino
User: chirino Date: 01/08/25 22:35:57 Modified:src/main/org/jboss/mq SpyObjectMessage.java Log: Fixed the a serialization problem. ClassNotFoundExceptions were being thrown when a MDB would receive a ObjectMessage. Revision ChangesPath 1.5 +20 -2