 78 | on full application servers (such as Oracle GlassFish, Red Hat JBoss, IBM WebSphere and Oracle ... , such as GlassFish 3.0.1 or JBoss AS 6. Another tutorial shows how to use JPA in a Spring MVC |
 69 | This tutorial demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application using GlassFish, ObjectDB and JPA. Since this web application uses Java EE 6 EJB (session beans) it requires a full Java EE 6 application server, such as GlassFish 3.0.1 or JBoss AS 6 |
 52 | I'm trying to have the guestbook example running in the following environment: jboss as 7.1.1 final oracle jdk 1.7.0_04 maven 3.0.4 objectdb 2.4.0_04 installed as a module of jboss No IDE is used ... even deploy on JBOSS AS7 stack trace is:
09:40:30,202 INFO [org.jboss.as.server.deployment] (MSC service |
 49 | Hi, I was having a go with entity beans 3.x jboss 7, objectdb and the guestbook web application ... > The WebContent dir contains: guest.jsp, index.jsp Did any one have a go at Jboss 7 and succeed? If so any advice i l helpful Here is the stack trace
13:49:11,894 INFO [org.jboss.modules] JBoss Modules |
 49 | Step by step tutorial that demonstrates how to build a simple Java EE web application (with Servlet, JSP and an EJB Session Bean) in Eclipse using JPA. |
 49 | Step by step tutorial that demonstrates how to build a simple database web application (with Servlet and JSP) in Eclipse using JPA. |
 49 | This tutorial demonstrates how to create run a database driven Java web application in Eclipse - using Tomcat 6, ObjectDB and JPA. |
 49 | Step by step tutorial that demonstrates how to build a simple Java EE web application (with Servlet, JSP and an EJB Session Bean) in NetBeans using JPA. |
 49 | Step by step tutorial that demonstrates how to build a simple database web application (with Servlet and JSP) in NetBeans using JPA. |
 47 | + Jboss 7.1.1
@Entity
public class Person extends AbstractObject {
private static final long ... (Method.java:601)
org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72)
org.jboss |