Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,083

    Put Spring 2.5.5 in Tomcat 6 $Catalina/lib

    We have 10 webapps using Spring 2.5.5 + Hibernate 3.3.3 + ZK 3.6.1.

    So, is there any problem if we put Spring 2.5.5 in Tomcat 6 $Catalina/lib to be available to all 10 webapps?

    Just to sit, We...
  2. You are welcome :)

    You are welcome :)
  3. I would suggest to you look at spring...

    I would suggest to you look at spring documentation "org.springframework.security.vote.AffirmativeBased" and "allowIfAllAbstainDecisions":


    <bean id="accessDecisionManager"...
  4. Alo Jerry, siga a minha explicação, até porque no...

    Alo Jerry, siga a minha explicação, até porque no último post eu coloquei o applicationContext.xml completo, siga o post (este mesmo) e veja as últimas páginas
  5. Using new namespace

    Using new namespace



    <?xml version="1.0" encoding="UTF-8"?>

    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  6. Improvement

    replace the old bean databaseObjectDefinitionSource to be:


    <bean id="databaseObjectDefinitionSource" class="org.springframework.security.intercept.web.DefaultFilterInvocationDefinitionSource"...
  7. Replies
    8
    Views
    1,351

    Thanks Marten,

    Thanks Marten,
  8. Replies
    5
    Views
    2,514

    MY SOLUTION:...

    MY SOLUTION: http://forum.springframework.org/showthread.php?t=56615
  9. MY SOLUTION:...

    MY SOLUTION: http://forum.springframework.org/showthread.php?t=56615
  10. package com.nemada.gescarga.util; public class...

    package com.nemada.gescarga.util;

    public class RequestKey {
    private String url;
    private String method;

    public RequestKey(String url) {
    this(url, null);
    }
  11. 3. JavaBeans: package...

    3. JavaBeans:

    package com.nemada.gescarga.util;

    import java.util.Arrays;
    import java.util.Collection;
    import java.util.Collections;
    import java.util.HashMap;
    import java.util.HashSet;...
  12. 2. XML ...

    2. XML

    <?xml version="1.0" encoding="UTF-8"?>

    <!--
    - Application context containing authentication, channel security and web URI beans.
    -->

    <beans...
  13. My Solution

    I am using Spring with Hibernate and ZK Framework (www.zkoss.org)

    1. DATABASE
    CARGO = ROLE
    create table CARGO (
    ID numeric(18, 0) identity(1,1),
    NOME varchar(100) unique not null,
    SITUACAO...
  14. Replies
    8
    Views
    1,351

    So, in @Repository @Transactional it means...

    So, in
    @Repository
    @Transactional

    it means that I must remove @Transactional in DAO and take it to Service

    And @Repository where should it be? in DAO or in Service?
  15. Thanks. I have made in same way old acegi...

    Thanks.

    I have made in same way old acegi work, declaring all beans and implement DatabaseObjectDefinition. It is working, but I am not happening with it.

    What about if you write an complete...
  16. Replies
    5
    Views
    2,514

    IMOH, I think if search this forum you will found...

    IMOH, I think if search this forum you will found a lot of question regard same matter.

    On the other side, an really big enterprise applications the access and roles come from database, isn't it!?...
  17. Please, I know it is possible to do. But, I am...

    Please, I know it is possible to do. But, I am still not understand how to do.

    Can you show me your "spring security xml configuration" and your bean implementation of...
  18. It is the same question:...

    It is the same question: http://forum.springframework.org/showthread.php?t=56615

    It is strange that no answer until now!

    In old acegi security it was possible to do such think.

    Actual there...
  19. Can you please explain in more detail what is...

    Can you please explain in more detail what is ApplicationFeature, Feature and Application in context of your application?

    What getCustomFid() should do?

    Please show me too the spring security...
  20. Replies
    7
    Views
    4,618

    OK. Thanks. Now I know our to complete deal...

    OK. Thanks.

    Now I know our to complete deal with XFire. I learned it.

    For all: You may not send code to people, but could post working code and idea to people.

    Cheers,

    Marcos de Sousa
  21. Thanks, it had been solved. But, the link was...

    Thanks, it had been solved.
    But, the link was very helpfully.


    Regards,

    Marcos de Sousa
  22. Replies
    7
    Views
    4,618

    Could you send me an example of xfire web service...

    Could you send me an example of xfire web service and an client consuming the web service? Please send me your code to sousa1981 AT yahoo DOT com DOT br.

    Regards,

    Marcos de Sousa
  23. Replies
    4
    Views
    1,482

    Could some provide code example, showing how to...

    Could some provide code example, showing how to consome an external web service made with spring and Xfire.
    I have Unit test to test my web service. And every thing is OK.

    Complete Working...
  24. To avoid is simple I can make it like...

    To avoid is simple I can make it like @ManyToMany(fetch = FetchType.EAGER) take it eagered, I think it is what getHibernateTemplate().initialize(employee); do

    Maybe the answer I will live with is...
  25. Replies
    2
    Views
    2,183

    Look at...

    Look at http://forum.springframework.org/showthread.php?t=39446&highlight=jndi

    Regards,

    Marcos de Sousa
Results 1 to 25 of 30
Page 1 of 2 1 2