I was trying to implement web services using the jboss. I had written server side files and tried to generate the wsdl file by placing the files in deploy folder. On running the JBoss(4.2.2GA),wsdl is
I configured the jboss-log4j.xml as you can see at the example. The problem is that app1 and app2 log files have completely the same content which is merged from both of them. It looks like the filter
I was working on JBoss and had included some jars recently(jbossws-core.jar,jbossws-common.jar,jbossws-spi.jar) in jbossws folder of deploy.sar. It was working fine for sometime and then suddenly stat
The documentation on this page indicates that I can override Axis\'s default XML encoder b开发者_如何学Goy providing a file with this path:
I am currently Internationalising a website, and have hit some issues around the jsessionIDs. I am using Apache web server that load balances across multiple JBoss app servers via mod_jk.
I have a problem with RichFaces and creating lists of links. If you attempt to use any type of commandLink inside a list (I\'ve tried ui:repeat and rich:list) the action on that link is not called. I\
How I can start a cluster in JBoss AS 7 ? I can star and use ( deploy and etc ), but how can I configure a cluster ? I used the configuration HA in standalone and each instance is independent. In doma
For some reason, I need to upgrade my JBOSS server to JBOSS AS 7, but I found that that default latest adapter is just for AS 5. Any Suggestions?
There is a document from 2006 http://docs.jboss.org/jbossas/guides/installguide/r1/en/html_single/ that describes using a GUI to select options fo开发者_如何学编程r installing JBoss.However, I\'m unab
I have deployed an ejb in a war file(not an ear file). I have successfully consumed an ejb deployed in an ear file previously but开发者_Go百科 now I am getting javax.naming.NameNotFoundException beca