I'm using a tomcat front-end which communicates using SOAP WS to a back-end jboss server (using jaxb, code-first if that matters). I have my front end guicified and am now working on the backend.
I've read this: http://java.dzone.com/articles/a-look-inside-jboss-microconta and attempted to follow its instructions, but without success. I admit it's a little over my head and I need to gain a better understanding of jboss and mbeans. At the moment I'm getting a java.lang.InstantiationException which I assume is because JBoss is not yet trying to use Guice to instantiate my service. My initial guess is that I don't have the xml module bean stuff e.g. <bean name="GuicePlugin" class="org.jboss.guice.spi.GuiceKernelRegistryEntryPlugin"> in the right place. But I've not been able to find anything that says where to put it. Under jboss/server/default/deploy there are numerous bean xml files, but it seems like the xml file to declare this module should be part of my code - part of my .ear. I've currently placed it at the base of my ear. I'll be happy to add more information, but I don't know what someone would need in order to help me figure this out. As well as any tips to figuring out this specific issue, I'd love any reading recommendations about what fundamentals I should understand when building a jboss + guice type project. Thanks! -Mateo -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
