-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: jboss-fuse-6.3, jboss-fuse-6.3-patches
-
Fix Version/s: jboss-fuse-6.3-patches
-
Component/s: Fabric8 v1
-
Labels:None
Using the profile URL handler in <ext:property-placeholder> don't resolve properties:
e.g;
<ext:property-placeholder> |
<ext:location> |
profile:com.workflow-inflow.properties
|
</ext:location> |
</ext:property-placeholder> |
This ends with the following ERROR:
aused by: java.net.MalformedURLException: Unknown protocol: profile
|
at java.net.URL.<init>(URL.java:630)[:1.7.0_101]
|
at java.net.URL.<init>(URL.java:493)[:1.7.0_101]
|
at java.net.URL.<init>(URL.java:442)[:1.7.0_101]
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)[:1.7.0_101]
|
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)[:1.7.0_101]
|
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)[:1.7.0_101]
|
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)[:1.7.0_101]
|
at org.apache.aries.blueprint.utils.ReflectionUtils.newInstance(ReflectionUtils.java:331)[15:org.apache.aries.blueprint.core:1.4.4]
|
at org.apache.aries.blueprint.container.AggregateConverter.createObject(AggregateConverter.java:319)[15:org.apache.aries.blueprint.core:1.4.4]
|
... 33 more
|
Note that changing start-level or applying the workaround of this KCS in 630329 doesn't work.
- relates to
-
ENTESB-7843 Jetty unable to find its SSL keystore in Fabric registry: FileNotFoundException: /opt/fuse/jboss-fuse-6.3/profile:fuse.jks (No such file or directory)
-
- Closed
-