Awesome. Thanks so much. I'll document what I do and will let you guys know. Even if I can't get it working (limited time to work on this task), I'll let you know what doesn't work.
Natalie On Tue, 2009-06-09 at 10:03 -0400, Kurt T Stam wrote: > 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 > BTW. It'd be great if you can document your changes, so we can add a > "How to deploy to JBoss chapter" in our docs, and keep on asking > questions if needed; we'll help you through it. > > --Kurt >
