Thank you for the quick history review. BTW, the reason I am asking is because I would like to work on web services and in particular for JBoss. I was just trying to select a path that will be useful in the long-term.
I've been looking at relevant JBoss code (the SPI and JBossWS-Native and also started looking at CXF and the JBossWS-CXF integration layer). I think I'll focus on CXF code for now.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250353#4250353
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250353
JBoss.Net was born forking Axis, it was used for JBoss AS 3.x and then reached end of life. It was replaced by a new j2ee 1.4 compatible webservice stack (JBossWS) in 2006.
Later in 2008, the JBossWS Web Service Framework allowed us to properly use multiple webservice stacks on top of JBoss AS, one of them being Apache CXF.
Currently we maintain both JBossWS-Native and JBossWS-CXF, as well as supporting the former in EAP 4.x for years since the release (please get in touch with customer support for further details).
EAP 5 is going to provide support for both stacks instead.
As Mark said, given the current status, in the long term JBossWS-CXF will become the default JBoss WS stack, but that's not going to happen tomorrow.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250345#4250345
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250345
"smarlow(a)redhat.com" wrote : Kabir,
| One idea is that I could try to continue from where you left off, with regard to testing with AS.
|
That would be great
"smarlow(a)redhat.com" wrote : Kabir,
| Do you know when the parallel deployment support that you checked into MC, will show up in AS trunk?
| Scott
I see AS is still on 2.0.8.GA, and this code is in the 2.2.x branch. Ales is on holidays this week, but I'll ask him how we plan to go forward with this.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250269#4250269
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250269
I'm having problems with setting up the kernel project at Eclipse.
If I use jdk6, I get errors like this:
Description Resource Path Location Type
The method setAliasMetaData(Set) in the type AbstractBeanMetaData is not applicable for the arguments (Collection) AbstractBeanMetaData.java /jboss-kernel/src/main/java/org/jboss/beans/metadata/plugins line 866 Java Problem
If I use jdk5, I get erros at AbstractBeanMetaData.clone() method like the ones below:
Description Resource Path Location Type
The method setAliasMetaData(Set) in the type AbstractBeanMetaData is not applicable for the arguments (Collection) AbstractBeanMetaData.java /jboss-kernel/src/main/java/org/jboss/beans/metadata/plugins line 866 Java Problem
Apart from that, I can run the tests at command line as well.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250260#4250260
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250260