Hey guys,
Over the years I've been constantly annoyed by a recurring issue I
face: domain objects that start simple (ex: User) mapped to a
similarly simple table (ex: users, roles, etc). As feature creep sets
in, the User grows bigger and more complex. The perfect example is
this:
Event (like a c
Hello guyz..
I am using appfuse 1.9.4 for my web development. As a non admin
user, it is not allowing me to add a new user (usermanager.saveUser). Only
admin user can do the opeartion. How can i enable others users to allow this
operation.
Thanks
Jithesh
--
View this message in cont
I have three users(roles) in application 'Admin', 'Super' and 'userrole'. I
can successfully add a user to my application through signup action with
either 'admin' or 'super' role user. But if i tried (with 'userrole') to add
new user it fails. I am getting access denied message for
usermanager.s
Modify UserSecurityAdvice.java.
Matt
On Thu, Nov 13, 2008 at 6:05 AM, jithesh <[EMAIL PROTECTED]> wrote:
>
>
> I have three users(roles) in application 'Admin', 'Super' and 'userrole'. I
> can successfully add a user to my application through signup action with
> either 'admin' or 'super' role us
Hi,
I am using AppFuse Modular Struts 2 Archetype. The war file I have
generated deploys fine on jetty and tomcat, but when I try to deploy in
OC4J 10.1.3.4 I get a problem.
I have already attempted some of the older posts I have seen related to this
problem, including:
1) Excluding toplink
Hi Robert
I'd do is trying to introduce domain driven design concepts into the
domain model. In that regards, try to introduce aggregation of objects
whereby you define a root object with a set of expo
Robert Campbell wrote:
Hey guys,
Over the years I've been constantly annoyed by a recurr
Hi Robert
What I try to do is create aggregation of objects with value objects and
entities and create repositories that would give me all information
related to specific relationships. am sorry if it sounds vague, but u
might take a look at Domain Driven Design for your domain model.
hth
Pat
I use AppFuse 2.0.2, Struts 2 Basic.
In menu-config.xml,I add a menu with menu items:
In menu.jsp, I add the "SettingsMenu":
...
When I
Hai Matt,
* when I am doing Mvn appfuse:full-source Its shows some error at..*
FATAL ERROR:
INFO: null
Illegal charcter in path index at 18:C:\Documents and
Settings\XPPRESP3\.m2\repository\org\apache\ant\ant\1.7.0
But I changed the M2_HOME according to ur suggestions ..but its still i got
s