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.

Weblogic and OEPE with JPA 2.1

2722993Jul 30 2014 — edited Sep 30 2014

Weblogic 12.1.3 has JPA 2.1, but OEPE 12.1.3.1.1 supports 2.0 only.

Is it possible to enable 2.1?

pic.jpg

Comments

566902
You have not given a relational operator in the filter clause, you have:
bq. BCT_CT.BUSINESS_UNIT #JDC2_v2.ALL_BU
I suggest you probably want something like:
bq. BCT_CT.BUSINESS_UNIT = '#JDC2_v2.ALL_BU'
Note that I not only put the equals sign in, but you probably need to put quotes round the variable as well if you want to make a comparison.
Meapri-Oracle
Thanks for you answer but it is not what I want to do.

I need to execute :

Create View
Select list of field from table where business_unit in (select business_unit from SYSADM.PS_S1_ODI_FILTR_BU)
Meapri-Oracle
I have not found the answer yet but the problem seems to be related to the context.

I created a new context in topology and the variable could be intepreted
Meapri-Oracle
Topology issue
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 28 2014
Added on Jul 30 2014
8 comments
3,367 views