[JBoss JIRA] Created: (JBDS-1059) ESB Editor usability
by prakash aradhya (JIRA)
ESB Editor usability
---------------------
Key: JBDS-1059
URL: https://jira.jboss.org/jira/browse/JBDS-1059
Project: JBoss Developer Studio
Issue Type: Feature Request
Components: SOA Platform
Affects Versions: 3.0.0.CR2
Environment: Mac / Windows
Reporter: prakash aradhya
Fix For: 3.0.0.CR2
ESB Editor - The editor looks lot better than before.
There are many minor usability things we can add to make to better. Here are some of them.
- Icons for each item on the left side tree instead of folders.
- Add Tree view in the navigation bar for the .esb file on the left side for the file similar to the one in the editor.
- For listeners - Add button pops up a list of menu items - add icons for each of them.
- Also, it will be nice if we can pop up a window (editor) that offers all those options and navigator through.
--
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-6466) Several class loader related unsafe places in JBoss Tools
by Vitali Yemialyanchyk (JIRA)
Several class loader related unsafe places in JBoss Tools
---------------------------------------------------------
Key: JBIDE-6466
URL: https://jira.jboss.org/browse/JBIDE-6466
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Archives, bpel, jbpm, jmx
Affects Versions: 3.1.1
Reporter: Vitali Yemialyanchyk
Assignee: Max Rydahl Andersen
I find several unsafe places which are related with Thread.currentThread().getContextClassLoader() and Thread.currentThread().setContextClassLoader(). These places in code could have dramatic outcome during JBoss Tools normal work.
Especially Hibernate Tools depends on it - and this result will be visible ONLY in JPA confoguration.
Here are code places:
1) \jbosstools\trunk\jbpm\plugins\org.jboss.tools.flow.jpdl4.multipage\src\org\jboss\tools\flow\jpdl4\multipage\validator\Jpdl4Validator.java
2) \jbosstools\trunk\archives\plugins\org.jboss.ide.eclipse.archives.core\src\main\org\jboss\ide\eclipse\archives\core\model\internal\xb\XMLBinding.java
1 and 2 - are dangerous cause in case of execution exception - here there are no restore of Thread.currentThread() - ContextClassLoader;
3) \jbosstools\trunk\as\plugins\org.jboss.ide.eclipse.as.core\jbosscore\org\jboss\ide\eclipse\as\core\extensions\jmx\JMXSafeRunner.java
3 - here also Hibernate Tools dangerous place in finally block - if we get exception in
JMXClassLoaderRepository.getDefault().removeConcerned(s, r);
4) \jbosstools\trunk\common\plugins\org.jboss.tools.common\src\org\jboss\tools\common\xml\SAXValidator.java
4 - here also Hibernate Tools dangerous place in finally block - if we get exception in
ErrorHandlerImpl h = new ErrorHandlerImpl();
5) \jbosstools\trunk\bpel\plugins\org.eclipse.bpel.ui\src\org\eclipse\bpel\ui\util\BPELEditorUtil.java
- here is potential unsafe code commented;
6) \jbosstools\trunk\smooks\plugins\org.jboss.tools.smooks.ui\src\org\jboss\tools\smooks\edimap\editor\EDIMapFormPage.java
- here is potential unsafe code commented;
--
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, 8 months
[JBoss JIRA] Created: (JBIDE-6499) add '--show-traces' switch to ws related commands
by Lukas Jungmann (JIRA)
add '--show-traces' switch to ws related commands
-------------------------------------------------
Key: JBIDE-6499
URL: https://jira.jboss.org/browse/JBIDE-6499
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Webservices
Affects Versions: 3.2.0.M1
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
currently if there's some error during web service creation the error dialog which appears says only sth like "There was an error, rerun the command with --show-traces switch" - problem with this message is that user has no way to add the switch to the command (at least I haven't found it) and we don't know where exactly the problem is.
To make our's and our users' life easier we should
-use '--show-traces' switch by default
and/or
-provide UI for users so they actually can turn this switch on
and/or
-redirect all output from running command to the console view
--
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, 8 months
[JBoss JIRA] Created: (JBIDE-6388) StringIndexOutOfBoundsException when moving java class to default package
by Lukas Jungmann (JIRA)
StringIndexOutOfBoundsException when moving java class to default package
-------------------------------------------------------------------------
Key: JBIDE-6388
URL: https://jira.jboss.org/browse/JBIDE-6388
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Affects Versions: 3.1.1
Environment: JBDS-3.0.1.v201005270943R-H82-GA
Reporter: Lukas Jungmann
Assignee: Kris Verlaenen
-create new dynamic web project
-create new java class in some package
-use Refactor -> Move to move the class into default package
=>
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1937)
at org.drools.eclipse.refactoring.RuleIFileMoveParticipant.getNewName(RuleIFileMoveParticipant.java:181)
at org.drools.eclipse.refactoring.RuleIFileMoveParticipant.initialize(RuleIFileMoveParticipant.java:118)
at org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant.initialize(RefactoringParticipant.java:105)
at org.eclipse.ltk.core.refactoring.participants.ParticipantExtensionPoint.getParticipants(ParticipantExtensionPoint.java:100)
at org.eclipse.ltk.core.refactoring.participants.ParticipantManager.loadMoveParticipants(ParticipantManager.java:121)
...
--
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, 8 months
[JBoss JIRA] Created: (JBIDE-6510) [tester] configure monitor action produces invalid service url
by Lukas Jungmann (JIRA)
[tester] configure monitor action produces invalid service url
--------------------------------------------------------------
Key: JBIDE-6510
URL: https://jira.jboss.org/browse/JBIDE-6510
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.M1
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
-have two services running on different ports, ie 7777 (ie. using javax.xml.ws.Endpoint.publish(...)) and 8080 (running on JBoss)
let's test first service - the one runnning on port 7777
1) configure monitor for this service in a tester so the monitoring port is ie 6666
2) invoke tester
=> OK ...but you may sometimes see the progress monitor being shown even after the communication between client and server is finished (not sure about exact steps to reproduce here)
now let's test the second service
3) use "Get from WSDL..." button to change the stuff in the UI
4) tweak soap body if needed
5) click on the "Configure Monitor" button
=> nothing happens - I'd assume that service url will be changed to the one used by the monitor (localhost:8080 shanged to localhost:6666) at least or some UI should be shown
-restart the IDE and try to test the second service again - in the other words repeat steps 3-5
=> service URL is changed from http://localhost:8080/webws/Ws to http://localhost:6666:8080/webws/Ws; it should be only http://localhost:6666/webws/Ws instead
--
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, 8 months