Overview
General
Configuration
Servers
Integrations
Community
Related Projects
Index
Feeds
|
|
Space Index
| 0-9 ... 1 |
A ... 6 |
B ... 1 |
C ... 10 |
D ... 6 |
E ... 31 |
| F ... 4 |
G ... 3 |
H ... 4 |
I ... 8 |
J ... 6 |
K ... 2 |
| L ... 4 |
M ... 3 |
N ... 10 |
O ... 16 |
P ... 1 |
Q ... 2 |
| R ... 5 |
S ... 6 |
T ... 10 |
U ... 1 |
V ... 1 |
W ... 4 |
| X ... 2 |
Y ... 0 |
Z ... 0 |
!@#$ ... 0 |
|
|
|
0-9
1.0 Branch Test Status
test:all: test:local: java java java java Running EJB compliance tests on IntraVM Server java java OpenEJB 1.0SNAPSHOT build: 200602222356 java http://www.openejb.org java resources 1 java OpenEJB ready. java ...
|
A
About OpenEJB
Annoyances
right, let us know what annoys you when using OpenEJB. Big or small, doesn't matter, let us know and let other users know. You can help other OpenEJB users get around annoying ...
April2008
highlight of early February was the release of OpenEJB 3.0 beta 2 which was very well received and triggered another small increase in overall users@openejb.a.o traffic. We've also seen some encouraging growth signs we haven't seen for quite ...
Articles
OpenEJB Articles 3.0 Developing EJB 3 Applications in Apache Tomcat Using Apache OpenEJB http://java.syscon.com/read/4875612.htm, by Dario Laverde, java.syscon.com OpenEJB 3 and Tomcat 6 http://javanotebook.com/2007/09/28/openejb3andtomcat6.html, by Dario Laverde, javanotebook.com 1.0 Containter ...
ASF
ASF Board meetings are the third Wednesday of each month: Reports must be filed monthly for the first three months after Incubation: June 18, 2007 June2007 July 16, 2007 July2007 August 13, 2007 August2007 Then quarterly after ...
August2007
Work on the OpenEJB 3.0 release is coming to a close. Documentation remains the largest outstanding item. A complete audit of all documentation was completed and concrete steps to improve it were detailed. Progress on updating the outofdate documentation has already been made. The usability ...
|
B
Building from source
Building from source Checking out the source The source is currently checked into the sandbox area of the OpenEJB project's subversion repository. To checkout the source, run this command with your subversion client. svn checkout https://svn.apache.org/repos/asf/openejb/trunk ...
|
C
Card Test
Card 1 contents. Card 2 contents
Collapsed EAR
One archive The basic idea of this approach is that your Servlets and EJBs are together in your war file as one app. No classloader boundries between Serlvets & EJBs EJBs and Servlets can share all thirdparty libraries (like Spring\!), no ear required ...
Collapsed EAR on Linux
Instructions on Collapsed EAR can be found at Collapsed EAR Commands Only A lot of times docs get chatty. Sometimes there is nothing better than standing over someone's shoulder and watching how to setup something. So, here we ...
Common Errors
Cannot find container "FOO" for bean "BAR" When a bean gets deployed in OpenEJB, it gets associated with a particular container. Subsequently, that container may not be configured in that instance of the server. When the server loads the Jar with the deployed beans, it places beans in the containers ...
Community
Concepts
OpenEJB was founded on the idea that it would be embedded into thirdparty environments whom would likely already have three things: their one "server" platform with existing clients and protocols their own way to configure their platform existing services like TransactionManager, Security, and Connector ...
Configuration
Short Overview Configuration Properties openejb.home OpenEJB home (installation) directory path. All relative paths are resolved against the property unless openejb.base is set. Unless set, the value is assigned to the user.dir Java property. openejb.base OpenEJB base directory ...
Configuration and Assembly
isn't a complete description of the motivations/benefits but it's a least a start. Overview Our startup and deploy world is broken into two phases: 1. configuration (app.jar > AppInfo) we build up a fully normalized and validated tree. Some of the steps are read in descriptors ...
Containers
Declaring your Container CMP Entity containers are defined with the element, under the element. This is actually the declaration used for all containers defined in the container system. The part that actually makes it a cmp container is the ctype attribute, specifially, a ctype attribute ...
Creating itests
OpenEJB itests The OpenEJB itests module is a framework to create EJB test cases that are designed according to the JUnit rules, i.e. they all have setUp, tests and tearDown methods. Since it's JUnitbased, you can do whatever you could do ...
|
D
Deployment ID
What is a Deployment ID? Every bean deployed in OpenEJB has a unique deploymentid that identifies it within the scope of the entire container system. The server and container system refer beans at runtime using the bean's deployment id. Like ejbname This deployment id ...
Details on openejb-jar
What is an openejbjar.xml? This is the file created by the Deploy Tool that maps your bean's deployment descriptor (ejbjar.xml) to actual containers and resources declared in your OpenEJB configuration (openejb.conf). In fact, the Deploy tool really does nothing more than create ...
Developers (IDE)
Developing EJBs with OpenEJB and NetBeans IDE
Feel free to contribute your ideas if they're about the OpenEJB and NetBeans IDE mixture. Don't worry about the style and such it gets fixed over time
Download
OpenEJB 3.0
Downloads
|
E
Eclipse
Eclipse (D)
Eclipse Plugin
What is it? The OpenEJB Eclipse Plugin will be a suite of tools made available via Eclipse to make EJB development with OpenEJB easier. The initial offering will probably provide basic functionality by taking advantage of WebTools http://www.eclipse.org/webtools to allow for OpenEJB to be an ...
EJB 3 RoadMap
set( $jira = $rss.fetch("http://issues.apache.org/jira/sr/jira.issueviews:searchrequestxml/temp/SearchRequest.xml?&pid=12310530&component=12311366") ) #set( $axis = $rss.fetch("http://issues.apache.org/jira/si/jira.issueviews:issuexml/OPENEJB114/OPENEJB114.xml") ) #set( $corba = $rss.fetch("http://issues.apache.org ...
EJB Annotation Example
EJB Annotation Example Each EJB 3.0 annotation example comes with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded ...
EJB Annotation Examples
EJB Annotation Examples All EJB 3.0 annotation examples come with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded ...
EJB Example
EJB Example Each EJB 3.0 example comes with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB Examples
EJB Examples All EJB 3.0 examples come with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB Glossary
JPA javax.persistence API component interface refers to the legacy interfaces that extend either javax.ejb.EJBObject or javax.ejb.EJBLocalObject business interface refers to the new style of local or remote interfaces that does not extend either javax.ejb.EJBObject or javax.ejb.EJBLocalObject
EJB HowTo
EJB HowTo All EJB 3.0 howtos come with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB Sample
EJB Sample Each EJB 3.0 sample comes with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB Sample Applications
EJB Sample Applications All EJB 3.0 sample applications come with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded ...
EJB Samples
EJB Samples All EJB 3.0 samples come with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB Tutorial
EJB Tutorial Each EJB 3.0 tutorial comes with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB Tutorials
EJB Tutorials All EJB 3.0 tutorials come with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB3 Annotation Example
EJB3 Annotation Example Each EJB 3.0 annotation example comes with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded ...
EJB3 Annotation Examples
EJB3 Annotation Examples All EJB 3.0 annotation examples come with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded ...
EJB3 Example
EJB3 Example Each EJB 3.0 example comes with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB3 Examples
EJB3 Examples All EJB 3.0 examples come with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB3 HowTo
EJB3 HowTo All EJB 3.0 howtos come with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB3 Sample
EJB3 Sample Each EJB 3.0 sample comes with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB3 Sample Applications
EJB3 Sample Applications All EJB 3.0 sample applications come with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded ...
EJB3 Samples
EJB3 Samples All EJB 3.0 samples come with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB3 Tutorial
EJB3 Tutorial Each EJB 3.0 tutorial comes with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EJB3 Tutorials
EJB3 Tutorials All EJB 3.0 tutorials come with JUnit unit tests that can be run in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special plugins using OpenEJB as an embedded EJB container ...
EjbContext Whiteboard
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 ...
Embedding
When your clients run OpenEJB in the same VM using the IntraVM Server, you're using OpenEJB as an embedded EJB Server just like InstantDB and Cloudscape are embedded databases servers. Just like InstantDB and Cloudscape, OpenEJB needs ...
Embedding OpenEJB
OpenEJB embedded in your app, server, IDE, or JUnit Say what?! A local server? Yes, you read correctly. OpenEJB can be embedded and treated as your very own personal EJB container. If they can have Local and Remote EJB's ...
Example Generated Documentation
Containers Default CMP Container Property Name Description CmpEngineFactory Default value is org.apache.openejb.core.cmp.jpa.JpaCmpEngineFactory. Default BMP Container Property Name Description PoolSize Specifies the size of the bean pools for this\\ bmp entity container.\\ \\ Default value is 10. Default Stateless ...
Examples
Executables
doc describes the designinprogress for revamping the commandline execution of openejb. Basic ideas: Commands can be added/removed (start, stop, test, validate, deploy) Adding/removing only requires adding/removing jars from the classpath We can stuff ...
|
F
FAQ
nbsp;General What spec version does OpenEJB support? OpenEJB supports the Enterprise JavaBeans 3.0 specification and previous versions 2.1, 2.0 and 1.1. I don't plan to use EJBs, so why would I embed ...
faq_openejb-jar.html
Need Complete stes to deploy a bean using openejb
Features
Functional testing with OpenEJB, Jetty and Selenium
Obviously, OpenEJB is great for unit testing EJBs, but I wondered whether I might also be able to use this embedded functionality to functionally test my application. You can use tools like Selenium, or HtmlUnit to run functional tests ...
|
G
Generating EJB 3 annotations
Generating EJB 3 annotations The OpenEJB Eclipse plugin is able to provide some assistance in helping you migrate EJB 2.x projects to EJB 3.0, by analyzing your ejbjar.xml file, and adding EJB annotations to your source code. This page ...
Geronimo
OpenEJB is the EJB Container implementation for Apache Geronimo http://geronimo.apache.org. That integration is quite a bit different than what OpenEJB users are familiar with. The best source of documentation on Geronimo and it's usage of OpenEJB is here: http://geronimo.apache.org/documentation.html
Getting Support
|
H
Hello World
HomeBaseDiscussion
Life in 0.9.2 Some background on how a 0.9.2 installation behaves. Basic layout Basically, openejb.base is the source for 100% of all configuration information and third party config files (log4j, castor, instantdb, whatever). This includes finding where the, possibly many ...
HomeLinks
Looking for an example of how to use an EJB 3.0 or OpenEJB feature? Check out the newly revised examples OPENEJBx30:Examples. Examples include: Stateless OPENEJBx30:Simple Stateless Example Stateful OPENEJBx30:Simple Stateful Example Dependency ...
How to contribute
|
I
IDE Integration
Index
Welcome to Apache OpenEJB! Apache OpenEJB is an embeddable and lightweight EJB 3.0 implementation that can be used as a standalone server or embedded into Tomcat, JUnit, TestNG, Eclipse, IntelliJ, Maven, Ant, and any IDE or application. OpenEJB is included in Apache Geronimo ...
Installation
Installation Installation is easiest from an update site. In Eclipse, select Help, Software Updates, Find and install... !http://jrg.me.uk/openejb/installstep1.jpg! Select 'Search for new features to install' !http://jrg.me.uk/openejb/installstep2.jpg! Select 'New Remote site'. Enter ...
IntelliJ IDEA (D)
IntelliJ IDEA
IRC
Issue Tracking
iTests Overview
Motivation The basic idea behind itests that makes them slightly different than plain junit tests ran by maven is that it's assumed that there are other systems (servers, databases, brokers, etc) that need to be started or connected to before the tests can run. The tests ...
|
J
January2008
release of OpenEJB 3.0 beta 1 at the end of September showed an mild but noticeable increase in user traffic which has continued since. Several usability improvements and related new features have been added, particularly around a returning ...
Javadocs
JAXB2 Java Inheritance
EnterpriseBean superclass / Copyright 2006 The Apache Software Foundation or its licensors, as applicable. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http ...
July2007
CURRENT FOCUS Primary activities in the project are around polishing up features, userfacing code, reducing dependencies, documentation, and taking care of legal in preparation for the coming 3.0 release. No real issues stand in the way at this point, builds and voting should start ...
July2008
OpenEJB 3.0 Final release in mid April brought some good attention to the project and more new users. User list traffic showed a small increase in April and May and a sharp spike in June. July looks to be a slow month so ...
June2007
All Incubator Infrastructure has been migrated over to openejb.apache.org as well as removal of any miscellaneous Incubator related disclaimers in code and website. The project is excited to have implementation of EJB 3.0 complete and to see our sister project, Geronimo, announced ...
|
K
keywords
Known Issues
|
L
Latest Unstable
Good to know Firsttime Users of OpenEJB should try out a stable release unless otherwise noted. People currently in development with OpenEJB are encouraged to try out unstable builds from time to time and get us feedback. This really helps ...
Loading Deployments from the Classpath
Local Server
http://www.openejb.org/images/diagramlocalserver.gif valign=top, align=right, hspace=15! Accessing EJBs Locally When OpenEJB embedded in your app, server, IDE, or JUnit, you can use what we call the Local Server and avoid ...
Logging
Logging for Users All logging in OpenEJB is done using the openejb.base/conf/logging.properties file. When you download and extract OpenEJB, you will not find this file under the openejb.base/conf directory. However, when you start the server, this file magically ...
|
M
Mailing Lists
User Mailing List Where the general OpenEJB community goes to ask questions, make suggestions, chat with other users and developers, and keep a finger on the pulse of the project. Medium volume mailing list, dedicated to the OpenEJB community. users@openejb.apache.org mailto:users@openejb.apache.org ...
Manual Installation
Overview The manual installation process is significantly harder then the automatic installation Tomcat which we normally recommend. In this installation process you will do the following: # Install openejb.war ## Download openejb.war from the OpenEJB download page http://people.apache.org/dain/openejbtemp ...
Multiple Business Interface Hazzards
UndeclaredThrowableException When two java interfaces are implemented by a proxy and those two interfaces declare the same method but with different throws clauses some very nasty side effects happen, namely you loose the ability to throw any checked exceptions ...
|
N
Navigation
Overview Home Index News FAQ Download Documentation OPENEJBx30:Index Examples Mailing Lists Source Code General Deployment OPENEJBx30:Deploy Tool Startup OPENEJBx30:Startup Configuration General Configuration Deployments OPENEJBx30:Deployments Containers Containers ...
Netbeans
Netbeans (D)
NEW DOCUMENTATION
New in OpenEJB 3.0
EJB 3.0 OpenEJB 3.0 supports the EJB 3.0 specification as well as the prior EJB 2.1, EJB 2.0, and EJB 1.1. New features in EJB 3.0 include: Annotations instead of xml No home interfaces Business Interfaces Dependency Injection ...
New Index Text
Welcome to Apache OpenEJB! Apache OpenEJB is an embeddable and lightweight EJB 3.0 implementation that can be used as a standalone server or embedded into Tomcat, JUnit, TestNG, Eclipse, IntelliJ, Maven, Ant, and any IDE or application. OpenEJB is included in Apache Geronimo ...
New Instructions
Install and run Tomcat 6 Tomcat 5.x is not supported due to classloading differences and the lack of annotation processing support. For Tomcat installation documentation see http://tomcat.apache.org/tomcat6.0doc/setup.html. On Unix platforms (Linux, MacOSX): If you unpacked the Tomcat tar.gz ...
New_FAQ
New_Navigation
About OpenEJB \ What is OpenEJB? \ Features \ FAQ \ Getting Support \ Release Notes \ Known Issues Downloads \ Binary \ Source   ...
News
RSS http://docs.codehaus.org/spaces/blogrss.action?key=OPENEJB An RSS http://docs.codehaus.org/spaces/blogrss.action?key=OPENEJB feed is available. News
|
O
October2007
OpenEJB 3.0 beta 1 released. First contribution from Jonathan Gallimore. (was anything checked in, if not yank this line) Completed Export Control (Cryptography) process. Completed integration with Tomcat 6. Expanded documentation and examples. Activity on the user list has ...
October2008
OpenEJB 0.9.2
OpenEJB 0.9.2 June 5th, 2003 openejb0.9.2.zip http://dist.codehaus.org/openejb/distributions/openejb0.9.2.zip openejb0.9.2.tar.gz http://dist.codehaus.org/openejb/distributions/openejb0.9.2.tar.gz openejb0.9.2src.zip http://dist.codehaus.org/openejb/distributions/openejb0.9.2src.zip openejb0.9.2src.tar.gz http://dist.codehaus.org/openejb/distributions/openejb0.9.2src.tar.gz Release Notes OpenEJB ...
OpenEJB 1.0
Release Date: February 26th, 2006 EJB 1.1 support EJB 2.0 Local Interface support Download Binary: openejb1.0 \ Source: openejb1.0src \ Tested On Windows XP (JDK 1.4) Windows XP (JDK 1.5) Linux (JDK 1.4 ...
OpenEJB 1.0 Beta 1
Release Date: August 28th, 2005 Download Binary: openejb1.0beta1 \ Source: openejb1.0beta1src \ Updated ejbtestingexamples.zip http://www.openejb.org/1.0beta1/ejbtestingexamples.zip for the Container Driven Testing Series http://www.theserverside.com/articles/article.tss?l=ContainerDrivenTestingSeries on TheServerSide.com Use the Latest Unstable ...
OpenEJB 1.0 Test Matrix
Windows XP (JDK 1.4) Windows XP (JDK 1.5) Linux (JDK 1.4) Linux (JDK 1.5) Mac OSX (JDK 1.4) Mac OSX (JDK 1.5) Embedded (/) (/) (/) (/) (/) (/) Standalone (/) (/) (/) (/) (/) (/) Tomcat 4.1.x (Global Mode) (/) (/) (/) (/) (/) (/) Tomcat 4.1.x ...
OpenEJB 3
Past, Present, and Future The goal of OpenEJB 3 is to merge our past, present, and future into one codebase. OpenEJB 3 will take the excellent features in OpenEJB 1.0 (tomcat integration, testability, embeddibility, ease of use, etc), move towards an ...
OpenEJB 3.0
Release Date: April 12th, 2008 EJB 3.0 support EJB 2.1 support EJB 2.0 support EJB 1.1 support Download OpenEJB Standlone Server openejb3.0.zip http://www.apache.org/dyn/closer.cgi/openejb/3.0/openejb3.0.zip (pgp http ...
OpenEJB 3.0 beta 1
Release Date: September 29th, 2007 EJB 3.0 support EJB 2.1 support EJB 2.0 support EJB 1.1 support Download OpenEJB Standlone Server openejb3.0beta1.zip http://www.apache.org/dyn/closer.cgi/openejb/3.0beta1/openejb3.0beta1.zip (pgp http ...
OpenEJB 3.0 beta 2
Release Date: January 31st, 2008 EJB 3.0 support EJB 2.1 support EJB 2.0 support EJB 1.1 support Download OpenEJB Standlone Server openejb3.0beta2.zip http://www.apache.org/dyn/closer.cgi/openejb/3.0beta2/openejb3.0beta2.zip (pgp http ...
OpenEJB and Eclipse
you aspire to be an OpenEJB developer and you use Eclipse as your IDE, this page is for you
OpenEJB Binaries
OpenEJB Eclipse Plugin
OpenEJB Eclipse Plugin Overview The OpenEJB plugin for Eclipse provides the ability to run an OpenEJB standalone server and deploy projects directly from within the IDE, using functionality provided by the Eclipse Web Tools Project (WTP). Additionally, the plugin ...
OpenEJB JSR-107 Integration
OpenEJB JSR107 (JCACHE) Integration This page is for the collaboration for those involved with the integration of JSR107 into OpenEJB. Overview The idea here is to add a caching layer to OpenEJB. The overall objective is to improve performance in OpenEJB where applicable through caching EJBs. Status Dain ...
OpenEJB per Tomcat installation
Instructions on OpenEJB Tomcat Installation can be found at Tomcat Installation New Instructions OpenEJB per Tomcat instance Configure OpenEJB per Tomcat instance requires the following steps:\ Copy the war/openejbloader1.0SNAPSHOT.war into the webapps dir of a running Tomcat ...
OpenEJB Release Process
mvn release:prepare Dusername=dblevins Dassemble mvn release:perform Dassemble Dusername=dblevins DaltDeploymentRepository=dblevins::default::scp://people.apache.org/x1/home/dblevins/publichtml/stage Dgpg.passphrase=xxxxx mvn clean deploy Prelease Dassemble Dusername=dblevins ...
|
P
Proxies
Where's the Java source for the proxies? The short answer is we do not generate java code containing any ejb logic at all as other platforms like WebSphere and WebLogic do. We use dynamic proxy generation via java.lang.reflect.Proxy. Most ...
|
Q
QuickLinks
Home Index News FAQ Download Lists Mailing Lists
Quickstart
Installation To install OpenEJB, simply download the latest binary Downloads and unpack your zip or tar.gz into the directory where you want OpenEJB to live. Windows users can download the zip and unpack it with the WinZip program. Linux users can download ...
|
R
Release Notes
Remote Server
http://www.openejb.org/images/diagramremoteserver.gif valign=top, align=right, hspace=15! Accessing EJBs Remotely When using OpenEJB as a standalone server you can connect across a network and access EJBs from a remote client. The client code ...
Repository
Rules of Thumb
Configuration Configuration settings should have configurable defaults at the module, ear, server and cluster level (when clustering is added). For example, security settings should be configurable on a per ejb, ejb jar, ear and server levels. Settings should have ...
Running a standalone OpenEJB server
Configuring the OpenEJB Runtime The OpenEJB Eclipse plugin provides support for running OpenEJB as a standalone server in Eclipse using WTP. To setup a server, first of all, you will need to have a copy of OpenEJB extracted on your machine. Once you have ...
|
S
Singleton Beans
Singleton EJB
Singleton Example
Source
Source Code
Browsing You can browse the source via the web interface http://svn.apache.org/viewvc/openejb/trunk/ to Subversion. Downloading You may want to download the sources to play with. You can download (aka checkout) the source with Subversion client using ...
Space Index
|
T
Team
Brett Porter mailto:brett@apache.org Committer brett http://people.apache.org/brett map http://people.apache.org/map.html?brett Jason van Zyl mailto:jvanzyl@apache.org Committer jvanzyl http://people.apache.org/jvanzyl map http://people.apache.org/map.html?jvanzyl Henri ...
Telnet Console
Availability: Since OpenEJB 0.9 Basic Usage To use OpenEJB's Telnet Console, simply boot your server normally. $ ./bin/openejb start OPENEJBHOME=/Users/dblevins/Desktop/openejb1.0 OpenEJB 1.0 build: 200602261701 http://www.openejb.org resources 1 ...
The Team
Tips and Suggestions
Useful information for contributors JIRA usage It's good to leverage JIRA, but everything that happens there should be considered invisible for the most part and only reviewed on a random and infrequent basis. A good way to bring jira "discussion" back to the list is to follow up on the list ...
Tomcat
Introduction The OpenEJB plugin for Tomcat makes all of the OpenEJB features available to Servlets, including: @Annotations @Resource @PersistenceUnit @PersistenceContext @EJB JPA Java Persistence Architecture JMS Java Messaging Service JTA Transaction Processing TransactionManager Container Managed ...
Tomcat Detailed Instructions
Detailed Installation Instructions These instructions assume you have a standard Tomcat installation running on port 8080. If you do not have an existing Tomcat installation, or want to start with a fresh installation for OpenEJB, the Tomcat Installation will show you how ...
Tomcat ejb-refs
Via @EJB Annotation Which an be as simple as adding this to your Servlet, Filter, or Listener: @EJB private HelloLocal helloLocal; See the @EJB Injection Example OPENEJBx30:Injection of other EJBs Example for a running example. The example uses one ejb ...
Tomcat Installation
Overview Tomcat installation is very simple, and can be describes as "Unpack and Run". These instructions were written using Tomcat 6.0.14 but any recent 6.x version should work. If you are comfortable with the CLI, these the following quick instructions will get you going ...
Tomcat Object Factory
TomcatEjbFactory as discussed in the OnJava article "OpenEJB: EJB for Tomcat" http://www.onjava.com/pub/a/onjava/2003/02/12/ejbtomcat.html is no longer required. As of OpenEJB 3.0 references from Servlets to EJBs happen automatically with usage of the @EJB annotation OPENEJBx30:Injection of other EJBs Example ...
Tomcat ObjectFactory
|
U
Users (IDE)
|
V
Validation Tool
NAME openejb validate OpenEJB Validation Tool SYNOPSIS openejb validate options jarfiles NOTE The OpenEJB Validation tool must be executed from the OPENEJBHOME directory. This is the directory where OpenEJB was installed or unpacked. For for the remainder of this document we will assume you ...
|
W
Webadmin
Webadmin is a new addition to OpenEJB 1.0 and very innovative in that it lets you plugin your own admin beans. Here are some screenshots: Main http://openejb.apache.org/images/webadminmain.png EJB Details http://openejb.apache.org/images/webadminejbdetails.png List Logs ...
Webapp-based EJBs
Instructions on Webappbased EJBs can be found at Collapsed EAR Introduction The basic idea of this approach is that your Servlets and EJBs are together in your war file as one app. No classloader boundries between Serlvets & EJBs EJBs and Servlets can share ...
WebObjects
We don't officially support the WebObjects OpenEJB integration, but we are happy to offer up this page for those users to place information on usage of EJBs in WebObjects 5.1. Click the edit link above, sign up for an wiki account and edit ...
What is OpenEJB ?
|
X
Xbean usage in OpenEJB
How XBean is used in OpenEJB Below is an explanation by David Blevins on the usage of xbean in OpenEJB. This text was taken from an email conversation. To view the full conversation, click here http://www.nabble.com/HowisXBeanusedinOpenEJB3tf2148639.html#a5959172 xbeanreflect xbeanreflect is a beefed ...
XDoclet plugin
XDoclet plugin XDoclet 1's OpenEJB Support http://opensource.atlassian.com/projects/xdoclet/browse/XDT669 openejb module http://xdoclet.sourceforge.net/xdoclet/ant/xdoclet/modules/openejb/ejb/OpenEJBSubTask.html http://issues.apache.org/jira/browse/GERONIMO778
|
Y
|
Z
|
!@#$
|
|
 |
|