This week's book giveaway is in the Programmer Certification forum. We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line! See this thread for details.
Hi,
Im trying to migrate my weblogic(6.1) application into Jboss (3.2.7)..
so first step, i have changed deployment descriptors for jboss....and when im trying to compile the java using ant its giving
cannot resolve symbol
[javac]symbol :class T3shutdownDef
[javac] location :package common
[javac] import weblogic.common.T3ServiceDef
can anyone tell me how to resolve this issue???
how to do startup code for jboss???