Re: [JBoss-dev] The prodigal son returns.... (Security Exceptions)

2001-03-25 Thread Tobias Frech

Gregory, your email address failed so I am resending this to the list
only.

-

Hi Gregory!
Your "getting started" docu is already included in the new manual. And
there the needed changes have already been applied.

Generally I want to ask everybody to apply changes to the XML files of
the "manual" module from CVS from now on. 

Thanks,
Tobias

Gregory Pierce schrieb:
 
 Hi folks. I'm back :) I had to deal with getting
 relocated in Atlanta. I'm with CNN now. A few people
 had brought to my attention that they were unable to
 run with the latest JBoss documentation and thanks to
 Arun the problem has been found and we need to
 urgently correct the getting started documentation.
 The command line to launch the InterestClient test
 program should be:
 
 java - classpath
 ..\..\lib\ext\ejb.jar;..\..\client\jboss-client.jar;
 ..\client\jbosssx-client.jar;. InterestClient
 
 If its not like this you will get some Security
 Exceptions.
 
 Be chatting with you.
 
 =
 -
 Gregory Pierce
 Digital Sedition
 Fax: (509) 756-1735
 
 "Do or do not... there is no try"
 
 __
 Do You Yahoo!?
 Get email at your own domain with Yahoo! Mail.
 http://personal.mail.yahoo.com/
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-development


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



Re: [JBoss-dev] Rule Engine Integration Available

2001-04-19 Thread Tobias Frech

Hi!

David Jencks wrote:
...
snip
...
 I've thought some about rules, but have no practical experience with them.
 I wonder if when you have a complicated set of interacting rules you tend
 to get unpredictable results?
 
 As I keep saying, more (specific) examples would be great.

I do not know if this fits, but one example of rules would be order
processing for a car manufacturer. We have a manucaturer here that has
thousands (!!!) of rules about which car options can be combined with
other options and which cannot be combined. These rules are quite
important for them, because they want to know if a car can be
manufactured BEFORE they try to do it :-) offtopic Also they could
find out which parts are not used any more or in only a very special
configuration. This can mean a great value to the manfacturer if they
can simplify their production palette. But finding out this kind of
stuff is really hard, believe me!/offtopic
I can try to find out more about these rules if you like. But first
please tell me if this case may fit the rules engine which was
integrated.

Ciao,
Tobias


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



Re: [JBoss-dev] CVS update: manual/src/docs jbossintro.xml

2001-04-20 Thread Tobias Frech

Hi!
May I suggest not to set direct links to the files area of the
documentation. Instead use a verbal reference to the documentation files
section on www.jboss.org. This was discussed on jboss-docs.

I will only repeat the resoning very short here, for details check the
archives of jboss-docs:

From time to time the website structure changes. The files are "linked"
to the website and not to the documentation. That's why the "pointer" to
the files should be on the webiste, not in the docu. This will help
avoiding broken links the next time the website changes.

Ciao,
Tobias

[EMAIL PROTECTED] wrote:
 
   User: starksm
   Date: 01/04/19 21:23:36
 
   Modified:src/docs jbossintro.xml
   Log:
   Fix ulink tag
 
   Revision  ChangesPath
   1.13  +1 -1  manual/src/docs/jbossintro.xml
 
   Index: jbossintro.xml
   ===
   RCS file: /cvsroot/jboss/manual/src/docs/jbossintro.xml,v
   retrieving revision 1.12
   retrieving revision 1.13
   diff -u -r1.12 -r1.13
   --- jbossintro.xml2001/04/20 04:19:06 1.12
   +++ jbossintro.xml2001/04/20 04:23:36 1.13
   @@ -139,7 +139,7 @@
 paraIn this step we will write and compile a simple Enterprise 
JavaBean.
You can download the source code for this example in either zip(interestEJB.zip) 
or
tar/gzip( interestEJB.tar.gz) format from the file section of the documentation 
section
   -on ulink url="http://www.jboss.org/documentation/files/"www.jboss.orgulink.
   +on ulink url="http://www.jboss.org/documentation/files/"www.jboss.org/ulink.
You will need to unpack the archive into an empty directory./para
 paraThe example, which is called 'Interest', is a simple stateless 
session EJB.
Its job is to calculate the amount of compound interest payable on a sum
 
 
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-development

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



Re: [JBoss-dev] CVS update: jbosssx/src/build build.xml

2001-05-09 Thread Tobias Frech

Hi Jay!
Which are the minimum jar files which must be included into the class
path at the client side ?
Is the jbosssx jar not needed anymore ?
If it is not needed anymore, do we have a change note at Sourceforge
about this ?
A change note would help a lot for updating the docu when a new version
is released.

Thanks,
Tobias


[EMAIL PROTECTED] wrote:
 
   User: jwalters
   Date: 01/04/30 03:53:02
 
   Modified:src/build build.xml
   Log:
   Moved jbosssx project over to jboss-j2ee jar files
 
   Revision  ChangesPath
   1.6   +3 -4  jbosssx/src/build/build.xml
 
   Index: build.xml
   ===
   RCS file: /cvsroot/jboss/jbosssx/src/build/build.xml,v
   retrieving revision 1.5
   retrieving revision 1.6
   diff -u -r1.5 -r1.6
   --- build.xml 2001/04/13 21:11:37 1.5
   +++ build.xml 2001/04/30 10:53:02 1.6
   @@ -1,6 +1,6 @@
!-- An ant build file for JBossSX security framework
@author [EMAIL PROTECTED]
   -@version $Revision: 1.5 $
   +@version $Revision: 1.6 $
--
project name=JBossSX default=jar basedir=../../
!-- The location of the JBoss server dist tree. This is
   @@ -34,12 +34,11 @@
!-- The main project classpath --
path id=base.path
pathelement path=${build.classes.dir} /
   -pathelement path=${lib.dir}/ejb.jar /
   +pathelement path=${lib.dir}/jboss-j2ee.jar /
pathelement path=${lib.dir}/jaas.jar /
pathelement path=${lib.dir}/jaxp.jar /
   -pathelement path=${lib.dir}/jdbc2_0-stdext.jar /
   +pathelement path=${lib.dir}/jboss-jdbc_ext.jar /
pathelement path=${lib.dir}/jmxri.jar /
   -pathelement path=${lib.dir}/jta-spec1_0_1.jar /
pathelement path=${lib.dir}/crimson.jar /
pathelement path=${lib.dir}/log4j.jar /
pathelement path=${lib.dir}/junit.jar /
 
 
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-development

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



Re: [JBoss-dev] New: Scheduler Service

2001-06-10 Thread Tobias Frech

Hi Andreas!
Can we have a ChangeNote on SF for this please ? It would help us not to
forget to write some docu about this at the time this becomes part of
the offical distro.
Thx!

Ciao,
Tobi 

 Andreas Schaefer wrote:
 
 Hi Geeks
 
 After some requests for a JMX Timer example and using BEA Weblogic's
 Scheduler (@ work, of course) I came up with the idea of having a
 similar
 Scheduling Service but better because we do it right, right ?
 
 In jboss.jcml (default) is an example MBean definition. To use it on
 your
 own just do:
 - uncomment the example in jboss.jcml
 - create your own instance of a Schedulable taks by implementing the
   Schedulable interface
 - Replace the fully qualified class name with the
 Scheduler$SchedulableExample
 - Adjust the constructor values:
   1) Name of the MBean
   2) Fully qualified class name of your Schedulable Task class
   3) Comma separated list of Constructor Values (NOT SUPPORTED yet)
   4) Comma separated list of Constructor Data Types (NOT SUPPORTED
 yet)
   5) Date of the initial call in milliseconds (0 = now) (except 0 NOT
 SUPPORTED yet)
   6) Period between two calls in milliseconds
   7) Number of repetitions where -1 means forever
 - Make your Schedulable Task class available for the Scheduling MBean
 (classpath
   extension etc.)
 
 I think that's it. Have fun and tell me what you think.
 
 Please note that this is a alpa version and is not finished. Your
 comment will help
 to make it better.
 
 Mad Andy / Better Pizza

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



Re: HOWTO UNSUBSCRIBE [JBoss-dev] CVS update: jboss/src/lib jboss-jaas.jar jbosssx.jar

2001-06-13 Thread Tobias Frech

Hi Jack!
Hi Intelligentsolutions team!

I already had a conversation with on of your colleagues. It should be
fairly easy for you to accomplish this yourself:

Go to Soruceforge 
http://lists.sourceforge.net/lists/listinfo/jboss-development

Enter the email address the list emails get sent to into the last input
box and click the edit options button. 
On the next page you will find a email my password to me button. Click
on it.

You will then receive another email containing your SF password. Use
this password at the second page (at which you just have been) to
unsubscribe yourself from the mailing list.


Because of the subscription schema (a subscription key is sent to your
email account, you must confirm the subscription with the key before you
get any emails)  either someone with access to your email address
subscribed you to the list OR you have a big security hole in your
system and someone is able to read your emails.

Cheers,
Tobias

Jack Saisi wrote:
 
 Please can you take us off your mailing list. Thanks.



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



[JBoss-dev] CVS update: manual/src/docs howtovisualagedebug.xml

2001-07-10 Thread Tobias Frech

  User: gropi   
  Date: 01/07/10 16:28:43

  Modified:src/docs howtovisualagedebug.xml
  Log:
  Update/rewrite of the VAJ integration guide for JBoss 2.2.2 and VAJ 3.5p2
  Thanks to the author Craig Doremus
  
  Revision  ChangesPath
  1.3   +353 -448  manual/src/docs/howtovisualagedebug.xml
  
  Index: howtovisualagedebug.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/docs/howtovisualagedebug.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- howtovisualagedebug.xml   2001/04/05 15:09:52 1.2
  +++ howtovisualagedebug.xml   2001/07/10 23:28:43 1.3
  @@ -1,448 +1,353 @@
  -section id=vajdebug
  - title
  -How to Run and Debug EJBs using jBoss 2.0 inside of 
  -Visual Age for Java version 3.5
  -/title
  - para
  -Authors: 
  -author
  - firstnameCraig/firstname
  - surnameDoremus/surname
  - /author
  - email[EMAIL PROTECTED]/email and
  -author
  - firstnameLorin/firstname
  - surnameBlumenfeld/surname
  - /author
  - email[EMAIL PROTECTED]/email
  - /para
  - para
  -Contributions by: 
  -author
  - firstnameRon/firstname
  - surnameGavlin/surname
  - /author
  - email[EMAIL PROTECTED]/email
  - /para
  - paraImporting jBoss into Visual Age for Java (VAJ) allows you to develop and
  -debug EJBs using the latest Enterprise Java Beans standard (version 1.1). 
  -The Enterprise version of Visual Age has built-in EJB debugging, but that 
  -edition of the IDE only supports version 1.0 of the EJB spec. 
  -/para
  - para
  -We created a jBoss Test Environment by manually importing jBoss source 
  -into Visual Age for Java. This import also 
  -involved a few code hacks to remove JDK 1.3 
  -code and allow EJBs to be visible outside of a jar in addition to  
  -modification of paths inside of configuration files. 
  -See link linkend=vajdebug-manualimportbelow/link 
  -for detailed directionson the process.
  -/para
  - para
  -Our jBoss import does not include an integrated 
  -ulink 
url=http://jakarta.apache.org/tomcat/index.html;Jakarta-Tomcat/ulink servlet 
engine.
  -IBM provides a Test Environment for Tomcat version 3.1 on their web site 
(see below)
  -that allows debugging of JSP and servlets inside of VAJ. Both Tomcat
  -and jBoss can be run inside of VAJ to provide the ability to debug EJBs
  -called by servlets.
  -/para
  - section id=vajdebug-requirements
  - titleRequirements/title
  - itemizedlist
  - listitem
  - paraVisual Age for Java Professional or Enterprise 
Edition Version 3.5 with patch 2 installed/para
  - /listitem
  - listitem
  - paraApache Tomcat Test Environment found at
  -ulink url=http://www7.software.ibm.com/vad.nsf/Data/Document4293;
  -http://www7.software.ibm.com/vad.nsf/Data/Document4293
  -/ulink. 
  -/para
  - /listitem
  - /itemizedlist
  - para
  - emphasisNote:/emphasis
  - /para
  - para![CDATA[vaj.home]] refers to the directory where Visual Age 
is installed./para
  - para![CDATA[jboss.home]] refers to the directory where jBoss is 
installed in the
  -Visual Age directory tree./para
  - /section
  - section
  - titleThe jBoss Test Environment Package/title
  - paraThe jBoss Test Environment is a Visual Age add-in that installs
  -jBoss into Visual Age./para
  - paraThe jBoss Test Environment includes:/para
  - itemizedlist
  - listitem
  - parajBoss 2.0 -- the EJB server/para
  - /listitem
  - listitem
  - paraHypersonic SQL -- a Java-based RDBMS (see ulink 
url=http://sourceforge.net/projects/hsql/;http://sourceforge.net/projects/hsql//ulink)/para
  - /listitem
  - listitem
  - paraInstantDB -- a Java-based RDBMS (see ulink 
url=http://instantdb.enhydra.org/;http://instantdb.enhydra.org//ulink)/para
  - /listitem
  - listitem
  - paraJAAS -- Java Authentication and Authorization 
Service/para
  - /listitem
  - listitem
  - paraJAF -- JavaBeans Activation Framework/para
  - /listitem
  - 

[JBoss-dev] CVS update: manual/src/docs howtotimer.xml

2001-07-10 Thread Tobias Frech

  User: gropi   
  Date: 01/07/10 16:43:28

  Modified:src/docs howtotimer.xml
  Log:
  typo
  
  Revision  ChangesPath
  1.8   +1 -1  manual/src/docs/howtotimer.xml
  
  Index: howtotimer.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/docs/howtotimer.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- howtotimer.xml2001/07/10 06:42:28 1.7
  +++ howtotimer.xml2001/07/10 23:43:28 1.8
  @@ -1,6 +1,6 @@
   ?xml version = 1.0 encoding = UTF-8?
   section  
  -   titleHow To us the Timer MBean/title  
  +   titleHow To use the Timer MBean/title  
  paraAuthor:
 author
firstnameAndreas/firstname
  
  
  

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



[JBoss-dev] CVS update: manual/src/docs webconfig.xml

2001-07-11 Thread Tobias Frech

  User: gropi   
  Date: 01/07/11 03:04:48

  Modified:src/docs webconfig.xml
  Log:
  CDATA cosmetics
  
  Revision  ChangesPath
  1.2   +8 -8  manual/src/docs/webconfig.xml
  
  Index: webconfig.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/docs/webconfig.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webconfig.xml 2001/07/07 19:25:16 1.1
  +++ webconfig.xml 2001/07/11 10:04:47 1.2
  @@ -112,7 +112,7 @@
   wants to call methods on a bean B. This call will look like this:./para
programlisting
   public class AServlet extends HttpServlet
  -{
  +{
  ...
  protected void service(HttpServletRequest req, HttpServletResponse res)
 throws ServletException, IOException
  @@ -125,18 +125,18 @@
   }
   }/programlisting
paraTo be allowed this call, the servlet must declare a reference to
  -the ejb its using in the its deployment descriptor. This is done by an 
![CDATA[ejb-ref 
  +the ejb its using in the its deployment descriptor. This is done by an 
![CDATA[ejb-ref]]
   tag in the web.xml file. Two types of references exist; internal and external.
  -]]/para
  +/para
section
titleInternal EJB reference/title
paraAn EJB reference is called internal when the servlet is 
in the same
   application unit as the bean B. This means that the servlet and ejb is 
  -physically packaged in the same ear. In this case, you must provide the 
![CDATA[ejb-link tag, and its value must 
  -match the ]]![CDATA[ejb-name of bean B. You don't have to provide anything 
  +physically packaged in the same ear. In this case, you must provide the 
![CDATA[ejb-link]] tag, and its value must 
  +match the ![CDATA[ejb-name]] of bean B. You don't have to provide anything 
   in the jboss-web.xml file. Your web.xml 
   file will look like this: 
  -]]/para
  +/para
programlisting![CDATA[
   ?xml version=1.0 encoding=UTF-8?
   web-app
  @@ -170,13 +170,13 @@
   application unit, which may even be deployed on another server. It also refers to
   non-standard bindings of EJBs into JNDI in the same application unit.
   In this case, you cannot rely on the 
  -standard ![CDATA[ejb-link ]]tag in web.xml since there the beans are 
  +standard ![CDATA[ejb-link]] tag in web.xml since there the beans are 
   not covered in the same file. Instead, you must
   provide the full JNDI name of the bean B in jboss-web.xml. A full 
   name is of the form:
   /para
paraprotocol://host:1234/name/in/other/server
  -Note that the ![CDATA[ejb-ref-name ]]tags in the 2 xml files must match. 
  +Note that the ![CDATA[ejb-ref-name]] tags in the 2 xml files must match. 
   /para
paraHere is an example web.xml and jboss-web.xml with 
external EJB
   references:/para
  
  
  

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



[JBoss-dev] Announcement: Documentation update and latest progress

2001-07-12 Thread Tobias Frech

Hi!
Here are the latest news about the updates in the documentation section
of JBoss:

- Visual Age for Java integration:
Craig Doremus just provided us with an updated version of the VAJ
integration guide. Check it out and update your IDE to JBoss 2.2.2 and
VAJ 3.5p2.

- Ongoing JBoss 2.2.2 manual compliance effort: 
We already have 50 percent covered to be checked for JBoss 2.2.2
compliance  by numerous volunteers. Perhaps you could help us to get the
other 50 percent covered ? We are especially looking for people using
the following databases:
* DB2 
* Sybase
* Interbase
* mySQL
* MS Access

Also we need people that looked through or are going to work through
the following chapters of the manual:
* 02   Configuration
* 03   JDBC (general part)
* 08   Container architecture - design notes
* 10   JBoss in production
* HT01 Tomcat and JBoss
* HT02 Using JBoss-Jetty
* HT04 Examples Richard Monson-Haefel
* HT06 JMX Connector Description
* HT08 Deployment on JBoss
* HT11 Integrating JBuilder 4.0
* HT12 Visual Age for Java integration
* HT13 Integrating NetBeans/Forte
* HT15 JBossCX
* HT20 Pet Store 1.1.1

If you would like to help us just join the jboss-docs mailing list and
get further directions there.

- Usage of jboss-web.xml:
Scott Stark added a section about the usage of jboss-web.xml to the
Advanced container configuration chapter. Not only does it contain
explanations for internal and external references but also there are a
lot of sample descriptors included.

- Manual search function: 
Most of you will have seen it already. For all others I'd like to
mention that there is search function for the manual now. Just go to
the documentation section on www.jboss.org and enter your keywords.

- Source code examples in the manual:
We now have a great (ant based) build system for the examples contained
in the manual. Making your first steps in a new topic is now as easy as
invoking a script and simply deploying the result archive.

- Various:
There were various bug fixes, clarifications (e.g. for CMP2.0 and
JBoss2.4 features) made to the documentation area. Check out the
documentation to see which changes I missed to mention.

Come, join the writing guild, join jboss-docs.

Cheers,
Tobias

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



[JBoss-dev] CVS update: CVSROOT loginfo log_accum.pl

2001-07-15 Thread Tobias Frech

  User: gropi   
  Date: 01/07/15 15:57:05

  Modified:.loginfo log_accum.pl
  Log:
  Sent copies of changes in the manual to the jboss-docs list also.
  
  Revision  ChangesPath
  1.5   +7 -1  CVSROOT/loginfo
  
  Index: loginfo
  ===
  RCS file: /cvsroot/jboss/CVSROOT/loginfo,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- loginfo   2001/03/22 19:32:17 1.4
  +++ loginfo   2001/07/15 22:57:04 1.5
  @@ -24,5 +24,11 @@
   #DEFAULT (echo ; id; echo %s; date; cat)  $CVSROOT/CVSROOT/commitlog
   # or
   #DEFAULT (echo ; id; echo %{sVv}; date; cat)  $CVSROOT/CVSROOT/commitlog
  -DEFAULT $CVSROOT/CVSROOT/log_accum.pl -u $USER %s
  +#
  +# sent all CVS changes to jboss-dev
  +ALL $CVSROOT/CVSROOT/log_accum.pl -u $USER %s
   #DEFAULT mail -s CVS update: %s [EMAIL PROTECTED]
  +#
  +# sent a copy of JBoss manual changes to jboss-docs
  +^manual $CVSROOT/CVSROOT/log_accum.pl -to [EMAIL PROTECTED] -from 
[EMAIL PROTECTED] %s
  +
  
  
  
  1.4   +6 -1  CVSROOT/log_accum.pl
  
  Index: log_accum.pl
  ===
  RCS file: /cvsroot/jboss/CVSROOT/log_accum.pl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- log_accum.pl  2001/07/05 06:48:04 1.3
  +++ log_accum.pl  2001/07/15 22:57:04 1.4
  @@ -67,6 +67,7 @@
   $MAIL_CMD  = | /usr/lib/sendmail -i -t;
   $MAIL_TO   = '[EMAIL PROTECTED]';
   #$MAIL_FROM = $ENV{'USER'}\@users.sourceforge.net;
  +undef $MAIL_FROM;
   $SUBJECT_PRE   = 'CVS update:';
   
   
  @@ -311,7 +312,7 @@
   print Mailing the commit message...\n;
   
   open(MAIL, $MAIL_CMD);
  -#print MAIL From: $MAIL_FROM\n;
  +print MAIL From: $MAIL_FROM\n if defined($MAIL_FROM);
   print MAIL To: $MAIL_TO\n;
   print MAIL Subject: $SUBJECT_PRE $ARGV[0]\n\n;
   print(MAIL join(\n, @text));
  @@ -333,6 +334,10 @@
   
   if ($arg eq '-u') {
   $cvs_user = shift @argv;
  + } elsif ($arg eq '-to') {
  +$MAIL_TO = shift @argv;
  + } elsif ($arg eq '-from') {
  +$MAIL_FROM = shift @argv;
   } else {
   ($donefiles)  die Too many arguments!\n;
   $donefiles = 1;
  
  
  

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



[JBoss-dev] CVS update: manual/src/docs jdbc-database.xml

2001-07-15 Thread Tobias Frech

  User: gropi   
  Date: 01/07/15 16:03:52

  Modified:src/docs jdbc-database.xml
  Log:
  Increase level of examples so they can be directly seen in the table
  of contents.
  
  Revision  ChangesPath
  1.11  +2 -1  manual/src/docs/jdbc-database.xml
  
  Index: jdbc-database.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/docs/jdbc-database.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jdbc-database.xml 2001/07/09 20:03:19 1.10
  +++ jdbc-database.xml 2001/07/15 23:03:52 1.11
  @@ -356,6 +356,8 @@
/table
/section
/section
  + /section  
  + 
section
titleConnection Pool Configuration Examples and Driver 
Notes/title
paraHere are some sample database pool configuration file 
exerpts for a variety of database products. Note that your configuration may differ 
slightly if you're
  @@ -745,7 +747,6 @@
/listitem
/itemizedlist
/section  
  - /section  
section
titleUpgrading from JBoss 2.0 FINAL/title
paraAuthor:author
  
  
  

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



[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/dbtest/test Main.java

2001-07-15 Thread Tobias Frech

  User: gropi   
  Date: 01/07/15 16:13:13

  Modified:src/main/org/jboss/test/dbtest/test Main.java
  Log:
  Dummy change to test the new CVS update mailing setup.
  
  Revision  ChangesPath
  1.10  +1 -1  jbosstest/src/main/org/jboss/test/dbtest/test/Main.java
  
  Index: Main.java
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/dbtest/test/Main.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Main.java 2001/07/10 02:34:03 1.9
  +++ Main.java 2001/07/15 23:13:13 1.10
  @@ -322,7 +322,7 @@
System.out.println(_);
System.out.println();
System.out.println(JBoss, the EJB Open Source Server);
  - System.out.println(Copyright (C), The jBoss Organization, 2000,2001);
  + System.out.println(Copyright (C), The JBoss Organization, 2000,2001);
System.out.println(_);
System.out.println();
System.out.println(Welcome to the database test);
  
  
  

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



Re: [JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/dbtest/test Main.java

2001-07-15 Thread Tobias Frech

Phew, it looks like everything still works like it should right now. :-)
If other JBoss subprojects would like to get their changes mailed too,
you can easily include this into CVSROOT/loginfo now.

Ciao,
Tobias

Tobias Frech wrote:
 
   User: gropi
   Date: 01/07/15 16:13:13
 
   Modified:src/main/org/jboss/test/dbtest/test Main.java
   Log:
   Dummy change to test the new CVS update mailing setup.
 
   Revision  ChangesPath
   1.10  +1 -1  jbosstest/src/main/org/jboss/test/dbtest/test/Main.java
 
   Index: Main.java
   ===
   RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/dbtest/test/Main.java,v
   retrieving revision 1.9
   retrieving revision 1.10
   diff -u -r1.9 -r1.10
   --- Main.java 2001/07/10 02:34:03 1.9
   +++ Main.java 2001/07/15 23:13:13 1.10
   @@ -322,7 +322,7 @@
 System.out.println(_);
 System.out.println();
 System.out.println(JBoss, the EJB Open Source Server);
   - System.out.println(Copyright (C), The jBoss Organization, 
2000,2001);
   + System.out.println(Copyright (C), The JBoss Organization, 
2000,2001);
 System.out.println(_);
 System.out.println();
 System.out.println(Welcome to the database test);
 
 
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-development

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



Re: [JBoss-dev] [ jboss-Bugs-441821 ] BMP deploy error msg is AWEFUL

2001-07-17 Thread Tobias Frech

Bill,
didn't the verifier warn you properly ?

Ciao,Tobias

[EMAIL PROTECTED] wrote:
 
 Bugs item #441821, was opened at 2001-07-16 14:55
 You can respond by visiting:
 http://sourceforge.net/tracker/?func=detailatid=376685aid=441821group_id=22866
 
 Category: None
 Group: v2.5 Rabbit Hole (unstable)
 Status: Open
 Resolution: None
 Priority: 3
 Submitted By: Bill Burke (patriot1burke)
 Assigned to: Nobody/Anonymous (nobody)
 Summary: BMP deploy error msg is AWEFUL
 
 Initial Comment:
 I forgot to implement a matching ejbPostCreate for my
 ejbCreate method. Did jboss give me a message like:
 You did not implement ejbPostCreate, yadada,
 
 We need better error messages.  It gave me this
 horrible message:
 
 [org.jboss.ejb.ContainerFactory]
 java.lang.NoSuchMethodException
 
snip

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



[JBoss-dev] CVS update: manual/src/docs jbossintro.xml

2001-07-19 Thread Tobias Frech

  User: gropi   
  Date: 01/07/19 12:58:06

  Modified:src/docs jbossintro.xml
  Log:
  Included advice from Chiew Kwooi Lee for NoClassDefFoundError.
  
  Revision  ChangesPath
  1.19  +3 -1  manual/src/docs/jbossintro.xml
  
  Index: jbossintro.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/docs/jbossintro.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- jbossintro.xml2001/06/25 21:39:01 1.18
  +++ jbossintro.xml2001/07/19 19:58:06 1.19
  @@ -537,7 +537,9 @@
   
   Total time: 2 seconds/computeroutput
/literallayout
  - paraThis has compiled the EJB classes and created the ejb-jar for 
deployment. The contents of the
  + paraThis has compiled the EJB classes and created the ejb-jar for 
deployment. 
  +If got a java.lang.NoClassDefFoundError here instead of a successful created jar 
file try clearing your classpath.
  +The contents of the
   interest.jar include the structure we discussed previously as shown by running the 
jar -tvf
   command:/para
literallayout
  
  
  

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



Re: [JBoss-dev] MS SQL2000 entry in standardjbosscmp-jdbc.xml standardjaws.xml

2001-07-22 Thread Tobias Frech

Investigating that. Contacted Brenton ...

Tobias

Brenton House wrote:
 
 I think the entry in the xml files needs to be changed for SQL Server
 2000
 (it may also need to be changed for MS SQLSERVER, I don't know...)
 
 This is the current entry:
 
mapping
java-typejava.sql.Timestamp/java-type
jdbc-typeTIMESTAMP/jdbc-type
sql-typeTIMESTAMP/sql-type
/mapping
 
 This is what it should be:
 
mapping
java-typejava.sql.Timestamp/java-type
jdbc-typeTIMESTAMP/jdbc-type
sql-typeDATETIME/sql-type
/mapping
 
 When you try to deploy an app using the old entry
 it doesn't create the tables in the database.
 
 thanks!
 
 Brenton House
 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 http://lists.sourceforge.net/lists/listinfo/jboss-development

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



Re: [JBoss-dev] manual build

2001-08-22 Thread Tobias Frech

Hi!
May I ask that this discussion is transfered to jboss-docs ? Or if you
think this would be this inappropriate, please at least post a short
change notice or status description to jboss-docs.

Thanks from the docu people :-)

Ciao,
Tobias

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



[JBoss-dev] CVS update: newsite index.jsp

2001-08-29 Thread Tobias Frech

  User: gropi   
  Date: 01/08/29 07:55:19

  Modified:.index.jsp
  Log:
  fixed broken link. Jetty is case sensitive.
  
  Revision  ChangesPath
  1.10  +1 -1  newsite/index.jsp
  
  Index: index.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/index.jsp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.jsp 2001/08/23 14:58:01 1.9
  +++ index.jsp 2001/08/29 14:55:19 1.10
  @@ -79,7 +79,7 @@
   
   p class=headHOW WE ARE CODING THE FUTURE 

  -p class=textThe a class=link href=JBoss-server.jspJBoss/Server/a is 
  +p class=textThe a class=link href=jboss-server.jspJBoss/Server/a is 
 an Open Source, standards-compliant, J2EE application server 
 implemented in 100% Pure Java, as is our full product suite. The JBoss community 
 of over 1000 developers world wide is working to deliver the full range of J2EE 
  
  
  

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



[JBoss-dev] CVS update: manual/src/xdocs/howto howtovisualagedebug.xml

2001-09-02 Thread Tobias Frech

  User: gropi   
  Date: 01/09/02 07:04:28

  Modified:src/xdocs/howto howtovisualagedebug.xml
  Log:
  Update by Craig Doremus and Chiew Kwooi Lee.
  Now there are two new files that simplify VAJ integration.
  Additional information about Tomcat.
  
  Revision  ChangesPath
  1.2   +374 -353  manual/src/xdocs/howto/howtovisualagedebug.xml
  
  Index: howtovisualagedebug.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/xdocs/howto/howtovisualagedebug.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howtovisualagedebug.xml   2001/08/29 09:19:37 1.1
  +++ howtovisualagedebug.xml   2001/09/02 14:04:28 1.2
  @@ -1,353 +1,374 @@
  -!-- DOCTYPE section SYSTEM D:\cvsroot\manual\src\docs\docbookx\docbookx.dtd --
  -section id=vajdebug
  - title
  -How to Run and Debug EJBs using jBoss 2.2.2 inside of 
  -Visual Age for Java version 3.5 (patch 2)
  -/title
  - para
  -Author:
  -author
  - firstnameCraig/firstname
  - surnameDoremus/surname
  - /author
  - email[EMAIL PROTECTED]/email
  - /para
  - paraImporting jBoss into Visual Age for Java (VAJ) allows you to develop and
  -debug EJBs using the latest Enterprise Java Beans standard (version 1.1 and Message 
Driven EJBs). 
  -The Enterprise version of Visual Age has built-in EJB debugging, but that 
  -edition of the IDE only supports version 1.0 of the EJB spec.  Currently, Visual 
Age only 
  -supports JDK 1.2.2.
  -/para
  - para
  -We created a jBoss Test Environment by manually importing jBoss source 
  -into Visual Age for Java. This import also 
  -involved a few code hacks to remove JDK 1.3 
  -code, to change the paths to configiration files and some
  -   modification of paths inside of configuration files. 
  -/para
  - para
  -Our jBoss import does not include an integrated 
  -ulink 
url=http://jakarta.apache.org/tomcat/index.html;Jakarta-Tomcat/ulink servlet 
engine.
  -IBM provides a Test Environment for Tomcat version 3.1 on their web site 
(see below)
  -that allows debugging of JSP and servlets inside of VAJ. Both Tomcat
  -and jBoss can be run inside of VAJ to provide the ability to debug EJBs
  -called by servlets.
  -/para
  - section id=vajdebug-requirements
  - titleRequirements/title
  - itemizedlist
  - listitem
  - paraVisual Age for Java Professional or Enterprise 
Edition Version 3.5 with patch 2 installed. Version 3.5.3 has recently been released, 
but there are some RMI bugs in it so we can't recommend using it at this time./para
  - /listitem
  - listitem
  - paraJBoss-2.2.2.zip downloaded (NOT the one with 
integrated Tomcat) ulink 
url=http://prdownloads.sourceforge.net/jboss/JBoss-2.2.2.zip;Download it here/ulink
  - /para
  - /listitem
  - /itemizedlist
  - /section
  - !-- end of vajdebug-requirements section --
  - !-- MANUAL IMPORT SECTION START --
  - section id=vajdebug-manualimport
  - titleManually importing jBoss 2.2.2 source code into Visual 
Age/title
  - orderedlist
  - listitem
  - paraUnzip JBoss-2.2.2.zip into a temporary 
directory./para
  - /listitem
  - listitem
  - paraCreate a jBoss project in VAJ. If jBoss 2.0 
is already installed, version it and delete all files and related projects before 
proceeding with the jBoss 2.2.2 install.
  - /para
  - /listitem
  - listitem
  - paraImport source, jar and class files into VAJ from 
the temporary directory including:/para
  - orderedlist
  - listitem
  - paraAll jBoss source (src 
subdirectory).
  - /para
  - paraSource from org.jnp.server from 
CVS (ver 1.2). Change org.jboss.naming.NamingService in the source distribution to CVS 
ver 1.9 to maintain compatibility with this class./para
  - paraSource for org.jbossmq.* from 
CVS/para
  - /listitem
  - listitem
  - paraIn lib or lib/ext directory 
import the class files: /para
  - programlisting
  - All files from minerva-1_0b3.jar
  - All files 

[JBoss-dev] CVS update: manual/src/xdocs jbossdocs.xml

2001-09-02 Thread Tobias Frech

  User: gropi   
  Date: 01/09/02 13:21:36

  Modified:src/xdocs jbossdocs.xml
  Log:
  shrunk the HOWTO chapter:
  created own chapters for
  - IDE integration and tools
  - third party examples
  
  Revision  ChangesPath
  1.3   +26 -17manual/src/xdocs/jbossdocs.xml
  
  Index: jbossdocs.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/xdocs/jbossdocs.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jbossdocs.xml 2001/09/01 02:52:42 1.2
  +++ jbossdocs.xml 2001/09/02 20:21:36 1.3
  @@ -39,11 +39,11 @@
  !ENTITY howtoclientapplet.xmlSYSTEM howto/howtoclientapplet.xml
   ]
   
  -!-- $Id: jbossdocs.xml,v 1.2 2001/09/01 02:52:42 user57 Exp $ --
  +!-- $Id: jbossdocs.xml,v 1.3 2001/09/02 20:21:36 gropi Exp $ --
   
   book
  bookinfo
  -  titleJBoss 2.1+ Documentation/title
  +  titleJBoss 2.2+ Documentation/title
 copyright
year2000/year
 year2001/year
  @@ -75,40 +75,49 @@
  customizingjaws.xml;
  advconfig.xml;
  jbossjms.xml;
  -
  -   designnotes.xml;
  jbosssx.xml;
  +
  +   chapter
  +  titleDevelopment Tools and IDE Integration/title
  +  howtojbuilderdebug.xml;
  +  howtovisualagedebug.xml;
  +  howtonetbeansdebug.xml;
  +  howtoverifier.xml;
  +  howtoejbdoclet.xml;
  +   /chapter
  +
  production.xml;
   
  +   designnotes.xml;
  +
  chapter id=howto
 titleHOWTO/title
   
 howtotomcat.xml;
 howtojetty.xml;
  -  howtormhexamples.xml;
  -  howtombeans.xml;
  +  howtowebcontainer.xml;
  +  howtoclientapplet.xml;
   
  +  howtombeans.xml;
 howtojmx.xml;
 howtotimer.xml;
  +
 howtoj2eedeployer.xml;
  -  howtojaas.xml;
   
  +  howtojaas.xml;
 howtojavamail.xml;
  -  howtojbuilderdebug.xml;
  -  howtovisualagedebug.xml;
  -  howtonetbeansdebug.xml;
  -
 howtoejx.xml;
 howtojca.xml;
 howtojndiexternal.xml;
 howtosocketfactories.xml;
  -
 howtojaxp.xml;
  -  howtoverifier.xml;
  -  howtopetstore.xml;
  -  howtowebcontainer.xml;
   
  -  howtoejbdoclet.xml;
  -  howtoclientapplet.xml;
  /chapter
  +
  +   chapter
  +  titleThird Party Examples/title
  +  howtormhexamples.xml;
  +  howtopetstore.xml;
  +   /chapter
  +
   /book
  
  
  

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



[JBoss-dev] CVS update: manual/src/xdocs/howto howtovisualagedebug.xml

2001-09-05 Thread Tobias Frech

  User: gropi   
  Date: 01/09/05 01:37:55

  Modified:src/xdocs/howto howtovisualagedebug.xml
  Log:
  broken links fixed.
  
  Revision  ChangesPath
  1.3   +2 -2  manual/src/xdocs/howto/howtovisualagedebug.xml
  
  Index: howtovisualagedebug.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/xdocs/howto/howtovisualagedebug.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- howtovisualagedebug.xml   2001/09/02 14:04:28 1.2
  +++ howtovisualagedebug.xml   2001/09/05 08:37:55 1.3
  @@ -68,9 +68,9 @@
listitem
paraAll jBoss source (src 
subdirectory).
/para
  - paraSource of org.jnp.server (both 
*.class and *.java files) from ulink 
url=/doco_files/vaj-jnpserver222.ziphere/ulink.
  + paraSource of org.jnp.server (both 
*.class and *.java files) from the ulink 
url=/doco_files/vaj-jnpserver222.jarvaj-jnpserver222.jar/ulink archive found in 
the files area on the documentation page on www.jboss.org.
   /para
  - paraSource of org.jbossmq.* from 
ulink url=/doco_files/vaj-jbossmq222.ziphere/ulink./para
  + paraSource of org.jbossmq.* from the 
ulink url=/doco_files/vaj-jbossmq222.jarvaj-jbossmq222.jar/ulink archive found 
in the files area on the documentation page on www.jboss.org./para

paraorg.jboss.security.SecurityAssociation source from CVS (version 1.5, which can 
be found ulink 
url=http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/jboss/src/main/org/jboss/security/SecurityAssociation.java?rev=1.5amp;content-type=text/vnd.viewcvs-markup;here)/ulink/para

paraorg.jboss.naming.NamingService 
from CVS (version 1.9, which can be found ulink 
url=http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/jboss/jboss/src/main/org/jboss/naming/NamingService.java?rev=1.9amp;content-type=text/x-java;here)/ulink/para

  
  
  

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



[JBoss-dev] CVS update: newsite/src/docs doco.jsp

2001-09-16 Thread Tobias Frech

  User: gropi   
  Date: 01/09/16 10:00:38

  Modified:src/docs doco.jsp
  Log:
  Updated to new cvs module name for the manual.
  
  Revision  ChangesPath
  1.2   +1 -1  newsite/src/docs/doco.jsp
  
  Index: doco.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/doco.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- doco.jsp  2001/08/30 22:29:19 1.1
  +++ doco.jsp  2001/09/16 17:00:38 1.2
  @@ -16,7 +16,7 @@
   lia class=link href=cvs.jsp
   Manual - CVS module for contributors/a : 
   Our environment for building the manual locally and developing new documentation 
can be obtained from the
  -CVS. You need to checkout the module manual./li
  +CVS. You need to checkout the module jboss-docs./li
   li
   FORM ACTION=http://search.freefind.com/find.html; METHOD=GET
   Search the manual for a keyword:
  
  
  

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



[JBoss-dev] CVS update: manual/src/xdocs preface.xml

2001-09-17 Thread Tobias Frech

  User: gropi   
  Date: 01/09/17 08:39:01

  Modified:src/xdocs preface.xml
  Log:
  Updated links and set references to emacs tools.
  
  Revision  ChangesPath
  1.2   +3 -2  manual/src/xdocs/preface.xml
  
  Index: preface.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/xdocs/preface.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- preface.xml   2001/08/29 09:19:36 1.1
  +++ preface.xml   2001/09/17 15:39:01 1.2
  @@ -25,9 +25,10 @@
paraAlthough Docbook DTD is very big, 300 + elements, the learning curve is 
very steep, and most of the time not more 
   than 50 elements are used.  This ulink url = 
http://www.caldera.de/~eric/crash-course/HTML;
citetitlearticle/citetitle
  - /ulinkis suitable for a first contact with Docbook. A good reference 
that you might want to use can be found ulink url = 
http://www.docbook.org/tdg/html/docbook.html;
  + /ulinkis suitable for a first contact with Docbook. A good reference 
that you might want to use can be found ulink url = 
http://www.docbook.org/tdg/en/html/docbook.html;
citetitlehere/citetitle
  - /ulink
  + /ulink. 
  +There is also a ulink url = 
http://developer.arsdigita.com/doc/docbook-primer.html;citetitlevery brief 
introduction/citetitle/ulink with references to tools such as Emacs with PSGML.
/para
formalpara
titleDocbook documentation guidelines/title
  
  
  

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



[JBoss-dev] CVS update: manual/src/xdocs/howto howtoejx.xml

2001-09-18 Thread Tobias Frech

  User: gropi   
  Date: 01/09/18 00:53:21

  Modified:src/xdocs/howto howtoejx.xml
  Log:
  Removed umlauts.
  
  Revision  ChangesPath
  1.2   +4 -4  manual/src/xdocs/howto/howtoejx.xml
  
  Index: howtoejx.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/xdocs/howto/howtoejx.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howtoejx.xml  2001/08/29 09:19:37 1.1
  +++ howtoejx.xml  2001/09/18 07:53:21 1.2
  @@ -51,7 +51,7 @@

section id = ejx1
titleEJX Insights/title
  - paraEJX (created by Rickard Öberg and are available at his 
DreamBean Website: www.dreambean.com) is a launcher for JavaBean plugins
  + paraEJX (created by Rickard Oeberg and are available at his 
DreamBean Website: www.dreambean.com) is a launcher for JavaBean plugins
   that are written following the Glasgow specification, in particular the Extensible 
Runtime Containment and Services Protocol. This
   document is intended for programmers that want to write plugins for EJX, and will 
(try to) explain the insights of the bean context
   hierarchy of EJX, and also classloader issues regarding this hierarchy. /para
  @@ -148,9 +148,9 @@

section
titleIntroduction/title   
  - para   EJX/AWT written by Rickard Öberg/para  
 
  + para   EJX/AWT written by Rickard Oeberg/para  
 

  - para Both packages are created by Rickard Öberg and 
are available at his DreamBean Website: www.dreambean.com.
  + para Both packages are created by Rickard Oeberg and 
are available at his DreamBean Website: www.dreambean.com.
Both packages are heavily used in jBoss do create/maintain EJB descriptor 
and other XML files. 
The reason or motivation for me to write this HowTo was that I struggle to 
understand EJX and AWT. On the
other hand Rickard was so busy with other stuff that I had to dig throug 
myself and to save time for other
  @@ -463,7 +463,7 @@
section
titleIntroduction/title   
para   In this How To I will discuss the use of the 
BeanContext und AWT to create GUIs and GUI components within
  -   EJX but you can also use AWT outside of EJX.Attention: please note that I 
always mean Rickard Öberg's AWT
  +   EJX but you can also use AWT outside of EJX.Attention: please note that I 
always mean Rickard Oeberg's AWT
  and not the Java AWT!/para 
  
paraThe AWT provides you with the following opportunities: 
/para 
  
  
  

___
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/cd/build build-cmp-cd-compile.xml

2001-09-18 Thread Tobias Frech

  User: gropi   
  Date: 01/09/18 12:40:27

  Modified:src/examples/org/jboss/docs/cmp/cd/build
build-cmp-cd-compile.xml
  Log:
  Changed upper/lower case of file name. un*x IS case SENSITIV when accessing files!
  
  Revision  ChangesPath
  1.3   +1 -1  
manual/src/examples/org/jboss/docs/cmp/cd/build/build-cmp-cd-compile.xml
  
  Index: build-cmp-cd-compile.xml
  ===
  RCS file: 
/cvsroot/jboss/manual/src/examples/org/jboss/docs/cmp/cd/build/build-cmp-cd-compile.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build-cmp-cd-compile.xml  2001/06/23 11:27:11 1.2
  +++ build-cmp-cd-compile.xml  2001/09/18 19:40:27 1.3
  @@ -29,7 +29,7 @@
   copy file=${basedir}/resources/jndi.properties 
tofile=${build.classes.dir}/jndi.properties /
   
   !-- File containing some cds --
  -copy file=${src.dir}/org/jboss/docs/cmp/cd/resources/CDs.txt 
tofile=${build.classes.dir}/CDs.txt /
  +copy file=${src.dir}/org/jboss/docs/cmp/cd/resources/cds.txt 
tofile=${build.classes.dir}/cds.txt /

   /target
   
  
  
  

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



[JBoss-dev] CVS update: manual/src/xdocs basicconfiguration.xml

2001-09-19 Thread Tobias Frech

  User: gropi   
  Date: 01/09/19 11:38:23

  Modified:src/xdocs basicconfiguration.xml
  Log:
  Revised version by Fernando Garcia-Loygorri.
  
  Revision  ChangesPath
  1.2   +703 -307  manual/src/xdocs/basicconfiguration.xml
  
  Index: basicconfiguration.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/xdocs/basicconfiguration.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- basicconfiguration.xml2001/08/29 09:19:36 1.1
  +++ basicconfiguration.xml2001/09/19 18:38:22 1.2
  @@ -1,321 +1,717 @@
   ?xml version = 1.0 encoding = UTF-8?
  +
  +!-- $Id: basicconfiguration.xml,v 1.2 2001/09/19 18:38:22 gropi Exp $ --
  +
   chapter id = configuration
  - titleConfiguration/title
  - paraAuthors:/para
  +
  +titleConfiguration/title
  +
  +paraAuthors:/para
  +
  +para
  +
  + author
  + firstnameScott/firstname
  + surnameStark/surname
  + /author
  +
  + email[EMAIL PROTECTED]/email
  +
  +/para
  +
  +para
  +
  + author
  + firstnameVladimir/firstname
  + surnameBlagojevic/surname
  + /author
  +
  + email[EMAIL PROTECTED]/email
  +
  +/para
  +
  +section
  +
  + titleIntroduction/title
  +
para
  - author
  - firstnameScott/firstname
  - surnameStark/surname
  - /author
  - email[EMAIL PROTECTED]/email
  + JBoss ships preconfigured, so there's nothing you need to do to get
  + it up and running. However, you will likely need to make minor
  + configuration changes to support your specific applications and
  + environment.
/para
  +
para
  - author
  - firstnameVladimir/firstname
  - surnameBlagojevic/surname
  - /author
  - email[EMAIL PROTECTED]/email
  + The following section gives you an overview of the directory
  + structure of a standard JBoss installation. The next section
  + briefly describes all of the various configuration files present
  + in the filenameconf/filename directory.
/para
  - section  
  - titleIntroduction/title   
  - paraJBoss ships preconfigured, so there's nothing you need to do 
to get it up 
  - and running. However, you will likely need to make minor configuration 
  -changes to support your specific applications. This section gives an
  -overview of the configuration files and directories. The Advanced 
  - Configuration section gives detailed instructions for
  -specific configuration changes you may require./para
  - /section 
  -
  -  
  - section id = directory-structure
  - titleDirectory structure/title 
  - paraAll directories referred to in the next section are 
  - relative to ![CDATA[jboss-home i.e top directory of the 
  -JBoss installation. As shown in ]]xref linkend = 
directories.jpg/ 
  - directories are the following:
  -  /para 
  - para
  - itemizedlist
  - listitem
  - parabin/para
  - paraAll the binaries included with JBoss 
distribution are located in this 
  - directory. Using the Batch (Windows) or Shell (UNIX) 
  - scripts here, you can start the server. You can also run 
the EJX 
  - deployment descriptor editor by double-clicking on it 
  - (if your platform supports that) or issuing the command: java 
-jar ejx.jar /para
  - /listitem
  - listitem
  - para id = lib-and-libext-dirlib and 
lib/ext/para
  - paraThe two directories contain java 
libraries in jar and zip format that 
  - JBoss uses. There is a split between 
  - those libraries which had to be in the system 
classpath (.ie jars in lib 
  - directory) vs the other ones in lib/ext
  - directory that are made available to the JBoss server 
MLet based 
  - classloader./para
  - para 
  - If there is a need to add some java libraries to 
JBoss, for example jdbc 
  - driver jars, these should be dropped in lib/ext
  - directory and will be picked up by JBoss 
automatically./para
  

[JBoss-dev] CVS update: newsite/src/docs cmp-two.jsp

2001-09-21 Thread Tobias Frech

  User: gropi   
  Date: 01/09/20 23:32:29

  Modified:src/docs cmp-two.jsp
  Log:
  A revised version is included in the manual now. For some time this file will
  still be here, pointing people to the manual now.
  
  Revision  ChangesPath
  1.2   +1 -240newsite/src/docs/cmp-two.jsp
  
  Index: cmp-two.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/cmp-two.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cmp-two.jsp   2001/08/30 22:29:19 1.1
  +++ cmp-two.jsp   2001/09/21 06:32:29 1.2
  @@ -8,245 +8,6 @@
   
!-- CONTENT --
   p class=text
  -bThis feature is only available in the CVS version of JBoss. Please note that
  -the code for CMP 2.x support is still in ALPHA state. Try it out, give
  -feedback, but don't built any production machines with it ! You have
  -been warned .../b
  -br
  +Information about CMP 2.0 support has been revised and is now included in the 
regular a href=documentation/HTML/index.htmlJBoss manual/a. 
   /p
  -p class=textI will attempt to
  -explain how to turn on the new features in CMP 2.x
  -/p
  -
  -ol class=text
  -lip class=textSpecify the ejb-jar.xml to validate with the EJB 2.0 DTD. 
Change the
  -doctype in your current ejb-jar.xml to the following:
  -/p
  -pre
  -
  -lt;!DOCTYPE jar-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 
2.0//EN http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtdgt;
  -
  -/pre
  -
  -p class=textThis will activate the new persistence store, and turn on the first 
two
  -features CMP 2.x abstract accessors and Tuned updates.  Tuned updates are
  -now always on; this is a side affect of eager/lazy loading.
  -/pbr
  -/li
  -lip class=textAdd a jbosscmp-jdbc.xml to the META-INF directory of your jar. 
The format
  -is similar to jaws.xml, with one major change around finder specification.
  -Everything else is new, so just build one according to the jaws docs.br
  -/p
  -/li
  -li
  -p class=textEager loading:  The new lt;eager-loadgt; element is declared 
after your
  -lt;cmp-fieldgt; elements in the lt;entitygt; section. Eager load tells the store
  -manager which fields to load when loading your bean from the database.  In
  -CMP 1.x every field in the bean was eager loaded, and this is the default if
  -eager-load is not specified. The XML follows:
  -/p
  -pre
  -
  -lt;eager-loadgt;
  - lt;field-namegt;titlelt;/field-namegt;
  - lt;field-namegt;artistlt;/field-namegt;
  -lt;/eager-loadgt;
  -
  -/pre
  -
  -p class=textThis tells the manager to only load the title and artist fields.  In
  -addition to these two fields, the manager always loads the primary key
  -fields. If you would like to not eager-load any fields, just specify an
  -empty lt;eager-loadgt; element. In the future I plan on adding a similar section
  -to the query metadata./pbr
  -/li
  -lip class=text
  -Lazy load groups:  Lazy loading is the other half of eager loading.  If a
  -field is not eager loaded it must be lazy loaded. I have added the concept
  -of what I am calling lazy load groups (I'm considering changing it to sets).
  -When the bean code accesses an unloaded field, the manager loads the field
  -and any field in a group that the unloaded field is a member.  Think of the
  -groups as a set. The manager performs a set join and then removes any field
  -that is already loaded. The lazy-load-groups element should follow the
  -lt;eager-loadgt; element in the lt;entitygt;. An example follows:
  -/p
  -pre
  -
  -lt;lazy-load-groupsgt;
  - lt;lazy-load-groupgt;
  -  lt;field-namegt;typelt;/field-namegt;
  -  lt;field-namegt;noteslt;/field-namegt;
  - lt;/lazy-load-groupgt;
  - lt;lazy-load-groupgt;
  -  lt;field-namegt;noteslt;/field-namegt;
  -  lt;field-namegt;producerlt;/field-namegt;
  - lt;/lazy-load-groupgt;
  -lt;/lazy-load-groupsgt;
  -
  -/pre
  -
  -p class=textIf the bean code accesses type, the manager loads type and notes. 
If the
  -bean code accesses, notes the manager will load notes, type and producer.
  -/pbr
  -/li
  -
  -lip class=textRead-only columns: lt;cmp-fieldgt; element can now contain 
then lt;read-onlygt;
  -and lt;time-outgt; elements. These elements work the same way as they do in the
  -lt;entitygt; tag.  If a field is read-only, it will not be stored or inserted
  -into the database. If a pk field is read-only, bean create will throw a
  -CreateException. If a set accessor is called for a read-only field, it
  -throws an EJBException.  Read-only fields are important for fields that are
  -filled in by database triggers, such as last update.
  -/pbr
  -/li
  -lip class=textDependent value classes: DVCs are just cmp fields that have a 
java object
  -type, other then the automatically recognized types. This comes from section
  -10.3.3 of EJB2.0 pfd2. The specification specifically does not describe the
  -internal structure of the object.  I require that DVCs 

[JBoss-dev] CVS update: manual/src/xdocs jbossdocs.xml

2001-09-26 Thread Tobias Frech

  User: gropi   
  Date: 01/09/26 00:19:17

  Modified:src/xdocs jbossdocs.xml
  Log:
  ;-) scary this slipped through unnoticed.
  
  Revision  ChangesPath
  1.8   +2 -2  manual/src/xdocs/jbossdocs.xml
  
  Index: jbossdocs.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/xdocs/jbossdocs.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jbossdocs.xml 2001/09/18 21:37:52 1.7
  +++ jbossdocs.xml 2001/09/26 07:19:17 1.8
  @@ -1,5 +1,5 @@
   ?xml version=1.0 encoding=UTF-8?
  -!-- $Id: jbossdocs.xml,v 1.7 2001/09/18 21:37:52 tmcsys Exp $ --
  +!-- $Id: jbossdocs.xml,v 1.8 2001/09/26 07:19:17 gropi Exp $ --
   !DOCTYPE book SYSTEM file:@oasis.docbook.xml.root@/docbookx.dtd [
  !ENTITY preface.xml  SYSTEM preface.xml
  !ENTITY jbossintro.xml   SYSTEM jbossintro.xml
  @@ -52,7 +52,7 @@
 year2001/year
 holderJBoss Organization/holder
 /copyright
  -  pubdateSeptember 18 2001/pubdate
  +  pubdate@TODAY@/pubdate
  /bookinfo
   
  preface.xml;
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/build readme.txt

2001-09-30 Thread Tobias Frech

  User: gropi   
  Date: 01/09/30 03:33:48

  Modified:src/examples/build readme.txt
  Log:
  Instructions for the bundled JBoss versions and why servlet.jar is needed.
  
  Revision  ChangesPath
  1.4   +15 -5 manual/src/examples/build/readme.txt
  
  Index: readme.txt
  ===
  RCS file: /cvsroot/jboss/manual/src/examples/build/readme.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- readme.txt2001/07/06 21:47:49 1.3
  +++ readme.txt2001/09/30 10:33:48 1.4
  @@ -1,13 +1,23 @@
   1. To be able to build and run the JBoss documentation example these
   environement variables should be defined:
   
  -JAVA_HOME (The location of a 1.3 JDK, e.g. c:\jdk1.3)
  -JBOSS_DIST (The location of the JBoss installation, e.g. c:\JBoss-2.2.2)
  +JAVA_HOME (The location of a 1.3 JDK, e.g. c:\jdk1.3) 
   
  -The Ant bin directory and JDK bin directory must also be in your PATH as
  -described in the First Steps chapter of the JBoss manual.
  +JBOSS_DIST (The location of the JBoss installation,
  +e.g. c:\JBoss-2.2.2)
  + 
  +If you are using a bundled version of JBoss with Jetty or Tomcat then
  +point JBOSS_DIST to the jboss subdir please. Using the bundled
  +versions will avoid some errors that might show up while the building
  +process of the examples because of a missing servlet.jar.  Instead of
  +downloading the bundled JBoss versions you can get the servlet.jar
  +from SUN also.
   
  -2. To run a specific build cmp-cd-compile as specified in the manual, type
  +The Ant bin directory and JDK bin directory must also be in your PATH
  +as described in the First Steps chapter of the JBoss manual.
  +
  +2. To run a specific build cmp-cd-compile as specified in the
  +   manual, type
   
ant cmp-cd-compile
   
  
  
  

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



[JBoss-dev] CVS update: manual/src/xdocs jbossintro.xml

2001-10-01 Thread Tobias Frech

  User: gropi   
  Date: 01/10/01 00:21:50

  Modified:src/xdocs jbossintro.xml
  Log:
  Ossie J. H. Moore recommended to reword the sentence to make sense.
  
  Revision  ChangesPath
  1.2   +1 -1  manual/src/xdocs/jbossintro.xml
  
  Index: jbossintro.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/xdocs/jbossintro.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jbossintro.xml2001/08/29 09:19:36 1.1
  +++ jbossintro.xml2001/10/01 07:21:50 1.2
  @@ -659,7 +659,7 @@
   InitialContext jndiContext = new InitialContext();
   System.out.println(Got context);/programlisting
/para
  - paraThe jndi.properties file that we will used is that located in 
the examples/resources/jndi.properties of the
  + paraThe jndi.properties file we have to use is located in the 
examples/resources/jndi.properties of the
   documentation examples distribution. Its contents 
are:programlistingjava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
   java.naming.provider.url=jnp://localhost:1099
   
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces/programlistingThis 
specifies the InitialContextFactory, provider url, and the packages of object factories
  
  
  

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



[JBoss-dev] CVS update: manual/src/xdocs jbossintro.xml

2001-10-01 Thread Tobias Frech

  User: gropi   
  Date: 01/10/01 01:57:09

  Modified:src/xdocs jbossintro.xml
  Log:
  Some more comments on the JNDI service.
  
  Revision  ChangesPath
  1.3   +18 -14manual/src/xdocs/jbossintro.xml
  
  Index: jbossintro.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/xdocs/jbossintro.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jbossintro.xml2001/10/01 07:21:50 1.2
  +++ jbossintro.xml2001/10/01 08:57:09 1.3
  @@ -12,6 +12,7 @@
firstnameTobias/firstname
surnameFrech/surname
/author
  +email[EMAIL PROTECTED]/email
/para
para
author
  @@ -37,7 +38,7 @@
titleAbout JBoss/title
paraJBoss is an implementation of the EJB 1.1 (and parts of 
2.0)
   specification, that is, it is a  server and container for Enterprise JavaBeans. In 
this it is similar to Sun's
  -'J2SDK Enterprise Edition' (J2EE), but JBoss the JBoss core server provides only an 
EJB server.
  +'J2SDK Enterprise Edition' (J2EE), but the JBoss core server provides only an EJB 
server.
   The JBoss core does not include a web container for servlets/JSP pages, although 
there are
   bundles available that include either Tomcat or Jetty.
   
  @@ -56,7 +57,7 @@
   already loaded, JBoss automatically unloads it, then loads the new
   version. Contrast this with the rigmarole that other J2EE server makes us go 
through... 
   JBoss is distributed under the LGPL, which means that it's free, even for commercial
  -work, and is likely to remain that way. You get no support, of course. /para
  +work, and the LGPL ensures that it remains that way. Id you need support, look at 
the JBoss website for the various forums. If you want to pay for the support then 
contact the ulink url = http://www.jboss.org/JBG/support.jsp;JBossGroup 
LLC/ulink./para
paraThis chapter helps get you started using JBoss 
   by describing step-by-step how a simple EJB can be created, deployed and
   tested on the JBoss server. /para
  @@ -76,8 +77,8 @@
titleInstalling Ant/title
paraYou need Ant to compile and run the example presented in the 
JBoss documentation. Ant is
   the standard build tool used by most open source Java projects and is widely being 
used in commercial
  -settings as well. You need Ant version 1.3 or latter. You can download the 1.3 
binaries for Ant from ulink url = 
http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/bin/;HERE/ulink. If you 
have problems finding
  -binaries at that location try the Ant home page which is located ulink url = 
http://jakarta.apache.org/ant/index.html;HERE/ulink./para
  +settings as well. You need Ant version 1.3 or latter. You can download the 1.3 
binaries for Ant from ulink url = 
http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/bin/;this link to the 
Apache/Jakarta website/ulink. If you have problems finding
  +binaries at that location try the Ant home page which is located ulink url = 
http://jakarta.apache.org/ant/index.html;on the Apache/Jakarta 
website/ulink./para
paraOnce you have the Ant distribution unarchive it to create a 
jakarta-ant-1.3 directory.  The Ant documentation
   is located in the docs/manual directory. You should start with the 
docs/manual/index.html file and browse through its
   contents if you want to use Ant. You won't need to know anything about Ant build 
scripts in order to compile and run
  @@ -209,16 +210,15 @@
   need to specify a CLASSPATH environment variable if you don't normally have 
   to./para
paraThe next step will be to download, install and test the JBoss 
server. At 
  -the time of writing the most recent version of JBoss is 2.2.2.
  +the time of updating this the most recent version of JBoss is 2.4.1.
   It doesn't matter where you install JBoss. There is no requirement for root access 
to
  -run JBoss as none of the default ports are below the 1024 privaledged port range.
  +run JBoss as none of the default ports are below the 1024 priveledged port range.
   You will need to define a JBOSS_DIST environment variable that points to the 
installation
   location of the JBoss installation directory. This is required to build and run all 
of the documentation
   examples you will download later./para
paraJBoss is distributed as a ZIP file. You can download the binary
  -distribution which contains the latest offical release (which was 2.2.2
  -at the time of writing) or a source snapshot with the latest
  -version from CVS. This documentation mainly is written for the 2.2.2 version./para
  +distribution which contains the latest offical release or a source snapshot with 
the latest
  +version from CVS. This documentation mainly was written for the 2.2.2 version and 

[JBoss-dev] CVS update: manual/src/examples/build build.xml

2001-10-02 Thread Tobias Frech

  User: gropi   
  Date: 01/10/02 01:54:27

  Modified:src/examples/build build.xml
  Log:
  Use a more flexible schema to determine the location of servlet.jar
  
  Revision  ChangesPath
  1.15  +34 -24manual/src/examples/build/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/examples/build/build.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.xml 2001/09/05 21:58:01 1.14
  +++ build.xml 2001/10/02 08:54:27 1.15
  @@ -16,42 +16,52 @@
   property environment=env /
   !-- Override with your JBoss server dist location if the JBOSS_DIST env var is 
not set --
   property name=jboss.dist value=${env.JBOSS_DIST}/
  -!-- Override with your web server servlet jar location. The default assumes 
that
  -   JBOSS_DIST points to a JBoss/Tomcat bundle distribution
  - --
  -property name=servlet.jar 
value=${env.JBOSS_DIST}}/../tomcat/lib/servlet.jar/
  +
   property name=src.dir value=${basedir}/
   property name=src.resources value=${basedir}/resources/
   property name=build.dir value=${basedir}/build-examples/
   property name=dist.dir value=${basedir}/../../dist-examples/
  +
  +target name=validate-servlet
  +!-- Override with your web server servlet jar location. 
  + The default assumes that JBOSS_DIST points to a 
  + JBoss/Tomcat bundle distribution
  + --
  +available property=servlet.jar 
value=${env.JBOSS_DIST}/../tomcat/lib/servlet.jar 
file=${env.JBOSS_DIST}/../tomcat/lib/servlet.jar/
  +available property=servlet.jar 
value=${env.JBOSS_DIST}/../jetty/lib/javax.servlet.jar 
file=${env.JBOSS_DIST}/../jetty/lib/javax.servlet.jar/
  +available property=servlet.jar 
value=${env.JBOSS_DIST}/../catalina/common/lib/servlet.jar 
file=${env.JBOSS_DIST}/../catalina/common/lib/servlet.jar/
  +available property=servlet.jar 
value=${env.JBOSS_DIST}/../catalina/common/lib/servlet.jar 
file=${env.TOMCAT_HOME}/lib/servlet.jar/
  +property name=servlet.jar value=COULD_NOT_FIND_SERVLET_JAR/
   
  -path id=base.path_22
  -pathelement location=${jboss.dist}/client/ejb.jar/
  -pathelement location=${jboss.dist}/client/jaas.jar/
  -pathelement location=${jboss.dist}/client/jbosssx-client.jar/
  -pathelement location=${jboss.dist}/client/jboss-client.jar/
  -pathelement location=${jboss.dist}/client/jnp-client.jar/
  -pathelement location=${servlet.jar}/
  -/path
  -path id=base.path_23
  -pathelement location=${jboss.dist}/client/jboss-j2ee.jar/
  -pathelement location=${jboss.dist}/client/jaas.jar/
  -pathelement location=${jboss.dist}/client/jbosssx-client.jar/
  -pathelement location=${jboss.dist}/client/jboss-client.jar/
  -pathelement location=${jboss.dist}/client/jnp-client.jar/
  -pathelement location=${servlet.jar}/
  -/path
  +path id=base.path_22
  +pathelement location=${jboss.dist}/client/ejb.jar/
  +pathelement location=${jboss.dist}/client/jaas.jar/
  +pathelement location=${jboss.dist}/client/jbosssx-client.jar/
  +pathelement location=${jboss.dist}/client/jboss-client.jar/
  +pathelement location=${jboss.dist}/client/jnp-client.jar/
  +pathelement location=${servlet.jar}/
  +/path
  +path id=base.path_24
  +pathelement location=${jboss.dist}/client/jboss-j2ee.jar/
  +pathelement location=${jboss.dist}/client/jaas.jar/
  +pathelement location=${jboss.dist}/client/jbosssx-client.jar/
  +pathelement location=${jboss.dist}/client/jboss-client.jar/
  +pathelement location=${jboss.dist}/client/jnp-client.jar/
  +pathelement location=${servlet.jar}/
  +/path
  +/target
   
  -target name=validate
  +target name=validate-jboss depends=validate-servlet
   available property=classpath_id value=base.path_22 
file=${jboss.dist}/client/ejb.jar /
  -available property=classpath_id value=base.path_23 
file=${jboss.dist}/client/jboss-j2ee.jar /
  +available property=classpath_id value=base.path_24 
file=${jboss.dist}/client/jboss-j2ee.jar /
  +
   /target
   
   target name=fail_if_not_valid unless=classpath_id
  -fail message=jboss.dist=${jboss.dist} is not a valid JBoss dist 
directory/
  +fail message=jboss.dist=${jboss.dist} is not a valid JBOSS_DIST 
directory. If using a bundled JBoss version set JBOSS_DIST to the jboss/ subdir./
   /target
   
  -target name=init depends=validate,fail_if_not_valid
  +target name=init depends=validate-jboss,fail_if_not_valid
   property name=classpath refid=${classpath_id} /
   echo message=Using JBoss 

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/interest build.xml

2001-10-02 Thread Tobias Frech

  User: gropi   
  Date: 01/10/02 01:57:04

  Modified:src/examples/org/jboss/docs/interest build.xml
  Log:
  Separate compilation of EJB classes and Servlet class. Thus servlet.jar is
  only needed if you want to use the servlet.
  
  Revision  ChangesPath
  1.5   +19 -2 manual/src/examples/org/jboss/docs/interest/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/examples/org/jboss/docs/interest/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build.xml 2001/07/30 18:03:17 1.4
  +++ build.xml 2001/10/02 08:57:04 1.5
  @@ -16,10 +16,26 @@
  optimize=off
 
  classpath path=${classpath} /
  -   include name=org/jboss/docs/interest/*.java /
  +   include name=org/jboss/docs/interest/Interest.java /
  +   include name=org/jboss/docs/interest/InterestBean.java /
  +   include name=org/jboss/docs/interest/InterestHome.java /
  +   include name=org/jboss/docs/interest/InterestClient.java /
 /javac
   /target
   
  +target name=compile-servlet
  +  mkdir dir=${build.classes.dir}/
  +  javac srcdir=${src.dir}
  +   destdir=${build.classes.dir}
  +   debug=on
  +   deprecation=on
  +   optimize=off
  +  
  +   classpath path=${classpath} /
  +   include name=org/jboss/docs/interest/InterestServlet.java /
  +  /javac
  +/target
  +
   !-- Tutorial ejb jar --
   target name=ejb-jar depends=compile
   delete dir=${build.interest.dir}/META-INF/
  @@ -38,8 +54,9 @@
   /fileset
   /jar
   /target
  +
   !-- Tutorial web app war --
  -target name=war depends=compile
  +target name=war depends=compile-servlet
   delete dir=${build.interest.dir}/WEB-INF/
   mkdir dir=${build.interest.dir}/WEB-INF/classes/org/jboss/docs/interest/
   copy file=${src.dir}/org/jboss/docs/interest/web.xml 
todir=${build.interest.dir}/WEB-INF /
  
  
  

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



Re: [JBoss-dev] JBossMQ thread model

2001-10-04 Thread Tobias Frech

There is a interesting thread on linux threads here:
http://www.jboss.org/forums/thread.jsp?forum=52thread=2273

tobi

Ole Husgaard wrote:
 
 Hi,
 
 As most of you are probably aware, JBossMQ creates a _lot_ of
 threads. This can be particularly annoying with native threads
 Java VMs on Linux where threads are just processes with shared
 memory and io, and where the number of operating system threads
 by default are limited to 512.
 I am a Linux user, and I am a bit annoyed by this. Sometimes
 when I play with JBoss, I cannot even open a new shell, because
 all available OS processes are in use by JBoss.
 
 Looking into the JBossMQ sources, it looks like the message
 pusher threads in org.jboss.mq.server.ClientConsumer are
 allocated per-connection.
 
 I do not think that this approach is very scalable.
 
 So what I propose (and intend to do, if noone complains) is:
 1) Add code to JBossMQ that implements a thread pool with
an embedded work queue.
 2) Change the per-connection message pusher thread
implementation to use an instance of 1) above.
 
 Best Regards,
 
 Ole Husgaard.
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/interest home.html

2001-10-24 Thread Tobias Frech

  User: gropi   
  Date: 01/10/24 14:02:53

  Modified:src/examples/org/jboss/docs/interest home.html
  Log:
  fixed typo.
  
  Revision  ChangesPath
  1.3   +1 -1  manual/src/examples/org/jboss/docs/interest/home.html
  
  Index: home.html
  ===
  RCS file: /cvsroot/jboss/manual/src/examples/org/jboss/docs/interest/home.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- home.html 2001/07/30 18:03:17 1.2
  +++ home.html 2001/10/24 21:02:52 1.3
  @@ -14,7 +14,7 @@
 Principal:
  /td
  td
  -  input type=text name=principle value=1000
  +  input type=text name=principal value=1000
  /td
   /tr
   tr
  
  
  

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



Re: [JBoss-dev] Documentation Update

2001-10-28 Thread Tobias Frech

Hi!
Please have a look at jboss-docs for this question. We are going to
split the docu in the next days.

Cheers,
Tobias

Andreas Schaefer wrote:
 
 Hi Geeks
 
 I just started to update the Timer HowTo to be compliant to RH and
 also to use the Scheduler as example. But I ran into the problem of
 how to keep the docu of the different versions of JBoss. Do we:
 - Create a new docu when supporting a new version
 - Keep it in one docu but make different sections
 - Keep it in one docu but separate the different steps
 ?
 
 Have fun
 
 x
 Andreas Schaefer
 Senior Consultant
 JBoss Group, LLC
 x
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development

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



Re: [JBoss-dev] Documentation on web site is missing...

2001-11-01 Thread Tobias Frech

Scott,
thanks for the fix.
I searched through my jboss-dev archives but was not able to locate the
notification that this directory has been created. This scares me
somehow (well, it's Halloween ;-)) ). Did I miss the message or didn't
it show up ?
Furthermore this change was neither announced on jboss-docs nor
discussed there. 

Finally the contents of http://www.jboss.org/documentation/
are totally obsolete. File by file. I must have missed something
important here. Someone she some light on this please, whoever did these
changes and knows what they are good for.

TIA,
Tobias



Scott M Stark wrote:
 
 Someone added a documentation directory to the website.war that this is
 causing the /documentation uri for this directory to match ahead of the
 manual.war /documentation context-root.
 
 - Original Message -
 From: Dain Sundstrom [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, October 31, 2001 8:39 AM
 Subject: [JBoss-dev] Documentation on web site is missing...
 
  Has anyone notice that the docs on JBoss.org are missing. When you click
 on
  the Manual - online HTML version I get the following.
 
  HTTP ERROR: 404 Not Found
  Could not find resource for /documentation/HTML/index.html
  RequestURI=/documentation/HTML/index.html
 
  Someone should at least put up a page explaining that the build broke (or
  whatever).  With the top link on the page being, buy the book (not that
 that
  is bad in any way) this could leave a new user with a shifty feeling.
 
  Any way I'll just generate the docs from cvs.
 
  -dain

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



Re: [JBoss-dev] Where put Clustering documentation?

2001-11-03 Thread Tobias Frech

Hi Bill!
Please join the jboss-docs group first. As clustering support is
definitly a FAQ it would be great to have some sort of clustering
CHAPTER. But usually things start with a HowTo which is simply added to
the list of HowTos. Later on someone will eventually pick this how to up
and extend it to a full chapter.

Cheers,
Tobias

 Bill Burke schrieb:
 
 Should I just write a HOWTO and append it to the HOWTO list on the
 documentation page?


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



Re: [JBoss-dev] JVM crash on linux

2001-11-03 Thread Tobias Frech

Increasing the shell limits (especially stacksize) helped me a lot with
some crasheing JVM. I am actually sitting at a NT box (*sic*) and can't
remember the correct command (limit ?).

Tobi

Bill Burke schrieb:
 
 I've had serious problems on linux with JDK 1.3.1  Stuff like runaway memory
 gobbling and such.  We had to revert to 1.3.02.  Don't know if there is a
 patch posted recently though.
 
 Bill
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Dain
  Sundstrom
  Sent: Saturday, November 03, 2001 5:45 PM
  To: [EMAIL PROTECTED]
  Subject: [JBoss-dev] JVM crash on linux
 
 
  I remember seeing some posts about JVM crashes on linux, but
  don't remember
  if it was ever resolved.  I am fairly regularly getting a crash
  with the RH
  server.  I just restart the server, and the test run fine.
 
  I get a bunch or internal info then.


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



[JBoss-dev] CVS update: newsite/src/docs/common doco.jsp

2001-11-03 Thread Tobias Frech

  User: gropi   
  Date: 01/11/03 16:20:49

  Modified:src/docs/common doco.jsp
  Log:
  Search now searches the whole website.
  For searching only the manual the manual subsection is used.
  
  Revision  ChangesPath
  1.5   +6 -2  newsite/src/docs/common/doco.jsp
  
  Index: doco.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/common/doco.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- doco.jsp  2001/11/02 04:05:41 1.4
  +++ doco.jsp  2001/11/04 00:20:49 1.5
  @@ -21,13 +21,17 @@
   CVS. /li
   li
   FORM ACTION=http://search.freefind.com/find.html; METHOD=GET
  -Search the manual for a keyword:
  +Search the select name=s
  +  option value=Manual selectedmanual only/option
  +  option value=entire JBoss site/option
  +/select
  +for a keyword:
   INPUT TYPE=HIDDEN NAME=id SIZE=-1 VALUE=811347
   INPUT TYPE=HIDDEN NAME=pageid SIZE=-1 VALUE=r
   INPUT TYPE=HIDDEN NAME=mode SIZE=-1 VALUE=ALL
   INPUT type=HIDDEN name=n value=0
   INPUT TYPE=TEXT NAME=query SIZE=15
  -INPUT TYPE=SUBMIT VALUE= Find 
  +INPUT TYPE=SUBMIT VALUE= Search 
   /FORM
   
   /li
  
  
  

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



[JBoss-dev] CVS update: newsite/src/docs/common doco.jsp

2001-11-03 Thread Tobias Frech

  User: gropi   
  Date: 01/11/03 16:46:52

  Modified:src/docs/common doco.jsp
  Log:
  freefind seems to be picky about lower and upper case.
  
  Revision  ChangesPath
  1.6   +1 -1  newsite/src/docs/common/doco.jsp
  
  Index: doco.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/common/doco.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- doco.jsp  2001/11/04 00:20:49 1.5
  +++ doco.jsp  2001/11/04 00:46:52 1.6
  @@ -22,7 +22,7 @@
   li
   FORM ACTION=http://search.freefind.com/find.html; METHOD=GET
   Search the select name=s
  -  option value=Manual selectedmanual only/option
  +  option value=manual selectedmanual only/option
 option value=entire JBoss site/option
   /select
   for a keyword:
  
  
  

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



[JBoss-dev] CVS update: newsite/src/docs/developers CVSAdmin.jsp

2001-11-16 Thread Tobias Frech

  User: gropi   
  Date: 01/11/16 03:43:33

  Modified:src/docs/developers CVSAdmin.jsp
  Log:
  Align the numbering of the descriptions with the numbering of the points
  in the picture.
  
  Revision  ChangesPath
  1.3   +3 -4  newsite/src/docs/developers/CVSAdmin.jsp
  
  Index: CVSAdmin.jsp
  ===
  RCS file: /cvsroot/jboss/newsite/src/docs/developers/CVSAdmin.jsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CVSAdmin.jsp  2001/10/12 23:01:28 1.2
  +++ CVSAdmin.jsp  2001/11/16 11:43:33 1.3
  @@ -60,13 +60,12 @@
   
   
   p class=headEXAMPLE RELEASE SCENARIOS
  -p class=textConsider events 1-12 in blue on the following figure:
  +p class=textConsider events 1-13 in blue on the following figure:
   img src=/pictures/cvs_structure.png width=700 height=550 border=0 
title=CVS Branch Structure alt=CVS Structure
  -ol start=0
  -li
  +br
   Prior to event 1, the latest alpha development build is Rel_2_1_0_57. At this
   point it is decided to create a new binary release.
  -/li
  +ol start=0
   li
   This is the creation of a 2.2 branch. It is labeled with a branch tag of 
Branch_2_2. This fixes the
   major version to 2 and the minor version to 2 for all tags on this branch.
  
  
  

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



[JBoss-dev] CVS update: manual/src/obsolete readme.txt

2001-11-18 Thread Tobias Frech

  User: gropi   
  Date: 01/11/18 10:52:19

  Added:   src/obsolete readme.txt
  Log:
  Obsolete dir is for outdated files.
  
  Revision  ChangesPath
  1.1  manual/src/obsolete/readme.txt
  
  Index: readme.txt
  ===
  This directory contains old documentation files. They have been moved here
  either because they were out of date or because the underlying technology 
  has changed with a newer release.
  The reason why they are not just deleted and the old versions are kept in CVS
  is that delete files do not show up in CVS unless you KNOW that they are here.
  If you feel that some information in one of these files would be useful you
  are welcome to update the contents to match the actual release version and
  move the file back into the active places.
  
  
  

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



[JBoss-dev] CVS update: manual/src/xdocs/howto howtopetstore.xml howtotomcat.xml

2001-11-18 Thread Tobias Frech

  User: gropi   
  Date: 01/11/18 11:04:41

  Modified:src/xdocs/howto howtopetstore.xml
  Removed: src/xdocs/howto howtotomcat.xml
  Log:
  Moved the Tomcat-Howto to the obsolete directory.
  
  Revision  ChangesPath
  1.7   +1 -2  manual/src/xdocs/howto/howtopetstore.xml
  
  Index: howtopetstore.xml
  ===
  RCS file: /cvsroot/jboss/manual/src/xdocs/howto/howtopetstore.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- howtopetstore.xml 2001/09/22 04:24:17 1.6
  +++ howtopetstore.xml 2001/11/18 19:04:41 1.7
  @@ -1,5 +1,5 @@
   ?xml version = 1.0 encoding = UTF-8?
  -!-- $Id: howtopetstore.xml,v 1.6 2001/09/22 04:24:17 tmcsys Exp $ --
  +!-- $Id: howtopetstore.xml,v 1.7 2001/11/18 19:04:41 gropi Exp $ --
   !--DOCTYPE section PUBLIC -//OASIS//DTD DocBook XML V4.1.2//EN 
docbookx/docbookx.dtd--
   section id=howtopetstore
titleDeploying the Pet Store 1.1.2 Demo in JBoss/title
  @@ -61,7 +61,6 @@
listitem
paraConfigure JBoss/para
paraYou need a servlet container to run the Java Pet 
Store. If you're using the JBoss-Jetty or JBoss-Tomcat releases, the server is 
preconfigured./para
  - paraIf you're using a stand-alone JBoss release with 
Tomcat, see the structions to configure JBoss to use Embedded Tomcat in xref 
linkend=howtotomcat/./para
/listitem
listitem
paraSelect a Database/para
  
  
  

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



[JBoss-dev] CVS update: manual/src/obsolete howtotomcat.xml

2001-11-18 Thread Tobias Frech

  User: gropi   
  Date: 01/11/18 11:04:41

  Added:   src/obsolete howtotomcat.xml
  Log:
  Moved the Tomcat-Howto to the obsolete directory.
  
  Revision  ChangesPath
  1.1  manual/src/obsolete/howtotomcat.xml
  
  Index: howtotomcat.xml
  ===
  ?xml version = 1.0 encoding = UTF-8?
   section id=howtotomcat
 titleTomcat and JBoss - A Full J2EE Stack/title
  mediaobject
imageobject 
 imagedata fileref = images/tomcat_3.gif/   
  /imageobject 
   /mediaobject
para
  The JBoss organization wants to deliver a complete J2EE based 
product to the market.
  The JBoss organization decided to integrate the Tomcat engine stack 
with a running
  version of JBoss in a single VM. Now you can serve all your servlet 
and JSP needs with
  2 simple downloads and a couple of configuration files. Check out 
the Tomcat homepage
  for information related to Tomcat. /para
  
   para
   The goal of this page is to explain how to make JBoss automatically start Tomcat, 
so that it runs in
   the same VM./para
   
   para
   We now run emphasisoptimized stacks/emphasis the JSP/Servlet engine talks 
natively with the EJB engine resulting in
   dramatic speed increases. Without the optimization the invocation is through the 
network layer. With
   the optimized layers the invocation is emphasisnative, inVM,/emphasis within 
the same stack of APIs/para
   section
   titleFeatures/title
 itemizedlist 
 listitempara   
 Parsing of server.xml for full Tomcat configuration support 
 /para/listitem
 listitempara   
 Support for Tomcat 3.2 and up 
 /para/listitem
 listitempara   
 Coming support for Catalina 
 /para/listitem
 listitempara   
 Full j2ee integration in JMX 
 /para/listitem 
 listitempara   
 single startup/shutdown script 
 /para/listitem
 listitempara   
 Separated stacks inVM 
 /para/listitem
 listitempara   
 Integrated stacks inVM 
 /para/listitem
 listitempara   
 J2EE deployer for JBoss/Tomcat 
 /para/listitem
 listitempara   
 Full EAR support 
 /para/listitem 
 listitempara
 JBoss Auto-Deploy for EAR 
 /para/listitem
 listitempara   
 JNDI shared visibility 
 /para/listitem
 listitempara
 Integrated Security Model
 /para/listitem
 /itemizedlist
  /section
   
   section 
   titleMailing lists/title
   para   
   Refer to Tomcat's ulink 
url=http://jakarta.apache.org/tomcat/index.html;homepage/ulink for questions 
specific to 
   Tomcat deployment. /para
  
   para
   Questions about the J2EE deployer and the integration should be posted to 
   ulink url=http://www.jboss.org/lists.jsp;our lists/ulink (JBoss)/para
   /section
   section
   titleDistribution and CVS/title
   
   para
   JBoss Tomcat is shipped as part of the ulink 
url=http://www.jboss.org/binary.jsp;standard JBoss/Server/ulink 
   package. However, the current distribution is based on an earlier version of 
EmbeddedTomcat that does not parse Tomcat's
   server.xml. If you don't need server.xml parsed (ie, you're not trying to integrate 
with Apache),
   then the current version may be the easiest route for you. /para
  
  
   para
   The Pre-2.1 CVS source contains a new version of EmbeddedTomcat (plus other 
enhancements) that does
   parse Tomcat's server.xml. It is recommended that you use the information provided 
below. This new
   version of EmbeddedTomcat will be rolled in to the official 2.1 release. /para
   /section
   section
   titleHow-to build and install EmbeddedTomcat/title
  
   para
   You will need 
 itemizedlist 
 listitempara   
 ulink url=http://www.jboss.org/zip_archives;JBoss Pre-2.1 Src/ulink 
 /para/listitem 
 listitempara
 ulink 
url=http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin;Tomcat 
Version 3.2 /ulink
 /para/listitem
 /itemizedlist 
  /para
  
   para
   You can get the latest CVS version of JBoss Pre-2.1 from here. Grab both 
jboss-cvs.zip and
   contrib-cvs.zip to build JBoss and EmbeddedTomcat. /para
  
   para
   You can get the latest release of tomcat from the jakarta website. NOTE: This has 
been tested with
   tomcat 3.2.1 However it won't run on tomcat 3.1, and tomcat 3.3 is not suppported 
yet./para
  para
  orderedlist
  listitemparaBuild JBoss from src /para
 para 
 Build JBoss from the CVS sources. This is generally accomplished by changing 
to the src/build
 directory and executing 

[JBoss-dev] CVS update: manual/src/docs/images/jbosssx LMDatabaseModel.jpg SRPComponents.gif sx.ClientAuthOverview.jpg sx.SecurityInterceptor.classes.gif sx.SecurityInterceptor.model.gif sx.jbossSecurityDTD.jpg

2001-11-18 Thread Tobias Frech

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

  Modified:src/docs/images/jbosssx Tag: 2.0 LMDatabaseModel.jpg
SRPComponents.gif sx.ClientAuthOverview.jpg
sx.SecurityInterceptor.classes.gif
sx.SecurityInterceptor.model.gif
sx.jbossSecurityDTD.jpg
  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/docs/images/jbosssx/LMDatabaseModel.jpg
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/jbosssx/SRPComponents.gif
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/jbosssx/sx.ClientAuthOverview.jpg
  
Binary file
  
  
  2.0   +0 -0  
manual/src/docs/images/jbosssx/sx.SecurityInterceptor.classes.gif
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/jbosssx/sx.SecurityInterceptor.model.gif
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/jbosssx/sx.jbossSecurityDTD.jpg
  
Binary file
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient Default.html build.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/appletclient Tag: 2.0
Default.html build.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/appletclient/Default.html
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/appletclient/build.xml
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/docs/images/callouts 1.png 10.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png

2001-11-18 Thread Tobias Frech

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

  Modified:src/docs/images/callouts Tag: 2.0 1.png 10.png 2.png 3.png
4.png 5.png 6.png 7.png 8.png 9.png
  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/docs/images/callouts/1.png
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/callouts/10.png
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/callouts/2.png
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/callouts/3.png
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/callouts/4.png
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/callouts/5.png
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/callouts/6.png
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/callouts/7.png
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/callouts/8.png
  
Binary file
  
  
  2.0   +0 -0  manual/src/docs/images/callouts/9.png
  
Binary file
  
  

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



[JBoss-dev] CVS update: manual/src/examples/build build.xml readme.txt

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/build Tag: 2.0 build.xml readme.txt
  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/build/build.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/build/readme.txt
  
  
  
  

___
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/cd/bean CDBean.java CDCollectionBean.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/cd/bean Tag: 2.0 CDBean.java
CDCollectionBean.java
  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/cd/bean/CDBean.java
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/cd/bean/CDCollectionBean.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/interfaces TestApplet.java TestAppletHome.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/appletclient/interfaces Tag: 2.0
TestApplet.java TestAppletHome.java
  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   +1 -1  
manual/src/examples/org/jboss/docs/appletclient/interfaces/TestApplet.java
  
  
  
  
  2.0   +1 -1  
manual/src/examples/org/jboss/docs/appletclient/interfaces/TestAppletHome.java
  
  
  
  

___
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/cd/interfaces CD.java CDCollection.java CDCollectionHome.java CDExistsException.java CDHome.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/cd/interfaces Tag: 2.0
CD.java CDCollection.java CDCollectionHome.java
CDExistsException.java CDHome.java
  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/cd/interfaces/CD.java
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/cd/interfaces/CDCollection.java
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/cd/interfaces/CDCollectionHome.java
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/cd/interfaces/CDExistsException.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/cd/interfaces/CDHome.java
  
  
  
  

___
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/build build-cmp-jaws-compile.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/jaws/build Tag: 2.0
build-cmp-jaws-compile.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/build/build-cmp-jaws-compile.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/bean ClassBean.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/jaws/bean Tag: 2.0
ClassBean.java
  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/bean/ClassBean.java
  
  
  
  

___
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/cd/utils FileLineReader.java TokenizerWithBlanks.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/cd/utils Tag: 2.0
FileLineReader.java TokenizerWithBlanks.java
  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/cd/utils/FileLineReader.java
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/cd/utils/TokenizerWithBlanks.java
  
  
  
  

___
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 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/interfaces Class.java ClassDetail.java ClassHome.java LessonDetail.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/jaws/interfaces Tag: 2.0
Class.java ClassDetail.java ClassHome.java
LessonDetail.java
  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/interfaces/Class.java
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/jaws/interfaces/ClassDetail.java
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/jaws/interfaces/ClassHome.java
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/jaws/interfaces/LessonDetail.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/interest Interest.java InterestBean.java InterestClient.java InterestHome.java InterestServlet.java application.xml build.xml ejb-jar.xml home.html jboss-web.xml jboss.xml web.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/interest Tag: 2.0 Interest.java
InterestBean.java InterestClient.java
InterestHome.java InterestServlet.java
application.xml build.xml ejb-jar.xml home.html
jboss-web.xml jboss.xml web.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/interest/Interest.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/interest/InterestBean.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/interest/InterestClient.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/interest/InterestHome.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/interest/InterestServlet.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/interest/application.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/interest/build.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/interest/ejb-jar.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/interest/home.html
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/interest/jboss-web.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/interest/jboss.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/interest/web.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/javamail Mailer.java MailerBean.java MailerHome.java MailerServlet.java application.xml build.xml ejb-jar.xml home.html jboss-web.xml jboss.xml web.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/javamail Tag: 2.0 Mailer.java
MailerBean.java MailerHome.java MailerServlet.java
application.xml build.xml ejb-jar.xml home.html
jboss-web.xml jboss.xml web.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/javamail/Mailer.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/javamail/MailerBean.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/javamail/MailerHome.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/javamail/MailerServlet.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/javamail/application.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/javamail/build.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/javamail/ejb-jar.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/javamail/home.html
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/javamail/jboss-web.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/javamail/jboss.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/javamail/web.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/cd/resources cds.txt ejb-jar.xml jboss.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/cd/resources Tag: 2.0
cds.txt ejb-jar.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/cd/resources/cds.txt
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/cd/resources/ejb-jar.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/cd/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/cd/build build-client.xml build-cmp-cd-compile.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/cd/build Tag: 2.0
build-client.xml build-cmp-cd-compile.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/cd/build/build-client.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/cd/build/build-cmp-cd-compile.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/jms/ra/interfaces Hello.java HelloHome.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jms/ra/interfaces Tag: 2.0
Hello.java HelloHome.java
  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   +1 -1  manual/src/examples/org/jboss/docs/jms/ra/interfaces/Hello.java
  
  
  
  
  2.0   +1 -1  
manual/src/examples/org/jboss/docs/jms/ra/interfaces/HelloHome.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/jms/mdb/interfaces HelloWorker.java HelloWorkerHome.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jms/mdb/interfaces Tag: 2.0
HelloWorker.java HelloWorkerHome.java
  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   +1 -1  
manual/src/examples/org/jboss/docs/jms/mdb/interfaces/HelloWorker.java
  
  
  
  
  2.0   +1 -1  
manual/src/examples/org/jboss/docs/jms/mdb/interfaces/HelloWorkerHome.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/resources jndi.properties

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/resources Tag: 2.0 jndi.properties
  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/resources/jndi.properties
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/jms/client DestinationHelper.java DestinationHelper25.java HelloPublisher.java HelloPublisher25.java HelloReceiver.java HelloReceiver25.java HelloSender.java HelloSender25.java HelloSubscriber.java HelloSubscriber25.java ManualJNDI.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jms/client Tag: 2.0
DestinationHelper.java DestinationHelper25.java
HelloPublisher.java HelloPublisher25.java
HelloReceiver.java HelloReceiver25.java
HelloSender.java HelloSender25.java
HelloSubscriber.java HelloSubscriber25.java
ManualJNDI.java
  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   +1 -1  
manual/src/examples/org/jboss/docs/jms/client/DestinationHelper.java
  
  
  
  
  2.0   +1 -1  
manual/src/examples/org/jboss/docs/jms/client/DestinationHelper25.java
  
  
  
  
  2.0   +1 -1  
manual/src/examples/org/jboss/docs/jms/client/HelloPublisher.java
  
  
  
  
  2.0   +1 -1  
manual/src/examples/org/jboss/docs/jms/client/HelloPublisher25.java
  
  
  
  
  2.0   +1 -1  manual/src/examples/org/jboss/docs/jms/client/HelloReceiver.java
  
  
  
  
  2.0   +1 -1  
manual/src/examples/org/jboss/docs/jms/client/HelloReceiver25.java
  
  
  
  
  2.0   +1 -1  manual/src/examples/org/jboss/docs/jms/client/HelloSender.java
  
  
  
  
  2.0   +1 -1  manual/src/examples/org/jboss/docs/jms/client/HelloSender25.java
  
  
  
  
  2.0   +1 -1  
manual/src/examples/org/jboss/docs/jms/client/HelloSubscriber.java
  
  
  
  
  2.0   +1 -1  
manual/src/examples/org/jboss/docs/jms/client/HelloSubscriber25.java
  
  
  
  
  2.0   +1 -1  manual/src/examples/org/jboss/docs/jms/client/ManualJNDI.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/jms/bin runHelloPublisher22.sh runHelloPublisher24.sh runHelloPublisher25.sh

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jms/bin Tag: 2.0
runHelloPublisher22.sh runHelloPublisher24.sh
runHelloPublisher25.sh
  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/jms/bin/runHelloPublisher22.sh
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/bin/runHelloPublisher24.sh
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/bin/runHelloPublisher25.sh
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/jms/ra/bean TopicHelloBean.java TopicHelloBean22.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jms/ra/bean Tag: 2.0
TopicHelloBean.java TopicHelloBean22.java
  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   +1 -1  
manual/src/examples/org/jboss/docs/jms/ra/bean/TopicHelloBean.java
  
  
  
  
  2.0   +1 -1  
manual/src/examples/org/jboss/docs/jms/ra/bean/TopicHelloBean22.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/metadata manual-application.xml manual-web.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/metadata Tag: 2.0 manual-application.xml manual-web.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   +1 -1  manual/src/metadata/manual-application.xml
  
  
  
  
  2.0   +1 -1  manual/src/metadata/manual-web.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/jaas/howto 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 server_auth.conf users.properties web.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jaas/howto Tag: 2.0
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 server_auth.conf users.properties
web.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   +1 -1  manual/src/examples/org/jboss/docs/jaas/howto/BuildDatabase.java
  
  
  
  
  2.0   +1 -1  
manual/src/examples/org/jboss/docs/jaas/howto/SecureEJBServlet.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/Session.java
  
  
  
  
  2.0   +1 -1  manual/src/examples/org/jboss/docs/jaas/howto/SessionClient.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/SessionHome.java
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jaas/howto/StatefulSessionBean.java
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jaas/howto/StatelessSessionBean.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/application.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/build.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/ejb-jar.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jaas/howto/example1.properties
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jaas/howto/example2.properties
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/jboss-web.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/jboss.xml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/jndi.properties
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/roles.properties
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/server_auth.conf
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/users.properties
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/web.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/jms/resources HelloListener-ejb-jar.xml HelloListener-jboss.xml HelloMDB-Queue-BMT-ejb-jar.xml HelloMDB-Queue-BMT-jboss.xml HelloMDB-Queue-ejb-jar.xml HelloMDB-Queue-jboss.xml HelloMDB-Topic-Durable-ejb-jar.xml HelloMDB-Topic-Durable-jboss.xml HelloMDB-Topic-FullConf-jboss.xml HelloMDB-Topic-ejb-jar.xml HelloMDB-Topic-jboss.xml RemoteProvider22-snippet-jboss.jcml RemoteProvider24-snippet-jboss.jcml RemoteProvider25-snippet-jboss.jcml TopicHello-ejb-jar.xml TopicHello22-ejb-jar.xml TopicHello22-jboss.xml TopicHello24-Remote-jboss.xml TopicHello24-Remote-snippet-jboss.jcml TopicHello24-jboss.xml TopicHello25-Remote-snippet-jboss.jcml jndi.properties

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jms/resources Tag: 2.0
HelloListener-ejb-jar.xml HelloListener-jboss.xml
HelloMDB-Queue-BMT-ejb-jar.xml
HelloMDB-Queue-BMT-jboss.xml
HelloMDB-Queue-ejb-jar.xml HelloMDB-Queue-jboss.xml
HelloMDB-Topic-Durable-ejb-jar.xml
HelloMDB-Topic-Durable-jboss.xml
HelloMDB-Topic-FullConf-jboss.xml
HelloMDB-Topic-ejb-jar.xml HelloMDB-Topic-jboss.xml
RemoteProvider22-snippet-jboss.jcml
RemoteProvider24-snippet-jboss.jcml
RemoteProvider25-snippet-jboss.jcml
TopicHello-ejb-jar.xml TopicHello22-ejb-jar.xml
TopicHello22-jboss.xml
TopicHello24-Remote-jboss.xml
TopicHello24-Remote-snippet-jboss.jcml
TopicHello24-jboss.xml
TopicHello25-Remote-snippet-jboss.jcml
jndi.properties
  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/jms/resources/HelloListener-ejb-jar.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloListener-jboss.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Queue-BMT-ejb-jar.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Queue-BMT-jboss.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Queue-ejb-jar.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Queue-jboss.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Topic-Durable-ejb-jar.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Topic-Durable-jboss.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Topic-FullConf-jboss.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Topic-ejb-jar.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Topic-jboss.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/RemoteProvider22-snippet-jboss.jcml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/RemoteProvider24-snippet-jboss.jcml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/RemoteProvider25-snippet-jboss.jcml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello-ejb-jar.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello22-ejb-jar.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello22-jboss.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello24-Remote-jboss.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello24-Remote-snippet-jboss.jcml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello24-jboss.xml
  
  
  
  
  2.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello25-Remote-snippet-jboss.jcml
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/jms/resources/jndi.properties
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/jms/ra HelloClient.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jms/ra Tag: 2.0 HelloClient.java
  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   +1 -1  manual/src/examples/org/jboss/docs/jms/ra/HelloClient.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/stylesheets fancy.xsl plain.xsl printable.xsl

2001-11-18 Thread Tobias Frech

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

  Modified:src/stylesheets Tag: 2.0 fancy.xsl plain.xsl printable.xsl
  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   +1 -1  manual/src/stylesheets/fancy.xsl
  
  
  
  
  2.0   +1 -1  manual/src/stylesheets/plain.xsl
  
  
  
  
  2.0   +1 -1  manual/src/stylesheets/printable.xsl
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/xdocs advconfig.xml basicconfiguration.xml cmp.xml customizingjaws.xml designnotes.xml faq.xml jbossapi.xml jbossdocs.xml jbossintro.xml jbossjms.xml jbosssx.xml jdbc-database.xml preface.xml production.xml resource.xml webconfig.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/xdocs Tag: 2.0 advconfig.xml basicconfiguration.xml
cmp.xml customizingjaws.xml designnotes.xml faq.xml
jbossapi.xml jbossdocs.xml jbossintro.xml
jbossjms.xml jbosssx.xml jdbc-database.xml
preface.xml production.xml resource.xml
webconfig.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/xdocs/advconfig.xml
  
  
  
  
  2.0   +1 -1  manual/src/xdocs/basicconfiguration.xml
  
  
  
  
  2.0   +0 -0  manual/src/xdocs/cmp.xml
  
  
  
  
  2.0   +0 -0  manual/src/xdocs/customizingjaws.xml
  
  
  
  
  2.0   +0 -0  manual/src/xdocs/designnotes.xml
  
  
  
  
  2.0   +4 -4  manual/src/xdocs/faq.xml
  
  
  
  
  2.0   +0 -0  manual/src/xdocs/jbossapi.xml
  
  
  
  
  2.0   +1 -1  manual/src/xdocs/jbossdocs.xml
  
  
  
  
  2.0   +0 -0  manual/src/xdocs/jbossintro.xml
  
  
  
  
  2.0   +12 -12manual/src/xdocs/jbossjms.xml
  
  
  
  
  2.0   +1 -1  manual/src/xdocs/jbosssx.xml
  
  
  
  
  2.0   +1 -1  manual/src/xdocs/jdbc-database.xml
  
  
  
  
  2.0   +0 -0  manual/src/xdocs/preface.xml
  
  
  
  
  2.0   +0 -0  manual/src/xdocs/production.xml
  
  
  
  
  2.0   +2 -2  manual/src/xdocs/resource.xml
  
  
  
  
  2.0   +0 -0  manual/src/xdocs/webconfig.xml
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/obsolete howtotomcat.xml readme.txt

2001-11-18 Thread Tobias Frech

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

  Modified:src/obsolete Tag: 2.0 howtotomcat.xml readme.txt
  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/obsolete/howtotomcat.xml
  
  
  
  
  2.0   +0 -0  manual/src/obsolete/readme.txt
  
  
  
  

___
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/cd List.java Lookup.java Remove.java Upload.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/cd Tag: 2.0 List.java
Lookup.java Remove.java Upload.java
  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/cd/List.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/cd/Lookup.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/cd/Remove.java
  
  
  
  
  2.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/cd/Upload.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/docs/images/jbosssx LMDatabaseModel.jpg SRPComponents.gif sx.ClientAuthOverview.jpg sx.SecurityInterceptor.classes.gif sx.SecurityInterceptor.model.gif sx.jbossSecurityDTD.jpg

2001-11-18 Thread Tobias Frech

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

  Modified:src/docs/images/jbosssx Tag: 3.0 LMDatabaseModel.jpg
SRPComponents.gif sx.ClientAuthOverview.jpg
sx.SecurityInterceptor.classes.gif
sx.SecurityInterceptor.model.gif
sx.jbossSecurityDTD.jpg
  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/docs/images/jbosssx/LMDatabaseModel.jpg
  
Binary file
  
  
  3.0   +0 -0  manual/src/docs/images/jbosssx/SRPComponents.gif
  
Binary file
  
  
  3.0   +0 -0  manual/src/docs/images/jbosssx/sx.ClientAuthOverview.jpg
  
Binary file
  
  
  3.0   +0 -0  
manual/src/docs/images/jbosssx/sx.SecurityInterceptor.classes.gif
  
Binary file
  
  
  3.0   +0 -0  manual/src/docs/images/jbosssx/sx.SecurityInterceptor.model.gif
  
Binary file
  
  
  3.0   +0 -0  manual/src/docs/images/jbosssx/sx.jbossSecurityDTD.jpg
  
Binary file
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/applet AppletEjbCaller.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/appletclient/applet Tag: 3.0
AppletEjbCaller.java
  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   +1 -1  
manual/src/examples/org/jboss/docs/appletclient/applet/AppletEjbCaller.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/ejb TestAppletBean.java ejb-jar.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/appletclient/ejb Tag: 3.0
TestAppletBean.java ejb-jar.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   +1 -1  
manual/src/examples/org/jboss/docs/appletclient/ejb/TestAppletBean.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/appletclient/ejb/ejb-jar.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/cd/interfaces CD.java CDCollection.java CDCollectionHome.java CDExistsException.java CDHome.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/cd/interfaces Tag: 3.0
CD.java CDCollection.java CDCollectionHome.java
CDExistsException.java CDHome.java
  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/cd/interfaces/CD.java
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/cd/interfaces/CDCollection.java
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/cd/interfaces/CDCollectionHome.java
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/cd/interfaces/CDExistsException.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/cd/interfaces/CDHome.java
  
  
  
  

___
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/cd/build build-client.xml build-cmp-cd-compile.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/cd/build Tag: 3.0
build-client.xml build-cmp-cd-compile.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/cd/build/build-client.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/cd/build/build-cmp-cd-compile.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/cd/utils FileLineReader.java TokenizerWithBlanks.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/cd/utils Tag: 3.0
FileLineReader.java TokenizerWithBlanks.java
  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/cd/utils/FileLineReader.java
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/cd/utils/TokenizerWithBlanks.java
  
  
  
  

___
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/cd/resources cds.txt ejb-jar.xml jboss.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/cd/resources Tag: 3.0
cds.txt ejb-jar.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/cd/resources/cds.txt
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/cd/resources/ejb-jar.xml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/cd/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/bean ClassBean.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/jaws/bean Tag: 3.0
ClassBean.java
  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/bean/ClassBean.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/obsolete howtotomcat.xml readme.txt

2001-11-18 Thread Tobias Frech

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

  Modified:src/obsolete Tag: 3.0 howtotomcat.xml readme.txt
  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/obsolete/howtotomcat.xml
  
  
  
  
  3.0   +0 -0  manual/src/obsolete/readme.txt
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/jms/resources HelloListener-ejb-jar.xml HelloListener-jboss.xml HelloMDB-Queue-BMT-ejb-jar.xml HelloMDB-Queue-BMT-jboss.xml HelloMDB-Queue-ejb-jar.xml HelloMDB-Queue-jboss.xml HelloMDB-Topic-Durable-ejb-jar.xml HelloMDB-Topic-Durable-jboss.xml HelloMDB-Topic-FullConf-jboss.xml HelloMDB-Topic-ejb-jar.xml HelloMDB-Topic-jboss.xml RemoteProvider22-snippet-jboss.jcml RemoteProvider24-snippet-jboss.jcml RemoteProvider25-snippet-jboss.jcml TopicHello-ejb-jar.xml TopicHello22-ejb-jar.xml TopicHello22-jboss.xml TopicHello24-Remote-jboss.xml TopicHello24-Remote-snippet-jboss.jcml TopicHello24-jboss.xml TopicHello25-Remote-snippet-jboss.jcml jndi.properties

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jms/resources Tag: 3.0
HelloListener-ejb-jar.xml HelloListener-jboss.xml
HelloMDB-Queue-BMT-ejb-jar.xml
HelloMDB-Queue-BMT-jboss.xml
HelloMDB-Queue-ejb-jar.xml HelloMDB-Queue-jboss.xml
HelloMDB-Topic-Durable-ejb-jar.xml
HelloMDB-Topic-Durable-jboss.xml
HelloMDB-Topic-FullConf-jboss.xml
HelloMDB-Topic-ejb-jar.xml HelloMDB-Topic-jboss.xml
RemoteProvider22-snippet-jboss.jcml
RemoteProvider24-snippet-jboss.jcml
RemoteProvider25-snippet-jboss.jcml
TopicHello-ejb-jar.xml TopicHello22-ejb-jar.xml
TopicHello22-jboss.xml
TopicHello24-Remote-jboss.xml
TopicHello24-Remote-snippet-jboss.jcml
TopicHello24-jboss.xml
TopicHello25-Remote-snippet-jboss.jcml
jndi.properties
  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/jms/resources/HelloListener-ejb-jar.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloListener-jboss.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Queue-BMT-ejb-jar.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Queue-BMT-jboss.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Queue-ejb-jar.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Queue-jboss.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Topic-Durable-ejb-jar.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Topic-Durable-jboss.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Topic-FullConf-jboss.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Topic-ejb-jar.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/HelloMDB-Topic-jboss.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/RemoteProvider22-snippet-jboss.jcml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/RemoteProvider24-snippet-jboss.jcml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/RemoteProvider25-snippet-jboss.jcml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello-ejb-jar.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello22-ejb-jar.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello22-jboss.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello24-Remote-jboss.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello24-Remote-snippet-jboss.jcml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello24-jboss.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jms/resources/TopicHello25-Remote-snippet-jboss.jcml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jms/resources/jndi.properties
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient Default.html build.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/appletclient Tag: 3.0
Default.html build.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/appletclient/Default.html
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/appletclient/build.xml
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/xdocs/howto howto_socketfactories.xml howto_webcontainer.xml howtoclientapplet.xml howtoclustering.xml howtocmp2.xml howtococoon.xml howtoejbdoclet.xml howtoejx.xml howtoj2eedeployer.xml howtojaas.xml howtojavamail.xml howtojaxp.xml howtojbuilderdebug.xml howtojca.xml howtojetty.xml howtojmx.xml howtojndi_external.xml howtombeans.xml howtomdb.xml howtomssql.xml howtonetbeansdebug.xml howtopetstore.xml howtormhexamples.xml howtossl.xml howtotimer.2.xml howtotimer.xml howtoverifier.xml howtovisualagedebug.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/xdocs/howto Tag: 3.0 howto_socketfactories.xml
howto_webcontainer.xml howtoclientapplet.xml
howtoclustering.xml howtocmp2.xml howtococoon.xml
howtoejbdoclet.xml howtoejx.xml
howtoj2eedeployer.xml howtojaas.xml
howtojavamail.xml howtojaxp.xml
howtojbuilderdebug.xml howtojca.xml howtojetty.xml
howtojmx.xml howtojndi_external.xml howtombeans.xml
howtomdb.xml howtomssql.xml howtonetbeansdebug.xml
howtopetstore.xml howtormhexamples.xml howtossl.xml
howtotimer.2.xml howtotimer.xml howtoverifier.xml
howtovisualagedebug.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/xdocs/howto/howto_socketfactories.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howto_webcontainer.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtoclientapplet.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtoclustering.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtocmp2.xml
  
  
  
  
  3.0   +1 -1  manual/src/xdocs/howto/howtococoon.xml
  
  
  
  
  3.0   +2 -2  manual/src/xdocs/howto/howtoejbdoclet.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtoejx.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtoj2eedeployer.xml
  
  
  
  
  3.0   +1 -1  manual/src/xdocs/howto/howtojaas.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtojavamail.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtojaxp.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtojbuilderdebug.xml
  
  
  
  
  3.0   +1 -1  manual/src/xdocs/howto/howtojca.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtojetty.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtojmx.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtojndi_external.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtombeans.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtomdb.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtomssql.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtonetbeansdebug.xml
  
  
  
  
  3.0   +1 -1  manual/src/xdocs/howto/howtopetstore.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtormhexamples.xml
  
  
  
  
  3.0   +1 -1  manual/src/xdocs/howto/howtossl.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtotimer.2.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtotimer.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtoverifier.xml
  
  
  
  
  3.0   +0 -0  manual/src/xdocs/howto/howtovisualagedebug.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/cd List.java Lookup.java Remove.java Upload.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/cd Tag: 3.0 List.java
Lookup.java Remove.java Upload.java
  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/cd/List.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/cd/Lookup.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/cd/Remove.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/cmp/cd/Upload.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/interest Interest.java InterestBean.java InterestClient.java InterestHome.java InterestServlet.java application.xml build.xml ejb-jar.xml home.html jboss-web.xml jboss.xml web.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/interest Tag: 3.0 Interest.java
InterestBean.java InterestClient.java
InterestHome.java InterestServlet.java
application.xml build.xml ejb-jar.xml home.html
jboss-web.xml jboss.xml web.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/interest/Interest.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/interest/InterestBean.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/interest/InterestClient.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/interest/InterestHome.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/interest/InterestServlet.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/interest/application.xml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/interest/build.xml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/interest/ejb-jar.xml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/interest/home.html
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/interest/jboss-web.xml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/interest/jboss.xml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/interest/web.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/build build-cmp-jaws-compile.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/jaws/build Tag: 3.0
build-cmp-jaws-compile.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/build/build-cmp-jaws-compile.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/stylesheets fancy.xsl plain.xsl printable.xsl

2001-11-18 Thread Tobias Frech

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

  Modified:src/stylesheets Tag: 3.0 fancy.xsl plain.xsl printable.xsl
  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   +1 -1  manual/src/stylesheets/fancy.xsl
  
  
  
  
  3.0   +1 -1  manual/src/stylesheets/plain.xsl
  
  
  
  
  3.0   +1 -1  manual/src/stylesheets/printable.xsl
  
  
  
  

___
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/interfaces Class.java ClassDetail.java ClassHome.java LessonDetail.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/cmp/jaws/interfaces Tag: 3.0
Class.java ClassDetail.java ClassHome.java
LessonDetail.java
  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/interfaces/Class.java
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/jaws/interfaces/ClassDetail.java
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/jaws/interfaces/ClassHome.java
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/cmp/jaws/interfaces/LessonDetail.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/jaas/howto 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 server_auth.conf users.properties web.xml

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jaas/howto Tag: 3.0
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 server_auth.conf users.properties
web.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   +1 -1  manual/src/examples/org/jboss/docs/jaas/howto/BuildDatabase.java
  
  
  
  
  3.0   +1 -1  
manual/src/examples/org/jboss/docs/jaas/howto/SecureEJBServlet.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/Session.java
  
  
  
  
  3.0   +1 -1  manual/src/examples/org/jboss/docs/jaas/howto/SessionClient.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/SessionHome.java
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jaas/howto/StatefulSessionBean.java
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jaas/howto/StatelessSessionBean.java
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/application.xml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/build.xml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/ejb-jar.xml
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jaas/howto/example1.properties
  
  
  
  
  3.0   +0 -0  
manual/src/examples/org/jboss/docs/jaas/howto/example2.properties
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/jboss-web.xml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/jboss.xml
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/jndi.properties
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/roles.properties
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/server_auth.conf
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/users.properties
  
  
  
  
  3.0   +0 -0  manual/src/examples/org/jboss/docs/jaas/howto/web.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/jms/ra/bean TopicHelloBean.java TopicHelloBean22.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jms/ra/bean Tag: 3.0
TopicHelloBean.java TopicHelloBean22.java
  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   +1 -1  
manual/src/examples/org/jboss/docs/jms/ra/bean/TopicHelloBean.java
  
  
  
  
  3.0   +1 -1  
manual/src/examples/org/jboss/docs/jms/ra/bean/TopicHelloBean22.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/jms/mdb/interfaces HelloWorker.java HelloWorkerHome.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jms/mdb/interfaces Tag: 3.0
HelloWorker.java HelloWorkerHome.java
  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   +1 -1  
manual/src/examples/org/jboss/docs/jms/mdb/interfaces/HelloWorker.java
  
  
  
  
  3.0   +1 -1  
manual/src/examples/org/jboss/docs/jms/mdb/interfaces/HelloWorkerHome.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/jms/ra/interfaces Hello.java HelloHome.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jms/ra/interfaces Tag: 3.0
Hello.java HelloHome.java
  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   +1 -1  manual/src/examples/org/jboss/docs/jms/ra/interfaces/Hello.java
  
  
  
  
  3.0   +1 -1  
manual/src/examples/org/jboss/docs/jms/ra/interfaces/HelloHome.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/jms/ra HelloClient.java

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/org/jboss/docs/jms/ra Tag: 3.0 HelloClient.java
  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   +1 -1  manual/src/examples/org/jboss/docs/jms/ra/HelloClient.java
  
  
  
  

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



[JBoss-dev] CVS update: manual/src/examples/resources jndi.properties

2001-11-18 Thread Tobias Frech

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

  Modified:src/examples/resources Tag: 3.0 jndi.properties
  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/resources/jndi.properties
  
  
  
  

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



  1   2   >