Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 825296

Summary: Regression - cannot create a new email notifier attachment in ESB editor
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Len DiMaggio <ldimaggi>
Component: ToolingAssignee: Douglas Palmer <dpalmer>
Status: CLOSED NOTABUG QA Contact:
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 5.3.0 GACC: jcoleman, soa-p-jira
Target Milestone: CR1   
Target Release: 5.3.0 GA   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-31 08:49:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Len DiMaggio 2012-05-25 15:18:29 UTC
Description of problem:

Link to: JBDS-2167

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 JBoss JIRA Server 2012-05-29 17:16:43 UTC
Viacheslav Kabanovich <scabanovich> made a comment on jira JBDS-2167

This wizard was implemented as the file selector that required to select an existing resource in the project. So, what is exactly the problem, does the selector hides some resources? Could you please describe your usecase to be supported?

Comment 2 JBoss JIRA Server 2012-05-30 18:47:45 UTC
Viacheslav Kabanovich <scabanovich> made a comment on jira JBDS-2167

Len, I cannot reproduce the situation when the dialog fails to show an existing file inside Java source folders. Project, created by 'New ESB Project Wizard' has empty Java source folder, which may explain your screenshot. Do you mean that you would like to have an opportunity to type in any file name before it is added to the project?
Anyway, steps to reproduce, and an example of file location that failed to appear in the dialog would be of much help.

Comment 3 JBoss JIRA Server 2012-05-31 00:59:00 UTC
Len DiMaggio <ldimaggi> made a comment on jira JBDS-2167

Problem is not reproducible in CR1 build.

Comment 4 JBoss JIRA Server 2012-05-31 01:00:14 UTC
Len DiMaggio <ldimaggi> updated the status of jira JBDS-2167 to Closed

Comment 5 JBoss JIRA Server 2012-05-31 19:26:39 UTC
Viacheslav Kabanovich <scabanovich> made a comment on jira JBDS-2167

If it is not reproduced in CR1, then maybe it was a build problem. 

Meanwhile, I have looked into the source of org.jboss.soa.esb.helpers.Email, and it seems that maybe the dialog still should be improved. Now, the dialog shows jar files and allows to choose jar entries; but code in Email supposes that the attachment path targets a physical file rather than a resource accessible by the class loader. Will it make sense to remove jar files from the dialog? On the other hand, the dialog does not include esbcontent folder, which may contain files, will it make sense to add it to the dialog?