I think it's best you push the issue to our MC user forum: * http://community.jboss.org/en/jbossmc
> 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. What was the issue? It's all maven2 based, so hopefully it shouldn't be too much of a problem using it inside any IDE. > 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. Post the stack trace to our forum. > 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. It should actually be part of JBossAS bootstrap. * the jar should go into JBOSS_HOME/lib * the bean / plugin definition should go into any bootstrap.xml ref file (more info on the potential forum post) > 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. The test cases are good way of finding out how things work. -Ales -- 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.
