Hi friends.
I need your expert comments on this problem.
I'm trying to create a development environment for the team of (10 members).
The application development requirments are as follows :-
1.) Need to create few session and entity beans residing on Orion
2.) JSP/Servlets call these beans from presentation tier
I deployed a simple session bean on Orion and tried to access it from a
servlet placed in external dir (external to orion environment)
D:\Oracle\iSuites\j2ee\home\default-we-app\web-inf\classes folder with
proper web.xml configuration. But It was not able to get the initial JNDI
context Where should I put the servlets for testing if I have to test the
bean from external environment (Say Apachee Dir) and what are its testing
requirments ?
Next I'tried using ANT utility that depolys the EJB and the servlet into
Orion environment. The build.xml executed proplerly first time. But when I
made some changes to EJB and expected to see new output from the servlet,
It's giving me error in build.xml file. (Build.xml & common.xml files are
used together). Error I'm getting is..
D:\myapp>ant
Buildfile: build.xml
BUILD FAILED
D:\myapp\build.xml:2: You must specify value, location or refid with the
name at
tribute
I'm not able to test both the above approaches to the satisfaction, so that
it could be used while developmet phase. Could you all Pl tell me if I'm
going write or suggest some generally followed development approaches..
Regards
Prashant
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".