[JBoss JIRA] (SEAMSECURITY-122) cannot deploy idmconsole to AS6
by Tomas Remes (Created) (JIRA)
cannot deploy idmconsole to AS6
-------------------------------
Key: SEAMSECURITY-122
URL: https://issues.jboss.org/browse/SEAMSECURITY-122
Project: Seam Security
Issue Type: Bug
Affects Versions: 3.1.0.Beta4
Environment: jboss-as-6, seam-3.1.0.Beta4
Reporter: Tomas Remes
Fix For: 3.1.0.Beta5
running mvn clean package -Pjbossas6 and deploying security-idmconsole.war to AS6 causes following exception:
ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/security-idmconsole]] Exception sending context initialized event to listener instance of class org.jboss.solder.servlet.event.ServletEventBridgeListener: javax.persistence.TransactionRequiredException: EntityManager must be access within a transaction
at org.jboss.jpa.deployment.ManagedEntityManagerFactory.verifyInTx(ManagedEntityManagerFactory.java:157) [:1.0.2-alpha-3]
at org.jboss.jpa.deployment.PersistenceUnitDeployment.verifyInTx(PersistenceUnitDeployment.java:318) [:1.0.2-alpha-3]
at org.jboss.jpa.impl.tx.TransactionScopedEntityManager.verifyInTx(TransactionScopedEntityManager.java:105) [:2.0.0]
at org.jboss.jpa.impl.tx.TransactionScopedEntityManager.persist(TransactionScopedEntityManager.java:205) [:2.0.0]
at org.jboss.seam.security.examples.idmconsole.model.PopulateDatabase.loadData(PopulateDatabase.java:27) [:]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_24]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (SEAMREMOTING-39) Add <distributable/> to web-fragment.xml
by Jozef Hartinger (JIRA)
Add <distributable/> to web-fragment.xml
----------------------------------------
Key: SEAMREMOTING-39
URL: https://issues.jboss.org/browse/SEAMREMOTING-39
Project: Seam Remoting
Issue Type: Feature Request
Affects Versions: 3.0.0.Final
Reporter: Jozef Hartinger
Priority: Critical
The semantics of the <distributable/> element in web.xml is such that all web fragments have to have one if the web application is supposed to be on the whole distributable.
>From the JSR-315:
{quote}
The web.xml resulting from the merge is considered <distributable>
only if all its web fragments are marked as <distributable> as well.
{quote}
Therefore, provided Seam Remoting can be used in a distributable application, its web-fragment should contain the tag.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (SEAMJMS-37) API declares compile-time dependency on CDI API
by Jozef Hartinger (JIRA)
API declares compile-time dependency on CDI API
-----------------------------------------------
Key: SEAMJMS-37
URL: https://issues.jboss.org/browse/SEAMJMS-37
Project: Seam JMS
Issue Type: Bug
Affects Versions: 3.0.0.Beta2
Reporter: Jozef Hartinger
Priority: Critical
Fix For: 3.0.0.CR1
The scope of CDI API dependency should be "provided" instead of "compile"
[INFO] org.jboss.seam.jms:seam-jms-api:jar:3.0.0.Beta2
[INFO] +- org.jboss.spec:jboss-javaee-6.0:pom:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.resource:jboss-connector-api_1.5_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec:jar:1.0.0.Final:provided
[INFO] | | \- javax.xml:jaxrpc-api:jar:1.1:provided
[INFO] | | \- javax.xml.soap:saaj-api:jar:1.3:provided
[INFO] | +- org.jboss.spec.javax.el:jboss-el-api_2.2_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.4_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.enterprise.deploy:jboss-jad-api_1.2_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.security.auth.message:jboss-jaspi-api_1.0_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.xml.registry:jboss-jaxr-api_1.0_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.jms:jboss-jms-api_1.1_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.servlet.jsp:jboss-jsp-api_2.2_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.2_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.xml.rpc:jboss-jaxrpc-api_1.1_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.xml.soap:jboss-saaj-api_1.3_spec:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.spec.javax.xml.ws:jboss-jaxws-api_2.2_spec:jar:1.0.0.Final:provided
[INFO] | +- javax.activation:activation:jar:1.1:provided
[INFO] | +- com.sun.faces:jsf-api:jar:2.0.3-b05:provided
[INFO] | +- javax.jws:jsr181-api:jar:1.0-MR1:provided
[INFO] | +- javax.mail:mail:jar:1.4.2:provided
[INFO] | +- javax.servlet:jstl:jar:1.2:provided
[INFO] | +- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final:provided
[INFO] | +- org.jboss.resteasy:jaxrs-api:jar:2.1.0.GA:provided
[INFO] | +- stax:stax-api:jar:1.0.1:provided
[INFO] | \- javax.validation:validation-api:jar:1.0.0.GA:provided
[INFO] +- javax.enterprise:cdi-api:jar:1.0-SP4:compile
[INFO] | +- org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:1.0.0.Final:compile
[INFO] | \- javax.inject:javax.inject:jar:1:compile
[INFO] \- org.jboss.seam.solder:seam-solder:jar:3.0.0.Final:compile
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (SEAMSERVLET-39) Add <distributable/> to Seam Solder web-fragment.xml
by Jozef Hartinger (JIRA)
Add <distributable/> to Seam Solder web-fragment.xml
----------------------------------------------------
Key: SEAMSERVLET-39
URL: https://issues.jboss.org/browse/SEAMSERVLET-39
Project: Seam Servlet
Issue Type: Feature Request
Components: Compliance
Affects Versions: 3.0.0.Final
Reporter: Jozef Hartinger
Priority: Critical
The semantics of the <distributable/> element in web.xml is such that all web fragments have to have one if the web application is supposed to be on the whole distributable.
>From the JSR-315:
{quote}
The web.xml resulting from the merge is considered <distributable>
only if all its web fragments are marked as <distributable> as well.
{quote}
Therefore, provided Seam Servlet can be used in a distributable application, its web-fragment should contain the tag.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (SEAMCRON-29) Follow Seam 3 example naming scheme
by Jozef Hartinger (JIRA)
Follow Seam 3 example naming scheme
-----------------------------------
Key: SEAMCRON-29
URL: https://issues.jboss.org/browse/SEAMCRON-29
Project: Seam Cron
Issue Type: Task
Components: Build Infrastructure
Affects Versions: 3.0.0.Alpha1
Reporter: Jozef Hartinger
Assignee: Peter Royle
Please, follow these naming constraints for the sample application to be consistent with other Seam 3 demos.
{noformat}
folder name: {example}
artifact id: seam-{module}-example-{example}
context path: {module}-{example}
package: org.jboss.seam.{module}.examples.{example}
{noformat}
* use dashes as delimiters
* if the example name uses dashes ( - ), these are removed in the package name
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months