[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/cmp/jaws/resources ejb-jar.xml jaws.xml jboss.xml

2001-11-18 Thread Tobias Frech

  User: gropi   
  Date: 01/11/18 11:14:26

  Modified:src/examples/org/jboss/docs/cmp/jaws/resources Tag: 2.0
ejb-jar.xml jaws.xml jboss.xml
  Log:
  Let the major cvs revision number reflect the release number of JBoss
  the documentation is meant for.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/jaws/resources/ejb-jar.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/jaws/resources/jaws.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/jaws/resources/jboss.xml
  
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/cmp/jaws/resources ejb-jar.xml jaws.xml jboss.xml

2001-11-18 Thread Tobias Frech

  User: gropi   
  Date: 01/11/18 12:10:47

  Modified:src/examples/org/jboss/docs/cmp/jaws/resources Tag: 3.0
ejb-jar.xml jaws.xml jboss.xml
  Log:
  Let the major cvs revision number reflect the release number of JBoss
  the documentation is meant for == 3.0
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/jaws/resources/ejb-jar.xml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/jaws/resources/jaws.xml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/jaws/resources/jboss.xml
  
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/cmp/jaws/resources ejb-jar.xml jaws.xml jboss.xml

2001-06-24 Thread vharcq

  User: vharcq  
  Date: 01/06/24 02:59:00

  Added:   src/examples/org/jboss/docs/cmp/jaws/resources ejb-jar.xml
jaws.xml jboss.xml
  Log:
  Chapter 5 : added ONE example
  Match the doco with the example.
  
  Revision  ChangesPath
  1.1  
manual/src/examples/org/jboss/docs/cmp/jaws/resources/ejb-jar.xml
  
  Index: ejb-jar.xml
  ===
  ?xml version=1.0?
  
  !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 
1.1//EN http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd;
  
  ejb-jar
display-nameClass/display-name
enterprise-beans
  
  entity
descriptionModels a Class/description
ejb-nameClassBean/ejb-name
homeorg.jboss.docs.cmp.jaws.interfaces.ClassHome/home
remoteorg.jboss.docs.cmp.jaws.interfaces.Class/remote
ejb-classorg.jboss.docs.cmp.jaws.bean.ClassBean/ejb-class
persistence-typeContainer/persistence-type
prim-key-classjava.lang.Integer/prim-key-class
reentrantFalse/reentrant
cmp-fieldfield-nameclassId/field-name/cmp-field
cmp-fieldfield-nameteacherName/field-name/cmp-field
cmp-fieldfield-namestudentCount/field-name/cmp-field
primkey-fieldclassId/primkey-field
  /entity
  
/enterprise-beans
  
assembly-descriptor
  container-transaction
method
  ejb-nameClassBean/ejb-name
  method-name*/method-name
/method
trans-attributeRequired/trans-attribute
  /container-transaction
/assembly-descriptor
  /ejb-jar
  
  
  
  
  
  1.1  manual/src/examples/org/jboss/docs/cmp/jaws/resources/jaws.xml
  
  Index: jaws.xml
  ===
  jaws
datasourceInstantDB/datasource
type-mappingInstantDB/type-mapping

enterprise-beans
entity
ejb-nameClassBean/ejb-name
table-nameCLASS/table-name
remove-tabletrue/remove-table
cmp-field
field-nameclassId/field-name
column-nameID/column-name
/cmp-field
cmp-field
field-nameteacherName/field-name
column-nameTEACHER/column-name
jdbc-typeVARCHAR/jdbc-type
sql-typeVARCHAR(100)/sql-type
/cmp-field
cmp-field
field-namestudentCount/field-name
column-nameSTUDENTNBR/column-name
/cmp-field
finder
namefindBigClasses/name
querystudentCount  {0} AND teacherName = {1}/query
orderstudentCount DESC/order
read-aheadtrue/read-ahead
/finder
/entity
/enterprise-beans
  /jaws
  
  
  1.1  manual/src/examples/org/jboss/docs/cmp/jaws/resources/jboss.xml
  
  Index: jboss.xml
  ===
  ?xml version=1.0 encoding=Cp1252?
  
  jboss
  securefalse/secure
  container-configurations /
  resource-managers /
  enterprise-beans
  entity
ejb-nameClassBean/ejb-name
jndi-namejaws/Class/jndi-name
  /entity
  /enterprise-beans
  /jboss
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development