Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    2,285

    I rearranged the config to use a datasource...

    I rearranged the config to use a datasource instead and the error was more clear at that point. I had forgotten the Oracle dependency.
  2. Replies
    4
    Views
    2,285

    Sorry, I should have been more specific. I get it...

    Sorry, I should have been more specific. I get it when I run a unit test. I've included the trace from the error below:

    org.springframework.beans.factory.BeanCreationException: Error creating bean...
  3. Replies
    4
    Views
    2,285

    No Persistence provider with Maven build

    I have a sample application that works fine as a plain old java project in Eclipse but when I set up a Maven project for it, I'm getting a "No Persistence provider for EntityManager named...
  4. Replies
    1
    Views
    992

    It looks like I was missing: ...

    It looks like I was missing:

    xmlns:tx="http://www.springframework.org/schema/tx"
  5. Replies
    1
    Views
    992

    spring-tx-3.0.xsd not found

    I have the following spring config:

    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:context="http://www.springframework.org/schema/context"...
Results 1 to 5 of 5