[JBoss JIRA] Created: (JBIDE-5704) NullPointerException in Persistence.xml editor Hibernate tab
by Dmitry Geraskov (JIRA)
NullPointerException in Persistence.xml editor Hibernate tab
------------------------------------------------------------
Key: JBIDE-5704
URL: https://jira.jboss.org/jira/browse/JBIDE-5704
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.1.0.CR1
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Priority: Minor
Fix For: 3.2.next
Sometimes there is an NPE occurs:
java.lang.NullPointerException
at org.eclipse.jpt.core.internal.AbstractJpaProject.update(AbstractJpaProject.java:1277)
at org.eclipse.jpt.core.internal.AbstractJpaProject$DefaultResourceModelListener.resourceModelChanged(AbstractJpaProject.java:1030)
at org.eclipse.jpt.core.resource.xml.JpaXmlResource.resourceModelChanged(JpaXmlResource.java:189)
at org.eclipse.jpt.core.resource.xml.AbstractJpaEObject.featureChanged(AbstractJpaEObject.java:105)
at org.eclipse.jpt.core.resource.xml.AbstractJpaEObject.eNotify(AbstractJpaEObject.java:99)
at org.eclipse.jpt.core.resource.persistence.XmlProperty.setValue(XmlProperty.java:175)
at org.eclipse.jpt.core.internal.context.persistence.GenericPersistenceUnitProperty.setValue(GenericPersistenceUnitProperty.java:73)
at org.eclipse.jpt.core.internal.context.persistence.AbstractPersistenceUnit.setProperty(AbstractPersistenceUnit.java:707)
at org.jboss.tools.hibernate.jpt.core.internal.context.HibernatePersistenceUnitProperties.putProperty_(HibernatePersistenceUnitProperties.java:175)
at org.jboss.tools.hibernate.jpt.core.internal.context.HibernatePersistenceUnitProperties.putProperty(HibernatePersistenceUnitProperties.java:171)
at org.jboss.tools.hibernate.jpt.core.internal.context.basic.HibernateBasic.setConfigurationFile(HibernateBasic.java:131)
at org.jboss.tools.hibernate.jpt.ui.internal.persistence.details.HibernatePropertiesComposite$4.setValue_(HibernatePropertiesComposite.java:254)
at org.jboss.tools.hibernate.jpt.ui.internal.persistence.details.HibernatePropertiesComposite$4.setValue_(HibernatePropertiesComposite.java:1)
at org.eclipse.jpt.utility.internal.model.value.PropertyAspectAdapter.setValue(PropertyAspectAdapter.java:151)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months
[JBoss JIRA] Created: (JBIDE-6250) Cannot create ws from wsdl if there are more ports in service's element in wsdl
by Lukas Jungmann (JIRA)
Cannot create ws from wsdl if there are more ports in service's element in wsdl
-------------------------------------------------------------------------------
Key: JBIDE-6250
URL: https://jira.jboss.org/jira/browse/JBIDE-6250
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.1.0.GA
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
-have a dynamic web project
-open new web service wizard
-set the wizard:
1st step:
ws type: top-down
service definition: http://www.webservicex.net/BibleWebservice.asmx?wsdl (or use local copy of this wsdl)
ws runtime: JBossWS
2nd step:
leave default values
hit finish
=>
org.eclipse.core.runtime.CoreException: Failed to Generate Web Service code, please check the log for more details
at org.jboss.tools.ws.creation.core.commands.ImplementationClassCreationCommand.getCompilationUnitForInterface(ImplementationClassCreationCommand.java:449)
at org.jboss.tools.ws.creation.core.commands.ImplementationClassCreationCommand.generateImplClass(ImplementationClassCreationCommand.java:133)
at org.jboss.tools.ws.creation.core.commands.ImplementationClassCreationCommand.execute(ImplementationClassCreationCommand.java:97)
at org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.runCommand(CommandFragmentEngine.java:419)
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 8 months