orb
orb copied to clipboard
Eclipse ORB is a CORBA orb for use in Jakarta EE and GlassFish and other projects that still need an ORB.
This issue tracks failing devtests from Corba test-all build target. Failing scenarios are excluded from the test. Please re-include when fixed. * corba.folb.FolbTest: ClientMulti, ClientCircular, ClientWaitTimeout * corba.folb_8_1.FolbTest: ClientForTiming_NoFs_NoF_NoC, ClientForTiming_Fs_NoF_NoC,...
The gmbal API call in ORB mom = ManagedObjectManagerFactory.createFederated(MONITORING_SERVER); is causing a large number of gmbal instances to be created and is affecting GlassFish performance. See [http://java.net/jira/browse/GLASSFISH-17044](http://java.net/jira/browse/GLASSFISH-17044). Attached is the...
We have a time tracker application where clients connect to GFv3.1 over IIOP on VPN. The client connects to the EJB server every 90 seconds. when the client is put...
Hi, I'm using NetBeans RCP to build a standalone J2EE application, that talks with remote EJBs deployed into a glassfish server. I'm getting the exception below (ClassNotFound, com.sun.ejb.containers.GenericEJBHome). I think...
- Factory renamed to ServantFactory - name based on javadoc - Factory caused compilation error because it is a keyword - CodegenProxyCreator.create removed - deprecated, because it called deprecated PFL...
See https://github.com/eclipse-ee4j/orb-gmbal/issues/32
Bumps `pfl-version` from 4.1.2 to 5.0.0. Updates `org.glassfish.pfl:pfl-basic` from 4.1.2 to 5.0.0 Commits See full diff in compare view Updates `org.glassfish.pfl:pfl-dynamic` from 4.1.2 to 5.0.0 Commits See full diff in...
Credit to David Weaver Add option to include -Dorg.omg.CORBA.SkipGmbalInit=true to java runtime environment to bypass gmbal mbean initialisation for performance increase
* Rebase after merge of #194 * Uses latest ORB libs (currently snapshots) * Tested with GF8-SNAPSHOT