> I'd like to merge a .sar file (containing a scheduled class and a > jboss-service.xml) with a .jar file (containing ejbs), so that the scheduled > classes can access the beans through their local interfaces. I believe this > is possible with JBoss 3.0, but am not sure about the file layout and naming > required to get this to work?
I managed to do something pretty similar last night, without merging the files. I have an ear, containing a jar with only local interfaces. and then I've got a completely separate sar that does lookups of the local interfaces in JNDI. hth dim _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
