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

Customization of JDev Code Editor

I have a small problem in customizing JDeveloper's Code Editor. I want to be able to change the position of the Grey line that is used by the IDE to wrap my java code. See image below. I looked inside preferences>Code Editor options and everywhere…
MaVRoSCy
  • 17,747
  • 15
  • 82
  • 125
2
votes
2 answers

View traffic of integrated WebLogic server in Jdeveloper

is there any way to monitor the traffic of the integrated WebLogic server in Jdeveloper. I know that must be at least possible via a network sniffer, though I haven't succeed that way ether. But isn't there a way via the IDE? Thank you very much in…
Angelo.Hannes
  • 1,729
  • 1
  • 18
  • 46
2
votes
2 answers

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 this question, the database cannot change, it's…
guyumu
  • 3,457
  • 2
  • 19
  • 18
2
votes
3 answers

How to programmatically change style in an ADF table

I got an ADF table generated form my data controls. But I need to change the style of every cell in my backing bean. I can't really find anything useful on google, hopefully you can provide me with some useful information.
User404
  • 2,152
  • 2
  • 27
  • 35
2
votes
3 answers

JDeveloper 11g Not Opening

I am trying to open up jdeveloper 11g and it is doing nothing. I am getting the following error when I run jdev.exe IDE boot startup failed. java.lang.NoClassDefFoundError: oracle/classloader/SharedCodeSourceURL at…
Johnrad
  • 2,637
  • 18
  • 58
  • 98
2
votes
1 answer

How to set target MDS in EAR file with Oracle ADF

I want to enable user customization at run time with Oracle ADF. With JDeveloper, if I deploy my application directly to the server, a window permits me to choose a repository previously registered on my Enterprise Manager, as depicted in following…
Baduel
  • 531
  • 3
  • 12
  • 30
2
votes
3 answers

JDeveloper: Could not reserve enough space for object heap

Hi i am encountering the following error when deploying an project from my jdeveloper studio. [scac] Error occurred during initialization of VM [scac] Could not reserve enough space for object heap Can anyone advise on how to resolve this issue?
sad tater
  • 571
  • 2
  • 6
  • 9
2
votes
4 answers

How can i solve a NoClassDefFoundError?

I have installed Oracle Weblogic 11g on Oracle Linux and I tried to complete one of Oracle's ADF tutorials using jdeveloper 11g. When I run my project it compiles successfully with no errors. It starts deploying the application to the weblogic…
Alexandros
  • 81
  • 2
  • 3
  • 6
2
votes
3 answers

How to display GREEK Characters in JDeveloper's Logging Console

I am using JDeveloper 11.1.1.4.0 and i want to display Greek characters in the Debugging: IntegratedWebLogicServer - Log console. When i try to do a System.out.print statement Greek characters display as question marks. I have changed the…
MaVRoSCy
  • 17,747
  • 15
  • 82
  • 125
2
votes
3 answers

SVN Commit failled - Access is denied : 500 Internal Server error

I have recently moved my VisualSVN Server 2.5.2 to a new machine(from Windows Server 2003 to Windows Server 2008 R2) in the same network moving the /Repositories directory from one machine to another (copy/paste). I use Subversion from inside my…
MaVRoSCy
  • 17,747
  • 15
  • 82
  • 125
2
votes
2 answers

Running Weblogic from JDeveloper and accessibility from remote

In JDeveloper 11.1.1.5.0 I can run an application in my machine and I can access that application from a different machine, connected in same network , by using URL like 192.168.XXX.XXX:7010/myapp/. But after upgrading into Jdeveloper 11.1.1.6.0 I…
Tapas Bose
  • 28,796
  • 74
  • 215
  • 331
2
votes
2 answers

Build Java entire project jar using JDeveloper

I am using JDeveloper 11g to develop a desktop application. I want to make entire project jar which is run-able in java environment.. if I use only standard Java library jar works fine but my project contains external library like JfreeChart, Comm,…
Shantanu Banerjee
  • 1,417
  • 6
  • 31
  • 51
1
vote
5 answers

Get the selected value from selectOneChoice in ADF and not the index

I am new to JDeveloper and ADF and I am facing a bit of a problem in getting the selected value from selectOneChoice component. This is the valuChangeListener: public void versionValueChangeListener(ValueChangeEvent valueChangeEvent) { …
sachin11
  • 1,087
  • 3
  • 13
  • 17
1
vote
1 answer

code not working after upgrading to jdeveloper 11g

i migrated my struts project from jdeveloper 10.3.4 to 11g. A simple java code that was working fine has stopped working. return (List)dao.selectAll(); the selectAll() method returns List which I am typecasting as…
Rpant
  • 974
  • 2
  • 14
  • 37
1
vote
1 answer

XSLT 2.0 and JDeveloper 11g

I'm doing transformation in Java and below is my XSL file
Andy
  • 195
  • 2
  • 5
  • 13