[Design of JBoss Web Services] - Re: Integration metro
by thomas.diesler@jboss.com
Being curious about why the metro integration requires
sun-jaxws=2.1.3
I did a scan in wsit
| [tdiesler@tddell glassfish-metro]$ ls wsit/wsit/lib/runtime
| activation.jar jaxb-api.jar jaxrpc-spi.jar jsr173_1.0_src.zip README-BIN.txt sjsxp-src.zip txnannprocessor.jar
| activation-src.zip jaxb-api-src.zip jaxws-api-doc.zip jsr173_api.jar resolver.jar special-README.txt txnannprocessor-src.zip
| CVS jaxb-impl.jar jaxws-api.jar jsr181-api.jar resolver-src.zip stax-ex.jar wstx-asl-3.2.1.jar
| FastInfoset.jar jaxb-impl.src.zip jaxws-api-src.zip jsr181-api.src.zip saaj-api.jar stax-ex-src.zip wstx-src-3.2.1.zip
| FastInfoset.src.zip jaxr-api.jar jaxws-local-transport.jar jsr250-api.jar saaj-api-src.zip stax-utils.jar xmldsig.jar
| http.jar jaxr-impl.jar jaxws-local-transport-src.zip mail-1.4.jar saaj-impl.jar stax-utils-src.zip xmlsec.jar
| jaxb1-impl.jar jaxrpc-api.jar jaxws-rt.jar mimepull.jar saaj-impl.src.zip streambuffer.jar xws-security.jar
| jaxb-api-doc.zip jaxrpc-impl.jar jaxws-rt.src.zip mimepull-src.zip sjsxp.jar streambuffer.src.zip xws-security.src.zip
|
It seems natural that wsit comes with all its dependencies, which would make a seperate download of these artifacts redundant (if not incorrect)
Why do we have this dependency on sun-jaxws and if it is needed how does it relate to the wsit build and our deployment?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138075#4138075
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138075
18 years
[Design the new POJO MicroContainer] - Field injection tests
by alesj
OK, I've pretty much ran out of ideas what else to test with field injection.
This are the following things that I've done:
Reflection
1) Nested bean property/field usage
- BeanInfoUtilTestCase
2) Running over all modes
- BeanInfoUnitTestCase
3) Access restriction
- AccessRestrictionTestCase (needs fixing :-))
Kernel
1) BeanAccessMode introduciton
- Bean(Factory)TestCase::testBean(Factory)WithAccessMode
2) Field dependency via property injection
- PropertyFieldDependency(2)TestCase
- GenericBeanFactoryFieldPropertyDependency(2)TestCase
3 ) Field callbacks
- CallbackCollectionFields(2)TestCase
4) Basic field annotation support
- BasicFieldAnnotationSupportTestCase
- SimpleFieldTestCase
5) Field access restriction
- FieldAccessTestCase
6) AOP + field injection
- FieldAccessTestCase (in AOP-MC-int)
7) Preinstantiated collections and fields
- PreInstantiatedFields(XML)TestCase
If you have any other ideas - which I'm sure you have - let me know. ;-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138072#4138072
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138072
18 years