Re: [appfuse-user] More Css Theme

2008-01-16 Thread Nathan Anderson
There are some other themes found at: http://css.appfuse.org/themes/ However, I have found they do need to be modified to work within AppFuse. But they are there to play with. Also, this framework was based on the following article if you want tips to customize a theme or create a new one.

RE: [appfuse-user] 2.0.1 jpa issue

2008-01-16 Thread Christophe Thiebaud
Jira issue created! http://issues.appfuse.org/browse/APF-1003 thanks Christophe -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 16, 2008 5:59 PM To: users@appfuse.dev.java.net Subject: Re: [appfuse-user] 2.0.1 jpa issue Yes, if you create a J

[appfuse-user] Multiple Locals one application

2008-01-16 Thread ddanet
I have seen many threads regarding single locale apps but I could not find one that suggests using several locales in one app. My question would be does appfuse support this functionality?If so how does the appresources_yourlocale.props get bound to the user, by url redirections (?locale=ja) or o

Re: [appfuse-user] Struts question

2008-01-16 Thread Alecsandru Dinu
Thanks for the information. Regards, Alecs - Original Message From: Dale Newfield <[EMAIL PROTECTED]> To: users@appfuse.dev.java.net Sent: Tuesday, January 15, 2008 6:18:21 PM Subject: Re: [appfuse-user] Struts question Alecsandru Dinu wrote: > In the Struts 2 wiki docs , the action ta

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-16 Thread Matt Raible
I don't believe there's a bug here as I haven't heard of anyone else having this problem. Matt On Jan 16, 2008, at 1:50 AM, os57741 wrote: Matt, I discovered how to solve the problem. After having put the Controller and its Test in the web module one should run from the project root mvn

Re: [appfuse-user] 2.0.1 jpa issue

2008-01-16 Thread Matt Raible
Yes, if you create a JIRA issue, you should be able to attach it there. Matt On Jan 16, 2008, at 3:11 AM, Christophe Thiebaud wrote: jpa (as documented in http://appfuse.org/display/APF/Using+JPA,) I have a zip file containing both 2.0 (OK) and 2.0.1 (NOK) samples but the mail server does not

Re: [appfuse-user] Problems with transactions when upgrading to spring 2.5

2008-01-16 Thread chris9955
Thank you, this worked! What a relief. I thought I was going to go crazy with this considering the start up servlet worked correctly. I guess I won't have to throw my computer out the window after all. mraible wrote: > > I haven't tried using @Service or @Repository with AppFuse, so I might

Re: [appfuse-user] debug in eclipse 3.2.2

2008-01-16 Thread Michael Horwitz
There is a link at the bottom of the section here: http://www.appfuse.org/display/APF/Eclipse#Eclipse-debugging that should help. Mike On 1/16/08, bilgin <[EMAIL PROTECTED]> wrote: > > > hi > I'm new to appfuse. > > I did everthing in quick start. It'ok. > I'd like to do debugging in eclipse 3.2.

[appfuse-user] debug in eclipse 3.2.2

2008-01-16 Thread bilgin
hi I'm new to appfuse. I did everthing in quick start. It'ok. I'd like to do debugging in eclipse 3.2.2 in classical manner. That's line by line not just test cases. Any help will be appreciated... Bilgin -- View this message in context: http://www.nabble.com/debug-in-eclipse-3.2.2-tp1488444

Re: [appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2008-01-16 Thread Michael Horwitz
The file applicationContext-resources.xml contains a set of placeholder properties that Maven replaces with values that it reads from the top level pom.xml file in your project. If you want to build your project using Eclipse you are more than likely going to have to manually replace the placeholde

[appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2008-01-16 Thread Casanova
Hello All, Iam trying to load the appfuse project into Eclipse(Jobss tools). The folder structure of the project is Project Name +Javasource -com.app.. -com.app.. +resources -all the resources files +Java web libraies +Jre(Jdk 1.5..)

Re: [appfuse-user] Appfuse 2 SSL switching

2008-01-16 Thread Michael Horwitz
On 1/16/08, chubi <[EMAIL PROTECTED]> wrote: > > > Thank you Mike for your reqply, > > I still don't understand where Acegi stands for here. > Shouldn't it facilitate the process of securing channels by a matter of > quick configuration. > I need some detail steps on how enabling SSL in Acegi. > Is

Re: [appfuse-user] Appfuse 2 SSL switching

2008-01-16 Thread chubi
Thank you Mike for your reqply, I still don't understand where Acegi stands for here. Shouldn't it facilitate the process of securing channels by a matter of quick configuration. I need some detail steps on how enabling SSL in Acegi. Is there any article describing the whole process of doing it?

Re: [appfuse-user] Doubt on acegi

2008-01-16 Thread Michael Horwitz
On 1/16/08, jithesh <[EMAIL PROTECTED]> wrote: > > > Thanks for that valuable information, > > I have one more doubt on acegi. What exception will acegi will > thow if a user role is not found on authorized user? Will it perform > authentication on that usermae/password? Assuming an auth

Re: [appfuse-user] Doubt on acegi

2008-01-16 Thread jithesh
Thanks for that valuable information, I have one more doubt on acegi. What exception will acegi will thow if a user role is not found on authorized user? Will it perform authentication on that usermae/password? Regards, Jithesh Mike Horwitz wrote: > > On 1/16/08, jithesh <[E

Re: [appfuse-user] Appfuse 2 SSL switching

2008-01-16 Thread Michael Horwitz
On 1/16/08, chubi <[EMAIL PROTECTED]> wrote: > > > Hi there, > > I searched all over the net for how to configure appfuse use SSL. > The only thing mentioned there is adding addresses that should use SSL > switching in security.xml. > Nothing mentioned on how to get certificate,store keys, ect. > E

RE: [appfuse-user] 2.0.1 jpa issue

2008-01-16 Thread Christophe Thiebaud
jpa (as documented in http://appfuse.org/display/APF/Using+JPA,) I have a zip file containing both 2.0 (OK) and 2.0.1 (NOK) samples but the mail server does not accept it (~300k). How could I share it ? Issuing a jira ? thanks Christophe -Original Message- From: Matt Raible [mailto:[EM

Re: [appfuse-user] Doubt on acegi

2008-01-16 Thread Michael Horwitz
On 1/16/08, jithesh <[EMAIL PROTECTED]> wrote: > > > hi Guys, > > I am working with appfuse 1.9.0. while verifying the source code i > found a variable in loginForm.jsp > called 'param.error' . What this value holds? Can any one give some > explanation on this? In security.xml the authent

[appfuse-user] Appfuse 2 SSL switching

2008-01-16 Thread chubi
Hi there, I searched all over the net for how to configure appfuse use SSL. The only thing mentioned there is adding addresses that should use SSL switching in security.xml. Nothing mentioned on how to get certificate,store keys, ect. Even I can't notice https when getting in supposedly secured p

[appfuse-user] Doubt on acegi

2008-01-16 Thread jithesh
hi Guys, I am working with appfuse 1.9.0. while verifying the source code i found a variable in loginForm.jsp called 'param.error' . What this value holds? Can any one give some explanation on this? Thanks and regards Jithesh -- View this message in context: http://www.nabble.com/D

Re: [appfuse-user] Location of Controller and Service packages in Modular Spring MVC

2008-01-16 Thread os57741
Matt, I discovered how to solve the problem. After having put the Controller and its Test in the web module one should run from the project root mvn again. After that has run you can go to the web module and the PersonControllerTest and jetty:run-war will build successfully and the sample applica