tibi wrote:
ok any help would be great
In decorator pattern matching, order matters. I think it'll use the
first pattern that matches, so make sure your catch-all is listed
*after* the special case deocators.
-Dale
-
To u
ok it seems inpossible to get to html files. when i have this:
/login.jsp
/logout.jsp
/newSubscribe.jsp
/newSubscribe.html
login.jsp is decorated so is logout.jsp and newSubscribe.jsp but not
newSubscribe.html (which is the same file)
g
i keep on digging.
found these are working:
/login.jsp
/logout.jsp
tibi wrote:
> yes i tried that... but it does not help
>
> here it seems it should work fine:
> https://sitemesh.dev.java.net/source/browse/*checkout*/sitemesh/src/example-webapp/WEB-INF/decorators.xml?c
yes i tried that... but it does not help
here it seems it should work fine:
https://sitemesh.dev.java.net/source/browse/*checkout*/sitemesh/src/example-webapp/WEB-INF/decorators.xml?content-type=text%2Fplain&rev=1.6
thanks matt,
tibi
Matt Raible wrote:
> Have you tried /*n*?
>
> On 2/22/08, tib
Have you tried /*n*?
On 2/22/08, tibi <[EMAIL PROTECTED]> wrote:
> ok any help would be great
>
> i don't understand the decorator :(
> i have this:
>
>
>
> /*
>
>
>
> any page is decorated
> this works to:
>
>
> *
>
>
> will not mach a page with a 'n' in it
ok any help would be great
i don't understand the decorator :(
i have this:
/*
any page is decorated
this works to:
*
will not mach a page with a 'n' in it (which i expect)
*n*
how can i select only 1 page???
thanks
tibi
tibi wrote:
>
This is a bug that should be fixed.
http://issues.appfuse.org/browse/APF-794
On 2/22/08, Kropp, Henning <[EMAIL PROTECTED]> wrote:
> It's a Hibernate Exception:
>
> Invocation of init method failed; nested exception is
> org.hibernate.AnnotationException: Use of @OneToMany or @ManyToMany
> tar
I think it's possible if you use Acegi's Remember Me feature (which is
cookie based by default). You could override the default class and set
the cookie on the root (/) instead of the contextPath - that should
solve the problem.
Matt
On 2/22/08, rovi75 <[EMAIL PROTECTED]> wrote:
>
> Hi Matt,
>
Hi Matt,
Yes each application is currently mapped to the same database of users and
roles: I'd like to know if there's a way to get username and password from
the user a single time ( and authenticate him against the database or LDAP)
and then let him navigate through the different applications
Michael Horwitz wrote:
> On 22/02/2008, Derek Broughton
> <[EMAIL PROTECTED]> wrote:
>>
> Do you have a model class called Transaction? If so it may have created an
> entry for a bean in the Spring files called "transactionManager". You will
> need to change this by hand.
Damn you're good! I do.
Yes, Matt. After calling save (merge), I checked the database, the newly
modified the users are there in the database. I did not check the
multiple browsers. I'll let you know soon.
QD
-Original Message-
From: Matt Raible [mailto:[EMAIL PROTECTED]
Sent: Friday, February 22, 2008 12:09 P
yes thougth about that... if thats the prefferd way of doing such a
thing is can use that.
i'm used to tiles but this will work to
thanks
tibi
Dale Newfield wrote:
> tibi wrote:
>> what is the appfuse way of making a jsp part wich i can use on more
>> pages?
>
> Are you looking for
> http://jav
On 22/02/2008, Derek Broughton <[EMAIL PROTECTED]> wrote:
>
> Michael Horwitz wrote:
>
> > On 22/02/2008, Derek Broughton
> > <[EMAIL PROTECTED]> wrote:
> >>
> >>
> >>2.0.1
> >>2.5
> >>
> >>
> >>1.1.0
> >>2.0
> >>4.4
> >>2.4
> >>
It's a Hibernate Exception:
Invocation of init method failed; nested exception is
org.hibernate.AnnotationException: Use of @OneToMany or @ManyToMany
targeting an unmapped class ..
Found a thread in the archive of this mailing list, that helped me. It's
that I have 2 hibernate.cfg.xml one in
You need to look in target/surefire-reports for *UserDaoTest.txt to
find the error.
Matt
On 2/22/08, Kropp, Henning <[EMAIL PROTECTED]> wrote:
> I can't use -Dsurefire.useFile=false, because:
>
> [INFO] Invalid task '.useFile=false': you must specify a valid lifecycle
> phase, or a goal in the
I can't use -Dsurefire.useFile=false, because:
[INFO] Invalid task '.useFile=false': you must specify a valid lifecycle
phase, or a goal in the format plugin:goal or
pluginGroupId:pluginArtifactId:pluginVersion:goal
But runnig mvn test -Dtest=UserDaoTest gives the following result:
-
I don't know if underscores are allowed in package names. You might
also verify that the fully-qualified class name is correct.
Matt
On 2/13/08, Leo Barrientos C. <[EMAIL PROTECTED]> wrote:
> Yes "bloqueDao" is defined in
> src/main/webapp/WEB-INF/applicationContext.xml
>
> Also, if i delete th
Yes.
http://issues.appfuse.org/browse/APF-897
Patches welcome. ;-)
Matt
On 2/13/08, bmoraillon <[EMAIL PROTECTED]> wrote:
>
> Hi,
> Do you plan to build an appfuse-ws archetype with enunciate maven plugin
> embedded ?
>
>
> --
> View this message in context:
> http://www.nabble.com/appfus
Michael Horwitz wrote:
> On 22/02/2008, Derek Broughton
> <[EMAIL PROTECTED]> wrote:
>>
>>
>>2.0.1
>>2.5
>>
>>
>>1.1.0
>>2.0
>>4.4
>>2.4
>>1.2
>>
>>
>>R_1600
>>
>> Having created my tables, POJOs, actions and t
If you query the database after calling merge - does the change show
up in there? Does it happen in multiple browsers?
Matt
On 2/11/08, Ding, Qin <[EMAIL PROTECTED]> wrote:
> Matt:
>
> Yes, I did.
> getHibernateTemplate().merge(group);
> getHibernateTemplate().flush();
> getHibernateTemplate(
You could modify the mappings for each application so their User and
Role objects read from the same database. Either that, or authenticate
against LDAP. If you decide to use LDAP, you'll want to remove the
User CRUD as it goes against the database and not LDAP.
Matt
On 2/22/08, rovi75 <[EMAIL PR
mvn appfuse:gen -Damp.genericCore=false
You can also change the property in your pom.xml to
be false instead of true (the default).
Matt
On 2/9/08, mmaia <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I used appfuse 1.9.4 to build a project last year. Now I'm trying with
> appfuse 2 and struts 2 mod
What's the error you're seeing from a particular test - UserDaoTest
for example? You can use "mvn test -Dtest=UserDaoTest
-Dsurefire.useFile=false" to see the error in your console.
Matt
On 2/22/08, Kropp, Henning <[EMAIL PROTECTED]> wrote:
> Hi List,
>
> I am new to Appfuse and just installed a
Hi List,
I am new to Appfuse and just installed a fresh Struts2 project with full
source. I really would like my Users to speak languages. Therefor I
created a new model Language like:
@Entity
@Table(name="language")
public class Language extends BaseObject implements Serializable{
private
I am using Appfuse 1.9.4/Mysql/JSF.
I tried to integrate jbpm to my appfuse-based the application. I
followed the instruction at
http://raibledesigns.com/wiki/Wiki.jsp?page=IntegratingJBPMIntoAppFuse.
1. I created jbpm tables in my application database (mysql);
2. I reused the "datasource
On 22/02/2008, Derek Broughton <[EMAIL PROTECTED]> wrote:
>
>
>2.0.1
>2.5
>
>
>1.1.0
>2.0
>4.4
>2.4
>1.2
>
>
>R_1600
>
> Having created my tables, POJOs, actions and tests, starting with a
> Postgres
> database
I'd agree on the use of the FBO in most cases, and as of SpringMVC v1.8 and
and I believe 2.0, hidden fields are required in the page in order to be
bound.
There are of course exceptions to this pattern, e.g. if your domain object
contains a large data field(s) unnecessary for the user to see, i
On 22/02/2008, Sanath <[EMAIL PROTECTED]> wrote:
>
>
> I have a displaytag that needs to have 3 columns and I have applied a URL
> attribute to the first column of the display tag. Other 2 columns doesn't
> have a url attribute. MY PROBLEM IS THAT WITH DISPLAYTAG 1.1.1, WHEN I
> CLICK
> AND COLUMN,
I have a displaytag that needs to have 3 columns and I have applied a URL
attribute to the first column of the display tag. Other 2 columns doesn't
have a url attribute. MY PROBLEM IS THAT WITH DISPLAYTAG 1.1.1, WHEN I CLICK
AND COLUMN, IT GOES TO THAT GIVEN URL. I HAVE THE APPFUSE LIGHT (EQUINOX)
On 22/02/2008, reddeagle9 <[EMAIL PROTECTED]> wrote:
>
>
> I am currently working on a project that has an existing DAO layer in
> place.
> One of the domain models has 20 attributes, but only 10 of these are
> editable via the web. The other 10 are set by back ground processes.
>
> My question to
I am currently working on a project that has an existing DAO layer in place.
One of the domain models has 20 attributes, but only 10 of these are
editable via the web. The other 10 are set by back ground processes.
My question to the group, is what strategy to people take for this.
Currently I r
I guess I'll check out displayTag's External Pagination, which I had seen
before but never looked into. Thanks for the tip!
The other option, implementing my own pagination, I'd rather not deal with.
Anyway, it's only for 1-2 tables, which is exactly what displayTag's help
says that its External
I encountered the same problem and yes implemented pagination myself in my
current project.
On Fri, Feb 22, 2008 at 5:04 PM, syg6 <[EMAIL PROTECTED]> wrote:
>
> I have a table with 150,000 records. When I call this object's
> manager.getAll() it tries to load them all at once. This, of course, ma
On 22/02/2008, syg6 <[EMAIL PROTECTED]> wrote:
>
>
> I have a table with 150,000 records. When I call this object's
> manager.getAll() it tries to load them all at once. This, of course, makes
> my pc crap the bed. I was wondering what my options are.
>
> I suppose one option is to call my own meth
I have a table with 150,000 records. When I call this object's
manager.getAll() it tries to load them all at once. This, of course, makes
my pc crap the bed. I was wondering what my options are.
I suppose one option is to call my own method, instead of getAll(),
getSome(int startRecord, int howM
Hi Matt,
currently there is no sso for the applications in the product suite: every
application still have its own login page.
In the basic scenario I'll have to support at minimum a sso only between the
apps in the .ear (sharing user roles and domain information from a local
database).
In a m
36 matches
Mail list logo