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 105228

Summary: Cannot create ws client in ejb module
Product: webservices Reporter: Milan Kuchtiak <mkuchtiak>
Component: ClientAssignee: Milan Kuchtiak <mkuchtiak>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 105229    
Bug Blocks:    

Description Milan Kuchtiak 2007-05-31 09:41:52 UTC
java.lang.AssertionError
        at org.netbeans.modules.websvc.spi.jaxws.client.ProjectJAXWSClientSuppor
t.getArtifactsFolder(ProjectJAXWSClientSupport.java:288)
        at org.netbeans.modules.websvc.spi.jaxws.client.ProjectJAXWSClientSuppor
t.getLocalWsdlFolderForClient(ProjectJAXWSClientSupport.java:275)
        at org.netbeans.modules.websvc.spi.jaxws.client.ProjectJAXWSClientSuppor
t.addServiceClient(ProjectJAXWSClientSupport.java:122)
        at org.netbeans.modules.j2ee.ejbjarproject.jaxws.EjbProjectJAXWSClientSu
pport.addServiceClient(EjbProjectJAXWSClientSupport.java:73)
        at org.netbeans.modules.websvc.api.jaxws.client.JAXWSClientSupport.addSe
rviceClient(JAXWSClientSupport.java:101)
        at org.netbeans.modules.websvc.core.client.wizard.JaxWsClientCreator.gen
erate15Client(JaxWsClientCreator.java:135)
        at org.netbeans.modules.websvc.core.client.wizard.JaxWsClientCreator.acc
ess$000(JaxWsClientCreator.java:61)
        at org.netbeans.modules.websvc.core.client.wizard.JaxWsClientCreator$1.r
un(JaxWsClientCreator.java:94)
        at org.openide.util.Task.run(Task.java:222)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java
:964)
Comment 1 Milan Kuchtiak 2007-05-31 09:50:43 UTC
WS Client wizard as well as WS wizard relies on meta.inf property that is
missing in EJB project. See the issue 105229.
Comment 2 Milan Kuchtiak 2007-05-31 14:37:38 UTC
The fix for issue 105229 helped.
Comment 3 Lukas Jungmann 2007-06-11 20:40:24 UTC
v.