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 73923 - Web Logic specific DDs can't be properly validated
Summary: Web Logic specific DDs can't be properly validated
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-23 13:42 UTC by Alexander Kouznetsov
Modified: 2006-06-26 11:47 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 Alexander Kouznetsov 2006-03-23 13:42:06 UTC
Steps to reproduce:
- Register WebLogic Server in IDE
- Create any application targeted to the server
- Open its server-specific DDs under Configuration Files node
- Switch to XML mode
- Try to validate them
- RESULT: Validation will fail with the following message:

XML validation started.

Checking file:/.../J2EEAppRun/src/conf/weblogic-application.xml...
cvc-elt.1: Cannot find the declaration of element 'weblogic-application'. [2] 
XML validation finished.
Comment 1 Libor Kotouc 2006-06-23 10:41:37 UTC
Fixed.

Checking in WarDeploymentConfiguration.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/config/WarDeploymentConfiguration.java,v
 <--  WarDeploymentConfiguration.java
new revision: 1.2.8.1.2.1; previous revision: 1.2.8.1
done
Comment 2 Michal Mocnak 2006-06-26 11:47:51 UTC
Verified