Questions tagged [jonas]

JOnAS is a Java EE 5 certified Open Source OSGi Enterprise Server. The License used by JOnAS is the LGPL.

JOnAS is a Java EE 5 certified Open Source OSGi Enterprise Server developed by Bull and OW2.

The License used by JOnAS is the LGPL.

The JOnAS home page is http://wiki.jonas.ow2.org/xwiki/bin/view/Main/WebHome

21 questions
0
votes
1 answer

what will get affected if hibernate version is upgraded

Should we upgrade tomcat and jonas version if we upgrade hibernate version from 3.1.3 to 3.3? and what all jars to be included if we upgrade the hibernate version from 3.1.3 to 3.3? and also will it affect the JDk? FYI:we are using db oracle11g and…
Alén
  • 125
  • 2
  • 9
0
votes
1 answer

Integrate in a CDI application that the container does not support it?

My application is deployed on JOnAS 5.2.2 that doesn't support CDI for EJB. I need to use CDI on that EJB. I know how to use CDI on WAR part of application but i don't know in EJB part. Is there a way to add support for CDI for EJB application in a…
Scandinave
  • 1,388
  • 1
  • 17
  • 41
0
votes
0 answers

Jonas 5.2.4 not launching from terminal

I am currently trying to deploy a web app on Jonas 5.2.4 (using the "full" version of the server), on a W7 Entreprise. All environment variables are setup accordingly. The problem being the following : in Eclipse JUNO (4.2), with the Jonas Support…
Audhulma
  • 1
  • 1
0
votes
1 answer

How to debug Java EE application within its container?

I have a quite difficult problem with one thing in my Java EE application. I use JoNaS as my application container and my issue is strictly connected with synchronization in it. Is it possible to debug the application within its container? How…
Adam Sznajder
  • 9,108
  • 4
  • 39
  • 60
0
votes
1 answer

last code changes not present in application server

Under Eclipse (with Maven and GWT), i have 4 projects. I made modifications in my Java code source. To put my modifications in the application server (a Jonas server), i made a clean / build automatically of all projects, then a GWT compile of…
Thomas
  • 89
  • 1
  • 11
0
votes
1 answer

Error Builds with Maven

Under Eclipse, I have just made some changes in the Java code and after, i make a Clean / Build automatically (clean my 4 projects), then make a GWT compile of the project who contains the entry point (GWT Compile of this project), and finally make…
Thomas
  • 89
  • 1
  • 11
1
2