Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    224

    can't query by relation entity

    tl;dr: I get an exception: Index 0 not valid

    Using spring-data neo4j, I have 2 node entities: snippet and person. Each snippet has an author. Following are the classes and then the test and...
  2. Replies
    2
    Views
    920

    examples of JPA with spring-dm

    Hi,

    Where can I find examples of an application using JPA inside spring-dm?

    Thank you,
    Ittay
  3. Thread: list bean

    by ittay
    Replies
    1
    Views
    1,503

    list bean

    Hi,

    This is partially a general Spring question

    I want a @Bean method to return a list of beans (so that the container configures each, in particular, if they are a XxxAwareBean, call the right...
  4. Replies
    7
    Views
    1,221

    Hi Costin, In theory, you are right. In...

    Hi Costin,

    In theory, you are right. In practice, if you create a method in the configuration class that returns a FactoryBean, then in many cases that FactoryBean will not be configured correctly...
  5. Replies
    7
    Views
    1,221

    Unfortunately, it seems that factory beans cannot...

    Unfortunately, it seems that factory beans cannot be used reliably in javaconfig. see http://jira.springframework.org/browse/SJC-259 and http://jira.springframework.org/browse/SJC-260. Furthermore,...
  6. Replies
    2
    Views
    1,479

    ok, created...

    ok, created http://jira.springframework.org/browse/SPR-5611
  7. Replies
    2
    Views
    1,479

    Extension annotations on Bean methods

    Hi,

    How can I put an annotation on a @Bean method, so I can post process the bean/beandef with the data in the annotation?

    If I try to post process the bean/factory in the standard way, I...
  8. Replies
    4
    Views
    1,247

    i'm running with trace level and don't see a...

    i'm running with trace level and don't see a message.

    i'm not against having the application start when all required services have been matched, but my example shows a case where this matching can...
  9. Replies
    4
    Views
    1,247

    the issue was that i had a list reference of 1..N...

    the issue was that i had a list reference of 1..N but no bundle published a suitable service.

    1. it wasn't obvious from the log messages, i had to dig in the code and realize that the fact that...
  10. Replies
    4
    Views
    1,247

    completeRefresh not called

    Hi,

    I have two bundles where completeRefresh is not called (and so some beans are not initialized). The log message 'Pre-refresh completed' appears, but not 'Completing refresh' (both from...
  11. Replies
    7
    Views
    1,221

    integraion with JavaConfig

    Hi,

    I'm new to spring, spring-config and spring-dm, so please forgive me if this is a trivial question.

    How do I integrate JavaConfig to run inside spring-dm (1.2.0Mx)? Do I need to implement...
  12. how to get the application/bundle context from a standalone object

    Hi,

    I have an object created by an unmanaged framework and I want to use spring to configure its dependencies. My problem is how to get a reference the application context (or bundle context).
    ...
  13. can you give more details where to find these samples?

    I couldn't find samples in the web site or the download packages
  14. Replies
    0
    Views
    955

    jpf.sf.net integration?

    Hi,

    Is there an integration between spring and jpf (java plugin framework)?

    Thanx,
    ittay
  15. Replies
    3
    Views
    1,380

    sorry, i couldn't find anything in jira, could...

    sorry, i couldn't find anything in jira, could you please point me to the relevant posts?

    and also, if using springs terms, i'd expect a user to be able to write an xml file with *his* beans, but...
  16. Replies
    3
    Views
    1,380

    spring as a plugin framework

    A plugin scenario is something like this:
    1. i have an application with a navigation bar
    2. i want to enable clients to add items to the navigation bar
    a. let them write some specification for...
  17. Replies
    2
    Views
    1,077

    working with bean-like objects

    Hi,

    Assume I have an object that is not a java bean, but has the same capabilities, meaning, a way of getting / setting values by introspection. The simplest example is an object that holds all...
Results 1 to 17 of 17