Registry / other / ow2-ejb-3-1-spec

ow2-ejb-3-1-spec

JSON →
library1.0.13javamavenunverified

Enterprise JavaBeans 3.1 API specification from the Java EE 6.0 platform.

<dependency> <groupId>org.ow2.spec.ee</groupId> <artifactId>ow2-ejb-3.1-spec</artifactId> <version>1.0.13</version> </dependency>
INSTALL
IMPORT
SIG · OW2-EJB-3-1-SPEC
O
ow2-ejb-3-1-spec
otherjavav1.0.13
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

Defines a stateless session bean using the EJB 3.1 annotation.

import javax.ejb.Stateless; @Stateless public class MyEjb { public String hello() { return "Hello, EJB!"; } }
Debug
Known issues
gotchaThis is the EJB 3.1 spec API; implementations may differ.
fix
Ensure you have a compatible EJB container (e.g., TomEE, WildFly).
affects: all
Upgrade
Version history
1.0.13latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ow2-ejb-3-1-spec — mvn dependency:get ow2-ejb-3-1-spec · libregistry