Hi Roland,
just to be clear: I wanna inject objects from the container into objects that are not managed.
For example I wann inject the preferenceService, which is managed by the container into...
Type: Posts; User: jeckyll; Keyword(s):
Hi Roland,
just to be clear: I wanna inject objects from the container into objects that are not managed.
For example I wann inject the preferenceService, which is managed by the container into...
So nobody has any idea about this? Maybe I didn't explain myself correctly: I want to inject spring managed objects into non spring managed objects. I guess it's like the autowiring thing but I also...
It's on the first page of the springactionscript website: http://www.springactionscript.org/
<repositories>
...
<repository>
<id>yoolab.org-releases</id>
...
Hi folks,
as I move further through my app and use the Operation API and the EventBus stuff I recognize that there's no logging inside of the EventBus class. I also looked into the sources of the...
Hello Forum,
since I'm kind of new to Spring itself I'm trying to use a Spring managed Object inside a class that is not managed by Spring.
I don't even know if this is possible, so excuse me...
Hey Jeremy, thanks for the tip. The problem was, that I applied my applicationContext to the DispatcherServlet as init-param. So it tried to wire up everything two times. For now i'm giving it an...
Since I'm deploying as root web application I suppose I don't need a context.
Ok, where's the dispatcher Servlet in my web.xml? When I followed the instructions I inserted the DispatcherServlet...
Ok, I used Charles now to track down some more information while the connection fails. The connection is refused. For me it means, that jetty is refusing the connection from the flex app.
Any...
Hi Spring Forum,
some things first: I used the search but didn't really get good answers to my problem. Second I'm kinda new to spring but I just want to try the blazeds integration since my...