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 130863 - JSF Pages from Entity Class generates classes in a "shorter" package that's a single directory
Summary: JSF Pages from Entity Class generates classes in a "shorter" package that's a...
Status: VERIFIED DUPLICATE of bug 127291
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Matthew Bohm
URL:
Keywords:
Depends on:
Blocks: 130864
  Show dependency tree
 
Reported: 2008-03-23 15:26 UTC by jlaskowski
Modified: 2008-05-13 16:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jlaskowski 2008-03-23 15:26:40 UTC
1/ Run JSF Pages from Entity Class wizard and specify your own package in Package field of Generated JSF Pages and
Classes, say pl.jaceklaskowski.pio.faces.

The generated classes are however in a "shorter" package, i.e. pl.jaceklaskowski.pio with the last part of the given
package cut. It turns out that the package name corresponds to a single directory with the given name, i.e. the dots are
not considered as separators to create subdirectories.
Comment 1 Matthew Bohm 2008-03-24 04:51:33 UTC
This looks like a duplicate of 127291, which has been fixed.

*** This issue has been marked as a duplicate of 127291 ***
Comment 2 Dan Kolar 2008-05-13 16:37:11 UTC
v.