Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    989

    Thanks Rob, it works :) But I really think this...

    Thanks Rob, it works :) But I really think this should be easier to configure!



    <http auto-config="true" access-decision-manager-ref="accessDecisionManager" use-expressions="true">
    [...]...
  2. Replies
    3
    Views
    989

    Hierarchical roles in intercept-url

    I'd like to use hierarchical roles in my intercept-url declarations. I have hierarchical roles working for my method-security:



    <global-method-security pre-post-annotations="enabled">
    ...
  3. Replies
    2
    Views
    1,036

    Good idea ;) ...

    Good idea ;)

    http://jira.springframework.org/browse/SEC-637
  4. Replies
    2
    Views
    1,036

    Dependency on RequestUtils

    Hi,

    after upgrading to Spring 2.5.1, Acegi's TokenBasedRememberMeServices has a dependecy on the spring-webmvc JAR because of its use of RequestUtils.getBooleanParameter() on line 370.
    ...
  5. Replies
    33
    Views
    7,700

    You are right -- I've created a test project...

    You are right -- I've created a test project w/out any Spring JARs, just a Java Project with Spring Project Nature and one configured Spring config file and there's no LinkageError and the completion...
  6. Replies
    33
    Views
    7,700

    ?! For me, double-clicking an entry in the...

    ?! For me, double-clicking an entry in the problems view opens the file containing the error.

    Even the entry's properties (context menu -> Properties) doesn't give more information than what I...
  7. Replies
    33
    Views
    7,700

    Hi, As far as I can see there is no...

    Hi,



    As far as I can see there is no stacktrace (at least I can't find any in the .log file or console view. There is an error entry in the Problems view (the one that I copied abbreviated in...
  8. Replies
    33
    Views
    7,700

    Hi, just FYI, using the latest nightly build...

    Hi,

    just FYI, using the latest nightly build (Spring IDE 2.0.0.v200701250610) doesn't solve the problem (for me :) ...

    Sebastian
  9. Replies
    33
    Views
    7,700

    Hi, it seems like SpringIDE 2.0M2 doesn't work...

    Hi,

    it seems like SpringIDE 2.0M2 doesn't work w/ WTP 2.0M4. Can someone confirm?

    This is copied from the roadmap:
    This release will work with Eclipse 3.3M4 and WTP 2.0 M4.

    I'm using...
  10. Replies
    2
    Views
    1,512

    Hi Torsten! Thanks a lot for your help! It...

    Hi Torsten!

    Thanks a lot for your help! It works perfect :) And sorry for not RTFM-ing carefully... As usual, all information is there! :)

    Sebastian
  11. Replies
    2
    Views
    1,512

    Reference config files in required projects

    Hi,

    I split my projects into a generic "base" project and I link this project via "required projects" (Project Properties/Java Build Path/Projects) to my other projects.

    Unfortunately, Spring...
  12. Ah great, it works :) Thanks a lot! After...

    Ah great, it works :) Thanks a lot!

    After going through the "Guide" (where "Create Spring Beans Config File Sets" is marked as "optional", I didn't understand that the Config Sets were necessary...
  13. Can't reference beans across multiple config files

    Hi,

    I'm playing with SpringIDE for the first time! Thank you for this nice plugin! :)

    Unfortunately I have a problem: After adding for example 2 config files (in the project's Spring...
  14. Replies
    2
    Views
    1,065

    Downcast EntityManager

    Hi,

    I'm using Spring 2.0rc1 with JPA (Hibernate impl). The EntityManager is injected using the @PersistenceContext annotation in my service layer:

    @PersistenceContext
    private...
  15. You have to declare all the annotated classes...

    You have to declare all the annotated classes explicitly. The package declaration does not mean to include all annoted classes but contains annotations for the package (defined in a file named...
  16. Replies
    2
    Views
    966

    Hi, you referenced a blog entry I wrote a few...

    Hi,

    you referenced a blog entry I wrote a few weeks ago. I reposted an updated version in our team blog:

    http://blog.diefirma.de/2006-01-10/using-the-new-java-persistence-api-with-spring/
    ...
  17. Thread: jpa and 2.0 M1

    by sbeigel
    Replies
    8
    Views
    1,476

    You don't necessarily need Java 5 annotations...

    You don't necessarily need Java 5 annotations (JSR-175). EJB 3.0 spec also gives the possibility to define metadata in traditional deployment descriptors.

    I think Hibernate EntityManager also...
  18. Thread: jpa and 2.0 M1

    by sbeigel
    Replies
    8
    Views
    1,476

    Have a look at my following posting, I've put...

    Have a look at my following posting, I've put together a quick howto to get started:

    http://forum.springframework.org/showpost.php?p=43582&postcount=12

    Sebastian
  19. It's moved to the sandbox -- and currently not...

    It's moved to the sandbox -- and currently not included in the 2.0 milestone builds. Don't know why actually...

    Sebastian
  20. I've put together a small tutorial describing all...

    I've put together a small tutorial describing all this stuff:

    http://jroller.com/page/sbeigel?entry=using_the_new_java_persistence

    Sebastian
  21. Hi Jim. I also used Thomas' slides to get...

    Hi Jim.
    I also used Thomas' slides to get started :)

    I know about the transaction issue regarding my tests. I solved the problem by retrieving the current connection from the EntityManager:


    ...
  22. I have a base test class extending...

    I have a base test class extending AbstractTransactionalDataSourceSpringContextTests w/ a protected property "hibernateTemplate" which is set via


    hibernateTemplate = new...
  23. Any ideas? trisberg? Juergen?

    Any ideas? trisberg? Juergen?
  24. I'm playing around w/ it and it works quite well!...

    I'm playing around w/ it and it works quite well! I have just one problem regarding integration tests. I try to verify my JPA code with direct JDBC (via jdbcTemplate). I provide the connection...
  25. Replies
    11
    Views
    13,897

    Actually, this modification has broken my...

    Actually, this modification has broken my integration tests :(

    Execution stops in HibernateTransactionManager on line 649 (trying to get the connection from the session)

    Setting...
Results 1 to 25 of 30
Page 1 of 2 1 2