Search:

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

Search: Search took 0.02 seconds.

  1. Reflection API throws Error during beans instantiation

    Hi, I am using spring within an enterprise application.
    Some of our beans gives the following error during instantiation. The beans are still created yet we have a lot of errors in the console when...
  2. Replies
    1
    Views
    1,555

    You are correct

    You may try using the IInitiatingObject interface instead of an init method.
    you need to implement
    public void afterPropertiesSet():void
  3. Replies
    1
    Views
    889

    as3commons-lang release

    hi
    spring actionscript release depends on
    <dependency>
    <groupId>org.as3commons</groupId>
    <artifactId>as3commons-lang</artifactId>
    <version>1.0.0-SNAPSHOT</version>
    <scope>external</scope>...
  4. Replies
    7
    Views
    2,547

    Adding the sources as artifacts

    Hi,
    I think it will be great if you could also deploy a file including the sources of each release to the maven repository (I don't know if there is a standard in action script - in java it is a...
  5. Replies
    7
    Views
    2,547

    503 response when trying to access the maven repository

    hi,
    I keep getting 503 - Service not available http response when trying to access the maven repository
  6. Replies
    1
    Views
    1,163

    Supporting parent context

    Hi,
    are you planning to support parent contexts (same as JAVA spring).

    context = new ApplicationContext(location,parentContext)

    this will enable the modularity of an application and the...
  7. Using a context compiled in a swf when working with a remote server

    I have a flex application. I compiled my swf with an context.xml in the same folder as the Application mxml.
    Here is the code i am using after application complete.

    _appContext = new...
  8. Thread: Autowiring

    by feldmani
    Replies
    3
    Views
    1,005

    When trying to build with maven i keep getting...

    When trying to build with maven i keep getting the following error:
    [WARNING] Unable to get resource 'com.agilejava.docbkx:docbkx-maven-plugin:pom:2.0.7' from repository fna-repository...
  9. Thread: Autowiring

    by feldmani
    Replies
    3
    Views
    1,005

    Autowiring

    Hi,
    I saw that the autowiring code is committed to the trunk, yet it is not available in 0.71. is there a way to get a snapshot of the trunk? i tried to download it but the libs folder is not up to...
  10. Replies
    1
    Views
    796

    Building the trunk issue

    I tried to build the trunk.
    When building the trunk i keep getting the error:
    [compc]...
Results 1 to 10 of 10