Hi,

I keep getting a NullPointeException when instantiating a new Service class 
instance from a jsp page.  The firt entry in the exception trace has the error 
coming from the RepositoryClassLoader.findResources(....) line.

I am new to JBoss/JSP development.  I think Jboss can't find the library which 
has the Service class.  

Here's  is a snippet of my jsp page:
....
<%@ page import="org.apache.axis.client.Call"%>
<%@ page import="org.apache.axis.client.Service"%>
....

<%
try {
  Service lService = new Service();   <----EXCEPTION IS THROWN HERE
...
%>

Note: This is just a snippet of my jsp page.  


Q1) When I use page imports is my jsp, where does JBoss look for the jar files?

Q2) Any ideas as to why this does not work?

I greatly appreciate it.  

Thanks,

Herb





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883251#3883251

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883251


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to