I am using following plugin to deploy my web application to weblogic 14c with maven (3.6.3): while executing the goal, maven is giving the below error: [ERROR] Could not find goal ‘deploy’ in plugin com.oracle.maven:oracle-maven-sync:14.1.1-0-0 among available goals help, push -> [Help 1] Eclipse also giving the below warning for the pom file having plugin configuration: Invalid goal for this
Advertisement
Tag: web-applications
Spring – No EntityManager with actual transaction available for current thread – cannot reliably process ‘persist’ call
I get this error when trying to invoke “persist” method to save entity model to database in my Spring MVC web application. Can’t really find any post or page in internet that can relate to this …
Eclipse Java utility project and multiple web apps
If I create a utility project and multiple dynamic web projects within Eclipse and set it up so that dynamic web projects depend on the utility project, I’m guessing that I will have to redeploy all …
Advertisement