
|
Easybeans stable releases
Hello,
I'm using Easybeans as an EJB container for Tomcat in combination with JavaServer Faces 1.2 and EJB3. With the latest stable version (1.0.2) I'm getting errors when accessing an ejb from within my JSF bean (see stack trace below). I'm using the @EJB annotation in the JSF bean.
Is there any workaround for this error? It seems to be connected to Easybeans 1.0.2 since it's resolved in Easybeans 1.1.0-RC1.
When will be the release of the next stable Easybeans version?
Here is the stacktrace of the error:
INFO: Container 'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-ejb.jar' [1 SLSB, 0 SFSB, 0 MDB] started in 31 ms 13.05.2009 14:44:18 org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs SCHWERWIEGEND: Unable to analyze the metadata of the war file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war. org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataException: org.ow2.util.scan.api.ScanException: Error while analyzing file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class' in archive 'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war' at org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:146) at org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deployWARs(Tomcat6Deployer.java:160) at org.ow2.easybeans.deployer.AbsWebContainerDeployer.deployEAR(AbsWebContainerDeployer.java:221) at org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deploy(Tomcat6Deployer.java:109) at org.ow2.easybeans.server.DirectoryDeployerMonitor.checkModifiedDeployables(DirectoryDeployerMonitor.java:395) at org.ow2.easybeans.server.DirectoryDeployerMonitor.run(DirectoryDeployerMonitor.java:174) Caused by: org.ow2.util.scan.api.ScanException: Error while analyzing file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class' in archive 'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war' at org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:75) at org.ow2.util.scan.api.ArchiveScanner.scanCollection(ArchiveScanner.java:158) at org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:144) ... 5 more Caused by: java.net.MalformedURLException: no !/ in spec at java.net.URL.<init>(URL.java:601) at java.net.URL.<init>(URL.java:464) at java.net.URL.<init>(URL.java:413) at java.net.JarURLConnection.parseSpecs(JarURLConnection.java:161) at java.net.JarURLConnection.<init>(JarURLConnection.java:144) at sun.net.www.protocol.jar.JarURLConnection.<init>(JarURLConnection.java:61) at sun.net.www.protocol.jar.Handler.openConnection(Handler.java:24) at java.net.URL.openConnection(URL.java:943) at org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:70) ... 7 more 13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener contextInitialized INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web' 13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener contextInitialized INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web' 13.05.2009 14:44:19 org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs INFO: The war 'WARDeployableImpl[archive=C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war]' has been deployed on the 'EJBTest-web' context.
|

|
Re: Easybeans stable releases
Hi Markus,
You should switch to the 1.1.x version (which is integrated in the
certified JOnAS 5.1 application server)
There is now a 1.2.x tree for the new developments, only bugfixes/small
improvement are going into the 1.1.x version
Regards,
Florent
Bach, Markus wrote:
Hello,
I'm using Easybeans as an
EJB container for Tomcat in combination with JavaServer Faces 1.2 and
EJB3. With the latest stable version (1.0.2) I'm getting errors when
accessing an ejb from within my JSF bean (see
stack trace below). I'm using the @EJB annotation in the JSF
bean.
Is there any workaround
for this error? It seems to be connected to Easybeans 1.0.2 since it's
resolved in Easybeans 1.1.0-RC1.
When will be the release
of the next stable Easybeans version?
Here is the stacktrace of
the error:
INFO: Container
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-ejb.jar'
[1 SLSB, 0 SFSB, 0 MDB] started in 31 ms
13.05.2009 14:44:18
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs
SCHWERWIEGEND: Unable to analyze the metadata of the war
file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war.
org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataException:
org.ow2.util.scan.api.ScanException: Error while analyzing file entry
'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class'
in archive
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war'
at
org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:146)
at
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deployWARs(Tomcat6Deployer.java:160)
at
org.ow2.easybeans.deployer.AbsWebContainerDeployer.deployEAR(AbsWebContainerDeployer.java:221)
at
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deploy(Tomcat6Deployer.java:109)
at
org.ow2.easybeans.server.DirectoryDeployerMonitor.checkModifiedDeployables(DirectoryDeployerMonitor.java:395)
at
org.ow2.easybeans.server.DirectoryDeployerMonitor.run(DirectoryDeployerMonitor.java:174)
Caused by: org.ow2.util.scan.api.ScanException: Error while analyzing
file entry
'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class'
in archive
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war'
at
org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:75)
at
org.ow2.util.scan.api.ArchiveScanner.scanCollection(ArchiveScanner.java:158)
at
org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:144)
... 5 more
Caused by: java.net.MalformedURLException: no !/ in spec
at java.net.URL.<init>(URL.java:601)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at java.net.JarURLConnection.parseSpecs(JarURLConnection.java:161)
at java.net.JarURLConnection.<init>(JarURLConnection.java:144)
at
sun.net.www.protocol.jar.JarURLConnection.<init>(JarURLConnection.java:61)
at sun.net.www.protocol.jar.Handler.openConnection(Handler.java:24)
at java.net.URL.openConnection(URL.java:943)
at
org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:70)
... 7 more
13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener
contextInitialized
INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web'
13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener
contextInitialized
INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web'
13.05.2009 14:44:19
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs
INFO: The war
'WARDeployableImpl[archive=C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war]'
has been deployed on the 'EJBTest-web' context.
|

|
AW: Re: Easybeans stable releases
Hello Florent,
thanks for the quick answer!
I'd like to switch to the 1.1.x version. But I want to use a stable version not a release candidate. Is there a timeline for the next stable release?
Regards,
Markus
Von: Florent BENOIT Gesendet: Mi 13.05.2009 15:39 An: easybeans@... Betreff: [easybeans] Re: Easybeans stable releases
Hi Markus, You should switch to the 1.1.x version (which is integrated in the certified JOnAS 5.1 application server) There is now a 1.2.x tree for the new developments, only bugfixes/small improvement are going into the 1.1.x version Regards, Florent Bach, Markus wrote:
Hello,
I'm using Easybeans as an EJB container for Tomcat in combination with JavaServer Faces 1.2 and EJB3. With the latest stable version (1.0.2) I'm getting errors when accessing an ejb from within my JSF bean (see stack trace below). I'm using the @EJB annotation in the JSF bean.
Is there any workaround for this error? It seems to be connected to Easybeans 1.0.2 since it's resolved in Easybeans 1.1.0-RC1.
When will be the release of the next stable Easybeans version?
Here is the stacktrace of the error:
INFO: Container 'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-ejb.jar' [1 SLSB, 0 SFSB, 0 MDB] started in 31 ms 13.05.2009 14:44:18 org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs SCHWERWIEGEND: Unable to analyze the metadata of the war file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war. org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataException: org.ow2.util.scan.api.ScanException: Error while analyzing file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class' in archive 'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war' at org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:146) at org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deployWARs(Tomcat6Deployer.java:160) at org.ow2.easybeans.deployer.AbsWebContainerDeployer.deployEAR(AbsWebContainerDeployer.java:221) at org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deploy(Tomcat6Deployer.java:109) at org.ow2.easybeans.server.DirectoryDeployerMonitor.checkModifiedDeployables(DirectoryDeployerMonitor.java:395) at org.ow2.easybeans.server.DirectoryDeployerMonitor.run(DirectoryDeployerMonitor.java:174) Caused by: org.ow2.util.scan.api.ScanException: Error while analyzing file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class' in archive 'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war' at org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:75) at org.ow2.util.scan.api.ArchiveScanner.scanCollection(ArchiveScanner.java:158) at org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:144) ... 5 more Caused by: java.net.MalformedURLException: no !/ in spec at java.net.URL.<init>(URL.java:601) at java.net.URL.<init>(URL.java:464) at java.net.URL.<init>(URL.java:413) at java.net.JarURLConnection.parseSpecs(JarURLConnection.java:161) at java.net.JarURLConnection.<init>(JarURLConnection.java:144) at sun.net.www.protocol.jar.JarURLConnection.<init>(JarURLConnection.java:61) at sun.net.www.protocol.jar.Handler.openConnection(Handler.java:24) at java.net.URL.openConnection(URL.java:943) at org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:70) ... 7 more 13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener contextInitialized INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web' 13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener contextInitialized INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web' 13.05.2009 14:44:19 org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs INFO: The war 'WARDeployableImpl[archive=C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war]' has been deployed on the 'EJBTest-web' context.
|

|
Re: AW: Re: Easybeans stable releases
It should be at the end of this month.
Regards,
Florent
Bach, Markus wrote:
Hello
Florent,
thanks for the quick
answer!
I'd like to switch to the
1.1.x version. But I want to use a stable version not a release
candidate. Is there a timeline for the next stable release?
Regards,
Markus
Von: Florent BENOIT
Gesendet: Mi 13.05.2009 15:39
An: easybeans@...
Betreff: [easybeans] Re: Easybeans stable releases
Hi Markus,
You should switch to the 1.1.x version (which is integrated in the
certified JOnAS 5.1 application server)
There is now a 1.2.x tree for the new developments, only bugfixes/small
improvement are going into the 1.1.x version
Regards,
Florent
Bach, Markus wrote:
Hello,
I'm using Easybeans as
an EJB container for Tomcat in combination with JavaServer Faces 1.2
and EJB3. With the latest stable version (1.0.2) I'm getting errors
when accessing an ejb from within my JSF bean (see stack trace below). I'm using the @EJB annotation
in the JSF bean.
Is there any workaround
for this error? It seems to be connected to Easybeans 1.0.2 since it's
resolved in Easybeans 1.1.0-RC1.
When will be the release
of the next stable Easybeans version?
Here is the stacktrace
of the error:
INFO: Container
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-ejb.jar'
[1 SLSB, 0 SFSB, 0 MDB] started in 31 ms
13.05.2009 14:44:18
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs
SCHWERWIEGEND: Unable to analyze the metadata of the war file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war.
org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataException:
org.ow2.util.scan.api.ScanException: Error while analyzing file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class'
in archive
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war'
at
org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:146)
at
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deployWARs(Tomcat6Deployer.java:160)
at
org.ow2.easybeans.deployer.AbsWebContainerDeployer.deployEAR(AbsWebContainerDeployer.java:221)
at
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deploy(Tomcat6Deployer.java:109)
at
org.ow2.easybeans.server.DirectoryDeployerMonitor.checkModifiedDeployables(DirectoryDeployerMonitor.java:395)
at
org.ow2.easybeans.server.DirectoryDeployerMonitor.run(DirectoryDeployerMonitor.java:174)
Caused by: org.ow2.util.scan.api.ScanException: Error while analyzing
file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class'
in archive
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war'
at
org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:75)
at
org.ow2.util.scan.api.ArchiveScanner.scanCollection(ArchiveScanner.java:158)
at
org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:144)
... 5 more
Caused by: java.net.MalformedURLException: no !/ in spec
at java.net.URL.<init>(URL.java:601)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at java.net.JarURLConnection.parseSpecs(JarURLConnection.java:161)
at java.net.JarURLConnection.<init>(JarURLConnection.java:144)
at
sun.net.www.protocol.jar.JarURLConnection.<init>(JarURLConnection.java:61)
at sun.net.www.protocol.jar.Handler.openConnection(Handler.java:24)
at java.net.URL.openConnection(URL.java:943)
at
org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:70)
... 7 more
13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener
contextInitialized
INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web'
13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener
contextInitialized
INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web'
13.05.2009 14:44:19
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs
INFO: The war
'WARDeployableImpl[archive=C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war]'
has been deployed on the 'EJBTest-web' context.
|

|
Re: Re: AW: Re: Easybeans stable releases
Florent, I would like to know, if the "Jira Issue" , EZB-365, is in the scope of the development of this next stable release. Best Regards, Fernando Freitas
2009/5/13 Florent BENOIT <Florent.BENOIT@...>
It should be at the end of this month.
Regards,
Florent
Bach, Markus wrote:
Hello
Florent,
thanks for the quick
answer!
I'd like to switch to the
1.1.x version. But I want to use a stable version not a release
candidate. Is there a timeline for the next stable release?
Regards,
Markus
Von: Florent BENOIT
Gesendet: Mi 13.05.2009 15:39
An: easybeans@...
Betreff: [easybeans] Re: Easybeans stable releases
Hi Markus,
You should switch to the 1.1.x version (which is integrated in the
certified JOnAS 5.1 application server)
There is now a 1.2.x tree for the new developments, only bugfixes/small
improvement are going into the 1.1.x version
Regards,
Florent
Bach, Markus wrote:
Hello,
I'm using Easybeans as
an EJB container for Tomcat in combination with JavaServer Faces 1.2
and EJB3. With the latest stable version (1.0.2) I'm getting errors
when accessing an ejb from within my JSF bean (see stack trace below). I'm using the @EJB annotation
in the JSF bean.
Is there any workaround
for this error? It seems to be connected to Easybeans 1.0.2 since it's
resolved in Easybeans 1.1.0-RC1.
When will be the release
of the next stable Easybeans version?
Here is the stacktrace
of the error:
INFO: Container
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-ejb.jar'
[1 SLSB, 0 SFSB, 0 MDB] started in 31 ms
13.05.2009 14:44:18
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs
SCHWERWIEGEND: Unable to analyze the metadata of the war file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war.
org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataException:
org.ow2.util.scan.api.ScanException: Error while analyzing file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class'
in archive
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war'
at
org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:146)
at
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deployWARs(Tomcat6Deployer.java:160)
at
org.ow2.easybeans.deployer.AbsWebContainerDeployer.deployEAR(AbsWebContainerDeployer.java:221)
at
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deploy(Tomcat6Deployer.java:109)
at
org.ow2.easybeans.server.DirectoryDeployerMonitor.checkModifiedDeployables(DirectoryDeployerMonitor.java:395)
at
org.ow2.easybeans.server.DirectoryDeployerMonitor.run(DirectoryDeployerMonitor.java:174)
Caused by: org.ow2.util.scan.api.ScanException: Error while analyzing
file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class'
in archive
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war'
at
org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:75)
at
org.ow2.util.scan.api.ArchiveScanner.scanCollection(ArchiveScanner.java:158)
at
org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:144)
... 5 more
Caused by: java.net.MalformedURLException: no !/ in spec
at java.net.URL.<init>(URL.java:601)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at java.net.JarURLConnection.parseSpecs(JarURLConnection.java:161)
at java.net.JarURLConnection.<init>(JarURLConnection.java:144)
at
sun.net.www.protocol.jar.JarURLConnection.<init>(JarURLConnection.java:61)
at sun.net.www.protocol.jar.Handler.openConnection(Handler.java:24)
at java.net.URL.openConnection(URL.java:943)
at
org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:70)
... 7 more
13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener
contextInitialized
INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web'
13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener
contextInitialized
INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web'
13.05.2009 14:44:19
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs
INFO: The war
'WARDeployableImpl[archive=C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war]'
has been deployed on the 'EJBTest-web' context.
|

|
Re: Re: Re: AW: Re: Easybeans stable releases
Yes, it should
Regards,
Florent
Fernando Freitas wrote:
Florent,
I would like to know, if the "Jira Issue" , EZB-365, is in the
scope of the development of this next stable release.
Best Regards,
Fernando Freitas
2009/5/13 Florent BENOIT <Florent.BENOIT@...>
It should be at the end
of this month.
Regards,
Florent
Bach, Markus wrote:
Hello
Florent,
thanks for the quick
answer!
I'd like to switch to
the
1.1.x version. But I want to use a stable version not a release
candidate. Is there a timeline for the next stable release?
Regards,
Markus
Von: Florent BENOIT
Gesendet: Mi 13.05.2009 15:39
An: easybeans@...
Betreff: [easybeans] Re: Easybeans stable releases
Hi Markus,
You should switch to the 1.1.x version (which is integrated in the
certified JOnAS 5.1 application server)
There is now a 1.2.x tree for the new developments, only bugfixes/small
improvement are going into the 1.1.x version
Regards,
Florent
Bach, Markus wrote:
Hello,
I'm using Easybeans
as
an EJB container for Tomcat in combination with JavaServer Faces 1.2
and EJB3. With the latest stable version (1.0.2) I'm getting errors
when accessing an ejb from within my JSF bean (see stack trace below). I'm using the @EJB annotation
in the JSF bean.
Is there any
workaround
for this error? It seems to be connected to Easybeans 1.0.2 since it's
resolved in Easybeans 1.1.0-RC1.
When will be the
release
of the next stable Easybeans version?
Here is the
stacktrace
of the error:
INFO: Container
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-ejb.jar'
[1 SLSB, 0 SFSB, 0 MDB] started in 31 ms
13.05.2009 14:44:18
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs
SCHWERWIEGEND: Unable to analyze the metadata of the war file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war.
org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataException:
org.ow2.util.scan.api.ScanException: Error while analyzing file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class'
in archive
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war'
at
org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:146)
at
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deployWARs(Tomcat6Deployer.java:160)
at
org.ow2.easybeans.deployer.AbsWebContainerDeployer.deployEAR(AbsWebContainerDeployer.java:221)
at
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deploy(Tomcat6Deployer.java:109)
at
org.ow2.easybeans.server.DirectoryDeployerMonitor.checkModifiedDeployables(DirectoryDeployerMonitor.java:395)
at
org.ow2.easybeans.server.DirectoryDeployerMonitor.run(DirectoryDeployerMonitor.java:174)
Caused by: org.ow2.util.scan.api.ScanException: Error while analyzing
file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class'
in archive
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war'
at
org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:75)
at
org.ow2.util.scan.api.ArchiveScanner.scanCollection(ArchiveScanner.java:158)
at
org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:144)
... 5 more
Caused by: java.net.MalformedURLException: no !/ in spec
at java.net.URL.<init>(URL.java:601)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at java.net.JarURLConnection.parseSpecs(JarURLConnection.java:161)
at java.net.JarURLConnection.<init>(JarURLConnection.java:144)
at
sun.net.www.protocol.jar.JarURLConnection.<init>(JarURLConnection.java:61)
at sun.net.www.protocol.jar.Handler.openConnection(Handler.java:24)
at java.net.URL.openConnection(URL.java:943)
at
org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:70)
... 7 more
13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener
contextInitialized
INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web'
13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener
contextInitialized
INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web'
13.05.2009 14:44:19
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs
INFO: The war
'WARDeployableImpl[archive=C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war]'
has been deployed on the 'EJBTest-web' context.
|

|
Re: Re: Re: Re: AW: Re: Easybeans stable releases
Good news Cheers, Fernando 2009/5/13 Florent BENOIT <Florent.BENOIT@...>
Yes, it should
Regards,
Florent
Fernando Freitas wrote:
Florent,
I would like to know, if the "Jira Issue" , EZB-365, is in the
scope of the development of this next stable release.
Best Regards,
Fernando Freitas
2009/5/13 Florent BENOIT <Florent.BENOIT@...>
It should be at the end
of this month.
Regards,
Florent
Bach, Markus wrote:
Hello
Florent,
thanks for the quick
answer!
I'd like to switch to
the
1.1.x version. But I want to use a stable version not a release
candidate. Is there a timeline for the next stable release?
Regards,
Markus
Von: Florent BENOIT
Gesendet: Mi 13.05.2009 15:39
An: easybeans@...
Betreff: [easybeans] Re: Easybeans stable releases
Hi Markus,
You should switch to the 1.1.x version (which is integrated in the
certified JOnAS 5.1 application server)
There is now a 1.2.x tree for the new developments, only bugfixes/small
improvement are going into the 1.1.x version
Regards,
Florent
Bach, Markus wrote:
Hello,
I'm using Easybeans
as
an EJB container for Tomcat in combination with JavaServer Faces 1.2
and EJB3. With the latest stable version (1.0.2) I'm getting errors
when accessing an ejb from within my JSF bean (see stack trace below). I'm using the @EJB annotation
in the JSF bean.
Is there any
workaround
for this error? It seems to be connected to Easybeans 1.0.2 since it's
resolved in Easybeans 1.1.0-RC1.
When will be the
release
of the next stable Easybeans version?
Here is the
stacktrace
of the error:
INFO: Container
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-ejb.jar'
[1 SLSB, 0 SFSB, 0 MDB] started in 31 ms
13.05.2009 14:44:18
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs
SCHWERWIEGEND: Unable to analyze the metadata of the war file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war.
org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataException:
org.ow2.util.scan.api.ScanException: Error while analyzing file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class'
in archive
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war'
at
org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:146)
at
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deployWARs(Tomcat6Deployer.java:160)
at
org.ow2.easybeans.deployer.AbsWebContainerDeployer.deployEAR(AbsWebContainerDeployer.java:221)
at
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deploy(Tomcat6Deployer.java:109)
at
org.ow2.easybeans.server.DirectoryDeployerMonitor.checkModifiedDeployables(DirectoryDeployerMonitor.java:395)
at
org.ow2.easybeans.server.DirectoryDeployerMonitor.run(DirectoryDeployerMonitor.java:174)
Caused by: org.ow2.util.scan.api.ScanException: Error while analyzing
file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class'
in archive
'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war'
at
org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:75)
at
org.ow2.util.scan.api.ArchiveScanner.scanCollection(ArchiveScanner.java:158)
at
org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:144)
... 5 more
Caused by: java.net.MalformedURLException: no !/ in spec
at java.net.URL.<init>(URL.java:601)
at java.net.URL.<init>(URL.java:464)
at java.net.URL.<init>(URL.java:413)
at java.net.JarURLConnection.parseSpecs(JarURLConnection.java:161)
at java.net.JarURLConnection.<init>(JarURLConnection.java:144)
at
sun.net.www.protocol.jar.JarURLConnection.<init>(JarURLConnection.java:61)
at sun.net.www.protocol.jar.Handler.openConnection(Handler.java:24)
at java.net.URL.openConnection(URL.java:943)
at
org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:70)
... 7 more
13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener
contextInitialized
INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web'
13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener
contextInitialized
INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web'
13.05.2009 14:44:19
org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs
INFO: The war
'WARDeployableImpl[archive=C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war]'
has been deployed on the 'EJBTest-web' context.
|

|
Re: Re: Re: Re: Easybeans stable releases
That sounds great!
Thanks a lot
Regards,
Markus
Von: Florent BENOIT Gesendet: Mi 13.05.2009 15:49 An: easybeans@... Betreff: [easybeans] Re: AW: Re: Easybeans stable releases
It should be at the end of this month. Regards, Florent Bach, Markus wrote:
Hello Florent,
thanks for the quick answer!
I'd like to switch to the 1.1.x version. But I want to use a stable version not a release candidate. Is there a timeline for the next stable release?
Regards,
Markus
Von: Florent BENOIT Gesendet: Mi 13.05.2009 15:39 An: easybeans@... Betreff: [easybeans] Re: Easybeans stable releases
Hi Markus, You should switch to the 1.1.x version (which is integrated in the certified JOnAS 5.1 application server) There is now a 1.2.x tree for the new developments, only bugfixes/small improvement are going into the 1.1.x version Regards, Florent Bach, Markus wrote:
Hello,
I'm using Easybeans as an EJB container for Tomcat in combination with JavaServer Faces 1.2 and EJB3. With the latest stable version (1.0.2) I'm getting errors when accessing an ejb from within my JSF bean (see stack trace below). I'm using the @EJB annotation in the JSF bean.
Is there any workaround for this error? It seems to be connected to Easybeans 1.0.2 since it's resolved in Easybeans 1.1.0-RC1.
When will be the release of the next stable Easybeans version?
Here is the stacktrace of the error:
INFO: Container 'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-ejb.jar' [1 SLSB, 0 SFSB, 0 MDB] started in 31 ms 13.05.2009 14:44:18 org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs SCHWERWIEGEND: Unable to analyze the metadata of the war file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war. org.ow2.util.ee.deploy.api.deployable.metadata.DeployableMetadataException: org.ow2.util.scan.api.ScanException: Error while analyzing file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class' in archive 'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war' at org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:146) at org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deployWARs(Tomcat6Deployer.java:160) at org.ow2.easybeans.deployer.AbsWebContainerDeployer.deployEAR(AbsWebContainerDeployer.java:221) at org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer.deploy(Tomcat6Deployer.java:109) at org.ow2.easybeans.server.DirectoryDeployerMonitor.checkModifiedDeployables(DirectoryDeployerMonitor.java:395) at org.ow2.easybeans.server.DirectoryDeployerMonitor.run(DirectoryDeployerMonitor.java:174) Caused by: org.ow2.util.scan.api.ScanException: Error while analyzing file entry 'jar:jar:file:/C:/Programme/easybeans/apache-tomcat-6.0.18/temp/EasyBeans-Deployer-Entwicklung/EAR/EJBTest.ear/EJBTest-web.war!/WEB-INF/lib/jsf-api.jar!/javax/faces/webapp/FacesServlet.class' in archive 'C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war' at org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:75) at org.ow2.util.scan.api.ArchiveScanner.scanCollection(ArchiveScanner.java:158) at org.ow2.util.ee.metadata.war.impl.WarDeployableMetadataFactory.createDeployableMetadata(WarDeployableMetadataFactory.java:144) ... 5 more Caused by: java.net.MalformedURLException: no !/ in spec at java.net.URL.<init>(URL.java:601) at java.net.URL.<init>(URL.java:464) at java.net.URL.<init>(URL.java:413) at java.net.JarURLConnection.parseSpecs(JarURLConnection.java:161) at java.net.JarURLConnection.<init>(JarURLConnection.java:144) at sun.net.www.protocol.jar.JarURLConnection.<init>(JarURLConnection.java:61) at sun.net.www.protocol.jar.Handler.openConnection(Handler.java:24) at java.net.URL.openConnection(URL.java:943) at org.ow2.util.scan.impl.ArchiveScannerImpl.doScan(ArchiveScannerImpl.java:70) ... 7 more 13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener contextInitialized INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web' 13.05.2009 14:44:19 com.sun.faces.config.ConfigureListener contextInitialized INFO: Initializing Mojarra (1.2_12-b01-FCS) for context '/EJBTest-web' 13.05.2009 14:44:19 org.ow2.easybeans.deployer.web.tomcat.Tomcat6Deployer deployWARs INFO: The war 'WARDeployableImpl[archive=C:\Programme\easybeans\apache-tomcat-6.0.18\temp\EasyBeans-Deployer-Entwicklung\EAR\EJBTest.ear\EJBTest-web.war]' has been deployed on the 'EJBTest-web' context.
|