Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Confluence Conveyor plugin is not overriding login.vm

Ashwani verma July 7, 2015

I am using Confluence v5.8.5 and to override "login.vm" i am using Conveyor v1.0.6.

Everything is working fine if i use Conflence v5.7.4, configuration and mapping is all good, but not working in Confluence v5.8.5.

On Atlassian Marketplace, they clearly mention that Conveyor v1.0.6 is supportable upto Confluence v5.8.5.

My Code is here...

in atlassian-plugin.xml :-

<conveyor name="My Action Overrides" key="myActionOverrides" state="enabled">
         <resource type="xml" name="conveyor-config" location="/conveyor-config.xml" />
    </conveyor>

in conveyor-config.xml :-

 

<conveyor-config>
	<package-override name="default">
		<action-override name="login" class="in.componence.confluence.plugin.googlelogin.LoginPage" method="doLogin">
			<result name="success" type="velocity">/templates/plugin/login.vm </result>
		</action-override>
	</package-override>
</conveyor-config>

 


1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Ashwani verma August 10, 2015

Now some of the action is override by using xwork in confluence,

 

<xwork name="XWork Create " key="xwork-create">
	    
        <package name="users" extends="default" namespace="/users">
            <default-interceptor-ref name="defaultStack" />
            <action name="viewmyprofile" class="in.atlassian.confluence.plugin.ViewProfile">
                <result name="success" type="velocity">/templates/plugin/viewmyprofile.vm</result>
            </action>
        </package>
        
    </xwork>

 

But, not getting how to override any action of default package.

TAGS
AUG Leaders

Atlassian Community Events