[JBoss JIRA] Created: (EJBTHREE-2250) Incorrect getRollbackOnly() behaviour for non-transacted bean with inheritance in JBoss 6
by Paul Meadows (JIRA)
Incorrect getRollbackOnly() behaviour for non-transacted bean with inheritance in JBoss 6
-----------------------------------------------------------------------------------------
Key: EJBTHREE-2250
URL: https://issues.jboss.org/browse/EJBTHREE-2250
Project: EJB 3.0
Issue Type: Bug
Components: ejb3
Reporter: Paul Meadows
If a method in a bean's super-class uses EJBContext.getRollbackOnly() it fails to throw an IllegalStateException if the bean's TransactionAttribute is NOT_SUPPORTED (unless the bean itself overrides the method and explicitly calls the super-class). From the EJB spec' I'd expect getRollbackOnly() to throw java.lang.IllegalStateException in this case.
This appears to be a regression in JBoss 6.0 (seen with jboss-6.0.0.Final). The code works as I'd expect with jboss-5.1.0.GA. (I'm not sure how to find out the ejb3 package versions associated with these JBoss AS versions - sorry)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month
[JBoss JIRA] Created: (JBBUILD-665) The nexus repository sometimes starts serving 404s for existing poms
by Hardy Ferentschik (JIRA)
The nexus repository sometimes starts serving 404s for existing poms
--------------------------------------------------------------------
Key: JBBUILD-665
URL: https://jira.jboss.org/browse/JBBUILD-665
Project: JBoss Build System
Issue Type: Bug
Components: Maven Builds
Environment: Apache Maven 3.0.1 (r1038046; 2010-11-23 11:58:32+0100)
Java version: 1.6.0_22
Reporter: Hardy Ferentschik
Priority: Critical
It seems sometimes the nexus repository starts serving 404s for dependencies. today I tried to rebuild Hibernate Validator from scratch and I kept getting:
{noformat}
[ERROR] Failed to execute goal on project hibernate-validator: Could not resolve dependencies for project org.hibernate:hibernate-validator:jar:4.2.0-SNAPSHOT: Could not find artifact org.hibernate:hibernate-entitymanager:jar:3.6.0.Final in jboss (http://repository.jboss.com/maven2) -> [Help 1]
{noformat}
Turned out that trying to access the URL https://repository.jboss.org/nexus/content/repositories/public/org/hibern... returns a 404 which explains at least why the build fails.
This is not the first time I see this problem. A little while ago I deployed a SNAPSHOT of org.hibernate:hibernate-jpamodelgen. Even though I could see the SNAPSHOT in the directory listing I was not able to use the SNAPSHOT, because trying to access the pom would again return 404s. In the case of jpamodelgen disappeared then a day later (not sure exactly when. I just remember trying again some time a day later and it worked)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 1 month