-
Type:
Bug
-
Status: Closed
-
Resolution: Duplicate
-
Affects Version/s: 6.1.20 EE GA2
-
Fix Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2, 6.2.0 CE M2
-
Labels:None
-
Branch Version/s:6.1.x
1. Create a plugin which has a service-ext.properties at WEB-INF/classes.
2. Deploy in Jboss bundle
3. The service-ext.properties isn't read
This seems to be related to the following code:
if (!protocol.equals("file")) {
return;
}
When a plugin is deployed in Jboss the identified protocol is "vfsfile" and the code that read the service-ext.properties isn't executed.
- is related to
-
LPS-26271 Easyconf always expects properties files to be accessible from the file system
- Closed