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
4
votes
2 answers

How to test Webservice in JDeveloper that uses Basic Authentication?

I have created a web-service that uses basic authentication in JDeveloper 11.1.1.4. When i test my application using a client application is runs correctly so i know that the authentication mechanism has no problems. How can i pass authentication…
MaVRoSCy
  • 17,747
  • 15
  • 82
  • 125
4
votes
2 answers

Weblogic tries to access non-existing application while running an existing application

I am trying to run an Oracle ADF application (eg. "MyApp") with JDeveloper IDE on Windows. While I am running MyApp, Weblogic Server throws a DeploymentException that does not stop execution process of MyApp. The error log is: Failed to initialize…
Sinan Goker
  • 249
  • 1
  • 3
  • 16
4
votes
1 answer

Selecting from a column of nested tables SQL

I have a question on how to print all the values of an object of a defined type. I have an table SP of objects of type PROJECTT. When I query a row in SP for its object(s), it returns the type of the object (PROJECTT) but not the contents of the…
Teknos
  • 411
  • 1
  • 7
  • 20
3
votes
0 answers

SSLKeyException: FATAL Alert:BAD_CERTIFICATE - A corrupt or unuseable certificate was received

I am trying to consume a .NET web service from java client generated in JDeveloper IDE. I have server and client certificates. I successfully call this service in SoupUI, just by specifying *SSL Keystore=client_cert.pfx* for Request. I add server…
Mark Carmark
  • 167
  • 4
  • 11
3
votes
1 answer

Characterizing of an HTML page using a javascript JSON (instead of ajax request)

Here is the context : I am writing a Python code that converts an HTML page to a PDF file using the instructions in this link. I work now on the POST request that will have as an input an HTML file, and have some parameters precised in the latter…
A. B.
  • 41
  • 4
3
votes
2 answers

Time out error in deploying the process on weblogic server

While deploying the BPEL process in Weblogic 10.3.4, following Exception comes on soa server console. I am sure this is not related to my application, but due to this I am not able to deploy the process on server, it lead with connection time out. I…
Pedantic
  • 1,368
  • 10
  • 39
  • 70
3
votes
1 answer

Running ADF apps in Chrome vs IE

So, I have this application that uses the LOV to search from the given list of items. When I run this application in Chrome, my LOV input field looks slightly different from the way it looks inside the IE. Moreover, the Chrome view is missing the…
DunDmy
  • 305
  • 2
  • 16
3
votes
0 answers

JDeveloper cert issue

I am using JDeveloper 12c trying to connect to secure web service SSL. I added my both certificates RootCA and intermediate into trusted store in my JAVA_HOME directory. Check below my source code: SSLSocketFactory sslSocketFactory =…
3
votes
5 answers

ANT job to invoke JDeveloper to create EAR file with specified deploy file

I was asked about the possibility of creating an ANT script that could be use to copy property files (associated to target environment), create an EAR file (perhaps using JDeveloper deploy file), and deploy that EAR file to target OC4J container. I…
Nordin
  • 3,087
  • 5
  • 28
  • 35
3
votes
2 answers

multiline in shortdesc tooltip in adf inputText

I want to display the whole password requirements in the shortdesc attribute of Inputtext. But every time I pass a String, it is displaying the text in the same row. For example I am attaching the code with 'hello world' as shortdesc.Below is the…
Phani
  • 31
  • 3
3
votes
0 answers

jDeveloper 12c Creating IntegratedWebLogicServer Domain Error on Windows 10

I am using jDeveloper 12c and jdk 1.8.0_101 on the Windows 10 machine. I am getting the following error when creating an IntegratedWebLogicServer Domain, Adding environment variable to WLST script USER_MEM_ARGS = -Xms32m -Xmx1024m…
3
votes
1 answer

JDeveloper - change the target URL when running with the internal OC4J container

I'm trying to set up JDeveloper for development on an internal terminal server. When I run a newly created webpage using the internal OC4J container, my browser opens looking at page http://hostname.domain:8988/OA_HTML/runregion.jsp. For reasons out…
Paul Moore
  • 6,569
  • 6
  • 40
  • 47
3
votes
4 answers

Why is there such a big difference in the execution time of a query ran by ADF and in SQL Developer

I have a strange issue with a query running in my JDeveloper ADF web application. It is a simple search form issuing a select statement to Oracle 10g database. When the search is submitted, ADF framework is (first) running the query, and (second)…
3
votes
1 answer

JDeveloper 12c getting error after migration my Apps from JDeveloper 11.1.2.4

I have migrated my application from JDeveloper 11.1.2.4 to JDeveloper 12c(12.1.3.0). My application cleaned and compiled successfully. Application Module tested successfully. But when i am running my application (ViewController)weblogic started but…
Siddh
  • 712
  • 4
  • 21
3
votes
2 answers

Integrated WebLogic Server running issue in JDeveloper

I've been trying to run a simple application using a tutorial in JDeveloper. I was asked to run the .jsf page I created, using a new username and a password. After a long time waiting (about 3 minutes) I get the same error again and again: An error…
Skatz1990
  • 212
  • 7
  • 19