From: Gareth F. <ga...@jo...> - 2002-02-07 09:40:36
|
no...@so... wrote: >Task #47012 has been updated. > >Project: MyRPG >Subproject: Atlas >Summary: Sequencer EJB >Complete: 35% >Status: Open >Authority : myrpg >Assigned to: myrpg, garethfleming > >Description: Create a Sequencer EJB that will automatically create primary keys for objects. >An article is available at: >http://www.theserverside.com/resources/review/ejbpatterns-primarykeystrategies-sept3.zip > >Questions appears: >Does JBoss 2.4.4 + catalina 4.0.1 (the application we are using) support both CMP 1.0 and CMP 2.X versions? > >Follow-Ups: > >------------------------------------------------------- >Date: 2002-02-06 19:13 >By: myrpg > >Comment: >Well, since the sequencer, we (or I ;) ) would like to use can't run on the version 2.4.4 of JBoss, we will wait for the 3.0 version for this sequencer. > >For now, we can concentrate on another approach. If any of you has got an idea, I will look for it from now... > >------------------------------------------------------- >Date: 2002-01-31 19:03 >By: myrpg > >Comment: >Hi, >first task for the two of us: >Use/modify the Sequence EJB. >Have you the answer to the question? > >thanks > >------------------------------------------------------- >For more info, visit: > >http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=47012&group_id=45052&group_project_id=16803 > Isn't the only problem with the Sequencer that it uses the local interface of the Sequencer Entity Bean? If that were so, we could get around it by simply using the remote interface of the Entity bean until JBoss 3 becomes stable enough to switch back. There would be a small performance hit, but nothing too extreme. Gareth |