OK, this is interesting. The problem was nothing to do with XDoclet...yeah! Were generating our deployable jar file with our MDB's and EJB's with the .java files. Bad, but shouldn't fall over. This seems to be the reason things were breaking. Once we generated the jar without the source files, all was well.
Jim On Fri, 27 Sep 2002, Jim Birchfield wrote: > I have compared the output of XDoclet 1.1 and 1.2. The only difference I > can see between the ejb-jar.xml and the jboss.xml is one additional tag > placed in the jboss.xml session tag. For each session bean, I get the > following tag: local-jndi-name. If this is the only thing that is > different, I am assuming this is what is breaking the code. I will have > to wait til Monday to test as that person just left. Can anyone speak > more intelligently to the specifics of this tag than I can? > > Thanks! > > Jim > > On Fri, 27 Sep 2002, Jim Birchfield wrote: > > > OK, I apologize, I did not update my libraries fully. The build now > > works. > > > > However, we cannot deploy our code onto a JBoss 2.4.6 server using MDB's. > > Has anyone had any luck deploying EJB's to 2.4.6 at all? Our problem lies > > in having MDB's have a local reference to a session bean. When we call > > home.create() on the local home reference, derived from the util object > > created from us, we get a ClassCastException...it returns Proxy$92 or > > similar. Familiar to anyone? > > > > Jim > > > > On Fri, 27 Sep 2002, Jim Birchfield wrote: > > > > > I just updated and built from CVS and have a problem when I generate the > > > Remote interfaces. The imports are not there, so the build fails. > > > Where'd they go !?!?!?! > > > > > > Jim > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Xdoclet-user mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Xdoclet-user mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
