Abubacker Siddik wrote:hi all, Please tel me how to create EAR files combining jar and war files...i have got errors in using that.
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
Abubacker Siddik wrote:Full compiler error(s):
C:\DOCUME~1\Admin\LOCALS~1\Temp\jsp_servlet\__index.java:145: cannot resolve symbol
symbol : class StatefulSessionHome
location: class jsp_servlet.__index
StatefulSessionHome home = (StatefulSessionHome)ctx.lookup("ejbjsp"); //[ /index.jsp; Line: 17]
^
C:\DOCUME~1\Admin\LOCALS~1\Temp\jsp_servlet\__index.java:145: cannot resolve symbol
symbol : class StatefulSessionHome
location: class jsp_servlet.__index
StatefulSessionHome home = (StatefulSessionHome)ctx.lookup("ejbjsp"); //[ /index.jsp; Line: 17]
^
C:\DOCUME~1\Admin\LOCALS~1\Temp\jsp_servlet\__index.java:147: cannot resolve symbol
symbol : class StatefulSession
location: class jsp_servlet.__index
StatefulSession rem = home.create(); //[ /index.jsp; Line: 19]
^
3 errors
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Abubacker Siddik wrote:I have one jsp file. which has JNDI lookup code. This is a naive approach for EAR. (Let it be)
Abubacker Siddik wrote:Now the important point is, I placed the class files EJBHome, EJBObject, and Session Bean of myejb.jar in the WEB-INF\Classes folder.. (I thought this would solve my problem).
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|