Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,123

    Hi Roland, just to be clear: I wanna inject...

    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...
  2. Replies
    4
    Views
    1,123

    So nobody has any idea about this? Maybe I didn't...

    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...
  3. Replies
    1
    Views
    975

    It's on the first page of the springactionscript...

    It's on the first page of the springactionscript website: http://www.springactionscript.org/



    <repositories>
    ...
    <repository>
    <id>yoolab.org-releases</id>
    ...
  4. Replies
    2
    Views
    901

    No Logging in the EventBus?

    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...
  5. Replies
    4
    Views
    1,123

    Spring Bean inside a Non-Spring-Object

    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...
  6. Replies
    4
    Views
    1,780

    Solved the problem

    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...
  7. Replies
    4
    Views
    1,780

    Since I'm deploying as root web application I...

    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...
  8. Replies
    4
    Views
    1,780

    Ok, I used Charles now to track down some more...

    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...
  9. Replies
    4
    Views
    1,780

    Noob needs some help

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