getting there ... i fixed all tests (most problems where
manager.save(obj) => obj=manager.save(obj) )
but now i have a problem with
1)
the security.
i had
<bean id="filterInvocationInterceptor"
class="org.acegisecurity.intercept.web.FilterSecurityInterceptor">
<property name="authenticationManager" ref="authenticationManager"/>
<property name="accessDecisionManager" ref="accessDecisionManager"/>
<property name="objectDefinitionSource">
<value>
PATTERN_TYPE_APACHE_ANT
/activeUsers.*=ROLE_ADMIN
/clickstreams.jsp*=ROLE_ADMIN
/flushCache.*=ROLE_ADMIN
/passwordHint.html*=ROLE_ANONYMOUS,ROLE_ADMIN,ROLE_USER,company
/reload.*=ROLE_ADMIN
/signup.html*=ROLE_ANONYMOUS,ROLE_ADMIN,ROLE_USER
/users.html*=ROLE_ADMIN,company
/**/*.html*=ROLE_ADMIN,ROLE_USER
</value>
</property>
</bean>
some thing like that. but i can't get the integration test working if i
will not remove my own roles from above part.
2)
and signup will not work:
Signup:
[INFO] [talledLocalContainer] [topnet] ERROR [http-8081-Processor22]
[default].invoke(250) | Servlet.service() for servlet default threw
exception
[INFO] [talledLocalContainer] java.lang.NoSuchMethodError:
org.appfuse.service.UserManager.saveUser(Lorg/appfuse/model/User;)V
[INFO] [talledLocalContainer] at
org.appfuse.webapp.action.SignupAction.save(SignupAction.java:77)
[INFO] [talledLocalContainer] at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] [talledLocalContainer] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
any ideas?
thanks,
tibi
tibi wrote:
ok what happend was that with running
mvn install eclipse:eclipse
some tests failed and eclipse did not got updated.
after running:
mvn -Dmaven.test.skip=true clean install eclipse:eclipse
all was fine...
my error ;)
tibi
tibi wrote:
next thing i found was that my eclipse was still pointing to the
appfuse-struts-2.0-m4.warpath.jar and the
appfuse-web-common-2.0-m4.warpath.jar
tibi
tibi wrote:
hi,
isn't it a prerequisite to have maven 2.0.6 for m5?
thanks,
tibi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]