Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Error With Stacked Bar Chart

Hammam SamirApr 8 2018 — edited Apr 15 2018

Hello All,

I'm using Jdev version 12.2.1.2.0

I Have a parent table and a Child Table, in the Parent Table I have 3 transient attribute to calculate the Sum of The Child Table

I got the Sum  using groovy syntax   ChildTable.sum("Attribute")

It works Fine when Running the App module in JPR

I Created a JSF Page and Dropped the VO to the page as a stacked Bar Chart, Choosed The 3 Transient Attribute as Bars and one attribute as Axis,

when I run the Page , i got the following Error

Illegal character in path at index 21: file:/C:/Users/Hammam Delmar/AppData/Roaming/JDeveloper/system12.2.1.2.42.161008.1648/o.j2ee/drs/Application3/ViewControllerWebApp.war/WEB-INF/classes/model/FamilyViewRow.bcs

Reviewing the bcs file, i found no errors  and again it works fine when ruun it in Jpr

Someone Can Help me With That

Thanks

Hammam

This post has been answered by Timo Hahn on Apr 9 2018
Jump to Answer

Comments

Mike Kutz
Answer

Oracle Multimedia ORDImage Object Type

This won't work in XE.

Otherwise, you'll need to create your own Web Service that does this for you.  (or hunt one down)

MK

Marked as Answer by Reza.Gh. · Sep 27 2020
Reza.Gh.

Hi,

Ok, thanks.

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 13 2018
Added on Apr 8 2018
3 comments
213 views