Search Results

1
vote
3answers
112 views

Newbie Spring Config Question

My applicationContext.xml: <bean id="studentService" class="com.coe.StudentService"> <property name="studentProfile" ref="studentProfile" /> </bean> <bean id= …
0
votes
3answers
2k views

Spring JPA and persistence.xml

I'm trying to set up a Spring JPA Hibernate simple example WAR for deployment to Glassfish. I see some examples use a persistence.xml file, and other examples do not. Some examples use a dataSource …
0
votes
1answer
81 views

Spring and JSF and JPA

I'm integrating these in a basic web application, being deployed in Glassfish. Upon startup, the error I am getting is: nested exception is java.lang.NoSuchMethodError: org.objectwe …