Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02, EE-4.0.0.GA, EE-3.3.0.GA_P03
-
Fix Version/s: EE-4.1.0.GA, EE-3.3.0.GA_P04
-
Component/s: ACE-Components, Framework
-
Labels:None
-
Environment:WebSphere 8 (8.5 Liberty)
-
Assignee Priority:P1
Description
When adding a new ThemeRoller jar file to the classpath, the Theme is not shown in the ace:themeSelect component. Only the default ones are shown (sam, rime). This only happens when deploying on WebSphere 8.
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue blocks ICE-10671 [ ICE-10671 ] |
Support Case References | Support Case #13384 - https://icesoft.my.salesforce.com/50070000017euw7 |
Description | When adding a new ThemeRoller jar file to the classpath, the Theme is not shown in the ace:themeSelect component. Only the default ones are shown (sam, rime). This only happens when deploying on Weblogic 12c. | When adding a new ThemeRoller jar file to the classpath, the Theme is not shown in the ace:themeSelect component. Only the default ones are shown (sam, rime). This only happens when deploying on WebSphere 8. |
Attachment | Case13384Example.war [ 19485 ] |
Attachment | Case13384Example.zip [ 19486 ] |
Environment | Weblogic 12c (12.1.2) | WebSphere 8 (8.5 Liberty) |
Assignee | Judy Guglielmin [ judy.guglielmin ] | Mircea Toma [ mircea.toma ] |
Fix Version/s | EE-3.3.0.GA_P04 [ 12270 ] | |
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] |
Assignee Priority | P2 [ 10011 ] |
Fix Version/s | EE-4.1.0.BETA [ 13072 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Affects Version/s | EE-3.3.0.GA_P03 [ 11572 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48700 | Thu May 05 16:21:40 MDT 2016 | mircea.toma | |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48722 | Mon May 09 11:47:22 MDT 2016 | mircea.toma | |
Files Changed | ||||
![]() |
Assignee Priority | P1 [ 10010 ] |
Fix Version/s | EE-4.1.0.RC1 [ 13072 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48764 | Wed May 11 15:51:13 MDT 2016 | mircea.toma | |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Fix Version/s | EE-4.1.0.RC1 [ 13072 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Fix Version/s | EE-4.1.0.RC1 [ 13072 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48806 | Mon May 16 15:07:21 MDT 2016 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
For Websphere 8.5 (Liberty), when deploying a war to the app server, it creates an ear of it and the classloader that you get from Thread.currentThread().getContextClassLoader();
returns the uppermost classes from the server jee6 jar, etc.
When using an empty string in the following line of code. None of the jars in the WEB-INF/lib are listed in the enumeration for classLoader.getResources(" "); and no jars are listed for classLoader.getResources("META-INF/resources");
I will attach 2 ears that I built to try and deploy to WAS with the theme jars loaded at uppermost level (<ear>/lib). I can run this on Weblogic, but not WAS. They will install, but will not start. The simplest one will not choke on the jsf annotations of TestBean.
2 zips will be attached. myEar.zip was developed in NetBeans and works well on weblogic.
eclipseWASEAR.zip was developed in Eclipse for WAS Liberty profile settings, but still no luck.
Notice that myEar uses maven so could be used with any IDE.