[JBoss-user] [Persistence CMP/JBoss] - Re: callbacks from CMP or caching layer

2004-02-27 Thread mandrews-flarion
hmmm... on second thought, i think i'm back to where i started from:

how would my non-cmp entity bean field know when to invalidate its privately stored 
preparsed DOM? some kind of callback from the CMP layer is the only way i can think 
of, so my bean can find out when one of its CMP fields was modified and then can 
reparse the CMP xml to DOM.

mike


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3823264#3823264

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823264


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: callbacks from CMP or caching layer

2004-02-27 Thread Kevin Conner
Don't expose the CMP field in the interface, instead expose a method that sets the CMP 
field and your flag.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3823276#3823276

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823276


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: callbacks from CMP or caching layer

2004-02-27 Thread Kevin Conner
Forgot to add that you also need to set your flag in the ejbCreates, the ejbLoad and 
the ejbActivate.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3823278#3823278

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823278


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: callbacks from CMP or caching layer

2004-02-27 Thread mandrews-flarion
right ---

makes perfect sense; i forgot one could choose which CMP fields made it into the 
interfaces (i must have started to take my stock set or pattern of xdoclet tags for 
granted, and forgot the basics!).

thanks so much!
mike


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3823298#3823298

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823298


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: callbacks from CMP or caching layer

2004-02-25 Thread mandrews-flarion
oh boy, silly me :-)

i realized the answer is clearly that i've got the wrong approach... i forgot that i 
can mix cmp and non-cmp fields in an entity bean, and that way i can have a non-cmp 
field provide the parsed xml DOM, storing it in an instance variable between 
invocations. then, the jboss CMP layer takes care of all the needed caching.

thanks!
mike


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3822956#3822956

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822956


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user