Search:

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

Search: Search took 0.02 seconds.

  1. No responses? I would really like to use the...

    No responses?

    I would really like to use the 0.9-SNAPSHOT release b/c I am in dire need of an EventBus, but it is un-usable since I cannot properly figure out how to now use MXMLApplicationContext...
  2. Replies
    4
    Views
    1,914

    I was able to work around this by adding the...

    I was able to work around this by adding the following explicit compile scope dependencies:



    <dependency>
    <groupId>org.as3commons</groupId>
    <artifactId>as3commons-lang</artifactId>...
  3. Replies
    9
    Views
    2,584

    Confirmed that this issue still exists for both...

    Confirmed that this issue still exists for both 0.8.1 and 0.9-SNAPSHOT releases.

    It does work for me if I explicitly import the package namespace like this:


    ...
  4. asdoc MXMLApplicationContext version confusion

    Hi, I'm trying to move to 0.9-SNAPSHOT releases temporarily -- hoping the official 0.9 release is out soon.

    When I did that, I noticed that MXMLApplicationContext moved from
    ...
  5. Thread: 0.9 release?

    by zenocon
    Replies
    5
    Views
    1,435

    0.9 release?

    Hi, the release page http://www.springactionscript.org/changes-report.html indicates that 0.9 was released back in september, but it is not in the maven releases repo. Is it officially released? Is...
  6. Replies
    4
    Views
    1,914

    Hi Martino -- see below the output from mvn...

    Hi Martino -- see below the output from mvn project-info-reports:depenencies. I think the problem may be that as3commons is scoped as a transitive runtime dependency, not compile. If I import this...
  7. Replies
    4
    Views
    1,914

    org.as3commons.lang woes

    Hi, I pulled in sas3 0.8.1 via the maven repo, and it won't compile for me on the command line with flexmojos. It seems to be missing some as3commons types, but these are pulled in as transitive...
  8. Error while instantiating class [class Event]

    Hi, I'm using 0.8.1 release with Flex SDK 3.2. This error seems benign as my objects still get wired, but I get this huge stack trace when the context loads. Is this a problem..is there a...
  9. Replies
    0
    Views
    975

    FileUpload ProgressListener

    Hi, I wrote a class that extends MultiActionController for the purposes of file uploads. The reason I used MultiActionController is that the controller will have multiple tasks all related to that...
  10. Replies
    2
    Views
    3,248

    ProgressListener & CommonsMultipartResolver

    Hi, I'm building a GWT app that has a file upload feature. I would like to add a progress bar to show the user file upload progress.

    I've read some of the threads in the forum, and I'm able to...
  11. Replies
    6
    Views
    6,282

    Thanks -- I seem to recall trying that, and...

    Thanks -- I seem to recall trying that, and having it return null... which is why I went a different tact. I did not look into why null was returned.
  12. Replies
    6
    Views
    6,282

    I guess I fundamentally misunderstood...

    I guess I fundamentally misunderstood FileInputStream. Apparently it cannot deal with the jar protocol.

    I work around this as... where secret is defined as org.springframework.core.io.Resource
    ...
  13. Replies
    6
    Views
    6,282

    I'll concede that this may not have anything at...

    I'll concede that this may not have anything at all to do with Spring, but I think I'm taking crazy pills. I have tried to simplify this down to the bare minimum to figure out why it is not working....
  14. Replies
    6
    Views
    6,282

    FileNotFoundException class path resource

    Hi, I am getting the following exception ->



    java.io.FileNotFoundException: class path resource [key.ser] cannot be resolved to absolute file path because it does not reside in the file system:...
  15. Hi, I have the same question. The documentation...

    Hi, I have the same question. The documentation / tutorials / API does not mention this at all.

    I have tried something like this. Take the dynamic list of strings and format it as a single...
Results 1 to 15 of 15