On 14.03.2007 07:50, Bertrand Delacretaz wrote:

One issue you might have both with JBoss 4.0.3 is either a strange class
loader or the fact that you both have spaces in your path ("Program
Files")....

I'd be ready to bet a beverage of your choice on the latter...whoever
invented the "Program Files" folder name should have their computer
driving licence revoked immediately ;-)

LOL.

What's the status on this? I got the feeling that such spaces are no longer a problem in the Java world (but avoided them though). But from a look into the code with the exception messages provided it should be "new ZipFile(file)" (with file being the full path of the jar) failing with an IOException, so I'm quite sure it's the space. Now I wonder why it didn't happen to me lately. Is the Cocoon resource handling so special?

It might be better to rewrite the code in CharSetFactory anyway, it's quite awkward. First an instance variable is initialized on loading the class. Then on newInstance() this instance is returned after a known-to-be-not-working double check locking and null check while it never can be null.

Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to