Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: EE-3.3.0.GA_P05
-
Fix Version/s: EE-3.3.0.GA_P06
-
Component/s: Sample Apps
-
Labels:None
-
Environment:Weblogic 12.2.1.1.0 using ICE showcase. EE-3.3. trunk nightly build 729. All browsers
Description
Can not navigate to ice:graphicImage demo. Instead you are taken to the ace comp overview. The wrong tab is highlighted as well. See attached screen shot. Weblogic 12.2.1.1.0 specific.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Closing as Won't Fix. This is not an issue with our code. It's an issue with the server. It returns null when calling ExternalContext.getRealPath(), which is used in the ice:graphicImage demo.
This can be fixed by adding the following line in the weblogic.xml file.
<show-archived-real-path-enabled>true</show-archived-real-path-enabled>
This line should go inside the <container-descriptor> tag.