cancel
Showing results for 
Search instead for 
Did you mean: 

Import can not be resolved in index.JSP file. trying to access EJB

former_member187977
Participant
0 Kudos

hi,

I am trying to develop my first J2EE 5 application by following the tutorial given at http://help.sap.com/saphelp_nwce10/helpdata/en/45/5821c52d251feee10000000a1553f7/frameset.htm

In the process of creation of first J2EE 5 application, I created a index.jsp file. In that file, I copy pasted the code given in the tutorial. The first line of the code is a import statemnt. My dynamic web project is not able to resolve that import as shown in screenshot attached. I have declared EJB project in the Java build path of Web Module project. I have added EJB and EAR projects in the project references of the Dynamic web project. What can be missing ?

The web.xml file screenshot is also attached.

Thanks !

seventyros

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos
former_member187977
Participant
0 Kudos

I dont seem to find any missing class. I went thru the tuto 5-6 times. is the issue related to location of ref tag in the web.xml file