hello all,

         I am using new version of appfuse 2.0.2. I need to change User and
Role. I find out that there is no package org.acegisecurity and
org.acegisecurity.userdetails packages in the Lib. This causes error.

         Is the appfuse core classes applicable to appfuse 2.0.1????


[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/es/src/main/java/org/appfuse/model/User.java:[3,24] package
org.acegisecurity does not exist

/home/es/src/main/java/org/appfuse/model/User.java:[4,36] package
org.acegisecurity.userdetails does not exist

/home/es/src/main/java/org/appfuse/model/User.java:[26,62] cannot find
symbol
symbol: class UserDetails
public class User extends BaseObject implements Serializable, UserDetails {

/home/es/src/main/java/org/appfuse/model/Role.java:[13,24] package
org.acegisecurity does not exist

/home/es/src/main/java/org/appfuse/model/Role.java:[27,62] cannot find
symbol
symbol: class GrantedAuthority
public class Role extends BaseObject implements Serializable,
GrantedAuthority {

/home/es/src/main/java/org/appfuse/model/User.java:[164,11] cannot find
symbol
symbol  : class GrantedAuthority
location: class org.appfuse.model.User

/home/es/src/main/java/org/appfuse/model/User.java:[165,33] cannot find
symbol
symbol  : class GrantedAuthority
location: class org.appfuse.model.User

/home/es/src/main/java/org/appfuse/model/User.java:[320,8] cannot find
symbol
symbol  : class GrantedAuthority
location: class org.appfuse.model.User

Thanks,
Greenhorn
-- 
View this message in context: 
http://www.nabble.com/Regarding-Appfuse-core-classes-tp17355781s2369p17355781.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to