[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-27 Thread anupama
Hi Guys, Thanks for your responses, is JBoss Tree Cache AOP is standalone cache. Do i have to start server inorder to use Cache service, I guess it's standalone cache. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920060#3920060 Reply to the post

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-27 Thread [EMAIL PROTECTED]
http://docs.jboss.com/jbcache/1.2.4/TreeCacheAop/html/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920016#3920016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920016 --

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-27 Thread anupama
Hi, Thanks for ur reply, I heard that JBoss Tree Cache has some limitations as can't maintain relationships, objects have to be serialized etc but TreeCacheAOP won't have all these since we will be using POJO. so that's why I wanted to use JBoss TreeCacheAOP(POJO Cache) to save some of startup

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-26 Thread [EMAIL PROTECTED]
Why do you want to TreeCacheAop to cache strings? It's immutable and serializable -- there is no benefit. TreeCache is fine for this. If you want to do it: cache.putObject(someFqn, myString); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919894#3919894 Rep

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-26 Thread anupama
Hi Guys, I saw tutorial for JBoss Tree Cache AOP, I personally thought it's more of theoretical. I need tutorial which will give me simple example of caching String using JBoss TreeCacheAOP, can you guys please direct me to proper one I did search but I found tons of them . I really appreciat

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-25 Thread [EMAIL PROTECTED]
Some basic troubleshooting steps are probably the best. 1) Can you try out the example that comes with the distro (in standalone mode)? If it works, 2) Can you try out your example in standalone mode to make sure it works first? 3) You will probably need to turn on log tracing to see if the fie

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2006-01-25 Thread VonRainman
I've got some problems with pre-compiled classes. JBoss 4.0.3 SP1 and JDK5 jboss-aop.xml: 1. aopc ant task works fine - for example, for class Owner (that implements interface Identifiable) with member "email" it creates classes Owner$email_Get.class and Owner$email_Set.class (Owner i

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2005-12-21 Thread [EMAIL PROTECTED]
Ok, thanks for the suggestion. I will let Kabir know about it. -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913811#3913811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913811

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2005-12-21 Thread jpyorre
I finally managed to do the load-time weaving. Everything else was OK, but in jboss-service.xml in jboss-aop-jdk50.deployer I hadn't changed " to " as I was using the -javaagent:pluggable-instrumentor.jar. This should have been obvious thing to do (if you read the comment in the beginning o

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2005-12-18 Thread [EMAIL PROTECTED]
Can you do the pre-compiled mode instead? E.g., using aopc first. This way, we don't depend on the load time weaving. -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913309#3913309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2005-12-15 Thread jpyorre
I'm stuck with the same problem as gregorypierce while trying to deploy my .ear file into default configuration of JBoss AS 4.0.3RC1 with latest EJB 3 support (EJB-3.0_RC3) on Win XP. I have done the following steps: 1) Created a class that should be cached (and jarred it into my .ear), 2) adde

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2005-07-19 Thread [EMAIL PROTECTED]
Hi, I am sorry that it is not working out for you. Your suggestions are valuable to me. How about you drop me an email (benwang at jboss dot com)? I will work with you to see where the gaps are. I am sure this will benefit others as well. I do have the plan to revamp the documentation in 1.2.4 r

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2005-07-19 Thread gregorypierce
Well after several days I give. TreeCacheAOP is just impossible for me to get set up given the information available so I'll have to overlook it for now. Hopefully the feedback below will help update the documentation for the next guy: 1) Documentation does a LOT of theory up front and never ta

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2005-07-19 Thread gregorypierce
Well, I found a surprise sitting in your build path | | | | | | | | | | | | Is this the correct way to deal with realizing classes or is the approach outlined in the documentation the correct way as the docs take an entirely different approac

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2005-07-18 Thread [EMAIL PROTECTED]
The ditro comes with a build.xml and couple of aop examples (in junit tests). Why don't you try them out first, e.g., build.sh run.aop.batch or run.aopc.batch. It has target for aopc and annoc as well. Let me know what is missing so I can enhance the doc. -Ben View the original post : http://