[JBoss JIRA] Created: (JBIDE-6785) "Partner Link Type" Chooser will not open after deleting a resource WSDL from bpelContent folder.
by Marek Baluch (JIRA)
"Partner Link Type" Chooser will not open after deleting a resource WSDL from bpelContent folder.
-------------------------------------------------------------------------------------------------
Key: JBIDE-6785
URL: https://jira.jboss.org/browse/JBIDE-6785
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpel
Affects Versions: 3.1.1
Environment: JBDS 3.0.1.GA
JBoss BPEL Editor v 1.0.0.v201003031622-27l-F9JgLWLLrLrXMgg
Reporter: Marek Baluch
Attachments: npe.txt
How to reproduce ...
1) Open a BPEL project.
2) Delete a WSDL of some partner web service
3) open the .bpel file
4) click add partner link in "PartnerLinks" perspective ...
5) in properties window under Details tab click the Browse button.
The error log shows:
1) Unhandled event loop exception: see attachment file npe.txt for the stack-trace
2) Resource platform:/resource/bpel_cxf_invoke/bpelContent/HelloWorld.wsdl is empty. (no stack-trace here)
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-6756) Run On Server on annotated servlet (3.0 spec) opens invalid url
by Snjezana Peco (JIRA)
Run On Server on annotated servlet (3.0 spec) opens invalid url
---------------------------------------------------------------
Key: JBIDE-6756
URL: https://jira.jboss.org/browse/JBIDE-6756
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS, UpStream
Affects Versions: 3.2.0.M1
Reporter: Snjezana Peco
Assignee: Rob Stryker
Steps to reproduce :
- create JBoss AS 6.0 M4 runtime and server
- create a Dynamic Web project with Web Module version 3.0
- add a servlet
- right-click the servlet and call Run As>Run On Server
Eclipse will open a url like :
http://localhost:8080/<your_project_name>/servlet/<servletPackage>/<servelClassName>
The correct URL is :
http://localhost:8080/<your_project_name>/<yourServletMapping>
<yourServletMapping> is defined when creating a servlet. It is defined as an annotation for Web Module 3.0 (@WebServlet)
The problem can't be reproduced if servlet mappings is defined in web.xml.
I think this is a webtools problem. Will create a bug against webtools and add a patch.
I will also make a workaround that will work on JBoss Tools servers.
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-6687) New XHTML Template/New XHTML Page mechanism inconcistencies
by Max Rydahl Andersen (JIRA)
New XHTML Template/New XHTML Page mechanism inconcistencies
-----------------------------------------------------------
Key: JBIDE-6687
URL: https://jira.jboss.org/browse/JBIDE-6687
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.2.0.M1
Reporter: Max Rydahl Andersen
Fix For: 3.2.0.M2
Tried the new template wizards (JBIDE-6131)
Works great, but the logic of the new XHTML Page which is using this are a bit weird.
1) Why don't we enable "Use XHTML Template" by default ?
2) Why is the file generated filled with some unknown template when I did not enable templates ? (shouldn't it be blank ?)
3) Is this coded via the builtin HTML wizard in Helios or duplication ? (it's good we have XHTML separated out from HTML ..makes it easier instead of tons of templates)
--
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, 6 months
[JBoss JIRA] Created: (JBIDE-6475) [Bpel] Several class loader related unsafe places in JBoss Tools
by Brian Fitzpatrick (JIRA)
[Bpel] Several class loader related unsafe places in JBoss Tools
----------------------------------------------------------------
Key: JBIDE-6475
URL: https://jira.jboss.org/browse/JBIDE-6475
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpel
Affects Versions: 3.2.x, 3.1.x
Reporter: Brian Fitzpatrick
Assignee: Robert (Bob) Brodt
Fix For: 3.2.x
This originally came from JBIDE-6466
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.
5) \jbosstools\trunk\bpel\plugins\org.eclipse.bpel.ui\src\org\eclipse\bpel\ui\util\BPELEditorUtil.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, 6 months