Search:

Type: Posts; User: Matthias S.; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,217

    Ok, so it was just the name that confused me :)

    Ok, so it was just the name that confused me :)
  2. complete testcase: ubuntu 11.04 mongodb...

    complete testcase:

    ubuntu 11.04
    mongodb 1.8.3

    4221
  3. are you using m4? how is your setup? which...

    are you using m4? how is your setup? which mongodb version are you using? how does your context.xml look like?
  4. that was probably because Account#login and...

    that was probably because Account#login and Account#password are null
  5. Replies
    2
    Views
    1,217

    spring-data-mongodb spring-tx

    I just saw that spring data-mongodb has a dependency on spring-tx.

    Why?

    MongoDB does not support Transations, so why even implement methods like



    public static boolean...
  6. Have you added

    Have you added



    <mongo:repositories base-package="com.your.package.repositories" mongo-template-ref="mongoTemplate" />


    and @Repository ?
  7. in M2 it was camelCase with M3 it changed to...

    in M2 it was camelCase
    with M3 it changed to dash-notation
  8. which schema and which spring data version are...

    which schema and which spring data version are you using?
  9. try ac.getBean(PersonRepository.class); ...

    try

    ac.getBean(PersonRepository.class);

    because you actually don't know the id of the repository
  10. Velocity Tools with Spring on non-webapp

    I am currently using the VelocityEngineFactoryBean and Springs JavaMailSender to send Emails based on velocity templates. I want to send html messages but unfortunately some of my placeholders may...
  11. Replies
    2
    Views
    1,043

    since i did a major OSGi project before my...

    since i did a major OSGi project before my current project a know that you probably have some pain with it.

    You have my vote :)
  12. what does this have to with spring roo? You are...

    what does this have to with spring roo? You are not using mongodb on top of it
  13. There is no spring data implementation for...

    There is no spring data implementation for cassandra yet.

    see http://www.springsource.org/spring-data
  14. Replies
    1
    Views
    710

    Use the current snapshot or wait until M3 is...

    Use the current snapshot or wait until M3 is released, a lot of things have changed and it should work now
  15. Im using this: ...

    Im using this:

    https://github.com/SpringSource/spring-data-document/raw/master/spring-data-mongodb/src/main/resources/org/springframework/data/document/mongodb/config/spring-mongo-1.0.xsd
  16. working with

    working with



    <mongo:db-factory id="mongoDbFactory" dbname="${mongo.database}" mongo-ref="mongo"/>
  17. Replies
    15
    Views
    3,991

    check this thread:...

    check this thread: http://forum.springsource.org/showthread.php?109780-No-bean-named-mongoDbFactory-is-defined-1.0.0.build-snapshot
  18. I got the exacly same problem, Seems like the...

    I got the exacly same problem, Seems like the team working on commons core did some changes ;)
  19. Replies
    13
    Views
    3,468

    1. Why are you adding a @Transactional...

    1. Why are you adding a @Transactional Annotation? MongoDB does not support Transactions.
    Only Atomic Operations are supported. See...
  20. Replies
    9
    Views
    1,491

    RIght click on the project -> configure ->...

    RIght click on the project -> configure -> convert to AspectJ Project
  21. Replies
    4
    Views
    1,198

    First of all, Exception? Have you tried dynamic...

    First of all, Exception? Have you tried dynamic import package?

    You know that theres "always" trouble @OSGi with "dirty" things like enhanced classes and so on?
  22. How much heap space is available? Have you tried...

    How much heap space is available?
    Have you tried using xml configuration?

    I think the object might be to complex, with references to interfaces and so on. But it could also be a bug, i don't see...
  23. Replies
    4
    Views
    1,198

    as it says in the log: Caused by:...

    as it says in the log: Caused by: org.eclipse.virgo.kernel.osgi.framework.ExtendedClassNotFoundException: org.springframework.data.graph.neo4j.config.Neo4jConfiguration in KernelBundleClassLoader:...
  24. More interesting than the XML/KML is how does the...

    More interesting than the XML/KML is how does the object look like?

    You get access to JIRA by registering.
  25. Release Management, Upgrades etc. with MongoDB

    This question is not strictly related to spring.

    Since im not an expert with mongodb, i wonder how to deal with changes of the database due to a new release of my application. Usually u have some...
Results 1 to 25 of 49
Page 1 of 2 1 2