Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,470

    Attached as requested. Looking forward to your...

    Attached as requested. Looking forward to your email.

    Thanks,
    Ryan Ovrevik
  2. Replies
    6
    Views
    1,470

    Sorry... I created the patch and didn't attach...

    Sorry... I created the patch and didn't attach it to the email.
    I didn't see what appeared to be a similar jira issue to attach it to so I put it here.

    Thanks,
    Ryan
  3. Replies
    6
    Views
    1,470

    Well, I am not sure that the existing high-level...

    Well, I am not sure that the existing high-level use cases are affected.

    I am guessing the current use cases are something like:
    • Roo shall provide the user with the capability to create fully...
  4. Replies
    6
    Views
    1,470

    Implementing new project templates

    I have implemented the capability to supplement the existing project/maven addon with additional templates.
    With this new functionality, one can easily add new templates defined by resources...
  5. The problem is that the jndi-based bean is being...

    The problem is that the jndi-based bean is being instantiated out side of any container’s context and the InitialContext does not have the information it needs to create the real jndi implementation
  6. Replies
    10
    Views
    6,182

    The reason your table is not reflecting updates...

    The reason your table is not reflecting updates as you expect is because the change has not occurred yet. When you create another thread, you are asking the vm to execute the runnable’s run method...
  7. Replies
    10
    Views
    6,182

    Oh… that is a definite possibility of the...

    Oh… that is a definite possibility of the situation giving the opportunity modification to occur out from under the iterator (and an astute speculation).

    I think calling it a threading issue is...
  8. Replies
    10
    Views
    6,182

    I don’t think that this actually has anything to...

    I don’t think that this actually has anything to do with Spring or threading.

    I think it is simply a case of how the Java collections API is designed. Iterators are not meant to function across...
  9. Replies
    2
    Views
    3,304

    Your assumption is correct... the default is for...

    Your assumption is correct... the default is for beans to be singletons. You are wanting to use prototype beans.

    Read the "Bean Scopes" section of the The Spring Framework - Reference...
Results 1 to 9 of 9