How to move IntelliJ project to JDeveloper application?
900052Nov 14 2011 — edited Nov 15 2011Hi,
I have created a new application, say TestApp, in Jdev from existing source. This existing source is taken from a project that has many modules created using IntelliJ. These modules have EJB, Servlet and JSP.
So my TestApp has a project corresponding to every module of IntelliJ project. These projects in TestApp builds successfully without any error. But when I deploy this application to Weblogic server, gets following exception:
weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528) at
weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at
weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
*Caused By: weblogic.deployment.EnvironmentException: [J2EE:160200]Error resolving ejb-ref 'ejb/FlowFilterService' from module 'TestApp-netweb-context-root' of application 'TestApp'. The ejb-ref does not have an ejb-link and the JNDI name of the target bean has not been specified. Attempts to automatically link the ejb-ref to its target bean failed because no EJBs in the application were found* to implement the 'com.oraclecorp.netauto.netejb.sb.FlowFilterService' interface. Please link or map this ejb-ref to its target EJB and ensure the interfaces declared in the ejb-ref are correct. at weblogic.deployment.BaseEnvironmentBuilder.autowireEJBRef(BaseEnvironmentBuilder.java:427) at
weblogic.deployment.EnvironmentBuilder.addEJBReferences(EnvironmentBuilder.java:502) at
weblogic.servlet.internal.CompEnv.activate(CompEnv.java:157)
How can I move this IntelliJ project to Jdev?