dain 2006/02/01 06:50:11
Modified:
modules/openejb-builder/src/java/org/openejb/corba/security/config/tss
TSSConfigEditor.java
Log:
Major refactor
Split container into an object to represent a deployed ejb and a set of
shared containers which process invocations
Introduced interface between CMP container and CMP engine
Revision Changes Path
1.12 +3 -4
openejb/modules/openejb-builder/src/java/org/openejb/corba/security/config/tss/TSSConfigEditor.java
Index: TSSConfigEditor.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/openejb-builder/src/java/org/openejb/corba/security/config/tss/TSSConfigEditor.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- TSSConfigEditor.java 1 Dec 2005 08:34:53 -0000 1.11
+++ TSSConfigEditor.java 1 Feb 2006 11:50:11 -0000 1.12
@@ -46,7 +46,6 @@
import java.util.Iterator;
import java.util.List;
-import java.lang.reflect.Constructor;
import org.apache.xmlbeans.XmlException;
import org.apache.xmlbeans.XmlObject;
@@ -102,7 +101,7 @@
* as an XML string.
*
* @return a TSSConfig object
- * @throws
org.apache.geronimo.common.propertyeditor.PropertyEditorException
+ * @throws PropertyEditorException
* An IOException occured.
*/
public Object getValue(XmlObject xmlObject, String type, ClassLoader cl)
throws DeploymentException {