Dear Users.

I have Two entity beans (TransactionBean and AccountBean)
which are packaging  as follows

com.abc.def.BankHost.AkountManagment.ejb.entity.bean
com.abc.def.BankHost.TranzaksonManagment.ejb.entity.bean

for each i have a value object, right.


Now i generated interfaces and two value objects for these beans using xDoclet.
the problem is i want the value object of these two beans as following. 

com.abc.def.BankHost.AkountManagment.AccountValue  AND
com.abc.def.BankHost.TranzaksonManagment.TransactionValue

i define following entry in my build.roperties...

valueobject.pattern=Value

valueobject.package.substitution=AkountManagment.ejb.entity.bean
valueobject.package.substitution.with=AkountManagment

valueobject.package.substitution=TranzaksonManagment.ejb.entity.bean
valueobject.package.substitution.with=TranzaksonManagment

but it dosen't work it generates Transaction value object fine. but it generate 
Account value object at following path

com.abc.def.BankHost.AkountManagment.ejb.entity.bean.Account
this is not I want.

so pls any one can give me a solution to this problem

thnx in Advance..

Nirmish...
??????.....






-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to