Forums Register Login

Upgrading our app from JDK1.4 to JDK1.5

+Pie Number of slices to send: Send
Hi,

I am trying to make our application JDK 1.5 compatible. Currently we are using JDK1.4 which is working fine.
While building the ear file I am getting symbol not found error.
I am getting this error for the enterprise method. I am trying to invoke the stateless session beans using remote interface.

My project structure looks like

Project
+ProjectEjb
+ProjectWeb

I am trying to invoke the ejb object in projectEjb from projectWeb using remoteinterface




[error]
[javac] C:\Inventory_Wrkspc\Project\ProjectWeb\JavaSource\com\bank\Web\SendStatusServlet.java:161: cannotfind symbol
[javac] symbol : method sendStatus(java.util.Calendar,java.util.Calendar)
[javac] location: interface com.bank.facade.ejb.Facade
[javac] status = facade.sendStatus(startDate, endDate);
[javac]
[/error]

Im using the same script file for both JDK1.4 & 1.5. Able to build the ear using 1.4 were as not with help of 1.5

Kindly help me in fixing this issue.

Thanks,
Karthik
+Pie Number of slices to send: Send
In your remote interface, your method call is

whereas in your log, its saying

Is this typo or what? This may not be related to your actual issue but thought to point it out
+Pie Number of slices to send: Send
Thanks Manoj, i updated my thread.. If you hav any clue on my issue it will be great helpful for me..
+Pie Number of slices to send: Send
Can you post the code for com.bank.facade.ejb.Facade? There are differences in Date handling between the two versions but nothing I can think of that would explain this.
+Pie Number of slices to send: Send

+Pie Number of slices to send: Send
I think you have tailored the exception in the log. Can you please put the detailed stack trace of the exception which might give some hint?
+Pie Number of slices to send: Send
Is that the code? Your message says [b]interface[/i] com.bank.facade.ejb.Facade is wrong.
Space pants. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 1276 times.
Similar Threads
spinner question
Calculating no. of working days between tow dates
Please help
dates between two dates
Annoying error_java.lang.NoSuchMethodError: org.apache.bcel.generic.InstructionFactory.createNewArra
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 19:01:40.