Registry / networking / jboss-ejb-client

jboss-ejb-client

JSON →
library4.0.56.Finaljavamavenunverified

Client library for invoking EJB components on WildFly application servers using the Jakarta EE variant.

<dependency> <groupId>org.jboss</groupId> <artifactId>jboss-ejb-client</artifactId> <version>4.0.56.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-EJB-CLIENT
J
jboss-ejb-client
networkingjavav4.0.56.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EJBClient
org.jboss.ejb.client.EJBClient

Look up and invoke a remote EJB using JBoss EJB client.

import org.jboss.ejb.client.EJBClient; import javax.naming.InitialContext; public class Example { public static void main(String[] args) throws Exception { InitialContext ctx = new InitialContext(); MyBean bean = (MyBean) ctx.lookup("ejb:/app/MyBean!com.example.MyBean"); bean.doSomething(); } }
Debug
Known issues
breakingVersion 4.x requires WildFly 26+ and Jakarta EE; older versions use javax namespace.
fix
Ensure your server version matches the client version; use jakarta.* imports for 4.x.
affects: >=4.0.0
Upgrade
Version history
4.0.56.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources