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

How can I remove the red exclaimation mark from the adf mobile app?

I have created an iOS app in ADF mobile framework of Oracle. I see the red exclamation mark on top of every page that runs on 7.1 SDK. Simulator is iPad based. I have removed all the warnings which were highlighted in the jdeveloper for the…
neo7
  • 654
  • 5
  • 14
2
votes
1 answer

how to start adf application in Djbo.debugoutput=console mode

I need to start my adf application with "-Djbo.debugoutput=console." How can i do it? I am using jdevloper 11.1.1.6
user3657868
  • 59
  • 1
  • 9
2
votes
1 answer

JNDI name already bound for ConnectionFactory even after deletion

I am working on Jdeveloper 11.1.1.6 on a web application which uses ConnectionFactory. I have been having problem with the JNDI naming in the application. I keep on getting NameAlreadyBoundException for the JNDI name that I am using. I had earlier…
Aseem Bansal
  • 6,722
  • 13
  • 46
  • 84
2
votes
1 answer

[Error ORABPEL-10902]: compilation failed XML parsing failed Soa Oracle Bpel

I'm trying to compile a BPel process and get this error message : [Error ORABPEL-10902]: compilation failed [Description]: in "bpel.xml", XML parsing failed because "undefined part element. In WSDL at…
CoderInside
  • 473
  • 1
  • 4
  • 17
2
votes
3 answers

Oracle ADF 12 Project Structure

I'm developing a ADF Fusion Web Application in JDeveloper 12. After the creation of the project I took a look at the file system and a bunch of directories were created. Can anyone tell me what the .adf folder is good for? I can't find anything…
LarsBauer
  • 1,539
  • 18
  • 23
2
votes
1 answer

How to show popup while uploading file using inputfile adf

I am working with adf in jdeveloper. I have an af:inputfile which use valuechangelistener to check the file type and then upload to server. I need to show popup (with loading image) while these processes happen. I already tried the code below but…
Irene
  • 21
  • 1
  • 5
2
votes
2 answers

Unable to save,please resolve the merge conflicts in the project file before attempting to save further changes"

i checked out an application from svn plugin of jdeveloper and tried to modify the same and save it.Got an error Unable to save,please resolve the merge conflicts in the project file before attempting to save further changes" i tried…
sushma
  • 41
  • 2
  • 5
2
votes
1 answer

How do I install org.apache.commons.code.binary.Base64?

I am taking a class on Android and I am a newbie with JDeveloper. I am working on a Web Services application. I downloaded some code that has a "Import org.apache.commons.binary.Base64". JDeveloper is barking "not found" for this import. I found…
Steve Mansfield
  • 147
  • 1
  • 3
  • 10
2
votes
1 answer

Redirect a JSF Page From a button

I'm trying to redirect a jsf page when i click the login button but it doesn't work. in my case when i click the login button is check if user was found in the database,once it's found it,the system redirect to the page utitled2.jsf i'm using J2ee…
user3419507
  • 117
  • 1
  • 4
  • 16
2
votes
1 answer

Could not use multiple file upload in Jdeveloper 11.1.2.3

I am using Jdeveloper 11.1.2.3 with ADF technology, I am trying to use the multiple file upload feature but I could do not find (Rows) propriety in Input file component that activate this feature. So, what I am missing? Is there some extra…
Salman
  • 1,236
  • 5
  • 30
  • 59
2
votes
2 answers

Google Play + Admob Linked

My developers account got terminated but my Admob account is still in good standing. My brother has a developers account, can I link my admob to his apps? Thanks.
2
votes
2 answers

package org.apache.poi.ss.usermodel does not exist error

I have a problem related to my adf application in jdeveloper 11g. When i build my application,i take these errors: These errors in code-behind: import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.DateUtil; import…
rockenpeace
  • 1,011
  • 5
  • 18
  • 29
2
votes
1 answer

Editor extensions for SQL Developer

I'm attempting to write an (editor) extension for Oracle SQL Developer. I'm having trouble finding information about it, but I've pieced the following together from the few tutorials and blog entries that I've found:
John O
  • 4,863
  • 8
  • 45
  • 78
2
votes
1 answer

Derby Database not connecting when deployed as a an executable jar but works fine in Jdeveloper

Hi I have a problem with my Java program, when I run the application within JDeveloper, the program works fine, it connects to the derby database properly. When I create a executable jar i get the following error no suitable driver found for…
Nasir Shiraz
  • 161
  • 1
  • 3
  • 15
2
votes
1 answer

What select query will list domains within Postgres?

I'm aware of the psql command that will list these, but I'm attempting to write an extension for Oracle's SQL Developer that will list them on the left-hand navigator panel. The XML format requires a select statement. For example purposes, I'll…
John O
  • 4,863
  • 8
  • 45
  • 78