users@glassfish.java.net
Re: Is there a programmatic way to set transaction support on connection fa
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
glassfish_at_javadesktop.org
>
Date
: Thu, 18 Oct 2007 02:29:51 PDT
For JDBC applications it is possible through appserver specific api.
Refer :
Using Non-transactional connections at :
http://docs.sun.com/app/docs/doc/819-3672/beamu?a=view
For connector resources,
you can set "trasaction-support" appropriately (No Transaction).
http://docs.sun.com/app/docs/doc/819-3675/create-connector-connection-pool-1?a=view
Or
while doing lookup of the resource, it can be ctx.lookup("RESOURCENAME__nontx"); [append "__nontx"]
Above option is application server specific and is an undocumented feature.
Thanks,
-Jagadish
[Message sent by forum member 'jr158900' (jr158900)]
http://forums.java.net/jive/thread.jspa?messageID=240872
This message
: [
Message body
]
Next message
:
glassfish_at_javadesktop.org: "Re: Enumeration mapping JPA"
Previous message
:
glassfish_at_javadesktop.org: "Re: High Availability Session Persistence does not work."
In reply to
:
glassfish_at_javadesktop.org: "Is there a programmatic way to set transaction support on connection factor"
Next in thread
:
glassfish_at_javadesktop.org: "Re: Is there a programmatic way to set transaction support on connection fa"
Reply
:
glassfish_at_javadesktop.org: "Re: Is there a programmatic way to set transaction support on connection fa"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]