Converting Default Fuse Project to JPA Project Shows blueprint Validation Error

Solution Verified - Updated -

Environment

  • JBoss Developer Studio
    • 8.1.0

Issue

  • Install JBoss Developer Studio(jbds) 8.1.0, install integration tooling for fuse [7.3.1.v20150810-1602-H64-Final]
  • Create default fuse project [groupId:com.mycompany, artifactId:camel-blueprint, version:1.0.0-SNAPSHOT ] then convert to JPA project to generate necessary classes for hibernate bean
  • After conversion we can see blueprint validation error in problems view pane screenshot

Resolution

In the blueprint.xml, manually add missing namespace

xmlns:jpa="http://aries.apache.org/xmlns/jpa/v1.1.0"

Root Cause

FUSETOOLS-1504

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments