Search:

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

Search: Search took 0.01 seconds.

  1. It was happening with me too, but I perceived...

    It was happening with me too, but I perceived that both librarys was being used by maven. It was happening because two of my libraries has a dependency to this version of xerces. Im my case the...
  2. Replies
    5
    Views
    1,557

    Ok... I understood now. When I use Acegi, it...

    Ok... I understood now.
    When I use Acegi, it make a redirect to https using the class RetryWithHttpsEntryPoint
    a piece of javadoc is bellow:

    "public class RetryWithHttpsEntryPoint extends Object...
  3. Replies
    5
    Views
    1,557

    Everything works without https. It could be a...

    Everything works without https. It could be a wrong configuration or a bug in Acegi... I will read more about to see if I get the reason...
    Thank you very much by the tip...
    When I have a answer...
  4. Replies
    5
    Views
    1,557

    Unfortunatelly it doesn't work too. When I use...

    Unfortunatelly it doesn't work too.
    When I use GET everything works well, but POST....
    I will try to show you how is my application.

    It is a shopping cart to a e-commerce application.
    I have a...
  5. Replies
    5
    Views
    1,557

    start-state POST

    My start-state is a class that extends AbstractAction.
    When I send request parameters by get it works well, but when I send request parameters by POST it don't works.

    There is some diference ?
    ...
  6. Replies
    5
    Views
    7,388

    Unfortunaly I erased the stack trace and correct...

    Unfortunaly I erased the stack trace and correct my problem using a variable.
    But the source code from OGNL show me why it happend. To me it is a BUG, but...
    the OGNL handle the 'F' as a character...
  7. Replies
    5
    Views
    7,388

    decision-state

    Hi Folks
    I have been trying to use the element <decision-state>, but I have had some problems.
    At the bigining I was get a error. But reading the forum I have discovered thar I needed put the...
  8. Data size bigger than max size for this type

    This error occurs when I use setString in JDBC because there is a restriction of data size: 4000 bytes
    I am using SqlUpdate to insert a registry in the database and the setters method are implicit...
  9. Replies
    1
    Views
    962

    MappingSqlQuery Connection

    I am using MappingSqlQuery to execute a query, but inside the method
    protected Object mapRow(ResultSet rs, int rownum) that I need to implement, I would like to get the same Connection that created...
  10. SimpleRemoteStatelessSessionProxyFactoryBean

    When I do something like this:

    <bean id="orclProducerService" class="org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean"
    lazy-init="true" >
    <property...
Results 1 to 10 of 10