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 137006 - Unrecognize the dbschema file type
Summary: Unrecognize the dbschema file type
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
: 137030 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-11 15:42 UTC by Petr Blaha
Modified: 2008-06-19 18:48 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (190.13 KB, image/png)
2008-06-11 15:43 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2008-06-11 15:42:20 UTC
the latest NB trunk build
Steps:
1) create new Web Application
2) generate DBschema from DB
ERROR: unrecognized dbschema file type, see attachement
Comment 1 Petr Blaha 2008-06-11 15:43:32 UTC
Created attachment 62670 [details]
screenshot
Comment 2 David Vancouvering 2008-06-11 17:19:08 UTC
This is strange, as I have made *no* changes to this part of the code.  I'll investigate.
Comment 3 David Vancouvering 2008-06-11 19:36:52 UTC
*** Issue 137030 has been marked as a duplicate of this issue. ***
Comment 4 David Vancouvering 2008-06-11 22:42:04 UTC
http://hg.netbeans.org/main?cmd=changeset;node=ee8ffb935983

Added MIME resolver for dbschema file type
Comment 5 Jesse Glick 2008-06-12 00:43:33 UTC
http://deadlock.netbeans.org/hudson/job/trunk/2255/testReport/org.netbeans.core.projects/ValidateLayerConsistencyTest/testFolderOrdering/

Not all children in Services/MIMEResolver/ marked with the position attribute:
[org-netbeans-modules-dbschema-mime-resolver.xml], but some are: [org-netbeans-modules-java-mime-resolver.xml, ....]
Comment 6 David Vancouvering 2008-06-12 05:17:31 UTC
http://hg.netbeans.org/main?cmd=changeset;node=e7601f2c5e24
Comment 7 Petr Blaha 2008-06-12 09:23:24 UTC
Verified in the latest trunk build.
Comment 8 Jesse Glick 2008-06-12 15:02:02 UTC
Still buggy.

http://hg.netbeans.org/main/diff/ee8ffb935983/dbschema/manifest.mf

(where did this come from?? OpenIDE-Module-IDE-Dependencies is long obsolete) caused

http://deadlock.netbeans.org/hudson/job/javadoc-nbms/1848/testReport/org.netbeans.nbbuild/VerifyUpdateCenter/synchronicConsistency/

Please revert the change to your manifest.
Comment 9 Jesse Glick 2008-06-12 15:17:36 UTC
I found it - you must have followed instructions written years ago in HOWTO-MIME.html. I will fix it, I need to clean up
some other very stale references.
Comment 10 Jesse Glick 2008-06-12 15:29:50 UTC
Should be corrected in #b3a9ec781587.