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.
I'm getting the following error all over my maven build when trying to compile my project with JDK11, where I include glassfish-corba-orb:4.2.5 as a dependency: `[WARNING] Supported source version 'RELEASE_8'...
Bumps [testng](https://github.com/cbeust/testng) from 6.10 to 7.7.0. Release notes Sourced from testng's releases. TestNG v7.7.0 What's Changed Replace FindBugs by SpotBugs by @gruenich in cbeust/testng#2781 Gradle: Drop forUseAtConfigurationTime() by @gruenich in...
ORB uses a random port to provide service, but ports are too random to be filtered by firewall. Do we have any other workaround solutions for this issue ? Thanks.
The ORB does not set a timeout when establishing a connection, and in some cases, such as when the opposite endpoint has set up firewall rules or is connecting to...
https://github.com/eclipse-ee4j/orb/blob/682faba2cfeb68bc0f0728ade04988412d2f463a/idlj/src/main/java/com/sun/tools/corba/ee/idl/Arguments.java#L134
We found an issue when trying to access a single corba object in java 11 in a multithreaded process. In the class CDRInputStream_1_0, we found only one bytebuffer instance for...
- https://github.com/eclipse-ee4j/orb/pull/130 - https://github.com/payara/Payara/issues/6015 I'm not sure it's related, but `j.u.c.CHM` uses `serialPersistentFields` (with no real fields corresponding to elements of that array - this is different than for example...
I found the following two threads in a server with stuck JMX calls: ``` java.lang.Thread.State: BLOCKED (on object monitor) at org.glassfish.gmbal.impl.ManagedObjectManagerImpl.jmxRegistrationDebug(ManagedObjectManagerImpl.java:1225) - waiting to lock (a org.glassfish.gmbal.impl.ManagedObjectManagerImpl) at org.glassfish.gmbal.impl.MBeanImpl.unregister(MBeanImpl.java:315) -...
Hi, we're using the idlj compiler version 4.2.4 obtained via maven from https://mvnrepository.com/artifact/org.glassfish.corba/idlj/4.2.4 Our project is using UTF-8 as encoding but there is no possibility that I can find to...