[JBoss-user] [EJB 3.0] - Re: jboss 5 alpha - ejb3 - jndi works on Nov co... No longer

2006-01-16 Thread stemeyda
Any ideas on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917704#3917704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917704 --- This SF.net email is spons

[JBoss-user] [EJB 3.0] - jboss 5 alpha - ejb3 - jndi works on Nov checkout... Does no

2006-01-13 Thread stemeyda
I have a jboss5alpha that I checked out in Nov the following code works fine. Latest jbossAlpha5 checkout... Name Not Found Exception during injection lookup. (shortened for brevity) package org.test.ejb; ... @Stateless @Local (value=Test.class) // I have also tried @Remote here public class Tes

[JBoss-user] [EJB/JBoss] - Re: EJB3 and Entity Caching

2005-12-01 Thread stemeyda
Still having the same problem. Is this a bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910159#3910159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910159 --

[JBoss-user] [EJB/JBoss] - Re: EJB3 and Entity Caching

2005-11-16 Thread stemeyda
I am having the same problem. I am using @FlushMode(FlushModeType.COMMIT) above each method inside of my Stateless Session Bean. Inside one of my methods I am trying create a query and get a result set. @Entity @Cache(...TRANSACTIONAL) public class Rock { @Id..auto int id; } @Stateles

[JBoss-user] [JBossCache] - Re: TreeCacheAop not persisting results to all cache referen

2005-10-13 Thread stemeyda
It is also referred to as "instrumentation". http://docs.jboss.com/jbcache/1.2.4beta/TreeCacheAop/html/instrumentation.html Note that TreeCacheAop does not support jdk5 annotations as of yet (that I am aware of) so you have to use an annotation precompiler. Example: 1. add a marker to the cla

[JBoss-user] [JBossCache] - Re: is it possible to use treecacheaop as the second level c

2005-10-12 Thread stemeyda
Quote from the TreeCacheAop documentation: In addition, it (TreeCache) has additional known limitations: ? User will have to manage the cache specifically. E.g., when an object is updated, a user will need a corresponding API to update the cache content. ? If the object size is huge, even a singl

[JBoss-user] [JBossCache] - Re: is it possible to use treecacheaop as the second level c

2005-10-12 Thread stemeyda
I understand that when I make a call to EntityManager, a call is made to TreeCache. Hibernate will make a field level change but TreeCache replicates the entire object across a cluster. I want to turn this thing off completely and set up TreeCacheAop as my cache that will replicate the the obj

[JBoss-user] [JBossCache] - Re: is it possible to use treecacheaop as the second level c

2005-10-11 Thread stemeyda
Thanks for the reply. Maybe I just don't understand how it works. I thought that TreeCache was being used as the second-level cache which updates nodes on a cluster on a per object basis instead of a per field basis. If you are using a cluster with a large number of nodes with a large number o

[JBoss-user] [JBossCache] - is it possible to use treecacheaop as the second level cache

2005-10-10 Thread stemeyda
If not, are there any plans for doing this in the future? TreeCache performance does not appear to be very robust. I need to replicate a tree that contains roughly 1,000,000 nodes. I need fine grained updating. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&