WELD-862 and Seam Cron
by Peter Royle
Hi,
I'm aiming to make a release of Seam Cron available within the next two weeks. Currently there is an outstanding issue (https://issues.jboss.org/browse/WELD-862) which prevents Cron from running properly with Weld. I have been able to carry on developing Cron by testing it against OpenWebBeans, but obviously if we are to release a Seam module it should work against Weld.
It would be nice if WELD-862 could be fixed as soon a possible so that all future versions will work well with Cron.
But more importantly I also probably need to do something special in Cron so that it will work with the version of Weld already deployed in JBoss AS and Glassfish, which will contain the bug. The workaround mentioned in the bug report is to deep copy the InvocationContext. I attempted to do this by serialising and unserialising the InvocationContext but couldn't due to UnserializableExceptions. Does anyone have any advice for me about how I might be able to work around this bug to support existing versions of Weld?
Cheers,
Pete R
4 days, 1 hour
Fwd: [cdi-dev] test weld 3.0.0-SNAPSHOT with wildfly 9.0
by Martin Kouba
Forwarding from cdi-dev...
-------- Přeposlaná zpráva --------
Předmět: [cdi-dev] test weld 3.0.0-SNAPSHOT with wildfly 9.0
Datum: Thu, 11 Feb 2016 07:46:56 -0700 (MST)
Od: baochen su <subaochen(a)126.com>
Komu: cdi-dev(a)lists.jboss.org
hi all,
I want to test weld-core 3.0.0-SNAPSHOT with wildfly-9.0.2.Final, but
because no probe directory exists in
modules/system/layers/base/org/jboss/weld, so mvn package -Pupdate-jboss-as
... failed.
I have modify jboss-as/pom.xml and add those lines just before <delete>:
<mkdir
dir="${module.dir}/core/main"/>
<mkdir
dir="${module.dir}/spi/main"/>
<mkdir
dir="${module.dir}/api/main"/>
<mkdir
dir="${module.dir}/probe/main"/>
this works fine, but one problem remain: file "module.xml" for probe not
provided by wildfly, so how can I find or create suitable module.xml for
probe? Or, any patch needed for the missing module.xml file to pom.xml?
Thanks in advance!
--
View this message in context:
http://cdi-development-mailing-list.1064426.n5.nabble.com/test-weld-3-0-0...
Sent from the CDI Development mailing list mailing list archive at
Nabble.com.
_______________________________________________
cdi-dev mailing list
cdi-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/cdi-dev
Note that for all code provided on this list, the provider licenses the
code under the Apache License, Version 2
(http://www.apache.org/licenses/LICENSE-2.0.html). For all other ideas
provided on this list, the provider waives all patent and other
intellectual property rights inherent in such information.
9 years, 11 months