[JBoss JIRA] (WFLY-6383) Entities using Extended PersistentContext are not managed
by Yeray Santana Borges (JIRA)
[ https://issues.jboss.org/browse/WFLY-6383?page=com.atlassian.jira.plugin.... ]
Yeray Santana Borges updated WFLY-6383:
---------------------------------------
Attachment: WFLY-6383.zip
Added a maven project with the example files
> Entities using Extended PersistentContext are not managed
> ---------------------------------------------------------
>
> Key: WFLY-6383
> URL: https://issues.jboss.org/browse/WFLY-6383
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 10.0.0.Final
> Environment: WildFLy 10.0.0.Final
> Mac
> Reporter: Rakesh K. Cherukuri
> Labels: Extended, JPA, Persistence, PersistenceContext
> Attachments: AtInjectedStatefulEjbClient.java, CdiStatefulEmployeeBean.java, StatefulEjb.java, StatefulEjbClient.java, WFLY-6383.zip
>
>
> Entities using Extended PersistentContext are not managed in a Stateful bean.
> Attached are the bean class and the client servlet class
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (WFLY-6383) Entities using Extended PersistentContext are not managed
by Yeray Santana Borges (JIRA)
[ https://issues.jboss.org/browse/WFLY-6383?page=com.atlassian.jira.plugin.... ]
Yeray Santana Borges commented on WFLY-6383:
--------------------------------------------
Hi [~rakcheru] Can you see any error trace in the server log?
I have been playing a little with your files and both options works fine in WildFLy 10.0.0.Final (Mac Os, Oracle JDK 1.8), at least using H2 in memory data base, but I think that the database type is not relevant in this issue.
> Entities using Extended PersistentContext are not managed
> ---------------------------------------------------------
>
> Key: WFLY-6383
> URL: https://issues.jboss.org/browse/WFLY-6383
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 10.0.0.Final
> Environment: WildFLy 10.0.0.Final
> Mac
> Reporter: Rakesh K. Cherukuri
> Labels: Extended, JPA, Persistence, PersistenceContext
> Attachments: AtInjectedStatefulEjbClient.java, CdiStatefulEmployeeBean.java, StatefulEjb.java, StatefulEjbClient.java
>
>
> Entities using Extended PersistentContext are not managed in a Stateful bean.
> Attached are the bean class and the client servlet class
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (LOGTOOL-107) jboss-logging-tools don't include the license file
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/LOGTOOL-107?page=com.atlassian.jira.plugi... ]
James Perkins commented on LOGTOOL-107:
---------------------------------------
The attached PR adds a {{LICENSE.txt}} file to the {{META-INF}} directory in both the source and binary JAR's.
{code}
jperkins@localhost ~/projects/jboss/logging/jboss-logging-tools (LOGTOOL-107) $ jar tf annotations/target/jboss-logging-annotations-2.1.0.Alpha1-SNAPSHOT-sources.jar
META-INF/MANIFEST.MF
META-INF/
org/
org/jboss/
org/jboss/logging/
org/jboss/logging/annotations/
org/jboss/logging/annotations/ConstructType.java
org/jboss/logging/annotations/Cause.java
org/jboss/logging/annotations/Once.java
org/jboss/logging/annotations/Transform.java
org/jboss/logging/annotations/Suppressed.java
org/jboss/logging/annotations/Fields.java
org/jboss/logging/annotations/Property.java
META-INF/INDEX.LIST
org/jboss/logging/annotations/FormatWith.java
org/jboss/logging/annotations/LogMessage.java
org/jboss/logging/annotations/LoggingClass.java
org/jboss/logging/annotations/MessageBundle.java
org/jboss/logging/annotations/Param.java
org/jboss/logging/annotations/ValidIdRanges.java
org/jboss/logging/annotations/Field.java
org/jboss/logging/annotations/Properties.java
org/jboss/logging/annotations/Signature.java
org/jboss/logging/annotations/Message.java
org/jboss/logging/annotations/Pos.java
org/jboss/logging/annotations/ValidIdRange.java
org/jboss/logging/annotations/MessageLogger.java
META-INF/LICENSE.txt
{code}
If this doesn't look correct just let me know.
> jboss-logging-tools don't include the license file
> --------------------------------------------------
>
> Key: LOGTOOL-107
> URL: https://issues.jboss.org/browse/LOGTOOL-107
> Project: Log Tool
> Issue Type: Bug
> Reporter: gil cattaneo
> Assignee: James Perkins
>
> Not available LICENSE file in source directory structure
> Please. Added license and copyright notice.
> the fedora pakaging guideline is very strictly precise about this problem
> https://fedoraproject.org/wiki/Packaging:LicensingGuidelines?rd=Packaging...
> thanks
> regards
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (ELY-556) Wrapper HTTP and SASL Mechanism factories to automatically set the server name.
by Darran Lofthouse (JIRA)
Darran Lofthouse created ELY-556:
------------------------------------
Summary: Wrapper HTTP and SASL Mechanism factories to automatically set the server name.
Key: ELY-556
URL: https://issues.jboss.org/browse/ELY-556
Project: WildFly Elytron
Issue Type: Enhancement
Components: HTTP, SASL
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.1.0.Beta6
For SASL this will be the server name passed in to the factory, for HTTP this should be derived from the Host header in the request.
HTTP mechanisms will need to be double checked as this can only happen after the request is received from the client i.e. Basic authentication will need to wait until the request is received before the mechanism realms can be identified.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months