This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 76047

Summary: Does not find a wizard to create orm.xml and rules to build
Product: javaee Reporter: _ ludo <ludo>
Component: PersistenceAssignee: Sergey Petrov <sj-nb>
Status: NEW ---    
Severity: blocker CC: terje7601
Priority: P2    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ ludo 2006-05-07 02:00:03 UTC
orm.xml file should be possible to create from a wizard.
Its content should be like:
<?xml version="1.0" encoding="UTF-8"?>

<entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm
http://java.sun.com/xml/ns/persistence/orm_1_0.xsd"  version="1.0">

</entity-mappings>


It should be placed in the conf directory, and a build-impl rule should put it
in the correct archive location:
META-INF/orm.xml

The AS 9 plugin currently will provide XML code completion for it.

Of course, a nice GUI editor would help, but I heard what you will say about
that already.
Comment 1 Petr Blaha 2006-05-09 12:08:30 UTC
It seems as enhancement for me not a bug.
Comment 2 puce 2010-01-24 06:03:00 UTC
Still not available in 6.8

Make sure this is supported for JavaEE projects and JavaSE projects.