Re: Invalid Date Using DatePicker and Short Date Format

2011-10-27 Thread david_
any help on this?

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Invalid-Date-Using-DatePicker-and-Short-Date-Format-tp3058289p3943329.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Error no application attached to current thread main with AnnotApplicationContextMock

2010-08-02 Thread david_

I receive this exception also on method Application.get();
It happens on Tomcat after a redeploy. When I remove the work directory of
Tomcat, and do a restart, the error is gone.


2010/8/2 Sam Grönblom [via Apache Wicket] 
ml-node+2309949-1951419770-232...@n4.nabble.comml-node%2b2309949-1951419770-232...@n4.nabble.com


 On 07/29/2010 06:21 PM, Igor Vaynberg wrote:

  what version of wicket?
 
  -igor
 
  On Thu, Jul 29, 2010 at 1:54 AM, Sam Grönblom[hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2309949i=0
  wrote:
 
  Getting this error when trying to use AnnotApplicationContextMock.
 Judging
  by the example shown in the latest javadocs:
 
 http://wicketbyexample.com/api/wicket-spring/latest/org/apache/wicket/spring/injection/annot/test/AnnotApplicationContextMock.html
  you should create the application context mock before initializing
  WicketTester. However then you get the error mentioned in the subject,
 ie.
  no application attached to current thread main.
 
  However if I initialize the WicketTester before the
  AnnotApplicationContextMock I get null pointer errors which are caused
 when
  the Panel or Page to be tested tries to access a service, which seems to

  apply that they don't get injected correctly in this case either.
 
  -
  To unsubscribe, e-mail: [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2309949i=1
  For additional commands, e-mail: [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2309949i=2
 
 
 
  -
  To unsubscribe, e-mail: [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2309949i=3
  For additional commands, e-mail: [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2309949i=4
 
 
 1.4.9

 -
 To unsubscribe, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2309949i=5
 For additional commands, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2309949i=6



 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/Error-no-application-attached-to-current-thread-main-with-AnnotApplicationContextMock-tp2306157p2309949.html
 To start a new topic under Wicket - User, email
 ml-node+1842947-1066186228-232...@n4.nabble.comml-node%2b1842947-1066186228-232...@n4.nabble.com
 To unsubscribe from Wicket - User, click 
 herehttp://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.




-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Error-no-application-attached-to-current-thread-main-with-AnnotApplicationContextMock-tp2306157p2309964.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: OutOfMemoryError PermGen Space...

2010-07-22 Thread david_

http://java.sun.com/javase/technologies/hotspot/gc/gc_tuning_6.html

http://java.sun.com/javase/technologies/hotspot/gc/gc_tuning_6.htmlthese
are my settings
set JAVA_OPTS=%JAVA_OPTS% -Xms512m -Xmx1024m -XX:PermSize=256m
-XX:MaxPermSize=256m

2010/7/22 James Carman [via Apache Wicket] 
ml-node+2299232-642663496-232...@n4.nabble.comml-node%2b2299232-642663496-232...@n4.nabble.com


 Of course.  It's set at 1024m!  I bumped it from 256 to 512 to 1024
 now.  I'm still seeing the error.

 On Thu, Jul 22, 2010 at 3:31 PM, Martin Makundi
 [hidden email] http://user/SendEmail.jtp?type=nodenode=2299232i=0
 wrote:

  You did try to change your permgen setting?
 
  http://rimuhosting.com/knowledgebase/linux/java/-Xmx-settings
 
  **
  Martin
 
  2010/7/22 James Carman [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2299232i=1:

  Oops!  I must not have copied that line.  All it said was PermGen
 space
 
  On Thu, Jul 22, 2010 at 3:25 PM, Martin Makundi
  [hidden email] http://user/SendEmail.jtp?type=nodenode=2299232i=2
 wrote:
  Where is the outofmemoryerror ?
 
  **
  Martin
 
  2010/7/22 James Carman [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2299232i=3:

  I'm running Wicket 1.4.9 and Sun's JDK 1.6.0_20 on a RHEL4 64-bit
 machine.
 
 
  On Thu, Jul 22, 2010 at 2:30 PM, James Carman
  [hidden email]http://user/SendEmail.jtp?type=nodenode=2299232i=4
 wrote:
  Guys, our production server is running into an error from time to
  time.  I get the below stack trace after the site has been running
 for
  a while.  It's not running in development mode.  It's running in
  deployment mode.  Any thoughts?  What's with this
  generateSerializationConstructor() stuff?
 
 
  sun.misc.Unsafe.defineClass(Native Method)
 sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:45)
 
  sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:381)

 java.security.AccessController.doPrivileged(Native Method)
 
  
 sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:377)

 
  
 sun.reflect.MethodAccessorGenerator.generateSerializationConstructor(MethodAccessorGenerator.java:95)

 
  
 sun.reflect.ReflectionFactory.newConstructorForSerialization(ReflectionFactory.java:313)

 
  
 java.io.ObjectStreamClass.getSerializableConstructor(ObjectStreamClass.java:1327)

 
  java.io.ObjectStreamClass.access$1500(ObjectStreamClass.java:52)
 java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:437)
 java.security.AccessController.doPrivileged(Native Method)
 java.io.ObjectStreamClass.init(ObjectStreamClass.java:413)
 java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:310)
 
  java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1106)
 
  java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)

 
  java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:416)
 org.apache.wicket.Component.writeObject(Component.java:4438)
 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

 
  
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

 java.lang.reflect.Method.invoke(Method.java:597)
 
  java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
 
  java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)
 
  java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)

 
  java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
 
  java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1338)
 
  java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1146)
 
  java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)

 
  java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
 
  java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)

 
  java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
 
  java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
 
 
  -
  To unsubscribe, e-mail: [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2299232i=5
  For additional commands, e-mail: [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2299232i=6
 
 
 
  -
  To unsubscribe, e-mail: [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2299232i=7
  For additional commands, e-mail: [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2299232i=8
 
 
 
  -
  To unsubscribe, e-mail: [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2299232i=9
  For additional commands, e-mail: [hidden 
  email]http://user/SendEmail.jtp?type=nodenode=2299232i=10
 
 
 
  

Re: using comet to find all clients using a page

2010-07-10 Thread david_

ask obama and you'll know :)

I did something identical I think. But what do you mean with

 if any session has currently  has the deleted task page




2010/7/9 fachhoch [via Apache Wicket] 
ml-node+2283963-1645768850-232...@n4.nabble.comml-node%2b2283963-1645768850-232...@n4.nabble.com


 In   my case I have to refresh  some pages  based on some business logic,
 mine is a   workflow applicaiton , workflow creates tasks for user.I show
  users tasks, these user task  pages are implemented in wicket.
  we also have some admin functionality where admin can delete the task
 ,supposeadmin deletes a task , what i want is find if any session has
 currently  has the deleted task page and bring a popup telling this task is
 deleted   , can I do this ?


 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/using-comet-to-find-all-clients-using-a-page-tp2283204p2283963.html
 To start a new topic under Wicket - User, email
 ml-node+1842947-1066186228-232...@n4.nabble.comml-node%2b1842947-1066186228-232...@n4.nabble.com
 To unsubscribe from Wicket - User, click 
 herehttp://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.




-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/using-comet-to-find-all-clients-using-a-page-tp2283204p2284342.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: using comet to find all clients using a page

2010-07-09 Thread david_

you can solve this yourself by managing a Map where you put in the users in
the constructor of the page
on session expiration, you remove the user from the Map

2010/7/9 fachhoch [via Apache Wicket] 
ml-node+2283204-669277367-232...@n4.nabble.comml-node%2b2283204-669277367-232...@n4.nabble.com


 using comet will I be able to get total number of clients using some  page
 ?

 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/using-comet-to-find-all-clients-using-a-page-tp2283204p2283204.html
 To start a new topic under Wicket - User, email
 ml-node+1842947-1066186228-232...@n4.nabble.comml-node%2b1842947-1066186228-232...@n4.nabble.com
 To unsubscribe from Wicket - User, click 
 herehttp://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.




-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/using-comet-to-find-all-clients-using-a-page-tp2283204p2283210.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: @SpringBean not working for IModel implementations?

2010-06-29 Thread david_

Thanks, I'll give it a try!

2010/6/29 Ernesto Reinaldo Barreiro-4 [via Apache Wicket] 
ml-node+2272202-1574848512-232...@n4.nabble.comml-node%2b2272202-1574848512-232...@n4.nabble.com


 I think component instantiation listener will only scan wicket
 components. Just try

 InjectorHolder.getInjector().inject(this);

 on constructor of the model to get your dependencies injected.

 Best,

 Ernesto


 On Tue, Jun 29, 2010 at 3:30 PM, David Meulemans
 [hidden email] http://user/SendEmail.jtp?type=nodenode=2272202i=0
 wrote:

  Hi
 
  I've got an implementation of the IModel interface and I want to inject a

  Spring bean in it.
 
  In the method public String getObject(); this object is null.
 
  Is it impossible to inject Spring beans with @SpringBean?
 
  thx in advance!
 
  David
 

 -
 To unsubscribe, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2272202i=1
 For additional commands, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2272202i=2



 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/SpringBean-not-working-for-IModel-implementations-tp2272189p2272202.html
 To start a new topic under Wicket - User, email
 ml-node+1842947-1066186228-232...@n4.nabble.comml-node%2b1842947-1066186228-232...@n4.nabble.com
 To unsubscribe from Wicket - User, click 
 herehttp://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.




-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/SpringBean-not-working-for-IModel-implementations-tp2272189p2272642.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: wicketstuff-push causing WicketRuntimeException component not found on Page

2010-06-25 Thread david_

Yes indeed.
Is it possible that wicket is updating for example 2 Component's of 2
different users with the same Component identifiers?
Maybe that's why Wicket is unable to process the action for a link one of
the 2 Components.


2010/6/25 Rodolfo Hansen [via Apache Wicket] 
ml-node+2267816-1187617804-232...@n4.nabble.comml-node%2b2267816-1187617804-232...@n4.nabble.com


 You mean to say the error is sporadic?

 On Wed, 2010-06-23 at 20:16 +0200, David Meulemans wrote:

  Hi
 
  I have a Listener object with a Map in it containing
  org.apache.wicket.Component objects that need to be updated every time
 the
  onChange(); method is called. For example caused by another user's
 actions.
  This works perfectly with wicketstuff-push.
 
  The org.apache.wicket.Component objects that need to be updated, have
  org.apache.wicket.ajax.markup.html.AjaxLink objects.
  Sometimes if I click on the one of the links, I get a
 WicketRuntimeException
  telling me that the Link is not found on the Page.
 
  Any suggestions?




 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/wicketstuff-push-causing-WicketRuntimeException-component-not-found-on-Page-tp2266008p2267816.html
 To start a new topic under Wicket - User, email
 ml-node+1842947-1066186228-232...@n4.nabble.comml-node%2b1842947-1066186228-232...@n4.nabble.com
 To unsubscribe from Wicket - User, click 
 herehttp://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.




-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicketstuff-push-causing-WicketRuntimeException-component-not-found-on-Page-tp2266008p2268007.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: wicketstuff-push causing WicketRuntimeException component not found on Page

2010-06-25 Thread david_

If that is the issue, it can be solved by overriding the method that sets
the id? But is it possible?

2010/6/25 Rodolfo Hansen [via Apache Wicket] 
ml-node+2268555-1340689353-232...@n4.nabble.comml-node%2b2268555-1340689353-232...@n4.nabble.com


 Yes, it may be something with the wicket session.
 Can you send me a quickstart with the issue??

 On Thu, 2010-06-24 at 23:22 -0700, david_ wrote:

  Yes indeed.
  Is it possible that wicket is updating for example 2 Component's of 2
  different users with the same Component identifiers?
  Maybe that's why Wicket is unable to process the action for a link one of

  the 2 Components.
 
 
  2010/6/25 Rodolfo Hansen [via Apache Wicket] 
  [hidden email] 
  http://user/SendEmail.jtp?type=nodenode=2268555i=0[hidden
 email] http://user/SendEmail.jtp?type=nodenode=2268555i=1
  
 
   You mean to say the error is sporadic?
  
   On Wed, 2010-06-23 at 20:16 +0200, David Meulemans wrote:
  
Hi
   
I have a Listener object with a Map in it containing
org.apache.wicket.Component objects that need to be updated every
 time
   the
onChange(); method is called. For example caused by another user's
   actions.
This works perfectly with wicketstuff-push.
   
The org.apache.wicket.Component objects that need to be updated, have

org.apache.wicket.ajax.markup.html.AjaxLink objects.
Sometimes if I click on the one of the links, I get a
   WicketRuntimeException
telling me that the Link is not found on the Page.
   
Any suggestions?
  
  
  
  
   --
View message @
  
 http://apache-wicket.1842946.n4.nabble.com/wicketstuff-push-causing-WicketRuntimeException-component-not-found-on-Page-tp2266008p2267816.htmlhttp://apache-wicket.1842946.n4.nabble.com/wicketstuff-push-causing-WicketRuntimeException-component-not-found-on-Page-tp2266008p2267816.html?by-user=t
   To start a new topic under Wicket - User, email
   [hidden email] 
   http://user/SendEmail.jtp?type=nodenode=2268555i=2[hidden
 email] http://user/SendEmail.jtp?type=nodenode=2268555i=3
   To unsubscribe from Wicket - User, click here
 http://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2http://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2by-user=t.

  
  
  
 




 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/wicketstuff-push-causing-WicketRuntimeException-component-not-found-on-Page-tp2266008p2268555.html
 To start a new topic under Wicket - User, email
 ml-node+1842947-1066186228-232...@n4.nabble.comml-node%2b1842947-1066186228-232...@n4.nabble.com
 To unsubscribe from Wicket - User, click 
 herehttp://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.




-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicketstuff-push-causing-WicketRuntimeException-component-not-found-on-Page-tp2266008p2268581.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: [announce] Wicket Security 1.4 released!

2010-06-11 Thread david_

Personally I think the hive file is sufficient. Also annotations take more
time to compile :)

2010/6/11 Papegaaij [via Apache Wicket] 
ml-node+2251368-1151411741-232...@n4.nabble.comml-node%2b2251368-1151411741-232...@n4.nabble.com


 On Wednesday 09 June 2010 21:30:39 ViShap wrote:
  I just stumbled upon this announce and didn't have the time to dig deep
  into the code, and the links you suggested don't mention anything, so i
  have a short question:
 
  Is it possible to use annotations instead of that manual hive-file?
 
  If not:  Is it planned or if not, why is it discarded?

 With wicket-security 1.4, this is not possible. We (at Topicus) developed a

 set of annotations to replace the hive file, but at this moment it is not
 clear if (or what part) of that set of annotations can be moved to wicket-
 security and when I will have the time to do it. This will not be part of
 1.4,
 but perhaps 1.5.

 Best regards,
 Emond

 -
 To unsubscribe, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2251368i=0
 For additional commands, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2251368i=1



 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/announce-Wicket-Security-1-4-released-tp2237419p2251368.html
 To start a new topic under Wicket - User, email
 ml-node+1842947-1066186228-232...@n4.nabble.comml-node%2b1842947-1066186228-232...@n4.nabble.com
 To unsubscribe from Wicket - User, click 
 herehttp://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.




-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/announce-Wicket-Security-1-4-released-tp2237419p2251509.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: Wicket HTML pages are not compiled

2010-06-05 Thread david_

Are you sure the resource files are packaged? Check you pom.xml settings, it
should contain something like:
 resources
resource
filteringfalse/filtering
directorysrc/main/resources/directory
/resource
resource
filteringfalse/filtering
directorysrc/main/java/directory
includes
include**/include
/includes
excludes
exclude**/*.java/exclude
/excludes
/resource
/resources

2010/6/4 jeremycod [via Apache Wicket] 
ml-node+2243760-1240322438-232...@n4.nabble.comml-node%2b2243760-1240322438-232...@n4.nabble.com


 Hi everybody,

 I have the wicket project that used to work fine on my other PC. However,
 on the PC I'm using at home I can't set it to work properly. During the
 maven-build in eclipse it seems that there are not a problems, but wicket
 html pages are not compiled.

 This is output of eclipse console during the maven build:

 [INFO] Scanning for projects...
 [INFO]

 [INFO]
 
 [INFO] Building intelleo-mavenized Maven Webapp 0.0.1-SNAPSHOT
 [INFO]
 
 2010-06-04 22:29:52.417:INFO::Logging to StdErrLog::DEBUG=false via
 org.eclipse.jetty.util.log.StdErrLog
 Downloading:
 http://ws.zones.apache.org/repository2/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom
 Downloading:
 http://repo1.maven.org/maven2/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom
 [WARNING] Missing POM for org.apache.santuario:xmlsec:jar:1.4.0
 Downloading:
 http://ws.zones.apache.org/repository2/opensaml/opensaml/1.1/opensaml-1.1.pom
 Downloading:
 http://repo1.maven.org/maven2/opensaml/opensaml/1.1/opensaml-1.1.pom
 [WARNING] Missing POM for opensaml:opensaml:jar:1.1
 Downloading:
 http://people.apache.org/repo/m2-snapshot-repository/org/apache/santuario/xmlsec/1.4.1/xmlsec-1.4.1.pom
 Downloading:
 http://ws.zones.apache.org/repository2/org/apache/santuario/xmlsec/1.4.1/xmlsec-1.4.1.pom
 [WARNING] Missing POM for org.apache.santuario:xmlsec:jar:1.4.1
 Downloading:
 http://people.apache.org/repo/m2-snapshot-repository/opensaml/opensaml/1.1/opensaml-1.1.pom
 Downloading:
 http://ws.zones.apache.org/repository2/opensaml/opensaml/1.1/opensaml-1.1.pom
 [WARNING] Missing POM for opensaml:opensaml:jar:1.1
 Downloading:
 http://people.apache.org/repo/m2-snapshot-repository/org/apache/santuario/xmlsec/1.4.1/xmlsec-1.4.1.pom
 Downloading:
 http://ws.zones.apache.org/repository2/org/apache/santuario/xmlsec/1.4.1/xmlsec-1.4.1.pom
 [WARNING] Missing POM for org.apache.santuario:xmlsec:jar:1.4.1
 Downloading:
 http://people.apache.org/repo/m2-snapshot-repository/opensaml/opensaml/1.1/opensaml-1.1.pom
 Downloading:
 http://ws.zones.apache.org/repository2/opensaml/opensaml/1.1/opensaml-1.1.pom
 [WARNING] Missing POM for opensaml:opensaml:jar:1.1
 Downloading:
 http://people.apache.org/repo/m2-snapshot-repository/org/apache/santuario/xmlsec/1.4.1/xmlsec-1.4.1.pom
 Downloading:
 http://ws.zones.apache.org/repository2/org/apache/santuario/xmlsec/1.4.1/xmlsec-1.4.1.pom
 [WARNING] Missing POM for org.apache.santuario:xmlsec:jar:1.4.1
 Downloading:
 http://people.apache.org/repo/m2-snapshot-repository/opensaml/opensaml/1.1/opensaml-1.1.pom
 Downloading:
 http://ws.zones.apache.org/repository2/opensaml/opensaml/1.1/opensaml-1.1.pom
 [WARNING] Missing POM for opensaml:opensaml:jar:1.1
 [WARNING] Invalid POM for org.apache.lucene:lucene-core:jar:2.3.1,
 transitive dependencies (if any) will not be available, enable debug logging
 for more details
 [INFO]
 [INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce-versions) @
 intelleo-mavenized ---
 [INFO]
 
 [INFO] BUILD SUCCESS
 [INFO]
 
 [INFO] Total time: 16.535s
 [INFO] Finished at: Fri Jun 04 22:30:05 CEST 2010
 [INFO] Final Memory: 13M/307M
 [INFO]
 


 And I get this when I try to access the wicket html page after running of
 application:

 
 *** WARNING: Wicket is running in DEVELOPMENT mode.  ***
 ***   ^^^***
 *** Do NOT deploy to your live server(s) without changing this.  ***
 *** See Application#getConfigurationType() for more information. ***
 
 2010-06-04 22:46:54,710 ERROR
 org.apache.wicket.RequestCycle.logRuntimeException(RequestCycle.java:1521) -
 Markup of type 'html' for component 'org.intelleo.webui.Home' not found.
 Enable debug messages for org.apache.wicket.util.resource to get a list of
 all 

Re: wicket clustering wicket-security

2010-06-02 Thread david_

Maybe someone knows who I can contact about this?
I wicket-security developer maybe?

thanks!

-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2240161.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: [announce] Wicket Security 1.4 released!

2010-06-01 Thread david_

I have been using wicket-security for months now, and I'm very happy about
it!
Finally the 1.4 release I've been waiting for :)

I've gathered my information mostly from 
http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Security

It is not up to date, but has everything to start with.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/announce-Wicket-Security-1-4-released-tp2237419p2238023.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: wicket clustering wicket-security

2010-06-01 Thread david_

If I call getSession().getId() in each webapp (for example at the indexpage)
I get the same sessionId's in all applications.

Another thing is, if two users are logged in in two different applications
and one of the two logs out the other one is also logged out.



2010/6/1 Igor Vaynberg-2 [via Apache Wicket] 
ml-node+2238846-1446394513-232...@n4.nabble.comml-node%2b2238846-1446394513-232...@n4.nabble.com


 each webapp has a single http session, however wicket's Session
 objects will not be shared.

 -igor

 On Tue, Jun 1, 2010 at 2:38 AM, David Meulemans
 [hidden email] http://user/SendEmail.jtp?type=nodenode=2238846i=0
 wrote:
  I want to have multiple wicket applications to be clustered. Because I'm
  using ehcache it is necessary to merge the applications into one .war
 file
  because ehcache needs to be initiated in the same scope as the other
  applications.Now the session is shared among all applications.
  Is there a way to avoid this?
 

 -
 To unsubscribe, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2238846i=1
 For additional commands, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2238846i=2



 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2238846.html
 To start a new topic under Wicket - User, email
 ml-node+1842947-1066186228-232...@n4.nabble.comml-node%2b1842947-1066186228-232...@n4.nabble.com
 To unsubscribe from Wicket - User, click 
 herehttp://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.




-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2238976.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: wicket clustering wicket-security

2010-06-01 Thread david_

How can I logoff an individual instance without affecting the other ones?
I use the org.apache.wicket.security.WaspSession.logoff() method which
results in a normal invalidateNow().


2010/6/1 Igor Vaynberg-2 [via Apache Wicket] 
ml-node+2239009-1783456523-232...@n4.nabble.comml-node%2b2239009-1783456523-232...@n4.nabble.com


 On Tue, Jun 1, 2010 at 11:17 AM, david_ [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2239009i=0
 wrote:
 
  If I call getSession().getId() in each webapp (for example at the
 indexpage)
  I get the same sessionId's in all applications.

 yep, that returns the id of the underlying http session which would be
 the same for both wicket sessions

  Another thing is, if two users are logged in in two different
 applications
  and one of the two logs out the other one is also logged out.

 probably because your log out mechanism invalidates the underlying http
 session

 -igor

 
 
 
  2010/6/1 Igor Vaynberg-2 [via Apache Wicket] 
  [hidden email] 
  http://user/SendEmail.jtp?type=nodenode=2239009i=1[hidden
 email] http://user/SendEmail.jtp?type=nodenode=2239009i=2
 
 
  each webapp has a single http session, however wicket's Session
  objects will not be shared.
 
  -igor
 
  On Tue, Jun 1, 2010 at 2:38 AM, David Meulemans
  [hidden email] http://user/SendEmail.jtp?type=nodenode=2238846i=0

  wrote:
   I want to have multiple wicket applications to be clustered. Because
 I'm
   using ehcache it is necessary to merge the applications into one .war
  file
   because ehcache needs to be initiated in the same scope as the other
   applications.Now the session is shared among all applications.
   Is there a way to avoid this?
  
 
  -
  To unsubscribe, e-mail: [hidden email]
 http://user/SendEmail.jtp?type=nodenode=2238846i=1
  For additional commands, e-mail: [hidden email]
 http://user/SendEmail.jtp?type=nodenode=2238846i=2
 
 
 
  --
   View message @
 
 http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2238846.html
  To start a new topic under Wicket - User, email
  [hidden email] 
  http://user/SendEmail.jtp?type=nodenode=2239009i=3[hidden
 email] http://user/SendEmail.jtp?type=nodenode=2239009i=4
  To unsubscribe from Wicket - User, click here
 http://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.

 
 
 
 
  --
  View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2238976.html
  Sent from the Wicket - User mailing list archive at Nabble.com.
 

 -
 To unsubscribe, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2239009i=5
 For additional commands, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2239009i=6



 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2239009.html
 To start a new topic under Wicket - User, email
 ml-node+1842947-1066186228-232...@n4.nabble.comml-node%2b1842947-1066186228-232...@n4.nabble.com
 To unsubscribe from Wicket - User, click 
 herehttp://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.




-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2239030.html
Sent from the Wicket - User mailing list archive at Nabble.com.


Re: wicket clustering wicket-security

2010-06-01 Thread david_

The WaspSession is responsible for authorization of secured pages and
components.
For some reason if a user logs in on webapp-A and another user tries to
access a bookmarkable url in webapp-B he is granted access.

2010/6/1 Igor Vaynberg-2 [via Apache Wicket] 
ml-node+2239092-140489179-232...@n4.nabble.comml-node%2b2239092-140489179-232...@n4.nabble.com


 not sure how to do it with wicket-security, but a way to do it
 generically is to simply set the userid field you keep in your session
 to null instead of invalidating the entire session

 -igor

 On Tue, Jun 1, 2010 at 11:56 AM, david_ [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2239092i=0
 wrote:

 
  How can I logoff an individual instance without affecting the other ones?

  I use the org.apache.wicket.security.WaspSession.logoff() method which
  results in a normal invalidateNow().
 
 
  2010/6/1 Igor Vaynberg-2 [via Apache Wicket] 
  [hidden email] 
  http://user/SendEmail.jtp?type=nodenode=2239092i=1[hidden
 email] http://user/SendEmail.jtp?type=nodenode=2239092i=2
 
 
  On Tue, Jun 1, 2010 at 11:17 AM, david_ [hidden email]
 http://user/SendEmail.jtp?type=nodenode=2239009i=0
  wrote:
  
   If I call getSession().getId() in each webapp (for example at the
  indexpage)
   I get the same sessionId's in all applications.
 
  yep, that returns the id of the underlying http session which would be
  the same for both wicket sessions
 
   Another thing is, if two users are logged in in two different
  applications
   and one of the two logs out the other one is also logged out.
 
  probably because your log out mechanism invalidates the underlying http
  session
 
  -igor
 
  
  
  
   2010/6/1 Igor Vaynberg-2 [via Apache Wicket] 
   [hidden email] 
   http://user/SendEmail.jtp?type=nodenode=2239009i=1[hidden

  email] http://user/SendEmail.jtp?type=nodenode=2239009i=2
  
  
   each webapp has a single http session, however wicket's Session
   objects will not be shared.
  
   -igor
  
   On Tue, Jun 1, 2010 at 2:38 AM, David Meulemans
   [hidden email] 
 http://user/SendEmail.jtp?type=nodenode=2238846i=0
 
   wrote:
I want to have multiple wicket applications to be clustered.
 Because
  I'm
using ehcache it is necessary to merge the applications into one
 .war
   file
because ehcache needs to be initiated in the same scope as the
 other
applications.Now the session is shared among all applications.
Is there a way to avoid this?
   
  
   -

   To unsubscribe, e-mail: [hidden email]
  http://user/SendEmail.jtp?type=nodenode=2238846i=1
   For additional commands, e-mail: [hidden email]
  http://user/SendEmail.jtp?type=nodenode=2238846i=2
  
  
  
   --
View message @
  
 
 http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2238846.html
   To start a new topic under Wicket - User, email
   [hidden email] 
   http://user/SendEmail.jtp?type=nodenode=2239009i=3[hidden

  email] http://user/SendEmail.jtp?type=nodenode=2239009i=4
   To unsubscribe from Wicket - User, click here
 
 http://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.

 
  
  
  
  
   --
   View this message in context:
 
 http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2238976.html
   Sent from the Wicket - User mailing list archive at Nabble.com.
  
 
  -
  To unsubscribe, e-mail: [hidden email]
 http://user/SendEmail.jtp?type=nodenode=2239009i=5
  For additional commands, e-mail: [hidden email]
 http://user/SendEmail.jtp?type=nodenode=2239009i=6
 
 
 
  --
   View message @
 
 http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2239009.html
  To start a new topic under Wicket - User, email
  [hidden email] 
  http://user/SendEmail.jtp?type=nodenode=2239092i=3[hidden
 email] http://user/SendEmail.jtp?type=nodenode=2239092i=4
  To unsubscribe from Wicket - User, click here
 http://apache-wicket.1842946.n4.nabble.com/subscriptions/Unsubscribe.jtp?code=bWV1bGVtYW5zLmRhdmlkQGdtYWlsLmNvbXwxODQyOTQ3fC0xOTcyOTcxMjQ2.

 
 
 
 
  --
  View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2239030.html

  Sent from the Wicket - User mailing list archive at Nabble.com.
 

 -
 To unsubscribe, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2239092i=5
 For additional commands, e-mail: [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=2239092i=6



 --
  View message @
 http://apache-wicket.1842946.n4.nabble.com/wicket-clustering-wicket-security-tp2238257p2239092.html
 To start a new topic under Wicket - User