User: starksm
Date: 01/07/05 12:52:31
Added: src/examples/org/jboss/docs/jaas/howto Tag: Branch_2_2
BuildDatabase.java SecureEJBServlet.java
Session.java SessionClient.java SessionHome.java
StatefulSessionBean.java StatelessSessionBean.java
application.xml build.xml ejb-jar.xml
example1.properties example2.properties
jboss-web.xml jboss.xml jndi.properties
roles.properties users.properties web.xml
Log:
Merge the main examples to the 2.2 branch
Revision Changes Path
No revision
No revision
1.1.2.1 +1 -1 manual/src/examples/org/jboss/docs/jaas/howto/BuildDatabase.java
Index: BuildDatabase.java
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/BuildDatabase.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- BuildDatabase.java 2001/06/20 13:00:01 1.1
+++ BuildDatabase.java 2001/07/05 19:52:30 1.1.2.1
@@ -12,7 +12,7 @@
Roles(PrincipalID text, Role text, RoleGroup text)
@author [EMAIL PROTECTED]
-@version $Revision: 1.1 $
+@version $Revision: 1.1.2.1 $
*/
public class BuildDatabase
{
1.1.2.1 +1 -1
manual/src/examples/org/jboss/docs/jaas/howto/SecureEJBServlet.java
Index: SecureEJBServlet.java
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/SecureEJBServlet.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- SecureEJBServlet.java 2001/06/20 13:00:01 1.1
+++ SecureEJBServlet.java 2001/07/05 19:52:30 1.1.2.1
@@ -18,7 +18,7 @@
/**
*
* @author [EMAIL PROTECTED]
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.1.2.1 $
*/
public class SecureEJBServlet extends HttpServlet
{
1.1.2.1 +0 -0 manual/src/examples/org/jboss/docs/jaas/howto/Session.java
Index: Session.java
===================================================================
RCS file: /cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/Session.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +1 -1 manual/src/examples/org/jboss/docs/jaas/howto/SessionClient.java
Index: SessionClient.java
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/SessionClient.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
--- SessionClient.java 2001/06/20 13:00:01 1.1
+++ SessionClient.java 2001/07/05 19:52:30 1.1.2.1
@@ -10,7 +10,7 @@
passed in on the command line.
@author [EMAIL PROTECTED]
-@version $Revision: 1.1 $
+@version $Revision: 1.1.2.1 $
*/
public class SessionClient
{
1.1.2.1 +0 -0 manual/src/examples/org/jboss/docs/jaas/howto/SessionHome.java
Index: SessionHome.java
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/SessionHome.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0
manual/src/examples/org/jboss/docs/jaas/howto/StatefulSessionBean.java
Index: StatefulSessionBean.java
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/StatefulSessionBean.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0
manual/src/examples/org/jboss/docs/jaas/howto/StatelessSessionBean.java
Index: StatelessSessionBean.java
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/StatelessSessionBean.java,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 manual/src/examples/org/jboss/docs/jaas/howto/application.xml
Index: application.xml
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/application.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 manual/src/examples/org/jboss/docs/jaas/howto/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/build.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 manual/src/examples/org/jboss/docs/jaas/howto/ejb-jar.xml
Index: ejb-jar.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/ejb-jar.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0
manual/src/examples/org/jboss/docs/jaas/howto/example1.properties
Index: example1.properties
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/example1.properties,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0
manual/src/examples/org/jboss/docs/jaas/howto/example2.properties
Index: example2.properties
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/example2.properties,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 manual/src/examples/org/jboss/docs/jaas/howto/jboss-web.xml
Index: jboss-web.xml
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/jboss-web.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 manual/src/examples/org/jboss/docs/jaas/howto/jboss.xml
Index: jboss.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/jboss.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 manual/src/examples/org/jboss/docs/jaas/howto/jndi.properties
Index: jndi.properties
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/jndi.properties,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 manual/src/examples/org/jboss/docs/jaas/howto/roles.properties
Index: roles.properties
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/roles.properties,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 manual/src/examples/org/jboss/docs/jaas/howto/users.properties
Index: users.properties
===================================================================
RCS file:
/cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/users.properties,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
1.1.2.1 +0 -0 manual/src/examples/org/jboss/docs/jaas/howto/web.xml
Index: web.xml
===================================================================
RCS file: /cvsroot/jboss/manual/src/examples/org/jboss/docs/jaas/howto/web.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -r1.1 -r1.1.2.1
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development