[JBoss JIRA] Created: (JBPM-1893) reorganised resources
by Tom Baeyens (JIRA)
reorganised resources
---------------------
Key: JBPM-1893
URL: https://jira.jboss.org/jira/browse/JBPM-1893
Project: JBoss jBPM
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Tom Baeyens
Fix For: jBPM 4.0.0 Alpha1
previously, some resources were scanned over the complete classpath. like org/jbpm/pvm/pvm.hibernate.mappings.xml and org/jbpm/pvm/pvm.wire.bindings.xml
no more deep scanning is done. this leads to confusing duplicate entries in the all-in-one-jar file. and also it leads to duplicate entries in the zip file that combines all the resources of these multiple sub projects into a single source directory. then zip asks:"do you want to overwrite?"...
the solution is that all resource files will all be named individually and no deep scanning will be done.
to keep the easy user extensibility, a user resource file will be looked for and included automatically if present.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months