Re: question about swarm

2010-01-07 Thread Olger Warnier
, Emond On Wednesday 06 January 2010 13:09:09 Olger Warnier wrote: Hi Emond, Thanks for your comments, Interesting matter. Extending ComponentPermission to change the behavior sounds like an option. I can't find the @InPrincipal annotation in the wicket-security project, is this something

Re: question about swarm

2010-01-06 Thread Olger Warnier
contain the classname of the component. Best regards, Emond Papegaaij On Thursday 31 December 2009 23:31:34 Olger Warnier wrote: Hi Sam, Found the way to solve it. It is fixed in the trunk. Still need to fix the build server - so a check out and build of the whole is probably best

Re: question about swarm

2009-12-31 Thread Olger Warnier
Hi Sam, I have added a sample to the secureform sample where the home page creates an anonymous class of the MySecurePage An anonymous page has a kind of a class name. Look for a ERROR - RequestCycle - Not authorized to instantiate class

Re: question about swarm

2009-12-31 Thread Olger Warnier
permissions. On Thu, 2009-12-31 at 10:41 +0100, Olger Warnier wrote: Hi Sam, I have added a sample to the secureform sample where the home page creates an anonymous class of the MySecurePage An anonymous page has a kind of a class name. Look for a ERROR - RequestCycle

Re: question about swarm

2009-12-31 Thread Olger Warnier
looking at the source code. Sent via BlackBerry from T-Mobile -Original Message- From: Olger Warnier ol...@xs4all.nl Date: Thu, 31 Dec 2009 22:35:22 To: users@wicket.apache.org Subject: Re: question about swarm Hi Sam Jeremy, Together with the remark that Jeremy made - I agree

Re: Wicket 1.4-rc6 Swarm

2009-12-23 Thread Olger Warnier
. For information, I'm currently using it with Wicket 1.4.3 and got no problem so far : page security and component conditional rendering works fine. 2009/7/10 Luca Provenzani eufor...@gmail.com this is a very good new! thank you a lot! Luca 2009/7/9 Olger Warnier ol...@xs4all.nl Hi

Re: Spring annotations fail to inject into webmodels

2009-09-12 Thread Olger Warnier
Did you add the listener to your spring context ? bean id=wicketInstantiationListener class=org.apache.wicket.injection.ComponentInjector/ On 12 sep 2009, at 11:53, pieter claassen wrote: My abstract basewebmodel constructor from which all my webmodels inherit marks inself for Spring

wicket-security now 1.4.1 compatible

2009-08-26 Thread Olger Warnier
Hi All, Wicket-security 1.4 SNAPSHOT is 1.4.1 compatible. We start using this internally this month, I wonder if any of you already do use the 1.4 of wicket-security ? Kind Regards, Olger - To unsubscribe, e-mail:

Re: UnauthorizedActionException wrapped in an InvalidUrlException - how to deal with it ?

2009-07-27 Thread Olger Warnier
On 26 jul 2009, at 22:59, Alex Objelean wrote: If you think this would help, then you could remove InvalidUrlException and invalidate the jira RFE created by me... I don't think this would heart anyone... Intresting, I assume that it is of value to have this construction, could you give

Re: UnauthorizedActionException wrapped in an InvalidUrlException - how to deal with it ?

2009-07-27 Thread Olger Warnier
, Olger On 27 jul 2009, at 11:41, Alex Objelean wrote: This is the link of the RFE: https://issues.apache.org/jira/browse/WICKET-2307 Olger Warnier-2 wrote: On 26 jul 2009, at 22:59, Alex Objelean wrote: If you think this would help, then you could remove InvalidUrlException and invalidate

Re: UnauthorizedActionException wrapped in an InvalidUrlException - how to deal with it ?

2009-07-27 Thread Olger Warnier
Page page, final RuntimeException e) { if (e instanceof InvalidUrlException) { //redirect to 404 } else { return super.onRuntimeException(page, e); } } Olger Warnier-2 wrote: Sorry to keep on buggin over this, I try to understand what is the best option to plugin

UnauthorizedActionException wrapped in an InvalidUrlException - how to deal with it ?

2009-07-26 Thread Olger Warnier
Hi Developers, Slowly but surely I move through the tests of the wicket security framework. In one test, the SecureFormTest, i ran into some strange behaviour. It starts with an exception like this: org.apache.wicket.protocol.http.request.InvalidUrlException:

Re: UnauthorizedActionException wrapped in an InvalidUrlException - how to deal with it ?

2009-07-26 Thread Olger Warnier
Hi Igor, if the form is disabled why is it allowed to be submitted? In a test you can ;) When you know what to submit, it is possible to submit those values without a page, although I can imagine that it is quite hard to achieve due to the way wicket handles form variables and stuff (via

Re: best or common practice for application plug-ins

2009-07-20 Thread Olger Warnier
Hi Sam, It could well be more than web-tier, but I thought if anyone has done this is would be a Wicket user :-) I looked at OSGi before I started my framework. I didn't see anything about deployment of add-ons/plug- ins. I already have a framework that incorporates IoC as a fundamental

Re: best or common practice for application plug-ins

2009-07-20 Thread Olger Warnier
and run the 'buildout' script, and restart Zope. On Mon, 20 Jul 2009 10:33:45 +0200, Olger Warnier wrote: In our project we use OSGI to get a plugin structure. Interfaces defined in the 'core' layer are implemented in OSGI modules. For a simple example see: http://www.joiningtracks.org/svn/his

Re: intercept security check in wicket-auth-roles

2009-07-11 Thread Olger Warnier
The wicket-security framework has possibilities to integrate with SSO mechanisms. Next to that, you can integrate with spring-security and all authentication mechanisms supported by that. The yahoo-bbauth sample may help you to get an idea on how that works. Olger On 11 jul 2009, at 08:09,

Re: Wicket 1.4-rc6 Swarm

2009-07-09 Thread Olger Warnier
a new project in the near future and we think to use wicket 1.4, but we need something like swarm. I started to see in svn but if it is possible to have your updated code it would be fantastic. thank you Luca 2009/7/9 Olger Warnier ol...@xs4all.nl Hi Joshua / List, For our project, I have

Re: Wicket 1.4-rc6 Swarm

2009-07-09 Thread Olger Warnier
it for their situation. Kind Regards, Olger -igor On Thu, Jul 9, 2009 at 8:06 AM, Martin Grigorovmcgreg...@e-card.bg wrote: All you need is an account for SourceForge. Then you could commit in wicketstuff's SVN El jue, 09-07-2009 a las 13:38 +0200, Olger Warnier escribió: Hi Luca, Maybe

Re: Wicket 1.4-rc6 Swarm

2009-07-09 Thread Olger Warnier
. Kind Regards, Olger -igor On Thu, Jul 9, 2009 at 8:06 AM, Martin Grigorovmcgreg...@e-card.bg wrote: All you need is an account for SourceForge. Then you could commit in wicketstuff's SVN El jue, 09-07-2009 a las 13:38 +0200, Olger Warnier escribió: Hi Luca, Maybe it is possible to commit

Re: Wicket 1.4-rc6 Swarm

2009-07-08 Thread Olger Warnier
Hi Joshua / List, For our project, I have ported wicket-security to 1.4 based on the code of Maurice found at: http://wicket-stuff.svn.sourceforge.net/viewvc/wicket-stuff/branches/wicket-security-1.4-earlyaccess/ And

Re: Wicket 1.4-rc6 Swarm

2009-07-08 Thread Olger Warnier
Hi Joshua / List, For our project, I have ported wicket-security to 1.4 based on the code of Maurice found at: http://wicket-stuff.svn.sourceforge.net/viewvc/wicket-stuff/branches/wicket-security-1.4-earlyaccess/ And

Re: Wicket security: multiple login pages

2009-01-30 Thread Olger Warnier
Hi Sander, Two different pages for logon is possible with the spring security configuration. It's hard to see a difference based on the URL in Wicket, so Is there a way to determine in your application if you need to logon a Client or a Employee ? You could redirect to the specific logon

Re: Openid integration?

2008-12-04 Thread Olger Warnier
Hi Nino, It is possibile to integrate spring security with the wicket swarm/ wasp software. This gives you freedom to attach any kind of authentication mechanism, including openid. We use the integration for a LDAP based integration. If you like, I have a sample on how to deal with this

Fwd: TestingAuthenticationToken and AbstractAuthenticationToken

2008-05-05 Thread Olger Warnier
List, in reply to the acegi sample, message was rejected to the list (possibly due to the attachment with the sample) Hereby the reply without the sample. Any ideas how to share the sample ? Hi David James, I had the same issue, tried to get an idea on how to use acegi with wicket.