User: schaefera
Date: 02/04/14 21:28:15
Modified: src/main/org/jboss/test/banknew/ejbeans Tag: Branch_2_4
AccountBean.java BankBean.java CustomerBean.java
TellerBean.java
Log:
Minor fixes regarding to the JNDI names of the beans.
Revision Changes Path
No revision
No revision
1.1.2.2 +11 -4
jbosstest/src/main/org/jboss/test/banknew/ejbeans/Attic/AccountBean.java
Index: AccountBean.java
===================================================================
RCS file:
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/banknew/ejbeans/Attic/AccountBean.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- AccountBean.java 15 Apr 2002 02:32:24 -0000 1.1.2.1
+++ AccountBean.java 15 Apr 2002 04:28:15 -0000 1.1.2.2
@@ -16,7 +16,7 @@
* The Entity bean represents a bank account
*
* @author Andreas Schaefer
- * @version $Revision: 1.1.2.1 $
+ * @version $Revision: 1.1.2.2 $
*
* @ejb:bean name="bank/Account"
* display-name="Bank Account Entity"
@@ -54,7 +54,7 @@
// Constants -----------------------------------------------------
public static final String COMP_NAME = "java:comp/env/ejb/bank/Account";
- public static final String JNDI_NAME = "bank/Account";
+ public static final String JNDI_NAME = "ejb/bank/Account";
// Attributes ----------------------------------------------------
@@ -171,10 +171,13 @@
}
/*
- * $Id: AccountBean.java,v 1.1.2.1 2002/04/15 02:32:24 schaefera Exp $
+ * $Id: AccountBean.java,v 1.1.2.2 2002/04/15 04:28:15 schaefera Exp $
* Currently locked by:$Locker: $
* Revision:
* $Log: AccountBean.java,v $
+ * Revision 1.1.2.2 2002/04/15 04:28:15 schaefera
+ * Minor fixes regarding to the JNDI names of the beans.
+ *
* Revision 1.1.2.1 2002/04/15 02:32:24 schaefera
* Add a new test version of the bank because the old did no use transactions
* and the new uses XDoclet 1.1.2 to generate the DDs and other Java classes.
1.1.2.2 +10 -3
jbosstest/src/main/org/jboss/test/banknew/ejbeans/Attic/BankBean.java
Index: BankBean.java
===================================================================
RCS file:
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/banknew/ejbeans/Attic/BankBean.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- BankBean.java 15 Apr 2002 02:32:24 -0000 1.1.2.1
+++ BankBean.java 15 Apr 2002 04:28:15 -0000 1.1.2.2
@@ -15,7 +15,7 @@
* The Session bean represents a bank.
*
* @author Andreas Schaefer
- * @version $Revision: 1.1.2.1 $
+ * @version $Revision: 1.1.2.2 $
*
* @ejb:bean name="bank/Bank"
* display-name="Bank Session"
@@ -40,7 +40,7 @@
// Constants -----------------------------------------------------
public static final String COMP_NAME = "java:comp/env/ejb/bank/Bank";
- public static final String JNDI_NAME = "bank/Bank";
+ public static final String JNDI_NAME = "ejb/bank/Bank";
// Attributes ----------------------------------------------------
@@ -98,10 +98,13 @@
}
/*
- * $Id: BankBean.java,v 1.1.2.1 2002/04/15 02:32:24 schaefera Exp $
+ * $Id: BankBean.java,v 1.1.2.2 2002/04/15 04:28:15 schaefera Exp $
* Currently locked by:$Locker: $
* Revision:
* $Log: BankBean.java,v $
+ * Revision 1.1.2.2 2002/04/15 04:28:15 schaefera
+ * Minor fixes regarding to the JNDI names of the beans.
+ *
* Revision 1.1.2.1 2002/04/15 02:32:24 schaefera
* Add a new test version of the bank because the old did no use transactions
* and the new uses XDoclet 1.1.2 to generate the DDs and other Java classes.
1.1.2.2 +10 -3
jbosstest/src/main/org/jboss/test/banknew/ejbeans/Attic/CustomerBean.java
Index: CustomerBean.java
===================================================================
RCS file:
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/banknew/ejbeans/Attic/CustomerBean.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- CustomerBean.java 15 Apr 2002 02:32:24 -0000 1.1.2.1
+++ CustomerBean.java 15 Apr 2002 04:28:15 -0000 1.1.2.2
@@ -16,7 +16,7 @@
* The Entity bean represents a bank customer
*
* @author Andreas Schaefer
- * @version $Revision: 1.1.2.1 $
+ * @version $Revision: 1.1.2.2 $
*
* @ejb:bean name="bank/Customer"
* display-name="Bank Customer Entity"
@@ -48,7 +48,7 @@
// Constants -----------------------------------------------------
public static final String COMP_NAME = "java:comp/env/ejb/bank/Customer";
- public static final String JNDI_NAME = "bank/Customer";
+ public static final String JNDI_NAME = "ejb/bank/Customer";
// Attributes ----------------------------------------------------
@@ -132,10 +132,13 @@
}
/*
- * $Id: CustomerBean.java,v 1.1.2.1 2002/04/15 02:32:24 schaefera Exp $
+ * $Id: CustomerBean.java,v 1.1.2.2 2002/04/15 04:28:15 schaefera Exp $
* Currently locked by:$Locker: $
* Revision:
* $Log: CustomerBean.java,v $
+ * Revision 1.1.2.2 2002/04/15 04:28:15 schaefera
+ * Minor fixes regarding to the JNDI names of the beans.
+ *
* Revision 1.1.2.1 2002/04/15 02:32:24 schaefera
* Add a new test version of the bank because the old did no use transactions
* and the new uses XDoclet 1.1.2 to generate the DDs and other Java classes.
1.1.2.2 +14 -4
jbosstest/src/main/org/jboss/test/banknew/ejbeans/Attic/TellerBean.java
Index: TellerBean.java
===================================================================
RCS file:
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/banknew/ejbeans/Attic/TellerBean.java,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- TellerBean.java 15 Apr 2002 02:32:24 -0000 1.1.2.1
+++ TellerBean.java 15 Apr 2002 04:28:15 -0000 1.1.2.2
@@ -24,7 +24,7 @@
* The Session bean represents a bank.
*
* @author Andreas Schaefer
- * @version $Revision: 1.1.2.1 $
+ * @version $Revision: 1.1.2.2 $
*
* @ejb:bean name="bank/Teller"
* display-name="Teller Session"
@@ -49,11 +49,14 @@
extends SessionSupport
{
// Constants -----------------------------------------------------
-
+
+ public static final String COMP_NAME = "java:comp/env/ejb/bank/Teller";
+ public static final String JNDI_NAME = "ejb/bank/Teller";
+
// Attributes ----------------------------------------------------
// Static --------------------------------------------------------
-
+
// Constructors --------------------------------------------------
// Public --------------------------------------------------------
@@ -180,10 +183,13 @@
}
}
/*
- * $Id: TellerBean.java,v 1.1.2.1 2002/04/15 02:32:24 schaefera Exp $
+ * $Id: TellerBean.java,v 1.1.2.2 2002/04/15 04:28:15 schaefera Exp $
* Currently locked by:$Locker: $
* Revision:
* $Log: TellerBean.java,v $
+ * Revision 1.1.2.2 2002/04/15 04:28:15 schaefera
+ * Minor fixes regarding to the JNDI names of the beans.
+ *
* Revision 1.1.2.1 2002/04/15 02:32:24 schaefera
* Add a new test version of the bank because the old did no use transactions
* and the new uses XDoclet 1.1.2 to generate the DDs and other Java classes.
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development