Menu
Tag

ADFBC

Issue: REST web services are created in AppModule but disappeared

[JDev 12.1.3] Issue: I have created an ADF application in JDeveloper 12.1.3 in which I created restful web services in the app module for the business components. I created another ViewObject by custom sql query and added to app module and created rest services for it. Suddenly all my existing rest services are disappeared from the app module window and +…

Error: Calling the constructor for class oracle.jbo.server.SequenceImpl is not permitted

[JDev 12.1.3] I have created an EntityObject in the Model project and assigned a DB sequence to the key attribute of it. While running the project, I got the below error. [Static type checking] – [ADF security error] Calling the constructor for class oracle.jbo.server.SequenceImpl is not permitted. To avoid this issue, Go to the source of the entity object xml file…

Error: [ADF security error] The method getDBTransaction on class oracle.jbo.server.EntityImpl is not permitted

[JDev 12.2.1.0] I have created an EntityObject from database table and assigned an expression to its key attribute to get the value from a database sequance (See this post to know how to assign a db sequence to a property in entity object ). But while building the project, I got the below error. Error(11,53): [Static type checking] – [ADF security error]…

Assign DBSequence to a property in Entity Object

ADF By Jan 08, 2013 No Comments

I want to add a sequence to the user_id field in user_info table of my database. For which I have followed the below procedure. Create a db sequence named “userid” Create sequence userid start with 10000000001 Open the Entity Attribute, “user_id” in the Entity Object of the application Select Type as Integer and  click on Value type “Expression” radio button…

Hi, Welcome here.
JOIN OUR NEWSLETTER
And get notified everytime we publish a new blog post.