> 
>   protected String dynamicURI =
> "truezip://target/dynamicEndpoint.zip?file.tempFilePrefix=dynamicEp-";
> 
> Note the "truezip:"  protocol used.
> You should be able to debug the component's getResolvedEPR method ...
> 
> Also, if you could change the package of the test classes to match the one
> of the sources 
> (org.apache.servicemix.truezip instead of org.apache.servicemix.file)
> that would be cool.
> 
> On the class loader potential problem, we need to dig that a bit more.  I
> guess the problem
> happen when several copies of the libraries try to access the same files. 
> This should not be
> the case, as the library will be embedded inside the component
> classloader, and unless you
> install several different copies of this component, it should be fine.
> 
> 

Thanks for the information about the dynamic endpoint - I will investigate.

Also, I'll correct the test class package name - that's what I get for doing
this on the quick :)

I will also continue to monitor the potential class loader problem and see
if anything occurs.

James
-- 
View this message in context: 
http://www.nabble.com/Created%3A-%28SM-875%29-TrueZIP-binding-component-tf3373581s12049.html#a9401053
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Reply via email to