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
3 answers

Failed to connect from jdeveloper to weblogic server jsr 160 failed

I'm trying to connect from Jdeveloper to a remote Weblogic server. This is what I get when testing the connection. Some say that one should disable jdeveloper's proxy settings. I did so, and it didn't change anything. Any help !
Ibrahim Awad
  • 498
  • 1
  • 6
  • 13
2
votes
1 answer

Oracle ADF: Unable to select a list item for second time

Hello am developing a web application using oracle ADF(jDev12c). I have developed a page that contains a listView as below. I have developed the above page using the blog Implementing the Tree ... The blog is really wonderful. Actually my problem…
Abdul
  • 1,130
  • 4
  • 29
  • 65
2
votes
1 answer

Oracle ADF: SkinFactory is not working correctely in JDeveloper 12.1.3

I use the code below to populate my skin list and give the user the possibility the change the skin at runtime. public List getSkinChoices() { List choices = new ArrayList(); String skinFamily = null; String skinLabel = null; …
Festus Tamakloe
  • 11,231
  • 9
  • 53
  • 65
2
votes
4 answers

Create html like table in Oracle ADF

How to create html like table in Oracle ADF? The following adds also headers, which is not desired in my case. I need just a simple table like layout, with no margins between rows and cells. Something like this (note: instead of text…
whiteErru
  • 275
  • 1
  • 5
  • 13
2
votes
1 answer

How to Create dynamic query in mysql

I am developing an Oracle ADF web application using jDeveloper. For that am using jDeveloper MySql database Integrated WebLogic (which came with jDeveloper) So am trying to Create a Query-only Business Service Based on Parameters. For this I need…
Abdul
  • 1,130
  • 4
  • 29
  • 65
2
votes
3 answers

How to bind an ADF Table on button click

Coming from ASP.NET I'm having a hard time with basic ADF concepts. I need to bind a table on a button click, and for some reason I don't understand (I'm leaning towards page life cycle, which I guess is different from ASP.NET) it's not…
juan
  • 80,295
  • 52
  • 162
  • 195
2
votes
2 answers

JDeveloper mark occurrences automatically

I know that Oracle JDeveloper has "mark occurences" function. It's possible to highlight desired variables/methods in 2 ways: Ctrl + Alt + H From the menu Search -> Code Highlight I would like to make "highlighting occurrences" work…
sergeyan
  • 1,173
  • 1
  • 14
  • 28
2
votes
0 answers

How to manage application Module so that it dose not error out when multiple sessions are accessing the same server instance

Issue 1 : I have a web-service where I am creating a AM performing DB operations like select queries and I am releasing the AM when I test this web-service using Multiple requests accessing the same server instance at a time gap of fraction of…
2
votes
0 answers

Automatic imports in JDeveloper

I recently started using JDeveloper & I come across this weird problem(I dont exactly know if it is weird or i'm doing something wrong) I create this list object private List a1 = new ArrayList(); Then I hover over List & ArrayList to find the…
Uma
  • 50
  • 2
  • 11
2
votes
1 answer

"Parameter type conflict" when calling Java Stored Procedure within another Java Stored Procedure

Here's the problem (sorry for the bad english): i'm working with JDeveloper and Oracle10g, and i have a Java Stored Procedure that is calling another JSP like the code: int sd = 0; try { CallableStatement clstAddRel = conn.prepareCall(" {call…
GuiPereira
  • 53
  • 1
  • 2
  • 5
2
votes
1 answer

How to split a web project into 2 separate projects/modules

I have a Maven web project (Java) that I created in Eclipse. Due to in house IDE restriction I had to move the project to JDeveloper 12c and disable the Maven nature. I had to make several tweaks to project's properties in JDeveloper to make it…
Superman9999
  • 815
  • 3
  • 16
  • 30
2
votes
1 answer

JDeveloper Create Web Service

I am following book Getting started with oracle suite 11g R1 A Hands on tutorial. I am using a bit more recent versions that recommended in book (because there is no place any more where I can download files recommended by book) and till now…
Nenad Bulatović
  • 7,238
  • 14
  • 83
  • 113
2
votes
2 answers

How to set master detail selection list in a drop down menu in jdeveloper

I have oracle 11gr2 and JDeveloper 11.1.2.1.0. I have 3 tables that are master detail detail. I want to use master detail single selection in a drop-down menu for these tables. When I use these tables as adf table for master detail it works…
user3588552
  • 311
  • 1
  • 3
  • 12
2
votes
0 answers

Jdeveloper : rebuild not supported during debug

While I debug my application in Jdeveloper, at instances when I change an unit and try to rebuild it, changes don't reflect and I get the following error description: "The debugger was unable to redefine the recompiled classes. Unsupported…
yuvraj
  • 147
  • 1
  • 9
2
votes
1 answer

Web service client class works; but deployment error when used in a servlet

I am using JDeveloper 12c to generate a 'Web Client and Proxy' from a WSDL file. It worked fine and generated a Client class to test out the invocation of the service. This client works fine. I then generated a test servlet and ensured it worked. I…
user486480
  • 183
  • 3
  • 12