Description of problem: When I create a new package with name "com.xyz.abc", I suppose that it will create hierarchy of directories like src/main/resources/com/xyz/abc but it will create just a directory src/main/resources/com.xyz.abc instead. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This has been fixed already (before this BZ was raised). See: https://github.com/droolsjbpm/guvnor/commit/8a5eb3044b545f481dcc76b75791aa9ba688dce7#L2R392
BZ 1005722 has been filed but a package containing dots is now being created the same way as with slashes. This behavior was verified in BPMS 6.0.0.ER2