[jbpm-dev] [Design of JBoss jBPM] - Re: trunk is failing

ainze do-not-reply at jboss.com
Tue Apr 28 23:23:24 EDT 2009


Don't run mvn eclipse:eclipse
It's broken :/

However, you can make it work by editing the Parser.java, method setSchemaResources.
Find line
List<String> schemaLocations = new ArrayList<String>(resources.size()); 
and change it into 
Collection<String> schemaLocations = new HashSet<String>(resources.size()); 

This filters out the double jpdl.xsd that is placed twice on the classpath.

Hope this helps.

KR,
Andries

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227411#4227411

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227411



More information about the jbpm-dev mailing list