A new topic, 'Cannot read plugin classes from protocol vfszip', has been made 
on a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=586.new#new

The text of the topic is shown below:

Hi,

I'm using liquibase with hibernate and spring. After migrating to 2.0 rc 2 I 
have the following exception. I tried to handle the 'vfszip' case in 
liquibase.servicelocator.ServiceLocator :
 if (resource.getProtocol().equals("jar") || 
resource.getProtocol().equals("vfszip")) with no success.

Caused by: liquibase.exception.ServiceNotFoundException: 
liquibase.exception.UnexpectedLiquibaseException: Cannot read plugin classes 
from protocol vfszip
   at 
liquibase.servicelocator.ServiceLocator.findClasses(ServiceLocator.java:134)
   at liquibase.servicelocator.ServiceLocator.findClass(ServiceLocator.java:84)
   at 
liquibase.servicelocator.ServiceLocator.newInstance(ServiceLocator.java:144)
   ... 86 more
Caused by: liquibase.exception.UnexpectedLiquibaseException: Cannot read plugin 
classes from protocol vfszip
   at 
liquibase.servicelocator.ServiceLocator.findClasses(ServiceLocator.java:195)
   at 
liquibase.servicelocator.ServiceLocator.findClasses(ServiceLocator.java:129)
   ... 88 more

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The LiquiBase Community Forum Team.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to