|
| Problem Creating Aqulogic Integrator Process Project |
 |
Mon, 7 Apr 2008 08:41:35 -0700 |
Hello,
I am evaluating the recent release of the [url
http://www.bea.com/framework.jsp?CNT=index.htm&FP=/content/products/aqualogi
c/integrator/]aqualogic integrator 3.0[/url]. I'm trying to create a WLI
process project(s) and am having some problems.
I go to New -> Project -> Weblogic Integration -> Process Application
I get prompted for 3 project names (EAR, WEb, Utility). I enter Search_ear,
Search_war, and Search_jar respectively.
When I click Finish it brings me right back to the same screen. No matter how
many times I click it, it brings me back to that dialog.
If I cancel, I see that it created the EAR project and the Jar project. The ear
project has an error in application.xml
A J2EE Enterprise Application must contain on or more modules.
Here is application.xml
<?xml version="1.0" encoding="UTF-8"?>
<application id="Application_ID" version="1.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
<display-name>
Search_ear</display-name>
</application>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|