| ryan_john76@hotmail.com 2007-02-15, 7:05 pm |
| i have a problem ... an error which i cannot remove ... i am not a
very good coder .... just at the beginning level so i need ur
help .... i have made a jsp page .. which i want to connect with the
entity bean which is connected to my data base .... there is one
error on my jsp page .. which i cannot remove ... please hepl me if u
can .... and please hurry .... thx a million
this is the error on the jsp page
Compilation of 'C:\Program Files\Bea\user_projects\domains\ryandoma
in\.
\myserver\. wlnotdelete\extract\myserver_DefaultWebA
pp_DefaultWebApp
\jsp_servlet\__myentityjsp.java' failed:
--------------------------------------------------------------------------------
C:\Program Files\Bea\user_projects\domains\ryandoma
in\.\myserver
\. wlnotdelete\extract\myserver_DefaultWebA
pp_DefaultWebApp\jsp_servlet
\__myentityjsp.java:144: create(java.lang.String) in
aa.LoginRemoteHome cannot be applied to
(java.lang.String,java.lang.String)
probably occurred due to an error in /MyEntityJSP.jsp line 59:
ejbObject = ejbHome.create(id,name);
--------------------------------------------------------------------------------
Full compiler error(s):
C:\Program Files\Bea\user_projects\domains\ryandoma
in\.\myserver
\. wlnotdelete\extract\myserver_DefaultWebA
pp_DefaultWebApp\jsp_servlet
\__myentityjsp.java:144: create(java.lang.String) in
aa.LoginRemoteHome cannot be applied to
(java.lang.String,java.lang.String)
ejbObject = ejbHome.create(id,name); //[ /MyEntityJSP.jsp;
Line: 59]
^
1 error
--------------------------------------------------------------------------------
Fri Feb 16 02:32:29 PKT 2007
|