[JBoss JIRA] Created: (JBIDE-3315) Incomplete delete of generic exporter from .lauch file
by Francisco Jose Peredo Noguez (JIRA)
Incomplete delete of generic exporter from .lauch file
------------------------------------------------------
Key: JBIDE-3315
URL: https://jira.jboss.org/jira/browse/JBIDE-3315
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.2
Reporter: Francisco Jose Peredo Noguez
If I save my code generation options in a .launch and I try to delete one of the Generic Exporters, and then I open the file in a text editor to see if it actually deleted it, I see that it deleted the line that says:
<listEntry value="hbmtemplate1"/>
but it did not delete the this:
<mapAttribute key="org.hibernate.tools.exporters.hbmtemplate1.properties">
<mapEntry key="hibernatetool.something.toolclass" value="somepackage.SomeClass"/>
<mapEntry key="outputdir" value="/myapp/WebContent/Crud"/>
<mapEntry key="for_each" value="entity"/>
<mapEntry key="template_name" value="view/list.xhtml.ftl"/>
<mapEntry key="file_pattern" value="{class-name}List.xhtml"/>
<mapEntry key="hibernatetool.util.toolclass" value="org.hibernate.eclipse.launch.SeamUtil"/>
</mapAttribute>
This mapAttribute stuff stays there, and can only be removed if I do it manually.
--
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, 7 months
[JBoss JIRA] Created: (JBIDE-5551) ESB Editor - ScriptingAction needs additional details for language property
by Brian Fitzpatrick (JIRA)
ESB Editor - ScriptingAction needs additional details for language property
---------------------------------------------------------------------------
Key: JBIDE-5551
URL: https://jira.jboss.org/jira/browse/JBIDE-5551
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.1.0.GA
Reporter: Brian Fitzpatrick
Assignee: Viacheslav Kabanovich
Also for the ScriptingAction, we had this comment from Kevin Conner:
> * Do we need to also include the "language" property in the UI?
>By default the ScriptingAction will determine the language based on the
extension of the file, but this can be specified explicitly should it be
necessary. I'm not sure what the options are for this section, but if
the resource name is free-form then I would suggest adding support for
the "language" property.
We should look into this further for the next release.
--
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, 7 months
[JBoss JIRA] Created: (JBIDE-6514) Server is not being associated with new project
by Lukas Jungmann (JIRA)
Server is not being associated with new project
-----------------------------------------------
Key: JBIDE-6514
URL: https://jira.jboss.org/browse/JBIDE-6514
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: struts/shale
Affects Versions: 3.2.0.M1
Environment: 20100617-1424_eclipse-jee-helios-RC5-linux.gtk.x86.tar.gz + JBT v201006210931N-H358-M1
Reporter: Lukas Jungmann
-create new v.1.2 kickstart struts project with servlet version set to 2.4 and Runtime set to EAP4.3 (or 5.x.x)
=> project shows compilation errors for demo.GreetingAction.java because of missing javax.servlet.http.* on the project classpath and workspace log says:
org.eclipse.core.runtime.CoreException: Runtime JBoss EAP 4.3 Runtime does not support project facet Dynamic Web Module 3.0.
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.setTargetedRuntimesInternal(FacetedProject.java:720)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$4(FacetedProject.java:664)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$3.run(FacetedProject.java:646)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.setTargetedRuntimes(FacetedProject.java:656)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.setRuntime(FacetedProject.java:583)
at org.jboss.tools.jst.web.ui.operation.WebNatureOperation.createWTPNature2(WebNatureOperation.java:474)
at org.jboss.tools.jst.web.ui.operation.WebNatureOperation.run(WebNatureOperation.java:246)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:69)
...
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1008)
at org.jboss.tools.jst.web.ui.wizards.project.NewWebProjectWizard.performFinish(NewWebProjectWizard.java:66)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months