Re: [appfuse-user] is another svn repo available?

2009-04-29 Thread Reza Farshi
:) thanks , for your smart solution On Tue, Apr 28, 2009 at 6:05 PM, Matt Raible wrote: > No, there is not. However, you could take a laptop to a coffee shop and do > it there. ;-) > > > On Tue, Apr 28, 2009 at 4:13 AM, Reza Farshi wrote: > >> Dear Appfuse core developers, >> Is there another s

[appfuse-user] error swallowed

2009-04-29 Thread tibi
i noticed that impartand exceptions are swallowed. i made a security error trying to do an: userManager.getUsers there was no error! only an with jps page. after surrounding the code with an try catch block i found the error message and it was easy to solve my bug. shouldn't this error be on the

[appfuse-user] Hibernate JMX

2009-04-29 Thread Marian
Hello, Does anybody have an example of configuring AppFuse 2 in order to get available the Hibernate statistics MBean? Regards, Marian ION - To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional comman

Re: [appfuse-user] how to display account not enabled error while login

2009-04-29 Thread Matt Raible
Try this instead: ${sessionScope.SPRING_SECURITY_LAST_EXCEPTION.message} Matt On Wed, Apr 29, 2009 at 12:15 AM, sudhakargupta < sudhakargupta_s...@hotmail.com> wrote: > > Hi Matt, > > Presently I just want to display the message to user if the account is > not enabled while login, i remov

Re: [appfuse-user] error swallowed

2009-04-29 Thread Matt Raible
Yes. On Wed, Apr 29, 2009 at 7:03 AM, tibi wrote: > > i noticed that impartand exceptions are swallowed. > i made a security error trying to do an: userManager.getUsers > there was no error! only an with jps page. > after surrounding the code with an try catch block i found the error > message a

Re: [appfuse-user] Hibernate JMX

2009-04-29 Thread Matt Raible
Here's one from AppFuse 1.x. If you can get it to work, we should probably create a page in the 2.x wiki. http://raibledesigns.com/wiki/Wiki.jsp?page=HibernateJMX Matt On Wed, Apr 29, 2009 at 7:20 AM, Marian wrote: > Hello, > > Does anybody have an example of configuring AppFuse 2 in order to

Re: [appfuse-user] Error when run mvn site command

2009-04-29 Thread igorkl
Hi Kenny, I ran into the same problem with xfire-jsr181-api-1.0-M1.pom (in a different project). If you are still looking for the solution try to delete the whole element xfire-jsr181-api from your local maven repository and either get it manually, or include into your pom file some repository w

Re: [appfuse-user] how to display account not enabled error while login

2009-04-29 Thread sudhakargupta
Thanks for your reply its working fine mraible wrote: > > Try this instead: > > ${sessionScope.SPRING_SECURITY_LAST_EXCEPTION.message} > > Matt > > On Wed, Apr 29, 2009 at 12:15 AM, sudhakargupta < > sudhakargupta_s...@hotmail.com> wrote: > >> >> Hi Matt, >> >> Presently I just want t

[appfuse-user] Struts 2.0 autocomplete

2009-04-29 Thread Saeed Iqbal
Hi I tried to use the autocomplete with struts with theme="ajax" but it wouldnt seem to work Can anyone help please. Thanks, -saeed