RE: [Xdoclet-user] Eventhandling - notification

2003-07-28 Thread Jesper Linvald
--- Jesper Linvald <[EMAIL PROTECTED]> wrote: > > Hello Gurus, > > Is there a pattern which I can follow that notifies > clients when fields > in EJB´s have been updated ? > I consider observer pattern together with > MessageDriven Beans! Is that > the way to go?

[Xdoclet-user] Eventhandling - notification

2003-07-28 Thread Jesper Linvald
  Hello Gurus,   Is there a pattern which I can follow that notifies clients when fields in EJB´s have been updated ? I consider observer pattern together with MessageDriven Beans! Is that the way to go? Any suggestions/links etc. are welcomed!   Thank you   _

RE: [Xdoclet-user] xdoclet/ejbdoclet : Naming of generated files

2003-07-11 Thread Jesper Linvald
Yes it does... Ie: where {0} is the core name with nothing in front or after You can apply this pattern attribute to all the subtasks! This pertains to the Ant tasks and I know nothing about Maven :) Hope this helps you! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL P

[Xdoclet-user] @ejb-isModified-generate

2003-07-10 Thread Jesper Linvald
Hello gurus,   I need to have a strategy and I bet there is a pattern or something for this:   -  I need to inform many different Clients when certain fields in the EJB has been modified!   Currently I use MDB and only fire a message when the bean is created but that is not al

[Xdoclet-user] Konstantin - I need you again :)

2003-07-02 Thread Jesper Linvald
Hello Konstantin et alia   Thanks a lot for your directions – it pushed it all forward a great leap.   However one serious problem remain – I cant deploy to JBoss since **FacadeLocal (extending EJBLocalObject) has Create() , update() and removeEntity() thowing RemoteExceptions which th

[Xdoclet-user] Konstantin or any other guru - please help :)

2003-06-30 Thread Jesper Linvald
Hello,   I have been tumbeling with the facade subtask for quite some time and I keep getting errors for some reason. If I understand it correctly you first have to run   1. on the marked up beans and then in the second run call 2. on the resulting beans. After this I run the remai

[Xdoclet-user] *FacadeUtil not generated

2003-06-25 Thread Jesper Linvald
Hello gurus,   I am (still) struggling with getting the RemoteFacade to work!   I get this error for all my beans – it expects a *FacadeUtil and it hasn’t been generated!       [javac] C:\eclipse\workspace\Reap\ejb\dk\itu\next\rea\transform\velocity\model\silkshop\CashAtHandFacadeRemo

RE: [Xdoclet-user] entityfacade-->RemoteFacade-->getData()

2003-06-24 Thread Jesper Linvald
Thank you very much - problem resolved and new ones arisen :) It seems to me that the only implementation of facades is through the use of DataObjects. Also the documentation states that ValueObjects are supposed to rendeer DataObjects obsolete. - Am I missing something or is this really the cas

[Xdoclet-user] entityfacade-->RemoteFacade

2003-06-23 Thread Jesper Linvald
Hello gurus, I understand that the remotefacade needs two runthroughs. In the first pass I run entityfacade whereafter I through antcall run the second pass which don’t do anything at all – the new *FacadeEJB.java files aren’t detected it seems.   Any suggestion as to what I might be

[Xdoclet-user] Relationships --> key fields --> composite PK

2003-06-17 Thread Jesper Linvald
Hello gurus:   I clarified my problem to be this:   I want to create a bidirectional many to many relationship. XDoclet generates PK classes for me (composite) and I haven’t explicitly specified any single  pk fields.   How can I specify that the relationship should make use of a PK