Hello,
We use Sybase as our DB and since sybase did not provide a feature for sequences, we create a a custom table to hold sequences for different fields and we use DataFieldMaxValueIncrementer...
Type: Posts; User: saketh; Keyword(s):
Hello,
We use Sybase as our DB and since sybase did not provide a feature for sequences, we create a a custom table to hold sequences for different fields and we use DataFieldMaxValueIncrementer...
Well, I am trying to use existing jars (that have spring beans) in my non spring application. So for e.g. the Jar file has a custom DAO (with a property of AbstractDataFieldMaxValueIncrementer and...
So if we have to instantiate our custom class that extends springs "JndiObjectFactoryBean" class and this JndiObjectFactoryBean class has a dependency on...
Hello,
We have a non spring application which uses some support jars (the code in the jars are spring beans). For e.g., we have a Custom DAO that extends JdbcDaoSupport and uses...
The adpater I am using
<bean id="endpointAdapter" class="org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter">
<constructor-arg ref="jaxb2Marshaller"/>
</bean>
...
Thanks. But this just is a traditional jsp with no Action class like a header.jsp and also I am using Spring 2.5.6.
Were you able to resolve this? I need to read properties in my jsp and looking for a solution.