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
1
vote
1 answer

getting UnsupportedMediaException when consuming soap wsdl webservice in jdeveloper

The error: Exception in thread "main" com.sun.xml.internal.ws.server.UnsupportedMediaException: Unsupported Content-Type: application/xml Supported ones are: [text/xml] …
Mohammed
  • 31
  • 5
1
vote
2 answers

Jdeveloper error (self extraction failed) error while installing Jdeveloper

I downloaded Jdeveloper. After double clicking on .exe file, it opens a popup window, and after that command window opens and gives the error as shown in picture- https://i.stack.imgur.com/8TT0p.png what i tried- unzip the other folder. (not…
1
vote
1 answer

Unit testing with jdeveloper 10g

I want to use JUnit or similiar TDD frameworks and plugins at my work environment. But where I work, migrating to jdeveloper 11g or eclipse is not considerable in a near future. We are using jdeveloper 10g for development and I can't find any…
Nezih
  • 11
  • 4
1
vote
2 answers

Getting Object Load Error while opening EO from Jdeveloper

I am pretty new to Oracle ADF, and I am working on an existing project. I want to add some attributes (via table) to an existing EO. But whenever I'm trying to open the EO from Jdeveloper, I am getting the following exception, and the EO remains…
Papai from BEKOAIL
  • 1,469
  • 1
  • 11
  • 17
1
vote
1 answer

Exception while deploying ADF1.2.2.1.4 in Glassfish server 5.0

I am using glassfish server 5.0 to make Fusion web application ADF using J developer 1.2.2.1.4 in windows server. I am getting this exception while deploying my web app. Error occurred during deployment: Exception while loading the app…
Mohamed.ha
  • 31
  • 5
1
vote
0 answers

Failed to Parse and JAX-RPC 1.1 method is not supported in WLS 8.1 clients error

I got a WSDL and its client from a third party, when i load the client in my jDeveloper its working fine. But when i create a client from that WSDL its giving me "Failed to Parse WSDL" error. And with some modifications in my client i am getting…
sudeep
  • 93
  • 2
  • 6
  • 17
1
vote
1 answer

Query regarding removing and applying ADF view criteria's to view object programmatically

I have a few questions regarding view criteria's After removing few applied view criteria's do I need to executeQuery before applying the same or new view criteria's? Also after applying each view criteria, do I need to executeQuery? If the first…
Mike Reddington
  • 192
  • 2
  • 15
1
vote
1 answer

How to write let statement inside an 'if' and 'loop' statements in xquery

I want to iterate over an element to take the position of the element having the closest date to current time, however the code is not working with a syntax error let is unexpected code: for $pos in 1 to…
Jenny
  • 375
  • 4
  • 6
  • 25
1
vote
1 answer

Limit Characters in tree view - Odoo14

I want to set a limit to the number of Characters displaying in the tree view by 60, that comes from the field "Description" in the project module. But just limit the characters that display in the tree view NOT limit the input of the field. would…
Ron
  • 91
  • 8
1
vote
1 answer

JBO-25014: Another user has changed the row with primary key oracle.jbo.Key[x]

I'm working on a project "maintenance project" and it contents of sender and receiver,I'm using same table ,same EO and VO for process.. i have a problem when i update records this massage shown"Another User Have changed the Row with Primary Key" im…
Mohamed
  • 15
  • 5
1
vote
1 answer

How to resolve an issue with IntegratedWebLogicServer in JDeveloper?

the version of JDeveloper I am using is 12.2.1.4.0 and the JDK version I am using for the application is Java 1.8.0.202. The issue I am currently having is whenever I am trying to run an application within JDeveloper I am getting this error…
Nathan
  • 11
  • 1
1
vote
0 answers

Add advance function ora:getFaultAsString() in XSLT transformation using Jdeveloper 12

I'm using XSLT transformation but I can't add the advance function ora: getFaultAsString(). I created a variable and set a namespace on it, but still not working. I'm getting Function of Name "ora:getFaultAsString" not found. I can add it using…
1
vote
1 answer

ADF: What is a quick and easy way to display a debug/log message on the UI?

So I am debugging some code in my application (dev and test environment) and I am not allowed to use appsloggers or System.out.print or any such logging. I would like to see the value some of the variables hold at a given time and put messages like…
1
vote
1 answer

JBO-27513: Header value is not valid. Header: REST-Framework-Version; Value: 5

I am building an Oracle ADF application and I need to change "restFrameworkVersion" attribute in my adf-config.xml since I need to return a List in my Programmatic View Object's custom method. I have changed my adf-config as follows:
obayral
  • 141
  • 3
  • 15
1
vote
0 answers

Use lombok in JDeveloper

Is there a way to integrate Lombok in JDeveloper like in eclipse (so JDev is aware of lombok). Currently I can compile code (I did that with checking "out of process" compiling) but code is underlined red (some getters are expected and JDev doesn't…