Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    645

    How to start a thread bean

    I have a bean whose class extends Thread that I want to start at bean creation. I've read all the documentation on Scheduling and Thread Pooling but there is no information on how to just start a...
  2. Replies
    2
    Views
    1,709

    Creating a dynamic topic listener

    Hello,

    I'm fairly new to JMS and am working through trying to set up Spring JMS with ActiveMQ for our system. I'm open to other JMS providers but ActiveMQ seemed to be the fastest way to set it...
  3. Entity changes committed without calling merge

    Hello everyone,

    I'm using JPA, Hibernate 3.3 and Spring 2.5 for Transactions. I'm seeing an issue when I pull an entity inside of a transaction and make some modifications to it (for display back...
  4. Bump. Does anyone know why the jars of my...

    Bump.

    Does anyone know why the jars of my application are not being searched for annotations?
  5. So I tried using a persistence.xml file once...

    So I tried using a persistence.xml file once again and got it to pick the file up. My original problem is that I was putting the META-INF directory in the wrong place (I was putting it at the webapp...
  6. Adding Ehcache to my Spring+JPA+Hibernate stack

    Hello everyone,

    Today i'm trying to add Ehcache to my current application stack of Spring+JPA+Hibernate. I'm using Spring 2.5.6, Hibernate 3.3.2 and Ehcache 1.7.2.

    I've been reading a lot on...
  7. Replies
    8
    Views
    6,465

    I perfectly understood the difference between the...

    I perfectly understood the difference between the two in that respect (but I re-read your blog anyway to double check). What your blog does not detail is how you can apply Spring's AOP aspects in...
  8. Replies
    8
    Views
    6,465

    I've read your article but it doesn't really...

    I've read your article but it doesn't really apply to me. The issue I am having is not with Spring AOPs limitations or issues it's because the afterPropertiesSet function is being called before the...
  9. Replies
    8
    Views
    6,465

    I've actually already got the function marked...

    I've actually already got the function marked with the @Transaction annotation but it seems to be ignoring it. I'm unfamiliar AspectJ, how does it differ from Spring AOP?
  10. Replies
    8
    Views
    6,465

    Hi Yaozong. I've just encountered the very same...

    Hi Yaozong. I've just encountered the very same issue. Did you ever find a solution to the problem?
  11. So I think I found it. Discovered the following...

    So I think I found it. Discovered the following post: http://forum.springsource.org/showthread.php?t=52865

    I should note though that when I tried the following:


    <bean id="myObject"...
  12. Setting properties/arguments with class types

    Hello all,

    I've got a series of classes which take a class type as a constructor argument. I'm trying to figure out the way to actually pass in the class using Spring but am not getting anywhere....
  13. Replies
    0
    Views
    648

    Custom Hibernate UserTypes & Spring

    Hi everyone,

    I've got an app that uses the JPA + Spring + Hibernate + MySQL stack. All our entity classes are written with pure JPA annotations and i'd highly prefer to leave it that way. For our...
  14. Replies
    5
    Views
    4,838

    Well I figured it out. I added the...

    Well I figured it out. I added the jboss-archive-browsing dependency and it solved the problem. I am now up and running.
    ...
  15. Replies
    5
    Views
    4,838

    Ok it appears I didn't properly reference the PUM...

    Ok it appears I didn't properly reference the PUM and jpaVendorAdapter in the entitymanager definition. I've now fixed that and yet once again have more errors (yippee!!!). Here's my new one...


    ...
  16. Replies
    5
    Views
    4,838

    Of course! By JARs that I am using I assume you...

    Of course! By JARs that I am using I assume you mean the dependencies. Here is my pom.xml.



    <dependencies>
    <!-- Restlet -->
    <dependency>
    <groupId>com.noelios.restlet</groupId>
    ...
  17. Replies
    5
    Views
    4,838

    Ok I got rid of the error message above by...

    Ok I got rid of the error message above by including the hibernate-entitymanager dependency but now i'm getting the error:



    org.springframework.beans.factory.BeanCreationException: Error...
  18. Replies
    5
    Views
    4,838

    NoClassDefError on Startup

    Hi all,

    I'm getting an error when my app starts up that I can't quite figure out. This is the error I am getting.



    org.springframework.beans.factory.BeanCreationException: Error creating...
  19. Replies
    1
    Views
    2,526

    Setting up Restlet+Spring+Hibernate

    Hi all,

    I have a web app that i'm building using the RESTlet 1.1 framework where my DAO layer is built using Spring-JPA and my persistence tech is to be Hibernate. I should note ahead of time that...
  20. Replies
    4
    Views
    999

    I had already found both of these links but in...

    I had already found both of these links but in the interest of being thorough i've re-read them anyway. They still don't really help me with my situation.

    I realize maybe I wasn't all that clear...
  21. Replies
    4
    Views
    999

    New to Spring - Need help

    Hello everyone,

    Here's my situation. I'm building an application to be run under Tomcat 6. I use MySQL as my db engine. All of my data bean classes are fully annotated with JPA for the database...
Results 1 to 21 of 21