[jbosstools-issues] [JBoss JIRA] (JBIDE-9926) Importing some of the BPEL Examples results in log error

Robert (Bob) Brodt (Commented) (JIRA) jira-events at lists.jboss.org
Tue Nov 1 09:36:45 EDT 2011


    [ https://issues.jboss.org/browse/JBIDE-9926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638804#comment-12638804 ] 

Robert (Bob) Brodt commented on JBIDE-9926:
-------------------------------------------

This is caused by the way the zip file that contains the example was created: it looks like all of the files were added to the zip first, then all of the directories. When the project is unzipped, the files are decompressed first; this creates the parent directory tree. Next the importer tries to create the directories from the zip, but these already exist, and hence the errors.

Instead of rebuilding all of the zip files to remove the duplicated directory entries, it's probably simpler to just change the importer so that it (silently) ignores directories that already exist in the project.

Are there any objections making this change?

                
> Importing some of the BPEL Examples results in log error
> --------------------------------------------------------
>
>                 Key: JBIDE-9926
>                 URL: https://issues.jboss.org/browse/JBIDE-9926
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: BPEL
>    Affects Versions: 3.2.2.M2
>            Reporter: Pavol Srna
>            Assignee: Robert (Bob) Brodt
>            Priority: Minor
>             Fix For: 3.2.2.Final
>
>         Attachments: Screenshot.png, stacktraces.txt
>
>
> Try to import ODE BPEL Example and see error log.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list