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 - Does not find a wizard to create orm.xml and rules to build
Summary: Does not find a wizard to create orm.xml and rules to build
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker with 2 votes (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-07 02:00 UTC by _ ludo
Modified: 2015-07-13 09:53 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.