[JBoss JIRA] Created: (JBIDE-7923) Allow user to re-create the Top-down web service
by Lukas Jungmann (JIRA)
Allow user to re-create the Top-down web service
------------------------------------------------
Key: JBIDE-7923
URL: https://issues.jboss.org/browse/JBIDE-7923
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
Priority: Minor
use case:
-have a dynamic web project with some messed up implementation of a web service from wsdl
-goal is to recreate the service - regenerate artifacts from wsdl, replace current ws implementation class with new, empty one and readd entries into web.xml if needed
current approach:
-user has to clean everything manually - delete entries from DD, delete generated classes, delete service implementation class and rerun the new web service wizard
suggested approach:
-allow user to rerun the web service wizard for service existing in the project asking him if he wants to re-create it and if so then rerun the wsconsume, recreate service impl class and update DD. All these steps should be presented to the user (by default all would be on) and user should be allowed to choose which of them he wants the IDE to do
and/or
-provide some context sensitive action for this somewhere in the IDE, perhaps service node in project explorer view looks like a good candidate for this
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBDS-1440) Smooks Java-To-XML FreeMarker Fails in ESB
by Will Dinyes (JIRA)
Smooks Java-To-XML FreeMarker Fails in ESB
------------------------------------------
Key: JBDS-1440
URL: https://jira.jboss.org/browse/JBDS-1440
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: SOA Platform
Affects Versions: 4.0.0.Beta1
Environment: java-1.6.0-sun-devel, JBDS 4.0.0.Beta1
Reporter: Will Dinyes
I created a smooks-java-to-xml.xml (attached) config via the Smooks tooling in JBDS to translate a simple bean (.java file attached) back to XML via Apply Template with an XSD (attached).
When deploying this to SOA-P and then running a test, I get the following exception (in part, full exception stack attached):
freemarker.core.InvalidReferenceException: Expression .vars["com"] is undefined on line 3, column 21 in free-marker-template.
freemarker.core.TemplateObject.assertNonNull(TemplateObject.java:124)
freemarker.core.DynamicKeyName._getAsTemplateModel(DynamicKeyName.java:75)
freemarker.core.Expression.getAsTemplateModel(Expression.java:89)
freemarker.core.Expression.getStringValue(Expression.java:93)
freemarker.core.DollarVariable.accept(DollarVariable.java:76)
freemarker.core.Environment.visit(Environment.java:208)
freemarker.core.MixedContent.accept(MixedContent.java:92)
freemarker.core.Environment.visit(Environment.java:208)
freemarker.core.Environment.process(Environment.java:188)
freemarker.template.Template.process(Template.java:232)
This seems to be a missing descriptor or library that isn't deployed to the server? Not sure what's causing this. Maybe Smooks Java-to-XML isn't something we can do through the tooling at this time?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8337) Web Knowledge Base plugin throws NullPointerException on exit
by Denis Golovin (JIRA)
Web Knowledge Base plugin throws NullPointerException on exit
-------------------------------------------------------------
Key: JBIDE-8337
URL: https://issues.jboss.org/browse/JBIDE-8337
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Eclipse IDE for Java EE Developers with JBT JBossAS, Seam, Richfaces installed from Development update site
Reporter: Denis Golovin
{noformat}
java.lang.NullPointerException
at org.jboss.tools.jst.web.kb.WebKbPlugin.cleanObsoleteFiles(WebKbPlugin.java:96)
at org.jboss.tools.jst.web.kb.WebKbPlugin.access$0(WebKbPlugin.java:92)
at org.jboss.tools.jst.web.kb.WebKbPlugin$1.saving(WebKbPlugin.java:77)
at org.eclipse.core.internal.resources.SaveManager.executeLifecycle(SaveManager.java:361)
at org.eclipse.core.internal.resources.SaveManager$1.run(SaveManager.java:170)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.resources.SaveManager.broadcastLifecycle(SaveManager.java:173)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1108)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1087)
at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:44)
at org.eclipse.core.internal.resources.SaveManager.shutdown(SaveManager.java:1366)
at org.eclipse.core.internal.resources.Workspace.close(Workspace.java:428)
at org.eclipse.core.resources.ResourcesPlugin.stop(ResourcesPlugin.java:383)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:843)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:836)
at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:501)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:550)
at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1097)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:597)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:257)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:215)
at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.suspend(InternalSystemBundle.java:266)
at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:690)
at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:588)
at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:415)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:198)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
{noformat}
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8537) org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest failure
by Alexey Kazakov (JIRA)
org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest failure
------------------------------------------------------------------
Key: JBIDE-8537
URL: https://issues.jboss.org/browse/JBIDE-8537
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.3.0.M1
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Fix For: 3.3.0.M1
Failed tests:
testSpecifyBeanWhenNoBeanIsEligibleForInjectedParameterResolution(org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest)
testSpecifyBeanWhenNoBeanIsEligibleForInjectedParameterResolution(org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest) Time elapsed: 6.038 sec <<< FAILURE!
junit.framework.AssertionFailedError: Marker resolution did not decrease number of problems. was: 1 now: 1
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest.checkResolution(CDIMarkerResolutionTest.java:142)
at org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest.checkResolution(CDIMarkerResolutionTest.java:57)
at org.jboss.tools.cdi.ui.test.marker.CDIMarkerResolutionTest.testSpecifyBeanWhenNoBeanIsEligibleForInjectedParameterResolution(CDIMarkerResolutionTest.java:511)
Make sure it works in 3.2.* brunch.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8504) org.jboss.tools.cdi.ui.test.CATest fail
by Daniel Azarov (JIRA)
org.jboss.tools.cdi.ui.test.CATest fail
---------------------------------------
Key: JBIDE-8504
URL: https://issues.jboss.org/browse/JBIDE-8504
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi (jsr-299)
Affects Versions: 3.2.1
Reporter: Daniel Azarov
Assignee: Alexey Kazakov
Fix For: 3.2.x, 3.3.0.M1
Tests run: 27, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 90.814 sec <<< FAILURE!
testEL(org.jboss.tools.cdi.ui.test.CATest) Time elapsed: 4.602 sec <<< FAILURE!
junit.framework.AssertionFailedError: Proposal example not found!
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at org.jboss.tools.jst.jsp.test.ca.ContentAssistantTestCase.checkProposals(ContentAssistantTestCase.java:99)
at org.jboss.tools.jst.jsp.test.ca.ContentAssistantTestCase.checkProposals(ContentAssistantTestCase.java:71)
at org.jboss.tools.cdi.ui.test.CATest.testEL(CATest.java:41)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at org.codehaus.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:75)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:25)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3515)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3164)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:21)
at org.codehaus.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:109)
at org.codehaus.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:27)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)
at org.eclipse.equinox.launcher.Main.main(Main.java:1384)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (JBIDE-8495) Evaluate removal of TPTP from JBT 3.3
by Nick Boldt (JIRA)
Evaluate removal of TPTP from JBT 3.3
-------------------------------------
Key: JBIDE-8495
URL: https://issues.jboss.org/browse/JBIDE-8495
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, Cleanup
Affects Versions: 3.3.0.M1
Reporter: Nick Boldt
Assignee: Max Rydahl Andersen
TPTP is being archived after their 4.7.2 release in Helios SR2 [1]. Therefore, we need to either continue to build our TPTP stuff on top of the Helios version of TPTP and patch it if necessary so it'll work in Eclipse 3.7 (JBT 3.3), or remove it entirely & drop support.
[1] http://www.eclipse.org/tptp/home/project_info/devplans/EclipseTPTPProject...
Currently, the feature groups we use from Eclipse TPTP 4.7 are:
<unit id="org.eclipse.tptp.platform.profile.server.feature.group" version="4.5.1.v201009092123-7H7F3AkF7B79N8WCTEH"/>
<unit id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version="4.3.2.v201101261720-797918s735435695C83"/>
<unit id="org.eclipse.tptp.platform.core.feature.group" version="4.7.2.v201101261720-8X8ZFXoFLWUl6wn5veAISx"/>
<unit id="org.eclipse.tptp.platform.jvmti.feature.group" version="4.5.1.v201009092123-797A38s7354466855B7"/>
<unit id="org.eclipse.tptp.platform.trace.feature.group" version="4.5.2.v201101261720-7L7O8fBgJ9EC9NDREaF9"/>
<unit id="org.eclipse.tptp.platform.xerces.feature.group" version="4.6.0.v201005032111-777K4AkF7B77R7c7N77"/>
<unit id="org.eclipse.tptp.platform.instrumentation.ui.feature.group" version="4.3.2.v201101261720-797918s735435695C83"/>
<unit id="org.eclipse.tptp.platform.probekit.feature.group" version="4.5.2.v201101271120-7H7BF8QAkF7B87RBVCFFD"/>
<unit id="org.eclipse.tptp.platform.commons.logging.feature.group" version="4.5.0.v201005032111-2-37w312116191612"/>
<unit id="org.eclipse.tptp.platform.jakarta.log4j.feature.group" version="4.5.0.v201005032111-217E7w312116191611"/>
<repository location="http://download.eclipse.org/tptp/updates/helios/"/>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months