Hi all,

I'm developing an application that read some tables from an Oracle instance 
and write it on another Oracle instance.
I'm doing it with Entity Bena _> Xdoclet _> middlegen.
My problem is that tables have same name in all instance, and I'd like to 
deploy all generated entity in the same ear. So I thought to use the suffix 
property in cmp-20 plugin to have different name for bean on different 
instance, but it seems to ignore this property. At the end of message there 
are my two cmp-20 tag.
Thanks in advance
-- 
--------------- all work and no play makes Jack a dull boy --------------- 
bye Stefano 
        [EMAIL PROTECTED]
        www.javalinux.it
        MSN messanger: [EMAIL PROTECTED] 
        ICQ uin: 122192578
        Jabber: canezen
        Yahoo MSN: canezen
        #jedit IRC channel as <maeste> 

[...]
<cmp20
                                name="cmpRedazione"
                                destination="${middlegen.temp.generated}"
                                jndiprefix="DatiRedazione"
                                package="it.lince.lorien.datiRedazione.entity"
                                interfacepackage="it.lince.lorien.datiRedazione.entity"
                                mergedir="/dati/project/Lorien/mergefiles"
                                dataobject="false"
                                suffix="Reda"
                        >

[...]

<cmp20
                                name="cmpLince"
                                destination="${middlegen.temp.generated}"
                                jndiprefix="DatiLince"
                                package="it.lince.lorien.datiLince.entity"
                                interfacepackage="it.lince.lorien.datiLince.entity"
                                mergedir="/dati/project/Lorien/mergefiles"
                                dataobject="false"
                                suffix="Lince"
                        >



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to