[JBossWS] - Re: JBoss 4.0.5 and JBoss 4.2 CR1 plus JBossWS 1.2 - Does it
by ltenmatay
anonymous wrote : 1.) Did you run the install script? It should copy wsrunclient to 'JBOSS_HOME/bin'.
As far as I can remember, yes I did, but I just checked the build.xml file, seems it should be copied whatever version of JBoss AS. Anyway, this can be a mistake on my part. I used the JBoss 1.2 SP1 and seems the wsrunclient.bat is there now.
Btw, stax-api.jar and wstx.jar are not present in JBoss 4.0.5 and JBoss 4.2 CR1.
anonymous wrote : 2.) What exactly does castor send? Why don't you use a JBossWS client in conjunction with the Dispatch API?
The actual xml string. OK, will check dispatch.
anonymous wrote : The last point is a JAXB issue. Make yourself familiar with the way JAXB works.
Ah yes, JAXB 2.0 is really something, that is why I wanted to use it. But in this case, seems JBoss should have handled unmarshalling and marshalling properly. I just followed the guide and was able to send messages properly. Problem was that they were not unmarshalled properly on receiving end and not marshalled properly on response side. Btw, I turned on logging in debug mode, and didn't see any problems. Well actually, no errors were thrown.
anonymous wrote : Please keep in mind that community support is delivered at free will and should actually be driven by JBossWS users.
Yes, you have a good point there. Maybe I will take a look at the source if I had time. Anyway, using axis right now since I really need to make it work. Will migrate to jboss if I finally solve the problem.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027589#4027589
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027589
19Â years, 1Â month
[JBoss Seam] - Re: Seam on JBoss 4.2.0.CR1
by NielsH
For me Ajax4Jsf works in JBoss-4.2.1.CR1. I did the following:
Generate a project with seam-gen based on latest seam from CVS.
Copy the following files from your projects lib directory to jboss-web.deployer/jsf-libs:
commons-beanutils-1.7.0.jar,
commons-codec-1.3.jar,
commons-collections-3,1.jar,
commons-digester-1.6.jar,
commons-lang-2.1.jar,
el-api.jar
el-ri.jar
Remove the following from you web.xml:
| <listener>
| <listener-class>
| org.apache.myfaces.webapp.StartupServletContextListener
| </listener-class>
| </listener>
|
Remove the following from application.xml:
| <module>
| <java>el-api.jar</java>
| </module>
| <module>
| <java>el-ri.jar</java>
| </module>
|
Remove the following line from the lib-dir fileset in the ear target in build.xml:
| <include name="el-*.jar" />
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027584#4027584
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027584
19Â years, 1Â month