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

How to import source code in IntelliJ IDE

I have a large application that was built in JDeveloper IDE. The problem was that the whole application has XY-Layout that has been deprecated now. I want to switch whole application to IntelliJ IDEA. Is there anyway to do this? Is IntelliJ IDEA…
AspOpener
  • 23
  • 9
2
votes
0 answers

SOA sensors are not working in Oracle 12c

I created an application containing 4 variables with 4 sensors at variable level and one at activity level. I deployed and executed the application instance via soa-infra, but I am not able to see any of the sensors for the same. also there are no…
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
2
votes
3 answers

Ant, Maven and Jdeveloper SOA Extension

We are in the middle of a large Java EE project/programme. Up to this point, we've been using Eclipse and Maven for our development. The appserver we are targeting is WebLogic (Oracle, these days). It has been decided we are going to start using…
Larsing
  • 171
  • 4
  • 13
2
votes
0 answers

Using svn+ssh with private key in JDeveloper 11.1.1.3

I'm a consulting at a government agency. We have high security requirements all through the development process. Amongst other things, we are required to connect to our subversion repository over svn+ssh with private keys. We are also bringing in…
Larsing
  • 171
  • 4
  • 13
2
votes
1 answer

Convert JDeveloper Project to Maven

Im actually a release manager, and we are getting some JDeveloper Web Projects, now we have to convert this project to Maven or ANT but we dont have any idea of how to do this, im new on JDeveloper. Any idea how to do this? Thx
RafaelHD
  • 21
  • 2
2
votes
3 answers

JDeveloper Studio Edition Version 12.2.1.2.0 so slow

I am using JDeveloper Studio Edition Version 12.2.1.2.0 on a 64 bit windows 7 with 8 GB RAM It is very slow , usually CPU usage is more than 60% and memory usage more than 1.6 GB Editing files are very slow ,sometime when i open JDeveloper it will…
Mahmoud Sabri
  • 713
  • 1
  • 7
  • 22
2
votes
0 answers

ntlm authentication using OSB in Jdeveloper 12.2.1

Is there a way to add NTLM authentication using OSB(to invoke a rest service) in JDeveloper 12c(12.2.1)?
2
votes
2 answers

Oracle SOA taskflow deployed but not available in worklist

I have been working with Oracle SOA Suit 12c human task component. However, I have created a simple bpel processs that takes one input for human intervention and response required by the user assigned. The project deployed successfully to weblogic…
k10gaurav
  • 462
  • 7
  • 24
2
votes
1 answer

EJB 3.0 and SQL

I am trying to build a simple application with JDeveloper 11g. I connect to a MSSQL Server 2008 database and get data from it. I am new at Enterprise Java Beans 3.0 so I don't know what code I should write for data update, delete or insert and…
gülru
  • 21
  • 1
2
votes
1 answer

XSD reusing complexType element

I'm using Jdeveloper 12c. I'm trying to use a complexType as a reference to type another element in another complexType. Jdev tells me it cannot find the AddressInfo reference. Here's a snippet of the code that's pertinent, please help:
2
votes
1 answer

Using an EAR file to create new project in JDeveloper

I'm not even sure if I worded the question correctly. I've tried googling, but can't find anything relevant. Basically I need to create a working project folder in JDeveloper from an ear file. The ear file is all I have, and I need to be able to…
Donna
  • 41
  • 6
2
votes
1 answer

How/where to add classpath entries in glassfish3.1.2.2 for an ADF Web application

I have developed an ADF Web application using jdeveloper11.1.2.4. For ViewController project I have added one folder(PassChange) in Libraries And Classpath section as show in the below image. I have a BSFNTest.java in ViewController project. If I…
Abdul
  • 1,130
  • 4
  • 29
  • 65
2
votes
2 answers

How to upload a file using af:inputFile in Oracle ADF

Can anyone please tell me how to upload file to server using af:inputFile in Oracel ADF. I searched about this and found we can use the following
Abdul
  • 1,130
  • 4
  • 29
  • 65
2
votes
1 answer

Why my javamail program not running through jdeveloper?

I am working on Oracle MAF app and using Java mail API for sending outlook meeting requests. I can successfully send mail from java command-line, but when trying same using Mobile app, the code doesn't go after where creating "MimeMessage" class…
Himanshu
  • 825
  • 2
  • 10
  • 24
2
votes
2 answers

HTTP Status 500 - oracle.adfinternal.controller.faces.context.StubJSFPageLifecycleContext cannot be cast to

We are developing web applications using Oracle ADF (jdeveloper 11.1.2.4). We need to run these applications on tomcat6.x. We have setup our tomcat6.x environment using the post ADF Essentials on tomcat. We are able to run only one application on…
Abdul
  • 1,130
  • 4
  • 29
  • 65