[Design of JCA on JBoss] - JBAS-5171 - New metadata - track-connection-by-tx
by adrian@jboss.org
http://jira.jboss.com/jira/browse/JBAS-5171
anonymous wrote :
| Can this be considered as proper?
|
| Index: main/org/jboss/resource/metadata/mcf/ManagedConnectionFactoryDeploymentMetaData.java
| ===================================================================
| --- main/org/jboss/resource/metadata/mcf/ManagedConnectionFactoryDeploymentMetaData.java (revision 69385)
| +++ main/org/jboss/resource/metadata/mcf/ManagedConnectionFactoryDeploymentMetaData.java (working copy)
| @@ -495,7 +495,7 @@
| @ManagementProperty(name="track-connection-by-tx")
| public Boolean getTrackConnectionByTransaction()
| {
| - return trackConnectionByTransaction;
| + return getLocalTransactions() || trackConnectionByTransaction;
| }
|
Why don't you do what I did in the TxConnectionManager.
i.e. setTrackConnectionByTransaction(true) when setLocalTransactions(true)?
But anyway, we should really make transaction affinity the default
and force users to enable interleaving (see the JIRA issue and other
discussion in this forum).
JBoss5 is a good time to do that.
Most people don't understand what Interleaving is. That goes for both
users and resource adapter writers. :-)
So having it the default for XA just leads to FAQs - assuming that people
even understand what the problem is.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124823#4124823
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124823
16 years, 11 months
[Design of JBoss jBPM] - Re: Major GPD Changes for Extenders
by pbolle
Hi Koen,
this sounds very interesting. The biggest problem I actually have is to build the GPD from source. My build always fails. Any idea:
[java] allElements:
| [java]
| [java] init:
| [java]
| [java] generateScript:
| [java] [eclipse.buildScript] Some inter-plug-in dependencies have not been satisfied.
| [java] [eclipse.buildScript] Bundle org.jbpm.gd.jpdl:
| [java] [eclipse.buildScript] Missing required plug-in org.jbpm.gd.common_0.0.0.
| [java]
| [java] BUILD FAILED
| [java] D:\java\apps\jboss\jbpm_cvs\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\mainTargets.xml:23: The following error occurred while executing this line:
| [java] D:\java\apps\jboss\jbpm_cvs\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\mainTargets.xml:63: The following error occurred while executing this line:
| [java] D:\java\apps\jboss\jbpm_cvs\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\customTargets.xml:8: The following error occurred while executing this line:
| [java] D:\java\apps\jboss\jbpm_cvs\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\genericTargets.xml:63: Unable to find plug-in: org.jbpm.gd.jpdl_0.0.0. Please check the error log for more details.
| [java]
| [java] Total time: 1 second
| [java] Java Result: 13
|
| create.manifest:
|
| build-feature:
| [get] Getting: http://repository.jboss.com/licenses/JBossORG-EULA.txt
| [get] To: D:\java\apps\jboss\jbpm_cvs\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\temp\jboss.eula.txt
|
| BUILD FAILED
| D:\java\apps\jboss\jbpm_cvs\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\build.xml:63: The following error occurred while executing this line:
| D:\java\apps\jboss\jbpm_cvs\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\build.xml:221: Warning: Could not find file D:\java\apps\jboss\jbpm_cvs\jbpm.3\designer\jpdl\
| org.jbpm.gd.jpdl.build\target\workspace\N.3.1.1\org.jbpm.gd.jpdl.feature-3.1.1.zip to copy.
regards philipp
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124727#4124727
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124727
16 years, 11 months
[Design of JBoss Portal] - SquirrelMail + iframe + portal
by badock
Hi all,
I try to use Squirrel Mail (SM), a webmail, in an iframe, to display it in the JBossPortal, in a tab named "Mail".
Actually, SM runs on an Apache, because it uses php, so the portlet basically points to the root directory of SM.
With the use of the login_auth SM-plugin, i managed to automatically log the user, using a kerberos ticket, so it doesn't have to type his login/passwd.
My problem is that when i start writing a mail, if i decide to go to another tab for a moment and back to the "Mail" tab, i'm back to the SM-homepage, but i lost my unifinished mail !!!
I'm pretty sure it logs the user again... but that's not what i want.
I want it to stay loged in until i close firefox.
Do you have any ideas how i might solve this problem ?
Regards,
badock
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124715#4124715
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124715
16 years, 11 months