Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Riena » Login Module
Login Module [message #22214] Tue, 03 March 2009 22:03 Go to next message
Eclipse UserFriend
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 12:28 Go to previous message
Frank Schepp is currently offline Frank ScheppFriend
Messages: 14
Registered: July 2009
Junior Member
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 12:28 Go to previous message
Frank Schepp is currently offline Frank ScheppFriend
Messages: 14
Registered: July 2009
Junior Member
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
Previous Topic:Login Module
Next Topic:Documentation / References
Goto Forum:
  


Current Time: Thu Mar 28 19:04:18 GMT 2024

Powered by FUDForum. Page generated in 0.03154 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top