Registry / other / geronimo-ejb-3-0-spec

geronimo-ejb-3-0-spec

JSON →
library1.0.1javamavenunverified

Provides the open-source implementation of the EJB 3.0 specification from the Apache Geronimo project.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ejb_3.0_spec</artifactId> <version>1.0.1</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-EJB-3-0-S
G
geronimo-ejb-3-0-spec
otherjavav1.0.1
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.

Stateless
✓ javax.ejb.Stateless

Shows a simple stateless session bean using the EJB 3.0 annotation.

import javax.ejb.Stateless; @Stateless public class MyEjb { public String sayHello() { return "Hello from EJB!"; } }
Debug
Known issues
gotchaThis is a specification API, not an implementation; you need a compatible EJB container to run it.
fix
Ensure your application server (e.g., TomEE, WildFly) supports EJB 3.0.
affects: all
Upgrade
Version history
1.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
geronimo-ejb-3-0-spec — mvn dependency:get geronimo-ejb-3-0-spec · libregistry