[jboss-user] [Beginner's Corner] - Re: ClassNotFoundException using EJB in RESTfull Application
h3llghost
do-not-reply at jboss.com
Thu Jan 12 13:47:50 EST 2012
h3llghost [https://community.jboss.org/people/h3llghost] created the discussion
"Re: ClassNotFoundException using EJB in RESTfull Application"
To view the discussion, visit: https://community.jboss.org/message/646548#646548
--------------------------------------------------------------
Here the javap output:
Compiled from "RESTService.java"
public class de.h3llghost.service.RESTService extends javax.ws.rs.core.Application {
protected static java.util.ResourceBundle includeBundle;
protected de.h3llghost.data.DataAccessObjectRemote dao;
static {};
public de.h3llghost.service.RESTService();
public java.util.Set<java.lang.Class<?>> getClasses();
public java.util.Set<java.lang.Object> getSingletons();
public static java.lang.String getOption(java.lang.String);
}
Here my web.xml:
<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="3.0"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
<display-name>FrontEndJSON</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
</web-app>
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/646548#646548]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120112/a8784938/attachment.html
More information about the jboss-user
mailing list