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 239022 - IllegalArgumentException: ??????????? ??????? Description ???????? WebProperty
Summary: IllegalArgumentException: ??????????? ??????? Description ???????? WebProperty
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Schema2Beans (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: schema2beans-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-01 15:33 UTC by Maksim Khramov
Modified: 2013-12-01 15:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205697


Attachments
stacktrace (3.35 KB, text/plain)
2013-12-01 15:33 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2013-12-01 15:33:06 UTC
Build: NetBeans IDE Dev (Build 201312010002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
mkhramov: Opened glassfish-web.xml file
After <context-root>/root</context-root> line I insert alternate docroot property:
>> <property name="alternatedocroot_1" value="from=/uploads/* dir=c:/development/mm_uploads" description="Uploaded Images"/>




Stacktrace: 
java.lang.IllegalArgumentException: ??????????? ??????? Description ???????? WebProperty
   at org.netbeans.modules.schema2beans.BeanProp.getAttrProp(BeanProp.java:1250)
   at org.netbeans.modules.schema2beans.BeanProp.getAttrProp(BeanProp.java:1261)
   at org.netbeans.modules.schema2beans.BeanProp.setAttributeValue(BeanProp.java:1268)
   at org.netbeans.modules.schema2beans.BeanProp.setElement(BeanProp.java:1079)
   at org.netbeans.modules.schema2beans.BeanProp.addValue(BeanProp.java:827)
   at org.netbeans.modules.schema2beans.BaseBean.addValue(BaseBean.java:475)
Comment 1 Maksim Khramov 2013-12-01 15:33:08 UTC
Created attachment 142761 [details]
stacktrace