There is a settings.xml file each user can configure for themselves. It
lives in ~/.m2/settings.xml (~ is the user's home directory). Each user can
configure their own usernames/passwords in here as properties, and no need
to check them in! You can refer to the properties set in the settings.xml i
You need to configure the link address in security.xml - look for the bean
called filterInvocationInterceptor. In its configuration add a line for each
link address you want to secure. Make sure you add each line before the last
one:
/**/*.html*=ROLE_ADMIN,ROLE_USER
On the left goe
1.9.4 was released a year ago - way before Tomcat 6 was released. They
moved common/lib to lib. You should be able to find/replace to fix the
problem.
Matt
On 10/5/07, Ashkan Roshanayi <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I want to create a new jsf flavor project with appfuse 1.9.4 but it f
Google for "maven profiles".
On 10/6/07, gommo <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm still getting used to maven2 as well as just finding Appfuse. I've
> created a test jsf app with appfuse and overridden the database settings to
> use postgres (in parent pom.xml).
>
> However, my question i
When you run "ant setup-tomcat" in AppFuse 1.x, this JAR (and others)
are copied into Tomcat's classpath.
Matt
On 10/6/07, Rob Hills <[EMAIL PROTECTED]> wrote:
> Hi Again,
>
> On 6 Oct 2007 at 16:49, Rob Hills wrote:
>
> > I have an appfuse 1.8 app that I'm trying to get running on a Tomcat
> se
Criteria Query is pretty good for this.
http://www.hibernate.org/hib_docs/reference/en/html/querycriteria.html
- Original Message
From: soussou97 <[EMAIL PROTECTED]>
To: users@appfuse.dev.java.net
Sent: Saturday, October 6, 2007 7:38:55 AM
Subject: [appfuse-user] Which design pattern
There is no stripes implementation of AppFuse - only AppFuse Light.
On 10/5/07, Daryl Handley <[EMAIL PROTECTED]> wrote:
> Is there a stripes archetype for appfuse 2.0 ? I tried
> appfuse-basic-stripes and it couldn't find it. Or do I just use appfuse
> lite instead ?
>
> TIA
> Daryl
>
>
Hi;
I would like to implement an search algorithm which use many conditions
(search criteria).
For Example
Begin :
If criteria A && B are OK => if criteria C is OK => etc...
Else criteria D && F are OK => if criteria C is OK => etc...
Else etc...
which design pattern or another design correspo
Hi,
I'm still getting used to maven2 as well as just finding Appfuse. I've
created a test jsf app with appfuse and overridden the database settings to
use postgres (in parent pom.xml).
However, my question is, what is the best way for different developers to go
about setting their username, pas
Hi Again,
On 6 Oct 2007 at 16:49, Rob Hills wrote:
> I have an appfuse 1.8 app that I'm trying to get running on a Tomcat server
> against a Postgres
> database, and I'm trying to find a simple way to get rid of the dreaded
> "NoClassDefFoundError: javax/transaction/TransactionManager" excepti
Hi All,
I have an appfuse 1.8 app that I'm trying to get running on a Tomcat server
against a Postgres
database, and I'm trying to find a simple way to get rid of the dreaded
"NoClassDefFoundError: javax/transaction/TransactionManager" exception.
I understand this is caused by the absence of a
11 matches
Mail list logo