Your class must extend AbstractItemCountingItemStreamItemReader.
See the javadoc of AbstractItemCountingItemStreamItemReader for more info.
Type: Posts; User: thomasvst; Keyword(s):
Your class must extend AbstractItemCountingItemStreamItemReader.
See the javadoc of AbstractItemCountingItemStreamItemReader for more info.
Here is my implementation of jumpToItem(int itemIndex)
@Override
protected void jumpToItem(int itemIndex) throws Exception {
for (int i = 0; i < itemIndex; i++) {...
Pay attention that the implementation of MultiFragmentStaxEventItemReader does not support restart. jumpToItem is not overridden and the implementation provided by StaxEventItemReader is based on the...
Done: https://jira.springframework.org/browse/FLEX-172
Yes, It would be nice if NaN was returned instead of null for Numeric types.
SpringPropertyProxy.getValue(Object instance, String propertyName) could do an extra check before returning null in...
Thanks for your response !
Indeed, I just did a test with the debugger and the @Embeddable are not returned by the SessionFactory.getAllClassMetadata() method. This explain why the Number...
Jeremy, I've uploaded the sources. There are located here: https://bitbucket.org/tva/test/src
From what I can see in the code, it seems that the NumberConverter is only registered if hibernate is...
I'll post the code tomorrow (sample webapp). Thanks.
Yes, I've call the remote method with a newly instantiated 'Foo' (no view binding / no object manipulation) and the Number properties in the AS3 'Foo' class are not instantiated in the class code.
Jeremy,
I'm using the Jan 11 02:01:36 GMT 2011 build and it doesn't seams to work all the time.
I've a 'Foo' object with 4 properties: a Float, a Double, an Integer and a Long. After...
How do you access the properties ?
I don't have any problem using :
@Value("${settings.some.property}")
(I'm using multiple locations in the PropertyPlaceholderConfigurer)
For maven : http://blog.springsource.com/2009/12/02/obtaining-spring-3-artifacts-with-maven/
Yes, in the Spring Source Maven repository or http://static.springsource.org/downloads/nightly/snapshot-download.php?project=SPR
Fixed in 3.0.2
https://jira.springsource.org/browse/SPR-6871
Hava a look in the distribution samples (https://src.springframework.org/svn/spring-flex/tags/spring-flex-1.0.1.RELEASE/spring-flex-samples/) for a valid web.xml :...
You have to replace or update the object you saved after the remote call using the remote call result.
You should read the BlazeDS Developer Guide...
The first think you need to do is to learn Flex ;)
http://www.adobe.com/devnet/flex/videotraining/
For your solution, you could dispatch an event containing the user data in the form component,...
If you want to alert the client when the session has expired, you have to configure a Messaging Service on the server side and a consumer on the client side.
Have a look here : ...
Did you had a look at http://static.springsource.org/spring-flex/docs/1.0.x/reference/html/ch02s04.html ?
I've smething like :
web.xml
<servlet-mapping>
...
Can you provide debug level logs for org.springframework.* packages ?
(This is related to BlazeDS, not BlazeDS integration)
There is no solution because Actionscript Number cannot be null.
Have a look at for more infos :
https://bugs.adobe.com/jira/browse/BLZ-305...
have you try this : http://forum.springsource.org/showthread.php?t=66278
This fix the problem for me.
Dear all,
is there a way to configure the defaultUri property of a WebServiceTemplate using the uri of a WSDL instead of directly providing the uri of the endpoint ?
Our WSDL is located in a...