You can subscribe to this list here.
2002 |
Jan
(1) |
Feb
(82) |
Mar
(20) |
Apr
(3) |
May
(6) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: <myr...@li...> - 2002-02-05 11:16:22
|
bouh > > ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.fr |
From: <myr...@li...> - 2002-02-05 10:28:00
|
The sequencer is available in the CVS repository. I'm committing the word document that explain how to implement and to use it because I need some help ;D Lo=EFc Lef=E8vre |
From: <myr...@li...> - 2002-02-05 09:13:29
|
I invit you to consult the myrpg-developement mailing list archives: http://sourceforge.net/mailarchive/forum.php?forum_id=3D7523 Because it was configured in a strange way (by default), the messages were not forwarded to all of you :'( It works now so enjoy this mailing list... Lo=EFc Lef=E8vre |
From: <myr...@li...> - 2002-02-05 08:49:58
|
Ok for me GoLo -----Message d'origine----- De : myr...@li... [mailto:myr...@li...] Envoy=E9 : mardi 5 f=E9vrier 2002 08:50 =C0 : MyRPG Dev ML Objet : [Myrpg-development] Mailing list Test Hi everybody, please reply to this mail, it is a test of the myrpg-development mailing list. Thanks, Lo=EFc Lef=E8vre _______________________________________________ Myrpg-development mailing list Myr...@li... https://lists.sourceforge.net/lists/listinfo/myrpg-development |
From: <myr...@li...> - 2002-02-05 08:47:53
|
Hi everybody, please reply to this mail, it is a test of the myrpg-development mailing list. Thanks, Lo=EFc Lef=E8vre |
From: <myr...@li...> - 2002-02-05 08:46:00
|
3th |
From: <myr...@li...> - 2002-02-04 14:53:31
|
The sources are now online, work can begin! |
From: <myr...@li...> - 2002-02-04 10:13:23
|
The CVS repository has been sucessfully created. I'm adding the different files/directories... :DDDDDDDDDD Lo=EFc Lef=E8vre |
From: <myr...@li...> - 2002-02-04 10:13:23
|
Added the MyRPG coding conventions (from the Avalon project). Available in documents... Lo=EFc Lef=E8vre |
From: <lle...@fi...> - 2002-02-04 08:51:13
|
Hi, This is just a test. Could all of you reply please. Thanks, Lo=EFc Lef=E8vre MyRPG Team |
From: <lle...@fi...> - 2002-02-01 17:44:05
|
Hi, :D ;) -> for the "task comment" Hmmm, in fact, as I said in the forum, we are searching the best way to create automatically primary keys. Have you read the document on thserverside.com (see: http://sourceforge.net/forum/forum.php?thread_id=3D636354&forum_id=3D1477= 08) So for the moment, I have packaged the example (in Appendix X.1) into the Atlas ear package. It seems to be supported by JBoss 2.4.4, though there = is the tag: <cmp-version>2.x</cmp-version> in the ejb deployment descriptor... JBoss says: ... [INFO,ContainerFactory] Deploying User [INFO,ContainerFactory] Deploying Sequence [INFO,ContainerFactory] Deploying Logger [INFO,ContainerFactory] Deploying SequenceSession [INFO,JAWSPersistenceManager] Table 'Sequence' already exists [INFO,JAWSPersistenceManager] Table 'User' already exists [INFO,Sequence] Initializing [INFO,Sequence] Initialized [INFO,Sequence] Starting [INFO,Sequence] Started [INFO,SequenceSession] Initializing [INFO,SequenceSession] Initialized [INFO,SequenceSession] Starting [INFO,SequenceSession] Started [INFO,Logger] Initializing [INFO,Logger] Initialized [INFO,Logger] Starting [INFO,Logger] Started [INFO,User] Initializing [INFO,User] Initialized [INFO,User] Starting [INFO,User] Started [INFO,ContainerFactory] Deployed application: file:/D:/JBoss-2.4.4_Tomcat-4.0.1/jboss/tmp/deploy/Default/myrpg-atlas.ea= r/ So, I think, it supports the CMP 2.X standard... I've not tested it thoug= h (no call to this EJB). For your final question, look at http://myrpg.sourceforge.net/ in the 'news&status' for the technical architecture link. You will see that we will use MySQL as the database. :) Have a good week-end, Lo=EFc Lef=E8vre > Hi there > > I'm very happy to be involved...and to be assigned a task so early!!! > > To answer the question, I don't think JBoss will support CMP2 until > version 3, but 2.4.4 certainly supports CMP1. Version 3 of JBoss is > still only in alpha stage. > > What database are you using for development? > > Thanks again > > Gareth |
From: <lle...@fi...> - 2002-02-01 17:17:54
|
From: Gareth F. <ga...@jo...> - 2002-02-01 12:51:50
|
Hi there I'm very happy to be involved...and to be assigned a task so early!!! To answer the question, I don't think JBoss will support CMP2 until version 3, but 2.4.4 certainly supports CMP1. Version 3 of JBoss is still only in alpha stage. What database are you using for development? Thanks again Gareth |
From: <lle...@fi...> - 2002-01-31 09:27:08
|
Does someone know about the implementation of a sequencer? I mean an ejb that can creates automatically primary keys for other EJBs based on a SQL table: SEQUENCE : NAME PK USER 1002 Thus, the pk of the next user created would be 1003... |