Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    468

    STS Agent Class Reloading exclusion

    I use the STS Agent Class Reloading quite frequently. It is a great feature.

    I've run into an issue though where a class in my project is too big to be loaded/reloaded by the STS Agent....
  2. Replies
    1
    Views
    3,035

    Hibernate 4 support?

    What is the outlook for spring support of Hibernate 4? If I find some issues while integrating Hibernate 4 could those potentially be targeted for Spring 3.1? Or is Hibernate 4 explicitly out of...
  3. I decided to create an issue: ...

    I decided to create an issue: https://jira.springsource.org/browse/SPR-8536
  4. Regression in mvc annotation method selection from 3.0.5 to 3.1m2?

    I recently upgraded my application from 3.0.5 to 3.1m2. In my application spring mvc is choosing a different method then it used to without any changes in annotations. I know that a lot of work has...
  5. Upgrading Spring Security from 3.0 to 3.1. New dependencies?

    I'm working on upgrading my application from Spring Security 3.0 to 3.1.RC2. I noticed there are 2 new maven dependencies: aspectjweaver and openid4java. They're coming from spring-security-config....
  6. Replies
    4
    Views
    680

    It makes sense to only support inclusion under...

    It makes sense to only support inclusion under the assumption that I want to just include my code and exclude JDK and other library code.

    And Exclusion would make it easier to, for example, remove...
  7. Replies
    4
    Views
    680

    Thanks christian. Is it possible to exclude...

    Thanks christian. Is it possible to exclude instead of include?

    Also when I get a testcase should I file a bug in the STS jira?

    Mike
  8. Replies
    4
    Views
    680

    Agent Reloading incompatible with JaxB

    I've got an application that uses JaxB through CXF. When I enable agent based reloading I get errors like the following when JAXBContext.newInstance() is called:

    Is it possible to tell the...
  9. NoSuchMethodError thrown when using Java Agent-based reloading

    My application works fine with java agent based reloading is disabled. When I enable it I get the exception below. I assume the __execute method is supposed to be getting woven in??? ExampleService...
  10. Oops. Wrong forum. I'll ask the tcServer forum.

    Oops. Wrong forum. I'll ask the tcServer forum.
  11. NoSuchMethodError thrown when using Java Agent-based reloading

    My application works fine with java agent based reloading is disabled. When I enable it I get the exception below. I assume the __execute method is supposed to be getting woven in??? ...
  12. Replies
    2
    Views
    1,964

    perfect thanks. :)

    perfect thanks. :)
  13. Replies
    2
    Views
    1,964

    Update Site for 2.3.3.M2 eclipse 3.6

    Is there an update site available that hosts the 2.3.3.M2 release for eclipse 3.6?

    http://dist.springsource.com/release/TOOLS/update/e3.6/ doesn't work
    ...
  14. http://jira.springframework.org/browse/IDE-1048

    http://jira.springframework.org/browse/IDE-1048
  15. org.springframework.security.annotation-2.0.4.B.jar contains error in MANIFEST.MF

    The MANIFEST in org.springframework.security.annotation-2.0.4.B.jar in spring-ide contains an error in the manifest.

    .BManifest-Version: 1.0
    ...
  16. Replies
    6
    Views
    2,524

    springide.org update site down

    I'm trying to install springIDE and the update site at springide.org appears to be down.

    Mike
  17. Replies
    0
    Views
    1,081

    How to handle an invalid @PathVariable

    I have a controller:

    @RequestMapping(value="/pet/{id}", method=RequestMethod.GET)
    public String show(@PathVariable("id") Long id, ModelMap modelMap) {
    //Use id to get details...
  18. Replies
    2
    Views
    2,111

    Does anyone have a comment on this? We're...

    Does anyone have a comment on this? We're looking for a standard WS framework and are considering Spring-WS. We've identifies WS-Policy as an important specification we need support for and would...
  19. JpaDialect.prepareTransaction never called for JTA configured Spring-JPA

    I have a project where I am using an embedded JTA provider and a LocalContainerEntityManagerFactoryBean configured with a HibernateJpaVendorAdapter.

    I noticed that prepareTransaction was never...
  20. Replies
    3
    Views
    940

    Thanks. For what it's worth I tried out the...

    Thanks. For what it's worth I tried out the latest nightly with our app and everything appeared to work great.
  21. Replies
    3
    Views
    940

    2.0.4 Release Date

    Just wondering when we can expect 2.0.4 to be released?

    Mike
  22. Replies
    0
    Views
    739

    Circular reference of request scoped bean

    I have a circular reference between 2 request scoped beans. When I load one of the beans I get an OutOfMemory error. Is circular references of request scoped beans a known limitation? Either way...
  23. I figured it out. For some reason I had to...

    I figured it out. For some reason I had to explicitly use a HibernateEntityManager specific TransactionFactory that allowed HibernateEntityManager to join in with jta transactions. I had to add the...
  24. Replies
    6
    Views
    1,639

    Any luck with this? I'm having the same problem. ...

    Any luck with this? I'm having the same problem. See my post here: http://forum.springframework.org/showthread.php?p=81046#post81046
  25. Hibernate-EntityManager+Spring2.0+JTA=No Flush on Transaction Commit

    I'm using The latest HibernateEntityManager with Spring 2.0 trying to use JTA Transactions. Everything appears to work great, except the entityManager is not flushing when the JTA transaction...
Results 1 to 25 of 59
Page 1 of 3 1 2 3