[JBoss JIRA] (WFLY-3434) Add xsd schemas on wildlfy.org
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-3434?page=com.atlassian.jira.plugin.... ]
Jason Greene updated WFLY-3434:
-------------------------------
Fix Version/s: 9.0.0.CR2
(was: 9.0.0.CR1)
> Add xsd schemas on wildlfy.org
> ------------------------------
>
> Key: WFLY-3434
> URL: https://issues.jboss.org/browse/WFLY-3434
> Project: WildFly
> Issue Type: Feature Request
> Reporter: Tomaz Cerar
> Assignee: Tomaz Cerar
> Fix For: 9.0.0.CR2
>
>
> we should have all wildfly releated schemas to wildfly.org/schema.
> As part of this task, we need to update all docs to point to new URL.
> have as much automated as possible process for uploading new schemas when new releases is done.
> consolidate this over various (sub)projects that provide schemas that should be here.
> What is not expected to be done is to host all old schemas that have nothing do do with WildFly on new location.
> Example are most of pre AS7 jboss specific descriptors that WildFly no longer honors.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years, 2 months
[JBoss JIRA] (WFLY-3334) Event with qualifier @Initialized not raised if no webapp is deployed
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-3334?page=com.atlassian.jira.plugin.... ]
Jason Greene updated WFLY-3334:
-------------------------------
Fix Version/s: 9.0.0.CR2
(was: 9.0.0.CR1)
> Event with qualifier @Initialized not raised if no webapp is deployed
> ---------------------------------------------------------------------
>
> Key: WFLY-3334
> URL: https://issues.jboss.org/browse/WFLY-3334
> Project: WildFly
> Issue Type: Bug
> Components: CDI / Weld
> Affects Versions: 8.1.0.CR1
> Environment: Wildfly 8.0.0.Final, OpenJDK 1.7.0_45
> Reporter: Daniel Lechner
> Assignee: Jozef Hartinger
> Fix For: 9.0.0.CR2
>
>
> As stated in the CDI-specification (section 6.7.3. Application context lifecycle)
> {quote}
> An event with qualifier @Initialized(ApplicationScoped.class) is fired when the application context is initialized and an event with qualifier @Destroyed(ApplicationScoped.class) is fired when the application is destroyed.
> {quote}
> But in my environment this is only true, if the deployed application (packaged in an EAR) contains a webapplication (as WAR inside the EAR). If there is no webapplication, the event is not raised and observer-methods are not called at all.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years, 2 months
[JBoss JIRA] (WFLY-3291) Pass Jandex CompositeIndex into Hibernate 5.x
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-3291?page=com.atlassian.jira.plugin.... ]
Jason Greene updated WFLY-3291:
-------------------------------
Fix Version/s: 9.0.0.CR2
(was: 9.0.0.CR1)
> Pass Jandex CompositeIndex into Hibernate 5.x
> ----------------------------------------------
>
> Key: WFLY-3291
> URL: https://issues.jboss.org/browse/WFLY-3291
> Project: WildFly
> Issue Type: Feature Request
> Components: JPA / Hibernate
> Reporter: Scott Marlow
> Assignee: Scott Marlow
> Fix For: 9.0.0.CR2
>
>
> 1. When creating the persistence unit for Hibernate 5.x, pass a Jandex composite index via:
> integrationMap.put( "hibernate.jandex_index", CompositeIndex.create( pu.getAnnotationIndex().values() ).
> 2. Also change from:
> integerationMap.put( "hibernate.ejb.resource_scanner", HibernateArchiveScanner.class )
> To:
> integrationMap.put( "hibernate.jpa.scanner_archive_delegate", VirtualFileSystemArchiveDescriptorFactory.INSTANCE )
> This may turn out to be a Jipajapa only change.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years, 2 months
[JBoss JIRA] (WFLY-3500) JMX - Non string attributes dont work well with expressions & min/max
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-3500?page=com.atlassian.jira.plugin.... ]
Jason Greene updated WFLY-3500:
-------------------------------
Fix Version/s: 9.0.0.CR2
(was: 9.0.0.CR1)
> JMX - Non string attributes dont work well with expressions & min/max
> ---------------------------------------------------------------------
>
> Key: WFLY-3500
> URL: https://issues.jboss.org/browse/WFLY-3500
> Project: WildFly
> Issue Type: Bug
> Components: Domain Management, JMX
> Reporter: Tomaz Cerar
> Assignee: Enrique González Martínez
> Priority: Minor
> Fix For: 9.0.0.CR2
>
> Attachments: stacktrace.log
>
>
> See ModelControllerMBeanTestCase.java:255
> problem is in conversion of attributes and when we have expressions jmx attribute type becomes String even if AD is of type INT
> And if attribute has min/max setting mbean fails validation upon creation
> I am not actually sure how we can fix this.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years, 2 months
[JBoss JIRA] (WFLY-3583) Convert mod_cluster excluded context into an xs:list of host:context
by Jason Greene (JIRA)
[ https://issues.jboss.org/browse/WFLY-3583?page=com.atlassian.jira.plugin.... ]
Jason Greene updated WFLY-3583:
-------------------------------
Fix Version/s: 9.0.0.CR2
(was: 9.0.0.CR1)
> Convert mod_cluster excluded context into an xs:list of host:context
> --------------------------------------------------------------------
>
> Key: WFLY-3583
> URL: https://issues.jboss.org/browse/WFLY-3583
> Project: WildFly
> Issue Type: Feature Request
> Components: Clustering
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Fix For: 9.0.0.CR2
>
>
> {noformat}
> // TODO: Convert into an xs:list of host:context
> static final SimpleAttributeDefinition EXCLUDED_CONTEXTS = SimpleAttributeDefinitionBuilder.create(CommonAttributes.EXCLUDED_CONTEXTS, ModelType.STRING, true)
> .setAllowExpression(true)
> .setDefaultValue(new ModelNode("ROOT,invoker,jbossws,juddi,console"))
> .setRestartAllServices()
> .build();
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
11 years, 2 months