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...
Type: Posts; User: ricsouzamoura; Keyword(s):
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...
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...
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...
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...
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 ?
...
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...
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...
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...
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...
When I do something like this:
<bean id="orclProducerService" class="org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean"
lazy-init="true" >
<property...