Search:

Type: Posts; User: juanignaciosl; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    5,885

    Spring has "abducted" Acegi, making it part of...

    Spring has "abducted" Acegi, making it part of the framework. Just forget acegi, Spring Security is the same with another name, and the supported one. Acegi is going to be discontinued.
  2. FYI here's also server.policy application...

    FYI here's also server.policy application configuration (it's quite important at SJSAS, since by default it's much more restrictive than Tomcat):


    // Hay que aņadir esto al server.policy
    grant...
  3. Security Configuration

    Security Configuration

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
    "http://www.springframework.org/dtd/spring-beans.dtd">

    <beans>

    <bean...
  4. I don't think it's a matter of configuration,...

    I don't think it's a matter of configuration, since it works for a while, but here they are:
    web.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"...
  5. Some more blocked threads: Thread 9490:...

    Some more blocked threads:


    Thread 9490: (state = BLOCKED)
    - java.lang.Class.forName0(java.lang.String, boolean, java.lang.ClassLoader) @bci=0 (Compiled frame; information may be imprecise)
    -...
  6. This is the relevant jStack log: A blocked...

    This is the relevant jStack log:

    A blocked thread (I'll also post some more):

    Thread 9494: (state = BLOCKED)
    - java.lang.Class.forName0(java.lang.String, boolean, java.lang.ClassLoader)...
  7. Spring Security makes SJSAS 8.1 (Enterprise) hang

    Hello,

    I'm having a really serious and strange problem. It was present with Acegi and it remains at Spring Security 2.0.2.

    We have a JSF application secured with it. It uses a CAS mechanism to...
  8. Replies
    3
    Views
    870

    Those are values needed at the database just...

    Those are values needed at the database just read-only, they won't change.
  9. Replies
    3
    Views
    870

    Database initialization

    I'd like to use Java constants (public static final) to be able to make comparisions like myProcess.getState.equals(ProcessState.CLOSED), but I'd also like them to be in the database. In my example,...
  10. Replies
    2
    Views
    959

    Acegi in Sun Application Server 8?

    Has anybody managed to make Acegi work on Sun Application Server 8? I have configured it to make authentication with a CAS server, but it throws an exception after authenticating. This is an example:...
  11. Cannot find operation (...) none defined

    I'm trying to connect to Microsoft Project Server through its webservice, but my test case throws the following exception:


    javax.xml.rpc.JAXRPCException: Cannot find operation: readProjectTeam...
  12. I'm having the same problem. Did you find a...

    I'm having the same problem. Did you find a workaround?
  13. Replies
    0
    Views
    752

    Slow developing workflow

    I'm starting with the whole JSF + Ajax + Spring + Hibernate pack at work, and I find a problem: developing this way forces me to redeploy VERY frecuently: too many configuration xmls :-\

    Every...
Results 1 to 13 of 13