Tagged Questions
Oracle JDeveloper is a free integrated development environment that simplifies the development of Java-based SOA applications and user interfaces with support for the full development life cycle.
9
votes
8answers
3k views
Does anybody know what encrypting technique is JDeveloper/SQL Developer using to persist credentials?
I'd be more than interesting for me to understand which technique is being used here to persist sensible data since I'm needing to implement a similar solution. Here's a sample connection ...
4
votes
1answer
922 views
Jdeveloper 11g dislikes [closed]
Firstly, in my opinion, this question is relative to programming, as much as the answers (and the question itself) is subjective, I would like to see some of these subjective opinions, and other ideas ...
4
votes
5answers
542 views
Running Two Versions of Java JDK
I primarily use JDeveloper 10 with JDK 1.4.2 on Vista. I would like to install Eclipse and have it run the latest JDK 6.
Is this possible without conflict?
Ideally I would like to just use ...
3
votes
2answers
1k views
Multiple JSTL Versions in Weblogic J2EE App
Thanks in advance for taking a look :)
I'm hard at work on a J2EE web app (in JDeveloper) and recently added some functionality that required JSTL, and I've hit a little bit of a snag. Whenever I try ...
3
votes
24answers
4k views
What do you use to write and edit stored procedures in Oracle?
There are many options for editing and writing Stored Procedures in Oracle; what is the best tool for you and why? (one tool per answer.)
2
votes
1answer
61 views
Warning: No deployer available in JDeveloper
I couldn't find any info in google on this one, someone changed properties on a project and I'm not sure why the project can no longer deploy to jar. It compiles ok, but won't build into a jar file ...
2
votes
1answer
1k views
Time out error in deploying the process on weblogic server
While deploying the BPEL process in Weblogic 10.3.4, following Exception comes on soa server console. I am sure this is not related to my application, but due to this I am not able to deploy the ...
2
votes
3answers
250 views
Unitils and DBMaintainer - how to make them work with multiple users/schemas?
I am working on a new Oracle ADF project, that is using Oragle 10g Database, and I am using Unitils and DBMaintainer in our project for:
updating the db structure
unittesting
read in seed data
read ...
2
votes
4answers
520 views
Why is there such a big difference in the execution time of a query ran by ADF and in SQL Developer
I have a strange issue with a query running in my JDeveloper ADF web application. It is a simple search form issuing a select statement to Oracle 10g database. When the search is submitted, ADF ...
2
votes
1answer
75 views
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 ...
2
votes
5answers
3k views
ANT job to invoke JDeveloper to create EAR file with specified deploy file
I was asked about the possibility of creating an ANT script that could be use to copy property files (associated to target environment), create an EAR file (perhaps using JDeveloper deploy file), and ...
1
vote
1answer
61 views
A PL/SQL IDE with GIT support
I'm currently developing PL/SQL stored procedures for my company and I'd like to use a code revision control system to keep track of changes that other developers and I make. I like GIT for all its ...
1
vote
1answer
142 views
Which platform is better ADF-JDevepoler or .Net - Visual Studio? [closed]
i will start implementing a web application but i have to deside a way.Which platform is better ?.I know and use .net but i dont know ADF - JDeveloper.
I will use Oracle DB.
1
vote
1answer
68 views
Is it possible to reference FacesContext from a TimerTask or ScheduledExecutorService on application startup?
I am attempting to create functionality in a JSF1.2/ADF web app that will periodically & dynamically generate a sitemap for a website that will have hundreds of pages whose content will change ...
1
vote
0answers
50 views
Errors in Toplink Map and Offline database files when migrating from jDev 10.1.3.4 to jDev 11.2.1
i'm migrating an application from jDev 10.3.1.4 (Using Equivalent version of OC4J and Toplink 3.0) to the latest to jDev 11.2.1. I'm encountering a lot of problems.
First of all a general question, ...
1
vote
1answer
156 views
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 ...
1
vote
1answer
61 views
Auto generate XSD from BPEL? or BPEL from XSD?
So I am new to BPEL, and indeed my XML knowledge is limited (but growing fast as I do this project). I am creating a webservice in BPEL. Now the drag and drop is fine, but what about complex types? I ...
1
vote
1answer
25 views
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 ...
1
vote
1answer
112 views
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 ...
1
vote
1answer
95 views
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 ...
1
vote
2answers
286 views
JDeveloper alternative for eclipse shortcuts
I've been using eclipse for about 10 years now, and today I will be (forced to) use JDeveloper for the first time.
Being a big fan of the eclipse shortcuts, I would like to know some JDeveloper ...
1
vote
1answer
102 views
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 ...
1
vote
0answers
126 views
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 ...
1
vote
1answer
510 views
Using pure TNSNAMES rather than host-based database connections in Oracle JDeveloper
I'm using Oracle JDeveloper 11.1.1.4.0, and I can create database connections (with a type of Oracle (JDBC)) using the thin driver without any problems as long as I'm specifying a host.
For instance, ...
1
vote
2answers
555 views
How to create a .war file in JDeveloper 11g?
How can I create a .war file of an application in JDeveloper 11g?
1
vote
0answers
155 views
DB adapter creating instance regularly
I have created a BPEL process and added a DB adapter for polling a table change of new row added..
and my polling interval is 60 seconds,
but my process is creating an instance on every 60 seconds, ...
1
vote
1answer
469 views
how to create/use variables in BPEL process using jdeveloper
I am creating simple BPEL process using Jdeveloper,and want to include all features of BPEL on small level.
when I am using assign attribute and creating expression then setting the input variables ...
1
vote
1answer
324 views
How to execute java code from BPEL process
I need to execute java code in my BPEL application, i selected java Embeding from pallate and in code snippet i wrote some lines as
System.out.println("some information");
while deployment it showed ...
1
vote
2answers
83 views
Missing expression and then group function not allowed error
I am wondering what i am doing wrong. I have 2 tables
ODETAILS and ORDERS
ODETAILS has the following columns: ONO, PNO, QTY, COST
ORDERS has the following columns: ONO, CNO, ENO, RECEIVED, SHIPPED, ...
1
vote
1answer
81 views
jquery live and : problem
$('#ptadsd1:r1:0:cbN89').live('click', function(event1) {
alert('clicked');
return false;
});
does not work becouse jdeveloper uses ":" when creating IDs.
my id is "ptadsd1:r1:0:cbN89" ...
1
vote
1answer
501 views
How to enable DomainRuntimeMBean?
I've been trying to installing JDeveloper and Weblogic server , and when trying to login as first time as Administrator in console of weblogic ,
The Server give me this error A required MBean Server ...
1
vote
0answers
348 views
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 ...
1
vote
2answers
2k views
Java.lang.OutOfMemory Java Heap Space JDeveloper
I am writing an application on Java and it is throwing this error Java.lang.OutOfMemory Java Heap Space JDeveloper. I know that I can add java -Xmx512m to the command line to solve the problem. ...
1
vote
0answers
81 views
oracle application directory - jdeveloper
i'm working on a project in jdeveloper. when i try to test a db connection file, an error occurs below:
C:\OA_HTML\TestDbcConn.jsp:0: error #704: cannot access directory oracle\apps\fnd\common; ...
1
vote
1answer
253 views
Dynamicly select datasource for entities runtime
I have an entity bean that will represent an expected result over multiple databases/datasources and can also be different queries executed, but same result always comming back. So the bean is re-used ...
1
vote
2answers
1k views
How to bind an ADF Table on button click
Coming from ASP.NET I'm having a hard time with basic ADF concepts.
I need to bind a table on a button click, and for some reason I don't understand (I'm leaning towards page life cycle, which I ...
1
vote
1answer
1k views
“Parameter type conflict” when calling Java Stored Procedure within another Java Stored Procedure
Here's the problem (sorry for the bad english):
i'm working with JDeveloper and Oracle10g, and i have a Java Stored Procedure that is calling another JSP like the code:
int sd = 0;
try {
...
1
vote
2answers
1k views
How to automate building and deploying a BPEL application
I need to automate the building and deployment of (several) BPEL applications to a weblogic server.
I now do it using jDeveloper 11g, but I guess there should be some command line tools to do it. (I ...
1
vote
2answers
2k views
error appears in jdeveloper 11g 11112
i need help on compiling my project in jdeveloper 11g.
previously my application (jsp+servlets) works smoothly in jdeveloper 10g with oc4j (deploys in WAR file).
but since i migrate to jdeveloper 11g, ...
1
vote
1answer
549 views
Deploying annotated EJB 3.0 beans from third party jar to JDeveloper embedded oc4j container
Using JDeveloper as my IDE, I have a web application which calls services provided by annotated EJB 3.0 beans packaged in third party jar. How do a configure the web application project to deploy the ...
1
vote
2answers
1k views
JPA Entity mapping with no foreign keys available
I dont really get to work with entity beans, but they are staring at me right now.
We have a couple of tables that are related to each other, but there are no foreign keys, and we cannot add any. For ...
1
vote
1answer
210 views
Toplink Objects not showing up under the Toplink Map node in JDeveloper
for some reason I cannot see any of the generated objects under the TL Map. See the included image (Sorry but it will not render using the community wiki software....
...
0
votes
1answer
30 views
Installing Oracle 11g on OSX
I would like to run a complete SOA/OSB development environment on OSX.
Unfortunately, Oracle 11g (SOA and OSB) is missing OSX installers.
Is it possible to run a native development environment on OSX ...
0
votes
1answer
21 views
How do i access the web application from another machibe
I have deployed the web application in my system using the integrated weblogic server in the jdeveloper 11 g.
But when i start the server and try to access the home page from another system using my ...
0
votes
0answers
68 views
SSLKeyException: FATAL Alert:BAD_CERTIFICATE - A corrupt or unuseable certificate was received
I am trying to consume a .NET web service from java client generated in JDeveloper IDE.
I have server and client certificates. I successfully call this service in SoupUI, just by specifying *SSL ...
0
votes
0answers
17 views
Deploying war from Jdeveloper 11 to tomcat 7 [closed]
I am finding enteries for filters in WEB xml like ADFBindingFilter,LibraryFilter and TrinidadFilter
and because of this I am getting a classloader error while deploying in the tomcat server.,
Error ...
0
votes
0answers
36 views
Consuming .NET WCF web service with Certificate Authentication from java client
I am trying to consume a .NET web service from java client generated in JDeveloper IDE.
Web service authentithicates clients by mycert.pfx certificate.
Here are the steps I have done:
Generate ...
0
votes
0answers
35 views
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]
...
0
votes
2answers
25 views
Right to left an ADF page in jdeveloper
I am using oracle jdeveloper and adf and I made a (fusion web application (adf)) app .
Now my question is ..
how can I have a right to left page ? Or how to change alignment of a JSF/Facelets page to ...
0
votes
1answer
51 views
File save dialog in jsf
I am trying to export the result set of the DB in a excel format. And I am developing a web application using JSF. So what i need is that when the user clicks on the EXPORT button in my page , then a ...