jlaskowski 2005/06/19 18:40:29
Modified: modules/core/src/java/org/openejb/alt/assembler/classic/xml
ConnectionManager.java Connector.java
Container.java ContainerSystem.java
DomOpenEjbConfigurationFactory.java DomTools.java
EjbReference.java EjbReferenceLocation.java
EnterpriseBean.java EntityBean.java
EntityContainer.java EnvEntry.java Facilities.java
IntraVmServer.java JndiContext.java JndiEnc.java
ManagedConnectionFactory.java Method.java
MethodPermission.java MethodTransaction.java
Query.java Resource.java ResourceReference.java
RoleMapping.java SecurityRole.java
SecurityRoleReference.java SecurityService.java
Service.java StatefulBean.java
StatefulSessionContainer.java StatelessBean.java
StatelessSessionContainer.java
TransactionService.java package.html
Log:
A step towards cutting the 1.0 release:
o openejb:release goal to cut a release
o polishing the sources so that javadoc is built without any errors or
warnings
o Add javadoc to release in openejb:release
Revision Changes Path
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/ConnectionManager.java
Index: ConnectionManager.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/ConnectionManager.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ConnectionManager.java 26 Mar 2004 21:41:31 -0000 1.1
+++ ConnectionManager.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -57,7 +57,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.ConnectionManagerInfo
- * @see #ConnectionManager.initializeFromDOM
*/
public class ConnectionManager extends ConnectionManagerInfo implements
DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Connector.java
Index: Connector.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Connector.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Connector.java 26 Mar 2004 21:41:31 -0000 1.1
+++ Connector.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.ConnectorInfo
- * @see #Connector.initializeFromDOM
*/
public class Connector extends ConnectorInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Container.java
Index: Container.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Container.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Container.java 26 Mar 2004 21:41:31 -0000 1.1
+++ Container.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -57,7 +57,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.ContainerInfo
- * @see #Container.initializeFromDOM
*/
public class Container extends ContainerInfo {
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/ContainerSystem.java
Index: ContainerSystem.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/ContainerSystem.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ContainerSystem.java 26 Mar 2004 21:41:31 -0000 1.1
+++ ContainerSystem.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.ContainerSystemInfo
- * @see #ContainerSystem.initializeFromDOM
*/
public class ContainerSystem extends ContainerSystemInfo implements
DomObject{
1.2 +7 -7
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/DomOpenEjbConfigurationFactory.java
Index: DomOpenEjbConfigurationFactory.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/DomOpenEjbConfigurationFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DomOpenEjbConfigurationFactory.java 26 Mar 2004 21:41:32 -0000
1.1
+++ DomOpenEjbConfigurationFactory.java 19 Jun 2005 22:40:28 -0000
1.2
@@ -108,19 +108,19 @@
/**
* Initializes the [EMAIL PROTECTED]
org.openejb.alt.assembler.classic.OpenEjbConfiguration} with the
- * XML config file specified by the value of [EMAIL PROTECTED]
EnvProps.CONFIGURATION} in
+ * XML config file specified by the value of [EMAIL PROTECTED]
org.openejb.EnvProps#CONFIGURATION} in
* the environment variables used to construct this container system.
- * @exeption OpenEJBException
- * @param props A Properties object containing the
EnvProps.CONFIGURATION entry
+ * @exception OpenEJBException
+ * @param props A Properties object containing the
EnvProps#CONFIGURATION entry
* @exception OpenEJBException
* if there was a problem parsing the XML file, the
XML file is invalid or the XML file could not be found.
* @see org.openejb.alt.assembler.classic.OpenEjbConfiguration
- * @see org.openejb.EnvProps.CONFIGURATION
+ * @see org.openejb.EnvProps#CONFIGURATION
*/
public void init(Properties props) throws OpenEJBException {
SafeProperties safeProps = toolkit.getSafeProperties(props);
configXml = safeProps.getProperty(EnvProps.CONFIGURATION);
- java.io.File tmp = new java.io.File(configXml);
+ new java.io.File(configXml);
}
public OpenEjbConfiguration getOpenEjbConfiguration() throws
OpenEJBException {
@@ -168,7 +168,7 @@
handleError("fatal error",exception);
}
- private void handleError(String errorType, SAXParseException e) throws
SAXException{
+ private void handleError(String errorType, SAXParseException e) {
OpenEJBErrorHandler.configurationParsingError(errorType,
e.getLocalizedMessage(), e.getLineNumber()+"", e.getColumnNumber()+"");
}
}
1.3 +15 -17
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/DomTools.java
Index: DomTools.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/DomTools.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DomTools.java 25 Oct 2004 12:34:37 -0000 1.2
+++ DomTools.java 19 Jun 2005 22:40:28 -0000 1.3
@@ -88,7 +88,7 @@
- public static Properties readProperties(Node node)throws
org.openejb.OpenEJBException{
+ public static Properties readProperties(Node node) {
Node propertiesElement = getChildElement(node, PROPERTIES);
if(propertiesElement == null) return new Properties();
@@ -124,8 +124,7 @@
* @param node the node in the DOM containing the child elements needed.
* @param classType the subclass of <tt>DomObject</tt> that will parse
the data in the child elements.
* @param elementType the name of the child element as it appears in
the DTD.
- * @returns an array of the <tt>DomObject</tt> subclasses initialized
with the child elements.
- * @see #initializeFromDOM
+ * @return an array of the <tt>DomObject</tt> subclasses initialized
with the child elements.
* @see org.w3c.dom.Node
*/
protected static DomObject[] collectChildElementsByType(Node node, Class
classType, String elementType) throws OpenEJBException{
@@ -172,8 +171,7 @@
* @param node the node in the DOM containing the child elements needed.
* @param classType the subclass of <tt>DomObject</tt> that will parse
the data in the child elements.
* @param elementType the name of the child element as it appears in
the DTD.
- * @returns an <tt>DomObject</tt> subclass of type <tt>classType</tt>
initialized with the child element.
- * @see #initializeFromDOM
+ * @return an <tt>DomObject</tt> subclass of type <tt>classType</tt>
initialized with the child element.
* @see org.w3c.dom.Node
*/
protected static DomObject collectChildElementByType(Node node, Class
classType, String elementType) throws OpenEJBException{
@@ -219,9 +217,9 @@
*
* @param node the node in the DOM containing the child element.
* @param elementType the name of the child element as it appears in
the DTD.
- * @returns an array of <tt>String</tt> containing the PCDATA of the
child elements.
+ * @return an array of <tt>String</tt> containing the PCDATA of the
child elements.
*/
- protected static String[] getChildElementsPCData(Node node, String
elementType) throws OpenEJBException{
+ protected static String[] getChildElementsPCData(Node node, String
elementType) {
if (debug){/*--------------------------------- * Debug Block *
------*/
debugRecursionDepth++;
@@ -264,9 +262,9 @@
*
* @param node the node in the DOM containing the child element.
* @param elementType the name of the child element as it appears in
the DTD.
- * @returns the PCDATA of the child elements.
+ * @return the PCDATA of the child elements.
*/
- protected static String getChildElementPCData(Node node, String
elementType) throws OpenEJBException{
+ protected static String getChildElementPCData(Node node, String
elementType) {
if (debug){/*--------------------------------- * Debug Block *
------*/
debugRecursionDepth++;
@@ -300,9 +298,9 @@
* Returns the PCDATA of the <tt>node</tt> passed in.
*
* @param node the node in the DOM containing the PCDATA.
- * @returns the PCDATA of the node.
+ * @return the PCDATA of the node.
*/
- protected static String getElementPCData(Node node) throws
OpenEJBException{
+ protected static String getElementPCData(Node node) {
Node child = node.getFirstChild();
if (child == null || child.getNodeType() != Node.TEXT_NODE) return
null;
@@ -319,7 +317,7 @@
* Returns the named attributes of the <tt>node</tt> passed in.
*
* @param node the node in the DOM containing the attributes.
- * @returns a Properties object containing the attributes of the node.
+ * @return a Properties object containing the attributes of the node.
*/
protected static Properties getElementAttributes(Node node){
NamedNodeMap nodeMap = node.getAttributes();
@@ -337,9 +335,9 @@
*
* @param node the node in the DOM containing the PCDATA.
* @param childName the element name of the desired child element as
defined in the DTD.
- * @returns the desired child element. OR null if the child element is
not present
+ * @return the desired child element. OR null if the child element is
not present
*/
- protected static Node getChildElement(Node node, String childName)
throws OpenEJBException{
+ protected static Node getChildElement(Node node, String childName) {
NodeList list = node.getChildNodes();
Node child = null;
@@ -360,9 +358,9 @@
*
* @param node the node in the DOM containing the PCDATA.
* @param childName the element name of the desired child element as
defined in the DTD.
- * @returns an array of <tt>Node</tt> containing all the desired child
elements.
+ * @return an array of <tt>Node</tt> containing all the desired child
elements.
*/
- protected static Node[] getChildElements(Node node, String childName)
throws OpenEJBException{
+ protected static Node[] getChildElements(Node node, String childName) {
NodeList list = node.getChildNodes();
Node child = null;
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/EjbReference.java
Index: EjbReference.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/EjbReference.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EjbReference.java 26 Mar 2004 21:41:33 -0000 1.1
+++ EjbReference.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.EjbReferenceInfo
- * @see #EjbReference.initializeFromDOM
*/
public class EjbReference extends EjbReferenceInfo implements DomObject{
1.2 +3 -3
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/EjbReferenceLocation.java
Index: EjbReferenceLocation.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/EjbReferenceLocation.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EjbReferenceLocation.java 26 Mar 2004 21:41:33 -0000 1.1
+++ EjbReferenceLocation.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -57,8 +57,8 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
- * @see org.openejb.alt.assembler.classic.EjbReferenceConnectionInfo
- * @see #EjbReferenceConnection.initializeFromDOM
+ *
+ * @see org.openejb.alt.assembler.classic.EjbReferenceLocationInfo
*/
public class EjbReferenceLocation extends EjbReferenceLocationInfo
implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/EnterpriseBean.java
Index: EnterpriseBean.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/EnterpriseBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EnterpriseBean.java 26 Mar 2004 21:41:34 -0000 1.1
+++ EnterpriseBean.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.EnterpriseBeanInfo
- * @see #EnterpriseBean.initializeFromDOM
*/
public class EnterpriseBean extends EnterpriseBeanInfo{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/EntityBean.java
Index: EntityBean.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/EntityBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EntityBean.java 26 Mar 2004 21:41:34 -0000 1.1
+++ EntityBean.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.EntityBeanInfo
- * @see #EntityBean.initializeFromDOM
*/
public class EntityBean extends EntityBeanInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/EntityContainer.java
Index: EntityContainer.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/EntityContainer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EntityContainer.java 26 Mar 2004 21:41:34 -0000 1.1
+++ EntityContainer.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -59,7 +59,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.EntityContainerInfo
- * @see #EntityContainer.initializeFromDOM
*/
public class EntityContainer extends EntityContainerInfo implements
DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/EnvEntry.java
Index: EnvEntry.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/EnvEntry.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EnvEntry.java 26 Mar 2004 21:41:34 -0000 1.1
+++ EnvEntry.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.EnvEntryInfo
- * @see #EnvEntry.initializeFromDOM
*/
public class EnvEntry extends EnvEntryInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Facilities.java
Index: Facilities.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Facilities.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Facilities.java 26 Mar 2004 21:41:34 -0000 1.1
+++ Facilities.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.FacilitiesInfo
- * @see #Facilities.initializeFromDOM
*/
public class Facilities extends FacilitiesInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/IntraVmServer.java
Index: IntraVmServer.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/IntraVmServer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IntraVmServer.java 26 Mar 2004 21:41:34 -0000 1.1
+++ IntraVmServer.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.IntraVmServerInfo
- * @see #IntraVmServer.initializeFromDOM
*/
public class IntraVmServer extends IntraVmServerInfo implements DomObject {
1.2 +1 -3
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/JndiContext.java
Index: JndiContext.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/JndiContext.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- JndiContext.java 26 Mar 2004 21:41:34 -0000 1.1
+++ JndiContext.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -57,8 +57,6 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
- * @see org.openejb.alt.assembler.classic.EjbReferenceConnectionInfo
- * @see #EjbReferenceConnection.initializeFromDOM
*/
public class JndiContext extends JndiContextInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/JndiEnc.java
Index: JndiEnc.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/JndiEnc.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- JndiEnc.java 26 Mar 2004 21:41:34 -0000 1.1
+++ JndiEnc.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.JndiEncInfo
- * @see #JndiEnc.initializeFromDOM
*/
public class JndiEnc extends JndiEncInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/ManagedConnectionFactory.java
Index: ManagedConnectionFactory.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/ManagedConnectionFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ManagedConnectionFactory.java 26 Mar 2004 21:41:34 -0000 1.1
+++ ManagedConnectionFactory.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.ManagedConnectionFactoryInfo
- * @see #ManagedConnectionFactory.initializeFromDOM
*/
public class ManagedConnectionFactory extends ManagedConnectionFactoryInfo
implements DomObject {
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Method.java
Index: Method.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Method.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Method.java 26 Mar 2004 21:41:34 -0000 1.1
+++ Method.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.MethodInfo
- * @see #Method.initializeFromDOM
*/
public class Method extends MethodInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/MethodPermission.java
Index: MethodPermission.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/MethodPermission.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MethodPermission.java 26 Mar 2004 21:41:34 -0000 1.1
+++ MethodPermission.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.MethodPermissionInfo
- * @see #MethodPermission.initializeFromDOM
*/
public class MethodPermission extends MethodPermissionInfo implements
DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/MethodTransaction.java
Index: MethodTransaction.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/MethodTransaction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MethodTransaction.java 26 Mar 2004 21:41:35 -0000 1.1
+++ MethodTransaction.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.MethodTransactionInfo
- * @see #MethodTransaction.initializeFromDOM
*/
public class MethodTransaction extends MethodTransactionInfo implements
DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Query.java
Index: Query.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Query.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Query.java 26 Mar 2004 21:41:35 -0000 1.1
+++ Query.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.MethodPermissionInfo
- * @see #MethodPermission.initializeFromDOM
*/
public class Query extends QueryInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Resource.java
Index: Resource.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Resource.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Resource.java 26 Mar 2004 21:41:35 -0000 1.1
+++ Resource.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.ResourceInfo
- * @see #Resource.initializeFromDOM
*/
public class Resource extends ResourceInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/ResourceReference.java
Index: ResourceReference.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/ResourceReference.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ResourceReference.java 26 Mar 2004 21:41:35 -0000 1.1
+++ ResourceReference.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -57,7 +57,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.ResourceReferenceInfo
- * @see #ResourceReference.initializeFromDOM
*/
public class ResourceReference extends ResourceReferenceInfo implements
DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/RoleMapping.java
Index: RoleMapping.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/RoleMapping.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RoleMapping.java 26 Mar 2004 21:41:35 -0000 1.1
+++ RoleMapping.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.RoleMappingInfo
- * @see #RoleMapping.initializeFromDOM
*/
public class RoleMapping extends RoleMappingInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/SecurityRole.java
Index: SecurityRole.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/SecurityRole.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SecurityRole.java 26 Mar 2004 21:41:35 -0000 1.1
+++ SecurityRole.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.SecurityRoleInfo
- * @see #SecurityRole.initializeFromDOM
*/
public class SecurityRole extends SecurityRoleInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/SecurityRoleReference.java
Index: SecurityRoleReference.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/SecurityRoleReference.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SecurityRoleReference.java 26 Mar 2004 21:41:35 -0000 1.1
+++ SecurityRoleReference.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.SecurityRoleReferenceInfo
- * @see #SecurityRoleReference.initializeFromDOM
*/
public class SecurityRoleReference extends SecurityRoleReferenceInfo
implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/SecurityService.java
Index: SecurityService.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/SecurityService.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SecurityService.java 26 Mar 2004 21:41:36 -0000 1.1
+++ SecurityService.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.SecurityServiceInfo
- * @see #SecurityService.initializeFromDOM
*/
public class SecurityService extends SecurityServiceInfo implements
DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Service.java
Index: Service.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/Service.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Service.java 26 Mar 2004 21:41:36 -0000 1.1
+++ Service.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.ServiceInfo
- * @see #Service.initializeFromDOM
*/
public class Service extends ServiceInfo{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/StatefulBean.java
Index: StatefulBean.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/StatefulBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StatefulBean.java 26 Mar 2004 21:41:36 -0000 1.1
+++ StatefulBean.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -58,7 +58,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.StatefulBeanInfo
- * @see #StatefulBean.initializeFromDOM
*/
public class StatefulBean extends StatefulBeanInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/StatefulSessionContainer.java
Index: StatefulSessionContainer.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/StatefulSessionContainer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StatefulSessionContainer.java 26 Mar 2004 21:41:36 -0000 1.1
+++ StatefulSessionContainer.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -59,7 +59,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.StatefulSessionContainerInfo
- * @see #StatefulSessionContainer.initializeFromDOM
*/
public class StatefulSessionContainer extends StatefulSessionContainerInfo
implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/StatelessBean.java
Index: StatelessBean.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/StatelessBean.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StatelessBean.java 26 Mar 2004 21:41:36 -0000 1.1
+++ StatelessBean.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -57,7 +57,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.StatelessBeanInfo
- * @see #StatelessBean.initializeFromDOM
*/
public class StatelessBean extends StatelessBeanInfo implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/StatelessSessionContainer.java
Index: StatelessSessionContainer.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/StatelessSessionContainer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- StatelessSessionContainer.java 26 Mar 2004 21:41:36 -0000 1.1
+++ StatelessSessionContainer.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -59,7 +59,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.StatelessSessionContainerInfo
- * @see #StatelessSessionContainer.initializeFromDOM
*/
public class StatelessSessionContainer extends StatelessSessionContainerInfo
implements DomObject{
1.2 +1 -2
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/TransactionService.java
Index: TransactionService.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/TransactionService.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TransactionService.java 26 Mar 2004 21:41:36 -0000 1.1
+++ TransactionService.java 19 Jun 2005 22:40:28 -0000 1.2
@@ -57,7 +57,6 @@
* @author <a href="mailto:[EMAIL PROTECTED]">David Blevins</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Richard Monson-Haefel</a>
* @see org.openejb.alt.assembler.classic.TransactionServiceInfo
- * @see #TransactionService.initializeFromDOM
*/
public class TransactionService extends TransactionServiceInfo implements
DomObject{
1.3 +3 -4
openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/package.html
Index: package.html
===================================================================
RCS file:
/home/projects/openejb/scm/openejb1/modules/core/src/java/org/openejb/alt/assembler/classic/xml/package.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.html 8 Jul 2004 11:55:23 -0000 1.2
+++ package.html 19 Jun 2005 22:40:28 -0000 1.3
@@ -55,7 +55,7 @@
<h2>Package Specification</h2>
-OpenEJB is a pre-built, self-contained, portable EJB [EMAIL PROTECTED]
org.openejb.ContainerSystem container system} that can be
+OpenEJB is a pre-built, self-contained, portable EJB [EMAIL PROTECTED]
org.openejb.core.ContainerSystem container system} that can be
plugged into any application server environment. OpenEJB provides a clear
separation
of responsibilities between the EJB container and the EJB server. The
application server
and OpenEJB container system interact through the interfaces and classes
defined in this
@@ -80,8 +80,7 @@
<!-- Put @see and @since tags down here. -->
@see org.openejb.OpenEJB
[EMAIL PROTECTED] org.openejb.ContainerSystem
[EMAIL PROTECTED] org.openejb.ContainerManager
[EMAIL PROTECTED] org.openejb.core.ContainerSystem
@see org.openejb.Container
@see org.openejb.DeploymentInfo
</body>