Posted By:
Raghavendra_MS
Posted On:
Wednesday, June 19, 2002 06:15 AM
Hi I have a Session bean whose package structure is ejb.CountSession. I have created a jar, then ejbc and uploaded it on weblogic6.0 and its stored under configmydomainapplications. Now I have created a jsp called "Count.jsp" and stored under configmydomainapplicationsDefaultWebApp_myserver. My JSP file contains following code in first line <%@ page import="java.io.*,java.util.*,java.lang.*,javax.naming.*,ejb.CountSessi on.*" %> when I call this jsp I am getting the following error : D: eawlserver6.0configmydomainapplicationsDefaultWebApp_myserver WEB-INF\_tmp
More>>
Hi
I have a Session bean whose package structure is ejb.CountSession.
I have created a jar, then ejbc and uploaded it on weblogic6.0 and
its stored under configmydomainapplications.
Now I have created a jsp called "Count.jsp" and stored under
configmydomainapplicationsDefaultWebApp_myserver.
My JSP file contains following code in first line
<%@ page
import="java.io.*,java.util.*,java.lang.*,javax.naming.*,ejb.CountSessi
on.*" %>
when I call this jsp
I am getting the following error :
D: eawlserver6.0configmydomainapplicationsDefaultWebApp_myserver
WEB-INF\_tmp_war_myserver_myserver_DefaultWebApp_myserverjsp_servlet\_
count.java:21: package ejb.CountSession does not exist
probably occurred due to an error in /Count.jsp line 1:
<%@ page
import="java.io.*,java.util.*,java.lang.*,javax.naming.*,ejb.CountSessi
on.*" %>
Please help me, I am facing lot of problems because of this.
Thanx in advance
Regards
Raghu
<<Less