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...
Type: Posts; User: feldmani; Keyword(s):
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...
You may try using the IInitiatingObject interface instead of an init method.
you need to implement
public void afterPropertiesSet():void
hi
spring actionscript release depends on
<dependency>
<groupId>org.as3commons</groupId>
<artifactId>as3commons-lang</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>external</scope>...
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...
hi,
I keep getting 503 - Service not available http response when trying to access the maven repository
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...
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...
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...
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...
I tried to build the trunk.
When building the trunk i keep getting the error:
[compc]...