Login Module [message #22214] |
Tue, 03 March 2009 17:03  |
Eclipse User |
|
|
|
Originally posted by: psig.gmx.ch
Hi There,
I am quite new to the Riena Project and to OSGi based development. I
downloaded the version 1.0.0 as well as 1.1.0 and tried to follow the
getting started and the documentation of the Security & Login functions. But
for some reason I do not get the Login Dialog to work ...
Any Suggestion what I miss?
Thanks & regards
Paul
|
|
|
Re: Login Module [message #22254 is a reply to message #22214] |
Wed, 04 March 2009 07:28  |
Eclipse User |
|
|
|
Hi Paul,
you can get the Login Dialog instead of the splash login view (see
http://wiki.eclipse.org/Riena_Login_support) in the riena example
application by changing the following in the plugin.xml of
org.eclipse.riena.example.client
( http://wiki.eclipse.org/Riena_Getting_started#Run_the_Riena_ Example_Client):
1. Comment out/remove the extension for the splashHandlers and
loginSplashViewDefinition:
<!--extension
point="org.eclipse.ui.splashHandlers">
<splashHandler
class=" org.eclipse.riena.example.client.splashHandlers.LoginSplashH andler "
id="org.eclipse.riena.example.client.splashHandlers.interactive ">
</splashHandler>
<splashHandlerProductBinding
productId="org.eclipse.riena.example.client.example_product "
splashId="org.eclipse.riena.example.client.splashHandlers.interactive ">
</splashHandlerProductBinding>
</extension>
<extension
point=" org.eclipse.riena.navigation.ui.swt.loginSplashViewDefinitio n ">
<loginSplashViewDefinition
nonActivityDuration="0"
viewClass="org.eclipse.riena.example.client.views.LoginSplashView ">
</loginSplashViewDefinition>
</extension-->
2. Add the extension loginDialogViewDefinition:
<extension
point="org.eclipse.riena.navigation.ui.loginDialogViewDefinition ">
<loginDialogViewDefinition
nonActivityDuration="0"
viewClass="org.eclipse.riena.example.client.views.LoginDialogView ">
</loginDialogViewDefinition>
</extension>
May be you try this first to ensure that it works in your environment.
Do not hesitate to contact me, if you have any further problems.
Regards, Frank
Paul Signer wrote:
> Hi There,
>
> I am quite new to the Riena Project and to OSGi based development. I
> downloaded the version 1.0.0 as well as 1.1.0 and tried to follow the
> getting started and the documentation of the Security & Login functions.
> But for some reason I do not get the Login Dialog to work ...
>
> Any Suggestion what I miss?
>
> Thanks & regards
> Paul
|
|
|
Re: Login Module [message #580959 is a reply to message #22214] |
Wed, 04 March 2009 07:28  |
Eclipse User |
|
|
|
Hi Paul,
you can get the Login Dialog instead of the splash login view (see
http://wiki.eclipse.org/Riena_Login_support) in the riena example
application by changing the following in the plugin.xml of
org.eclipse.riena.example.client
( http://wiki.eclipse.org/Riena_Getting_started#Run_the_Riena_ Example_Client):
1. Comment out/remove the extension for the splashHandlers and
loginSplashViewDefinition:
<!--extension
point="org.eclipse.ui.splashHandlers">
<splashHandler
class=" org.eclipse.riena.example.client.splashHandlers.LoginSplashH andler "
id="org.eclipse.riena.example.client.splashHandlers.interactive ">
</splashHandler>
<splashHandlerProductBinding
productId="org.eclipse.riena.example.client.example_product "
splashId="org.eclipse.riena.example.client.splashHandlers.interactive ">
</splashHandlerProductBinding>
</extension>
<extension
point=" org.eclipse.riena.navigation.ui.swt.loginSplashViewDefinitio n ">
<loginSplashViewDefinition
nonActivityDuration="0"
viewClass="org.eclipse.riena.example.client.views.LoginSplashView ">
</loginSplashViewDefinition>
</extension-->
2. Add the extension loginDialogViewDefinition:
<extension
point="org.eclipse.riena.navigation.ui.loginDialogViewDefinition ">
<loginDialogViewDefinition
nonActivityDuration="0"
viewClass="org.eclipse.riena.example.client.views.LoginDialogView ">
</loginDialogViewDefinition>
</extension>
May be you try this first to ensure that it works in your environment.
Do not hesitate to contact me, if you have any further problems.
Regards, Frank
Paul Signer wrote:
> Hi There,
>
> I am quite new to the Riena Project and to OSGi based development. I
> downloaded the version 1.0.0 as well as 1.1.0 and tried to follow the
> getting started and the documentation of the Security & Login functions.
> But for some reason I do not get the Login Dialog to work ...
>
> Any Suggestion what I miss?
>
> Thanks & regards
> Paul
|
|
|
Powered by
FUDForum. Page generated in 0.02709 seconds