Re: [appfuse-user] ApplicationResources.properties

2008-08-20 Thread Mohammad Irfan
Hi Matt, I forgot to ask you, how can I use ApplicationResources.properties from the core module. I have a testcase that reads from the properties file. I find no properties file on the core module. I'm using core Tapestry, Spring, Hibernate, appfuse 2.0.2 On 8/15/08, Matt Raible <[EMAIL PROTECT

Re: [appfuse-user] oracle database profile:org.hibernate.exception.JDBCConnectionException

2008-08-20 Thread Dustin Pearce
I am not sure. Have you tried it without a slash in the table name? That seems like your asking for trouble. I'd still with regular alpha characters. I ran into something before when I had a domain object named Comment and that is a reserves word in Oracle. Sent from my iPhone On Aug 20, 20

Re: [appfuse-user] HOT URGENT: Installation of fresh Appfuse 2.0.2 MVC Modular suddenly gives numerous problems

2008-08-20 Thread os57741
I have built a new system (other hardware, new OS, all Appfuse prerequisites, Appfuse ) . Everything is working again and my operational problem is solved. Remains the question how my old system got into such a strange mess. I have a suspicion and I will try to reconstruct what happened. I will sh

Re: [appfuse-user] HOT URGENT: Installation of fresh Appfuse 2.0.2 MVC Modular suddenly gives numerous problems

2008-08-20 Thread os57741
os57741 wrote: > > After using and developing with Appfuse over the last 6 months with no > major problems, we suddenly experience what seems instability of what is > installed with a fresh install of MVC modular. > The web module suddenly is missing a class in commons-collections whih we > ha

Re: [appfuse-user] oracle database profile:org.hibernate.exception.JDBCConnectionException

2008-08-20 Thread WalterScott
I almost score success with mvn -Poracle appfuse:gen-model command [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'appfuse'. [INFO] [INFO] Building AppFuse Spring MVC Application [INFO]

Re: [appfuse-user] How obtain logged user?

2008-08-20 Thread krishgy
See this http://www.nabble.com/How-to-get-user-from-session-td18216209s2369.html#a18216209 Mauriff wrote: > > Hello guys! I need obtain the logger user, I'm using > ${session.SPRING_SECURITY_LAST_USERNAME}, But I want the user object, I > saw > in SPRING_SECURITY_CONTEXT but I don't know how

Re: [appfuse-user] How obtain logged user?

2008-08-20 Thread Matt Raible
If you want the username, you can do request.getRemoteUser(). Matt On Wed, Aug 20, 2008 at 8:12 AM, Mauri Ferreyra <[EMAIL PROTECTED]> wrote: > Hello guys! I need obtain the logger user, I'm using > ${session.SPRING_SECURITY_LAST_USERNAME}, But I want the user object, I saw > in SPRING_SECURITY_C

Re: [appfuse-user] Appfuse Jetty Hot code Replacement

2008-08-20 Thread Matt Raible
You could try using JavaRebel. http://www.zeroturnaround.com/javarebel/installation/ Matt On Wed, Aug 20, 2008 at 7:57 AM, krishgy <[EMAIL PROTECTED]> wrote: > > I am not sure whether this is the right forum to ask this question. > > I have setup Eclipse + Maven + Appfuse with Jetty together. No

[appfuse-user] How obtain logged user?

2008-08-20 Thread Mauri Ferreyra
Hello guys! I need obtain the logger user, I'm using ${session.SPRING_SECURITY_LAST_USERNAME}, But I want the user object, I saw in SPRING_SECURITY_CONTEXT but I don't know how obtain that. Any suggest? Regards

[appfuse-user] Appfuse Jetty Hot code Replacement

2008-08-20 Thread krishgy
I am not sure whether this is the right forum to ask this question. I have setup Eclipse + Maven + Appfuse with Jetty together. Now I can even debug my AppFuse projects with Eclipse. Only feature I wanted is to have Hot Code Replacement with Jetty server whenever I change the code, jetty is det