[JBoss JIRA] Created: (JBIDE-9606) Null pointer exception when creating Top down Web Service
by Jaroslav Jankovič (JIRA)
Null pointer exception when creating Top down Web Service
---------------------------------------------------------
Key: JBIDE-9606
URL: https://issues.jboss.org/browse/JBIDE-9606
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.0.M3
Reporter: Jaroslav Jankovič
Assignee: Brian Fitzpatrick
Fix For: 3.3.0.M3
Attachments: nullpointer.png
There is a problem when creating top down web service from wsdl file. After selection wsdl file and click on Finish button, null pointer exception is thrown. If Next button and after that Finish Button is clicked, Web service is created properly. However Web Service should be created properly from main dialog too.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (JBIDE-11078) NPE when creating utiliy project
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-11078:
----------------------------------------
Summary: NPE when creating utiliy project
Key: JBIDE-11078
URL: https://issues.jboss.org/browse/JBIDE-11078
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 3.3.0.Beta1
Reporter: Rastislav Wagner
Assignee: Fred Bricon
java.lang.NullPointerException
at org.jboss.tools.maven.jsf.utils.xpl.JSFAppConfigUtils.getConfigFilesFromContextParam(JSFAppConfigUtils.java:77)
at org.jboss.tools.maven.jsf.configurators.JSFUtils.getFacesconfig(JSFUtils.java:60)
at org.jboss.tools.maven.jsf.configurators.JSFUtils.getVersionFromFacesconfig(JSFUtils.java:76)
at org.jboss.tools.maven.jsf.configurators.JSFProjectConfigurator.getJSFVersion(JSFProjectConfigurator.java:296)
at org.jboss.tools.maven.jsf.configurators.JSFProjectConfigurator.configureInternal(JSFProjectConfigurator.java:111)
at org.jboss.tools.maven.jsf.configurators.JSFProjectConfigurator.mavenProjectChanged(JSFProjectConfigurator.java:135)
at org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.mavenProjectChanged(ProjectConfigurationManager.java:752)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.notifyProjectChangeListeners(ProjectRegistryManager.java:724)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.applyMutableProjectRegistry(ProjectRegistryManager.java:847)
at org.eclipse.m2e.core.internal.project.registry.ProjectRegistryManager.refresh(ProjectRegistryManager.java:280)
at org.eclipse.m2e.core.internal.project.registry.MavenProjectManager.refresh(MavenProjectManager.java:58)
at org.eclipse.m2e.core.internal.builder.MavenBuilder.build(MavenBuilder.java:120)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:143)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] (JBIDE-11116) Listen on all interfaces is useless for AS 7.0.1
by Martin Malina (JIRA)
Martin Malina created JBIDE-11116:
-------------------------------------
Summary: Listen on all interfaces is useless for AS 7.0.1
Key: JBIDE-11116
URL: https://issues.jboss.org/browse/JBIDE-11116
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.Beta1
Reporter: Martin Malina
Assignee: Rob Stryker
Priority: Minor
Fix For: 3.3.0.CR1
JBIDE-10802 fixed the problem of using -b - AS 7.0.1 and prior do not support it.
Now it's fixed - -b is not used. But we still have the checkbox for "Listen on all interfaces to allow remote web connections" in the server editor. This doesn't make sense for these versions where -b is not supported.
Not sure if this is worth the effort since AS 7.0.0 and 7.0.1 are old. So this JIRA is for your consideration.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months