Thanks for the response, Kurt. I am using JBoss EAP-4.3.x I believe.
Natalie A. Turner| SAIC Software Engineer | JamesBU phone: 843.740.7396 | fax 843.566.9258 mobile: 843.327.1938 | email: [email protected] Please consider the environment before printing this email. On Tue, 2009-06-09 at 09:51 -0400, Kurt T Stam wrote: > Natalie Turner wrote: > > What is the best juddi v3 beta package to compile and deploy in JBoss? > > I have compiled both the cxf and the core, and both of them attempt to > > start their services when I start up JBoss, but they don't actually > > start, yet throw no errors. Any advice you could provide for > > deployment with JBoss is appreciated. > > > > Natalie > > > > > > > > > > > > > Hi Natalie, > > Running on JBoss, you should be able to use a very lightweight > juddi.war, since it already has a JPA implementation (hibernate) and a > WS stack supporting JAX-WS. So, in the poms, you can set these > dependencies to 'provided' and it should build a nice lean juddi.war. > > I don't know which version of JBoss you are trying to use but I would > use the JBossWS+CXF stack, that way the WEB-INF/beans.xml should work. > > You will have to add: > > Datasource + driver jar of the db you're trying to use. > > Hope this helps. > > --Kurt >
