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.

learn more… | top users | synonyms

0
votes
1answer
17 views

Error connecting weblogic wlst from java jdeveloper

I am trying to embed a WLST script in java using the WLST Interpreter. However i encounter the following error: Exception in thread "main" java.lang.RuntimeException: error in finding weblogic.Home ...
0
votes
1answer
14 views

call method action programatically in ADF Mobile

I want to call method which is in my binding. I want to call this method programatically. I have seen below link. I get error. because it is working fine in ADF. ...
0
votes
3answers
39 views

Version number to WAR file

Is it possible to add version number to WAR file specific to weblogic server ? To provide build files to client, they want us to get version number in WAR file. Is it possible or is there any standard ...
0
votes
0answers
14 views

How to Change Logging for Swing application in Oracle JDeveloper

I have a swing project in JDeveloper 11g. When I click "Debug", I got the following exception: Exception in thread "main" Exception in thread "AWT-EventQueue-0" Exception in thread ...
0
votes
0answers
13 views

Difficulty with Generating RDF data with RDF Schema

how can i generate RDF Schema with RDF instances from relational databases using data exchange language? I implemented only generating RDF data in Ntriples format from RDB. So I would like to know how ...
0
votes
1answer
12 views

Jdeveloper rendering messed up on Linux when JSF Designer

I have installed Jdeveloper 11g on Ubuntu 12.04 64 bit. After trying to edit the jsf page in the design mode the Jdeveloper becomes completely messed up like on the page below. I tried different ...
0
votes
1answer
55 views

Unable to call index.jsp

I'm working on a java web application stuffed with JSPs & servlets through jDeveloper IDE. The integrated server I'm using is Weblogic. In middle of my application, if I remove the path till the ...
0
votes
0answers
33 views

ADF reuse components

I have created 2 applications with different purposes using ADF in one project. In these two applications, I have created Declarative Components that will be reuse in the other applications and also ...
1
vote
1answer
58 views

Exception while Testing SOA Composite Application

I am working on Oracle SOA Suite 11g, i am a beginner and following some labs, in which i am developing some SOA composite applications in JDeveloper 11g IDE. While testing a composite application ...
0
votes
0answers
34 views

ADF: jquery to point to specific element on page

I am using jdev11.1.1.6 If i need to scroll to top of page..this works perfectly.. var scrollTop = function (event) { $('.mainWrapper,body,html').animate( { scrollTop : 0 }, 'slow'); } I call it ...
0
votes
2answers
26 views

How to export jdeveloper sequence diagram into any image format?

Good evening, i made a sequence diagram on jdeveloper and i want to export it into any image format instead of the .sequence extension, does any one know how to do that?
0
votes
1answer
34 views

A simple form using ADF

I am looking for some tutorials on creating a simple form using Oracle ADF and JDeveloper. I am not able to find any relevant materials on the internet. Any help would be appreciated.
-2
votes
1answer
44 views

Exclude results using WHERE statement in SQL

I have a complex query to display some products in different shops. I'm trying to exclude some results but I'm not be able to do it. I have a table looking like this: ProName ProColor ProSize ...
0
votes
0answers
16 views

Jdeveloper portlet parameter value coming null in edit default page

I have added one portlet with show and edit default page. In Edit default page i want parameters which i have passed for calling this portlet. As i get two parameters in show page as below. ...
0
votes
1answer
46 views

Servlet gets invoked twice

I am using JDeveloper with its integrated weblogic server. I have a cart application. When a user clicks on a particular alphabet, "AlphabetServlet" is triggered and accesses and transfers the data to ...
0
votes
0answers
44 views

Status$Family not found in enum javax.ws.rs.core.Response.Status.Family

I am working on a project using JDeveloper 10g (yes, imagine that). The project consists of developing RESTful web services with Jersey. What is driving me crazy, is that whenever I use the ...
1
vote
1answer
45 views

how to add/create new gestures in oracle jdeveloper 11.1.2.3?

edited: I am new to Oracle Jdeveloper 11.1.2.3, can any one please tell me, how can I use the gestures created in gesture builder application (in emulator) in my own application ? I found this link ...
0
votes
0answers
84 views

WebCenterSpacesResources fails to deploy from jdeveloper to integrated weblogic server

I follow Oracles instructions in their document "Using Spaces Extension Samples 11.1.1.6.0" I attempt to start the WebCenterSpacesResources project but get the error below. I can't find anything on ...
1
vote
1answer
131 views

jdeveloper creating integrated weblogic domain hangs

I install jdeveloper on my windows machine and select default setup. I start the weblogic server getting the set password window. I set the password and leave the domain blank as this worked on a ...
0
votes
0answers
27 views

What do I have to do that WSDL can communicate with BPEL?

I want to create a PartnerLink in JDeveloper. I have webservice (ASMX) with a WSDL and 3 XDS-files. The service works local fine. But now I want to test if he can communicate with BPEL. The old ...
0
votes
0answers
30 views

can't specify folder when creating TestCase with jdeveloper junit extension

I use jdevloper 11g to create this project ++myApp +src +com +... +test +com +... +... (I am sorry that the system won't allow my ...
0
votes
1answer
33 views

how can i copy dependencies from the local repository to some specific location?

i want copy all the dependencies from the local repository to some specific location without have to specify wich dependencies should be copied, i just want that copy all the dependencies that i ...
0
votes
0answers
44 views

How to test Siebel webservice in Jdeveloper that uses Authentication?

I am testing Siebel webservice in Jdeveloper 11.1.1.5 by right clicking on WSDL and using "Test webService". But it is giving 500:internal server error..I tried everything..basically I have to pass ...
1
vote
0answers
75 views

why I can use the sources or jar downloaded in my project?

I am trying to use Maven and JDeveloper for a week now and I'm always get stuck with the same problem. I can download and install the extensions and create new Maven projects. When I package or ...
0
votes
0answers
52 views

jdeveloper ADF an Input Text w/Label

when i add a an Input Text w/Label in my project it show an Input Text w/Label at every report in my project reports i want to add an Input Text w/Label on specific report why it show on every ...
0
votes
1answer
21 views

How to clean a project in Jdeveloper 10g

How can I clean a project in Jdeveloper 10g. I want to upload a project to subversion, but before I'd like to clean it. Thanks for your help. Regards, Raúl.
0
votes
0answers
36 views

Error while creating CustomSOAPProvider in ADF Mobile

I want to add the security headers to the SOAP request from the ADF mobile application to the webservice. But when I am trying to extend the ...
1
vote
1answer
37 views

Cannot execute jar file from aplication that uses XSteam

I'm testing to use persisting data using XStream and it works fine when I run it from JDeveloper, BUT when I deploy the app it just simply doesn´texecute. The frame is simple, a button and a ...
0
votes
1answer
48 views

How can I open up a jspx in a new window from within a bounded task flow without using dialog framework?

I have a jspx page within a bounded task flow that has data queried from a ViewObject. I want to present this same data in a different way in a pop-up window. I DO NOT want to use the dialog framework ...
1
vote
0answers
55 views

ADF Glassfish Autodeploy Error

I am able to deploy an adf application to glassfish server from jDeveloper directly (and the application runs fine too), but when I deploy an EAR file and then put it into the autodeploy folder of my ...
0
votes
0answers
70 views

How to create JAXB bindings in jdeveloper 11g for portlet event payload

I have three projects in JDeveloper 11.1.1.6: PortletProducer - provides some portlets PortletUser - makes use of this portlets SomeData - provides serializable classes for portlets event ...
0
votes
0answers
117 views

Weblogic WebService client dependencies

I would like to ask which would be the correct jar files needed to a functional ws client to an authenticated weblogic JAX-RPC. Situation: I created the same WS client on Jdeveloper and on OEPE. When ...
0
votes
0answers
79 views

why do I can lookup EJB Client to Weblogic Server only once?

I'm newbie in EJB, starting my first project with Stateful EJB. I have istalled Oracle Fusion Midlleware (JDev 11g + Weblogic Server 11g) by the way. Source code for BettyBean (purpose is to show, ...
0
votes
1answer
254 views

ADF Taskflow reset

In ADF, how to restart a taskflow region. I have a jsf page consisting of command links on one side and a region on the other. The region is always the same taskflow but I need to restart the taskflow ...
0
votes
3answers
118 views

dynamic El expression evaluation in map

I have a bean which returns me map of key-value pairs ( String,String) . In my jsff, I need to access the map's value based on key which is a a dynamic El expression <af:iterator id="i1" ...
0
votes
0answers
49 views

Oracle ADF Calendar Timeslot Per Hour

I am trying to change the slot duration of the Oracle ADF Calendar component but I cannot find any property to do it. By default adf calendar component shows the hours like this: 8:00 9:00 10:00 ...
0
votes
1answer
197 views

JDeveloper MySQL error Driver not found

I am running MySQL db using the latest wamp server. Using Oracle JDeveloper 11g. I have placed the MySQL connector jar in .../jdeveloper/jdev/lib folder and added the jar as a library in my adf ...
2
votes
1answer
150 views

Jdeveloper error “java.lang.NoClassDefFoundError: Could not initialize class oracle.dbtools.raptor.config.DBConfig” on start

I use Jdeveloper Studio 11.1.1.4.0, I use the ADF components on it, but for the last couple of days when I start the Jdeveloper, this Error comes up Uncaught exception java.lang.NoClassDefFoundError: ...
0
votes
1answer
172 views

Custom ResourceBundle in ADF with only one class

Due to my project's requirements, I have implemented a custom java ResouceBundle class to take resource data from a directory configured in web.xml. My intention is to have only one ResourceBundle ...
0
votes
1answer
225 views

How do I zip files without compression using batch command

I am writing a batch file in order to make an .ear file. Here is my code snippet: winrar.exe a -afzip -m5 -ed -pTest -r -ep1 %earName%.ear %extractDest%* This code compresses the including files ...
0
votes
1answer
278 views

exception while deploying ADF in Glassfish

hi I am using Jdeveloper glassfish 3.1.2.2 to make Fusion web application ADF in ubuntu. i am getting this exception while deploying my web app. Error occurred during deployment: Exception while ...
0
votes
0answers
101 views

OSB - JCA Adapter connection error

when I try a flow in OEPE I get this error in my domain's log: "nested exception is: BINDING.JCA-11812 Interaction Processing Error. Error when processing the execution of the interaction to ...
0
votes
0answers
44 views

<af:inputdate no calendar icon

When I do the following in JDeveloper: <af:inputDate label="Start Date" id="itStartDate" styleClass="jQuery_date" ...
0
votes
1answer
267 views

Print a .PDF File using Different Printers in Java

I'm trying to write an integration for enterprise system. There is a web server who is being used by many clients from two different place. There are two network printers installed on this server. ...
0
votes
2answers
286 views

(oracle.jbo.JboException) JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null

I am using JDeveloper to create ADF and with one form I have this error: (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: java.lang.NullPointerException, msg=null Details are: ...
0
votes
2answers
84 views

JDeveloper 10g Form design view error

I have a strange problem in JDeveloper 10g. Some forms I can't see in View window, and therefore I can't select and edit properties in Poperty inspector, also in UI complete structure is missing. ...
0
votes
2answers
112 views

How to Create or Assign roles and resources from a web page in Jazn-data.xml file in Adf fusion Application

I have made a fusion web application in Oracle Jdeveloper 11g used Oracle plateform security services(OPSS) for authentication and authriztion Made LoginBean..created login,error and welcome page, and ...
0
votes
1answer
72 views

JDeveloper 10g rename and resize columns in forms

I have a kind of a strange problem in JDeveloper 10g when working with forms: I can't select single column and rename it. Actually I can't select ANY element on the form besides whole form. So, my ...
0
votes
0answers
179 views

How to open a modeless popup in an external window dialog task flow call in Oracle ADF

I would to open an external popup (new browser window) calling a task flow activity without lose the focus on the main page. In the main page I have a link: <af:commandLink text="Clcik me!" ...
0
votes
0answers
31 views

Using biReportXML parameter in BI Composer Wizard Task Flow

I created a ADF Web application that uses BI Composer Wizard Task Flow, all done in accordance with the documentation (http://docs.oracle.com/cd/E21764_01/bi.1111/e10545/bi_composer_adf.htm#BABBJDJC). ...

1 2 3 4 5 8