How can i compile an ejb 2.0, created with weblogic 8.1 with weblogic 10.3 ?
in weblogic 8.1 i think was used weblogic.ejbc.
I prefer to use ant or maven.
Thanks
Regards
Antonio
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
thanks,
but i’ve resolved this issue with ant in this manner:
i’ve declared a weblogic ant task:
then i used this task to convert my jar in an ejb compliant jar:
thanks,
regards