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

Need to implement auto suggest with multiple select in a input text field in Oracle ADF

Oracle ADF Jdev Ver: 11.1.1.4 My requirement is to create an input field where i can provide auto suggest and user can enter multiple email ids. It is similar to current "To" field while composing a mail in Gmail. Problem: I have implemented input…
Anuj
  • 197
  • 2
  • 11
1
vote
1 answer

Swing component that I created at runtime is not shown in JPanel

I want to create some swing component at runtime using for loop in JPanel, while it doesn't display anything. please help me. Here is the code : private String [] DTS = new String[]{"Number","Text","Date","Image","Document"}; private String [] CONS…
Kernel
  • 165
  • 4
  • 14
1
vote
1 answer

Synchronize database diagram to MySQL SCRIPT?

I want to know if it's possible to create MySQL Schema from database diagram in jDeveloper 11g?? I created ERD (database diagram) in jDeveloper just for getting it's schema in SQL. but now i need MySQL schema.
W.S
  • 931
  • 1
  • 10
  • 36
1
vote
3 answers

JDeveloper IntegratedWebLogicServer not able to build default domain

I am trying to run the JDeveloper Integrated Weblogic server (11.1.1.5) on Windows 7 x64 and keep running into this error from within JDeveloper: [Starting Server Instance IntegratedWebLogicServer] #### Server Instance IntegratedWebLogicServer could…
Morrislgn
  • 3,717
  • 4
  • 24
  • 26
1
vote
1 answer

Content Repository type connection is missing in JDeveloper

I've recently started to learn about Oracle WebCenter. I'm running Oracle UCM on VBox(downloaded from http://www.oracle.com/technetwork/middleware/webcenter/downloads/owcs-portalfw-vbox-284132.html) and what I'm trying to do is create Content…
rpozarickij
  • 1,477
  • 3
  • 14
  • 27
1
vote
1 answer

af:panelAccordion partialtrigger on af:selectOneChoice valueChangeListener

I am new in ADF faces and I am facing trouble to partialTrigger a af:panelAccordion on the value change of a af:selectOneChoice. The af:panelAccordion contains multiple af:showDetailHeader within its af:showDetailItem. All the af:showDetailItem and…
Tapas Bose
  • 28,796
  • 74
  • 215
  • 331
1
vote
2 answers

Cannot import the CSS in JSF pages

I'm learning to use ADF on Oracle jDeveloper 11g. I created an ADF Fusion Web Application (with the WebLogic webserver) and I created a JSF page under \ViewController\public_html. Then I created a CSS skin file (for JSF) and I put it under…
Fabio Strocco
  • 300
  • 4
  • 14
1
vote
1 answer

Assigning List of Strings in BPEL

Is there a way to assign a list of strings from input variable to invoke input variable?The problem is that there are multiple inputs in my web service so i am not able to copy the wrapping element in input variable to wrapping variable in invoke…
user1004779
  • 147
  • 1
  • 3
  • 13
1
vote
2 answers

In JDeveloper, how can I connect to a UDDI v3 registry?

I would like to use JDeveloper to connect to a jUDDIv3 registry running on JBoss SOA. I tried: File > New Business Tier > Web Services > UDDI Registry Connection Inquiry Endpoint URL: http://127.0.0.1:8080/juddiv3/services/inquiry Perspective:…
Griff George
  • 895
  • 7
  • 17
1
vote
1 answer

IIS Server connection in Jdeveloper BPEL?

So I am writing a webservice in BPEL, but coming up with a few obstacles due to not being very familiar with Jdeveloper. Basic questions first. How can I create a new application server connection to an IIS Server? I currently have a data centric…
TJOB
  • 37
  • 1
  • 4
1
vote
1 answer

How to assign array in a BPEL process

I have a simple string as input and after calling a web service which adds the string to an array.Now i have to assign the array to the output(which i have set as a string array in the schema).The enterprise manager gives a fault and says the …
user1004779
  • 147
  • 1
  • 3
  • 13
1
vote
1 answer

if select option select fixed then input field type rupees support 20 digit with rupees symbol if select percentage then replace rupees symbol

if select option select fixed value then input field type rupees value support only 20 digit with rupees symbol. if select percentage then replace rupees symbol with percentage of symbol and value type only 2 digit input value with percentage symbol…
1
vote
2 answers

Error java.lang.ClassNotFoundException: com.sun.xml.bind.v2.ContextFactory trying to install Oracle SOA Suite 12.2.1.4.0

I'm trying to install Oracle SOA Suite 12.2.1.4.0 on my work laptop. I'm using a script that sets enviroment variables, like java path, so I'm using a particular version (jdk1.8.0_211) The script is this: set DEVROOT=C:\WORKINGDIR set…
gosphalt
  • 13
  • 2
1
vote
1 answer

Error deploying adf application to IntegratedWebLogicServer (11g) (weblogic.management.DeploymentException)

After activating fast swap for the weblogic server in JDeveloper, I'm not able to deploy my project anymore, and I'm getting a weblogic.management.DeploymentException. It's an Oracle ADF project and JDeveloper's version is 11g, second release. When…
gBrugna
  • 11
  • 5
1
vote
1 answer

Java app suddenly not compiling with jdev

I have been working on an inherited code base that is a Java web app and just today it stopped compiling. I am getting errors that it can't find some classes that are declared in the code. My code base is set up like this: I've got the main package…
sgd
  • 31
  • 4