Mule

Archetype-Generated XML Invalid

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: 2.0.0-RC1
  • Fix Version/s: 2.0.0-RC2
  • Component/s: Build: Maven
  • Labels:
    None
  • User impact:
    Low
  • Similar Issues:
    MULE-3330 mule-transport-archetype is not up to date with the latest API
    MULE-2451 mule-transport-archetype has invalid method signature for overriding AbstractPollingMessageReceiver
    MULE-3409 A few issues with the transport archetype
    MULE-5209 mule-project-archetype generates a sample configuration file that has an invalid namespace for Mule core
    MULE-4281 archetypes generate test classes with wrong package name
    MULE-5750 Test generated by mvn archetype fails with assertion error
    MULE-4981 Broken link generated by transport archetype
    MULE-5172 mule-catalog-archetype has no tests, generates broken code
    MULE-4473 Review archetypes for 3.x
    MULE-4006 Add a readme to the generated contant of the project-archetype

Description

The resulting functional test configuration xml doesn't seem to be validating. The functional test component was placed above the inbound-router, which it disliked (seems to be in an <xsd:sequence> of inbound-router, abstract-component, outbound-router,...)

Secondly, the functional test component has this block therein:

<properties>
  <spring:entry key="addReceived" value="true"/>
</properties>

Whereas the XML validator expects (abstract-object-factory?, binding*).

This was discussed on the mailing list – doesn't seem to show up in Nabble yet.

Issue Links

Activity

People

Vote (0)
Watch (0)

Dates

  • Created:
    17/Dec/07 02:45 PM
    Updated:
    17/Dec/07 02:57 PM
    Resolved:
    17/Dec/07 02:57 PM