无法在使用Tomcat 7的Jboss 7.1.1上部署我的应用程序

时间:2015-09-23 12:56:25

标签: hibernate jboss

我无法在Jboss 7.1.1上部署我的应用程序,它正在使用Tomcat 7,我正在使用Hibernate 4.我有类似的错误:

try(final InputStreamFromOutputStream<Void> isOs = new InputStreamFromOutputStream<Void>() {
    @Override
    protected void produce(final OutputStream dataSink) throws Exception {
        InputStream in = new GZIPInputStream(unCompressedStream);
        IOUtils.copy(in, dataSink);
    }
}) {        

    //You can use the compressed input stream here

} catch (final IOException e) {
    //Handle exceptions here
} 

1 个答案:

答案 0 :(得分:0)

您是否检查了此帖子(您需要将其翻译为英语): http://www.guj.com.br/8783-exception-jpahibernate