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 79715 - Visible exception when creating BPEL module or a sample project
Summary: Visible exception when creating BPEL module or a sample project
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sreenivasan Genipudi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-04 15:41 UTC by Mikhail Kondratyev
Modified: 2006-08-14 14:14 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 Mikhail Kondratyev 2006-07-04 15:41:09 UTC
Steps to reproduce:
 - start IDE
 - select File->New Project->Select new BPEL module, click Ok
 - new project wizard will be opened. Set 'qwe<rty' as the module name.
 - press Finish button
Exception will be thrown caused by the Orchestration module:
Caused by: java.lang.AssertionError: No such dir on disk: C:\Documents and
Settings\Administrator\BpelModule6<g
	at
org.netbeans.modules.bpel.project.BpelproProjectGenerator.createProject(BpelproProjectGenerator.java:79)
	at
org.netbeans.modules.bpel.project.wizards.NewBpelproProjectWizardIterator.instantiate(NewBpelproProjectWizardIterator.java:94)
	at
org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:955)
	at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:543)
	at
org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:382)
	at
org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:224)
	at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1203)
	at org.openide.WizardDescriptor.access$1600(WizardDescriptor.java:76)
	at org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:1682)
	at org.openide.WizardDescriptor$Listener$2.run(WizardDescriptor.java:1722)
	at org.openide.WizardDescriptor.lazyValidate(WizardDescriptor.java:1167)
	at org.openide.WizardDescriptor.access$1100(WizardDescriptor.java:76)
	at
org.openide.WizardDescriptor$Listener.actionPerformed(WizardDescriptor.java:1729)
	... 41 more
==>
Comment 1 Sreenivasan Genipudi 2006-07-26 01:25:31 UTC
Should this allow "<" as module name?. What  are the restrictions ?.

Should the module throw error dialog saying invalid name is entered?.

Comment 2 Sreenivasan Genipudi 2006-07-28 03:29:04 UTC
Added validation for invalid character entries. Update to latest code and try
Comment 3 Mikhail Kondratyev 2006-08-04 10:19:05 UTC
Verified in build 17
Comment 4 Mikhail Kondratyev 2006-08-14 14:14:51 UTC
Was verified in build 17