Search:

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

Search: Search took 0.04 seconds.

  1. Your class must extend...

    Your class must extend AbstractItemCountingItemStreamItemReader.

    See the javadoc of AbstractItemCountingItemStreamItemReader for more info.
  2. Here is my implementation of jumpToItem(int...

    Here is my implementation of jumpToItem(int itemIndex)


    @Override
    protected void jumpToItem(int itemIndex) throws Exception {
    for (int i = 0; i < itemIndex; i++) {...
  3. Pay attention that the implementation of...

    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...
  4. Done:...

    Done: https://jira.springframework.org/browse/FLEX-172
  5. Yes, It would be nice if NaN was returned instead...

    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...
  6. Thanks for your response ! Indeed, I just did...

    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...
  7. Jeremy, I've uploaded the sources. There are...

    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...
  8. I'll post the code tomorrow (sample webapp)....

    I'll post the code tomorrow (sample webapp). Thanks.
  9. Yes, I've call the remote method with a newly...

    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.
  10. Jeremy, I'm using the Jan 11 02:01:36 GMT...

    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...
  11. How do you access the properties ? I don't...

    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)
  12. For maven :...

    For maven : http://blog.springsource.com/2009/12/02/obtaining-spring-3-artifacts-with-maven/
  13. Yes, in the Spring Source Maven repository or...

    Yes, in the Spring Source Maven repository or http://static.springsource.org/downloads/nightly/snapshot-download.php?project=SPR
  14. Fixed in 3.0.2 ...

    Fixed in 3.0.2
    https://jira.springsource.org/browse/SPR-6871
  15. Replies
    2
    Views
    3,963

    Hava a look in the distribution samples...

    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 :...
  16. Replies
    2
    Views
    567

    You have to replace or update the object you...

    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...
  17. The first think you need to do is to learn Flex...

    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,...
  18. Replies
    5
    Views
    4,668

    If you want to alert the client when the session...

    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 : ...
  19. Did you had a look at...

    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>
    ...
  20. Can you provide debug level logs for...

    Can you provide debug level logs for org.springframework.* packages ?
  21. Replies
    1
    Views
    2,225

    (This is related to BlazeDS, not BlazeDS...

    (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...
  22. Replies
    4
    Views
    1,024

    have you try this :...

    have you try this : http://forum.springsource.org/showthread.php?t=66278

    This fix the problem for me.
  23. Dynamic extraction of the saop port of a WSDL

    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...
Results 1 to 23 of 24