Patches item #1051628, was opened at 2004-10-21 13:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=1051628&group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Dave Smith (rimmeraj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Hibernate does not deploy under 3.2

Initial Comment:
I am trying to use an exploded .har file in a deploy
directory. Thisworks in 4.0 but not 3.2.6. The problem
is inSubDeployerSupport.isDeployable()in 3.2 it lists
all of the valid extensions. Adding ".har" fixed
theproblem. but in 4.0 it looks like .. 

if (url.getPath().indexOf("META-INF") != -1) return
false;      String[] suffixes =
mainDeployer.getSuffixOrder();
      for (int i = 0; i < suffixes.length; i++)      {   
      if (name.endsWith(suffixes[i])) return true;      } 
     return (name.endsWith(nativeSuffix) && 
name.startsWith(nativePrefix));

which makes be believe we should back port it. 



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376687&aid=1051628&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to