I don't know exactly what you did, but this should work:

On 1.1.2

/**
 * @weblogic:transaction-isolation TRANSACTION_SERIALIZABLE
 */
publc void foo() {}

On 1.2.x

/**
 * @weblogic.transaction-isolation TRANSACTION_SERIALIZABLE
 */
publc void foo() {}

Note that the tag is a method tag in 1.1.2, and a method OR class tag in
1.2.x. The Bean class must *not* be abstract.

Post your source if you can't get it to work.

Aslak

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Michael
> Elizarov
> Sent: 6. februar 2003 17:33
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] setting transaction isolation level
>
>
> Hi
>
> I'm struggling to change transaction isolation level for weblogic.
> According to examples (http://cvs.sourceforge.net/cgi-
> bin/viewcvs.cgi/xdoclet/xdoclet/samples/src/java/test/ejb/Customer
> Bean.java?rev=1.15&content-
> type=text/vnd.viewcvs-markup)
> the following string should make the trick:
>
> @weblogic.transaction-isolation TRANSACTION_SERIALIZABLE
>
> I tried it, including variations (colon instead of dot, also weblogic
> transaction-isolation="blah") - no results. I want to get transaction-
> isolation element set to something under weblogic-enterprise-bean element
> in the file weblogic-ejb-jar.xml.
>
> WLS 6.1
> Still using XDoclet 1.1.2...
>
> All help greately appreciated.
>
> --
> Michael Elizarov
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to