2012/6/5 Jason Pyeron :
> 1: use the classloader as much as possible as it always works.
The problem here is that a path to a class isn't the same as a path to a jar
> 2: the plugin searching will fail if the bootstrap process does not know how
> to
> "scan" the "filesystem"
Yep, solved that by
> -Original Message-
> From: Lukasz Lenart [mailto:[email protected]]
> Sent: Monday, June 04, 2012 7:32
> To: Struts Developers List
> Subject: [struts-dev] Re: Abstract layer to access file system
>
> Ok, got it working, but the only problem I have is that the
> all implemen
Ok, got it working, but the only problem I have is that the all
implementations provided by framework must be specified as a
FileManagerProvider with Dispatcher class or all the classes
(implementations of FileManager interface) have to be defined in
XWork2 and added to DefaultConfiguration class (