[jboss-user] [JBossCache] - Re: how to use with EJB3Standalone container inside eclipse

2006-12-07 Thread [EMAIL PROTECTED]
Probably better to just comment out the whole "property" element for evictionPolicyConfig rather than just the value. Perhaps if you post on the Microcontainer forum http://www.jboss.com/index.html?module=bb&op=viewforum&f=228 someone can give you a tip on how to configure a property of type El

[jboss-user] [JBossCache] - Re: how to use with EJB3Standalone container inside eclipse

2006-12-07 Thread kagey
Also, i forgot to mention that a bare-bones deployment works, something like: | | | | | | | PESSIMISTIC | REPEATABLE_READ | LOCAL | 5000 | 1 | 15000 | | | will launch:

[jboss-user] [JBossCache] - Re: how to use with EJB3Standalone container inside eclipse

2006-12-07 Thread kagey
ok, here is my deployment descriptor: | | http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd" | xmlns="urn:jboss:bean-deployer:2.0"> | | | | | | |

[jboss-user] [JBossCache] - Re: how to use with EJB3Standalone container inside eclipse

2006-12-05 Thread [EMAIL PROTECTED]
Try bypassing the create/start/stop/destroy methods (which are meant to be invoked from within JBoss AS) and instead use createService/startService, etc. I haven't tried this, but per http://docs.jboss.org/nightly/microkernel/docs/gettingstarted/en/html/basics.html#d0e268 this should be somethi

[jboss-user] [JBossCache] - Re: how to use with EJB3Standalone container inside eclipse

2006-11-28 Thread kagey
Let me refine my problem. I'm trying to get a treecachembean deployed in the ejb3 embeddable container. I created this test deployment descriptor in the xml file embedded-jboss-beans.xml: | | | and i get the following errors when the file is parsed: | DEBUG 28-11 21:02:15,772 (Serv