Discussion:
[Xdoclet-devel] XDoclet tag for JBoss
J J
2011-09-26 13:55:58 UTC
Permalink
Hi,

I am migrating our application from Weblogic to JBoss. I would like to know
the XDoclet tag for finding maximum beans in the cache i.e. equivalent tag
for "@weblogic.cache max-beans-in-cache" in xDoclet for JBoss.

I would also like to know the equivalent xDoclet tag for Jboss for following
weblogic tag:
@weblogic.persistence
type-identifier="WebLogic_CMP_RDBMS" type-version="6.0"
type-storage="META-INF/weblogic-cmp-rdbms-jar.xml"
Andy Stevens
2011-09-26 15:48:40 UTC
Permalink
From: "J J" <***@gmail.com>
Sent: Monday, September 26, 2011 2:55 PM
Post by J J
Hi,
I am migrating our application from Weblogic to JBoss. I would like to know
the XDoclet tag for finding maximum beans in the cache i.e. equivalent tag
Sorry, I don't know JBoss particularly well. What's the equivalent element
in JBoss' own deployment descriptor? Always assuming, of course, that there
is one...
Post by J J
I would also like to know the equivalent xDoclet tag for Jboss for following
@weblogic.persistence
type-identifier="WebLogic_CMP_RDBMS" type-version="6.0"
type-storage="META-INF/weblogic-cmp-rdbms-jar.xml"
Again, what element(s) in JBoss' configuration file do you need? If I know
what you're trying to generate and in which file, I can tell you what tag
(if any) is used at that point in the relevant template.

Also, what version of XDoclet are you using?


Andy
J J
2011-09-27 04:50:13 UTC
Permalink
I am using XDoclet 1.2.3 along with Weblogic 10.3.3 with EJB3 and want to
migrate it to JBoss 5.

JBoss equivalent element for tag "@weblogic.cache max-beans-in-cache" in
deployment descriptor is as follow:
<instance-cache>
<container-cache-conf>
<cache-policy>
<cache-policy-conf>
<min-capacity>5</min-capacity>
<max-capacity>10</max-capacity>
</cache-policy-conf>
</cache-policy>
</container-cache-conf>
</instance-cache>

**
**
**
**On Mon, Sep 26, 2011 at 9:18 PM, Andy Stevens <
Post by Andy Stevens
Sent: Monday, September 26, 2011 2:55 PM
Hi,
Post by J J
I am migrating our application from Weblogic to JBoss. I would like to know
the XDoclet tag for finding maximum beans in the cache i.e. equivalent tag
Sorry, I don't know JBoss particularly well. What's the equivalent element
in JBoss' own deployment descriptor? Always assuming, of course, that there
is one...
I would also like to know the equivalent xDoclet tag for Jboss for
Post by J J
following
@weblogic.persistence
type-identifier="WebLogic_CMP_**RDBMS" type-version="6.0"
type-storage="META-INF/**weblogic-cmp-rdbms-jar.xml"
Again, what element(s) in JBoss' configuration file do you need? If I know
what you're trying to generate and in which file, I can tell you what tag
(if any) is used at that point in the relevant template.
Also, what version of XDoclet are you using?
Andy
Loading...