[JBoss-user] [Persistence & CMP/JBoss] - Re: Method is not a known CMP field accessor, CMR field acce

2004-06-15 Thread vasudevk
3.2.4 fixed it - Thanks There is still one problem . The Value Object code generated by xdoclet has a rentrant method detected error when setting the parent. If i set the reentrant = true then the server is in infinite loop View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Persistence & CMP/JBoss] - Re: Method is not a known CMP field accessor, CMR field acce

2004-06-14 Thread vasudevk
JBoss 3.2.3 - Updated my system with 3.2.4 - will try. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838736#3838736 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838736 --

[JBoss-user] [Management, JMX/JBoss] - Re: creating and deleting datasources programatically

2004-06-12 Thread vasudevk
Currently I create the *-ds.xml file dynamically and save it in the deploy dir. To delete, I delete the file from the deploy dir and let the hot deploy feature do the rest, but ultimately it has to be done programatically and need not depend on the hot deploy feature of jboss View the original

[JBoss-user] [Persistence & CMP/JBoss] - Re: Method is not a known CMP field accessor, CMR field acce

2004-06-12 Thread vasudevk
http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd";> RuleSet java:/sw-dataSource-oraclePool Oracle9i false false SW_DQ_RULESET id ID

[JBoss-user] [Persistence & CMP/JBoss] - Re: Method is not a known CMP field accessor, CMR field acce

2004-06-12 Thread vasudevk
http://java.sun.com/dtd/ejb-jar_2_0.dtd";> Generated by XDoclet RuleSet com.stalworth.dqrules.cmp.RuleSetLocalHome com.stalworth.dqrules.cmp.RuleSetLocal com.stalworth.dqrules.cmp.RuleSetCMP Conta

[JBoss-user] [Persistence & CMP/JBoss] - Re: Method is not a known CMP field accessor, CMR field acce

2004-06-12 Thread vasudevk
Bean Src Code: === package com.stalworth.dqrules.cmp; import java.io.Serializable; import java.util.Set; import javax.ejb.CreateException; import javax.ejb.DuplicateKeyException; import javax.ejb.EJBException; import javax.ejb.EntityBean; import javax.ejb.EntityContext; import javax.ejb

[JBoss-user] [Persistence & CMP/JBoss] - Method is not a known CMP field accessor, CMR field accessor

2004-06-12 Thread vasudevk
Hi, I am getting this error when ejbPostCreate is called and is trying to setParent. I have a Bean RuleSet which has a self relationship. I am getting this error when i create the subset which belongs to a RuleSet. I will be attaching my full bean code and the xml generated by xdoclet. Any hel

[JBoss-user] [Management, JMX/JBoss] - creating and deleting datasources programatically

2004-06-07 Thread vasudevk
I need to create and delete datasources from my program. I am able to do this in weblogic using weblogic management api. how do i achieve this in jboss 3.2.3 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837869#3837869 Reply to the post : http://www.jboss.o