| skadiy000 wrote: |
| Hi Nipun
I have recently faced the same problem while deploying the war file build by MAVEN to Weblogic and when will be MyEclipse 7.0 will be available? What is the work around until then? |
| skadiy000 wrote: |
| Thanks Nipun. I have updated to 6.5.1 GA and still the problem exists. |
| skadiy000 wrote: |
| when I am compiling the web project, it is compiling fine and generating the WAR file. When I deploy to Weblogic 9,2, I am getting the following exception:
Unresolved compilation problems: The import javax.servlet cannot be resolved The import javax.servlet cannot be resolved The import org.springframework cannot be resolved The import org.apache cannot be resolved The import org.apache cannot be resolved HttpSessionListener cannot be resolved to a type Log cannot be resolved to a type LogFactory cannot be resolved logger cannot be resolved HttpSessionEvent cannot be resolved to a type logger cannot be resolved HttpSessionEvent cannot be resolved to a type logger cannot be resolved logger cannot be resolved logger cannot be resolved logger cannot be resolved logger cannot be resolved |
| skadiy000 wrote: |
| 1. Webproject 'MMS' depends on two other java projects and those projects are as JAR files in Maven dependency folder.
All supporting JAR files are in Maven dependency folder. |
| skadiy000 wrote: |
| 2. Yes. I am generating a Mavane Packaged archive. When install on Weblogic 9.2, when the WAR is getting loaded, Weblogic is throwing the above exception. |
| skadiy000 wrote: |
| 4.When I check the WAR file I find that servlet-api-2.5.jar is not getting in to the WAR file for some reason.
I tried adding it as an external JAR also and for some reason that particular JAR is not being pickedup into the WAR file. |