FAQ

Can I use JOnAS OpenTool with JBuilder 4 Fundation or Pro

No, JOnAS OpenTool only works with JBuilder 4 Entreprise.

IO error when updating jar during make or deployment

In first, be sur to have a good manifest (META-INF/MANIFEST.MF) in your EJB Jar File, because of a bug in JBuilder library.
Look for a patch on Borland site, or claim it.

There is an another solution, to solve you problem. You can make a new empty EJB group File (from File | New) And copy-paste the two files ejb-jar.xml and ejb-inprise.xml from DDD editor from the old and corrupt EJB group to the new one (to create the first ejb-inprise.xml, you need to write some value in the wizard).
You can test and then dell the corrupt EJB group.

Could I add new datasources or new EJB to JOnAS start from JBuilder

Yes, you can. Add "-Djonas.datasources=Oracle,Sybase,PostGres" or "jonas.beans.descriptors=ejb1.jar" to the VM params in project Properties | execution | ejb (or in necessary VM params).
Use ',' as separator. DataSource defined in wizard, are added too.


Informations about JOnAS OpenTool : http://www.ingenosya.com/jonas_opentool.php3

Author : Cyrille Morvan cmorvan(@)ingenosya.com