You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shale.apache.org by ma...@accenture.com on 2007/06/25 11:41:17 UTC

Any one plans to fix SHALE-409 bug?

 

I have successfully tested to comment the second loop:

        // Second select all remaining instances, which will include
annotated

        // managed beans if Shale Tiger is present

        /*

        entries = map.entrySet().iterator();

        while (entries.hasNext()) {

            Map.Entry entry = (Map.Entry) entries.next();

            if (!list.contains(entry.getKey())) {

                list.add(entry.getKey());

            }

        }*/

 

Is there any one can try it and plans to release the fix? 

 

Can I help you?

 

Thanks in advance

Mario 

 



This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.  If you have received it in error, please notify the sender immediately and delete the original.  Any other use of the email by you is prohibited.