Re: Jcs 2.2 release

2017-06-12 Thread Helge Waastad
Hi,
Yes...thats what I was hoping for :-)
/hw
fr., 09.06.2017 kl. 12.15 -0700, skrev Gary Gregory:
> Hi Hege,
> 
> It all depends on an Apache Committer willing to volunteer and take
> the
> time. This is the right place to ask :-)
> 
> Gary
> 
> On Fri, Jun 9, 2017 at 11:19 AM, Helge Waastad <he...@waastad.org>
> wrote:
> 
> > 
> > Hi,
> > Is it possible to release the JCS 2.2?
> > 
> > Rmannibucau fixed a serious remote cache issue today and it's been
> > there
> > since 2.0-beta-1.
> > 
> > /hw
> > 
> > Sent from my Nokia 6110
> > 
> > -
> > 
> > To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> > For additional commands, e-mail: user-h...@commons.apache.org
> > 
> > 

Re: [vfs] FileSystemException: Could not load VFS configuration

2015-03-26 Thread Helge Waastad
Hi,
and thanks for answering.

I figured it out.

It was a classloader issue.
so by setting classloader on STandardFilesystemMAnager I got it working.

br hw


on., 25.03.2015 kl. 22.17 +0100, skrev Bernd Eckenfels:

 Am Wed, 25 Mar 2015 17:48:03 +0100
 schrieb Helge Waastad he...@waastad.org:
 
  If I bundle the commons-vfs2 (2.1-SNAPSHOT/2.0) with the rar I get
  then exception:
  FileSystemException: Could not load VFS configuration from
  jar:file:/home/helge/Skrivebord/jca-parent/acme-war/target/apache-tomee/apps/acme-ra-1.0-SNAPSHOT/commons-vfs2-2.1-SNAPSHOT.jar!/org/apache/commons/vfs2/impl/providers.xml
 
 Is this JAR and with the resource existing or not?
 
  If I add vfs2-commons to tomee/lib and provided in my rar, then its
  working OK.
  
  Is this how it's supposed to work?
 
 The default configuration mechanism resolves providers.xml via the
 classloader of the StandardFileSystemManager class. It retrieves the
 URL for that resource and loads it.
 
 You might want to overwrite the init() method or somple create the
 DefaultFileSystemManager and configure it yourself.
 
 (I am not entirely sure why it does not work in your scenario).
 
 Gruss
 Bernd
 
 -
 To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
 For additional commands, e-mail: user-h...@commons.apache.org
 




[vfs] FileSystemException: Could not load VFS configuration

2015-03-25 Thread Helge Waastad
Hi,
I'm developing a VFS Resource Adapter and testing it out on TomEE
(1.7.1)

If I bundle the commons-vfs2 (2.1-SNAPSHOT/2.0) with the rar I get then
exception:
FileSystemException: Could not load VFS configuration from
jar:file:/home/helge/Skrivebord/jca-parent/acme-war/target/apache-tomee/apps/acme-ra-1.0-SNAPSHOT/commons-vfs2-2.1-SNAPSHOT.jar!/org/apache/commons/vfs2/impl/providers.xml

If I add vfs2-commons to tomee/lib and provided in my rar, then its
working OK.

Is this how it's supposed to work?

PS, the rar has dependencies to a jar having adapter/specs/dependencies
etc.

br hw