Questions tagged [jdeveloper]

Oracle JDeveloper is an integrated development environment that simplifies the development of Java-based SOA applications and user interfaces, supporting the full software development life cycle. Do NOT use this tag for problems with Oracle ADF itself!

Oracle JDeveloper integrates development features for Java, SOA, Database, XML, and Web services into a single development tool.

The various artifacts share the same project structure and development experience, simplifying the learning curve and the development process of composite applications that leverage a multitude of technologies.

JDeveloper can be used throughout the software development life-cycle, from initial design and analysis, through coding and testing phases, to deployment. JDeveloper increases developer productivity by offering a visual and declarative approach to application design

1423 questions
-2
votes
1 answer

Getting error while calling JBPM Process from KIE workbech in Localhost.. But Rules calling and Firing working fine

This core works if i try to call the Rules alone from KIE Workbench.... ITs firing the rules everything is working with-out Process. When i try to call the JBPM Process with newKieSession.StartProcess("***Process Name");* Im getting this error.…
JustCode
  • 41
  • 1
  • 12
-2
votes
1 answer

JUnit java.lang.AssertionError: Unimplemented

i have a java class tested with JUnit but aI am getting a java.lang.AssertionError: Unimplemented for all these Methods and i can't find the error exemple: java.lang.AssertionError: Unimplemented …
Doni
  • 23
  • 3
  • 5
-2
votes
2 answers

Year and academic year in Java

In my JDeveloper 12c application I have an year saved as a number. I want to get this value and set it as an academic year. For example I type 2005 and setYear will change it into 2005/06. At this moment, in my application I have field year saved as…
-2
votes
2 answers

Unable to Import org.apache.log4j.Logger

I am unable to import the library org.apache.log4j.Logger using JDeveloper 10.1. What is the procedure to do that? Thanks in advance.
user1685091
  • 59
  • 2
  • 4
  • 10
-3
votes
1 answer

gitlab issue- not able to save application after changing the context-root

I am working on a ADF application,with jdeveloper. I have to change context root of the application, the project is a git repository. After changing the context root, I am unable to save the project. Below is the issue: Issue - Unable to save…
-3
votes
1 answer

How to perform a login and pass and receive parameters to the next page using JSF and ADF in JDeveloper 11g?

please, help am new in jsf an adf, I need an guiade that explicate this. thanks.
maryvargas
  • 31
  • 1
  • 1
  • 3
-3
votes
1 answer

How to open an external webpage on button click?

On click of an afcommandButton, I need to open a new tab with a webpage address I fetched from my database. How do I do this in Oracle ADF?
-3
votes
1 answer

how to Assign two users to two different page?

I have two different pages(edit.jsf and upload.jsf) . I want to reach this two pages with different users. For example: -user1 can reach upload.jsf -user2 can reach edit.jsf When I tried to assign this two users to two different application role…
-3
votes
1 answer

Timezone in orcal-adf application

i trying to make attendance program based on orcal DB and adf web application. i need to obtin the server time in my DB table when the user log in or i need to know the expression builder for login button. thank you
-3
votes
1 answer

Dynamic Tabs in jsf based on query results

I have a situation where i have a table with multiple department entries. I will run a DISTINCT query on department names and have to create tabs in jsf page for each of the departments.When i add a new department in the table , then it should…
Manisankar
  • 171
  • 1
  • 1
  • 9
-3
votes
1 answer

Exclude results using WHERE statement in SQL

I have a complex query to display some products in different shops. I'm trying to exclude some results but I'm not be able to do it. I have a table looking like this: ProName ProColor ProSize ShopName ShopAddress Pro1 col1 …
-5
votes
1 answer

Oracle ADF: 12c Unresponsive Script (core-ABRAMS-3160.js)

A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete. Script: domain:7101/portal/afr/partition/gecko/n/default/opt/d/table-ABRAMS-3160.js:208
Festus Tamakloe
  • 11,231
  • 9
  • 53
  • 65
-6
votes
1 answer

Written in Eclipse unable to run in Oracle JDeveloper

I have an application written by Java in Ecclipse (Kepler), unsuccesfully tried to run in Oracle JDeveloper: especially during running it comes to prompt-input data, but is being unable to move on. What can I do to fix it?
1 2 3
94
95