[jbossts-issues] [JBoss JIRA] Commented: (JBTM-432) Authentication support on AppServerJDBCXARecovery plugin

Vicky Kak (JIRA) jira-events at lists.jboss.org
Wed Mar 25 00:33:23 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBTM-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12458957#action_12458957 ] 

Vicky Kak commented on JBTM-432:
--------------------------------

Here is the build file change
******************************************************************************************************* 
--- atsintegration/build.xml	(revision 25705)
+++ atsintegration/build.xml	(working copy)
@@ -123,10 +123,11 @@
         <property name="jboss.libs" value="jboss-common.jar jboss-system.jar jboss-jmx.jar jboss-logging-spi.jar jboss-common-core.jar jboss-j2se.jar jboss-system-jmx.jar"/>
         <property name="jboss.server.jta.libs" value="jmx-adaptor-plugin.jar jboss-transaction.jar"/>
         <property name="jboss.server.jts.libs" value="jboss-iiop.jar jacorb.jar"/>
+    	<property name="jboss.server.jbosssx.libs" value="jbosssx.jar"/>
         <condition property="jboss.server.libs" value="${jboss.server.jta.libs} ${jboss.server.jts.libs}">
             <isset property="com.hp.mwlabs.ts.build.jts"/>
         </condition>
-        <property name="jboss.server.libs" value="${jboss.server.jta.libs}"/>
+        <property name="jboss.server.libs" value="${jboss.server.jta.libs} ${jboss.server.jbosssx.libs}"/>
         <!-- Classpath -->
         <path id="build.classpath">
             <fileset dir="${com.arjuna.mwlabs.installation.lib.directory}">
******************************************************************************************************* 

And the way to build the change
*******************************************************************************************************
[vicky at posh JBOSSTS_4_2_3_GA_CP]$ pwd
/home/vicky/workspace-tx/branches/JBOSSTS_4_2_3_GA_CP
[vicky at posh JBOSSTS_4_2_3_GA_CP]$ ant install_integration
*******************************************************************************************************


> Authentication support on AppServerJDBCXARecovery plugin
> --------------------------------------------------------
>
>                 Key: JBTM-432
>                 URL: https://jira.jboss.org/jira/browse/JBTM-432
>             Project: JBoss Transaction Manager
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Recovery
>    Affects Versions: 4.2.3.SP5
>         Environment: JBoss-EAP-4.3_CP3, jdk  1.5.0_15-b04
>            Reporter: Tyronne Wickramarathne
>            Assignee: Vicky Kak
>             Fix For: 4.7
>
>         Attachments: JBTM-432.patch
>
>
> The present implementation of AppServerJDBCXARecovery plugin has a limitation on its usage when the invokers are secured. Hence, to overcome this limitation AppServerJDBCXARecovery plugin has to support authentication so this could be used even when the invokers are secured.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossts-issues mailing list