>2) write your own NewsCaseQueryTransformer in genericse.sesam.se >connecting >to your own ejb3-client declared also within >genericse.sesam.se
That is what we have done. If we add our new facade (NewsCaseSeFacade.java/newsadminse-services-client.jar) to the Kernel's pom.xml everything works fine. But if we instead do the same thing for genericse we have the following exception: java.lang.ClassNotFoundException: no.schibstedsok.newsadminse.service.NewsCaseSeFacade (no security manager: RMI class loader disabled)] Do you have any idea what we can do? /AB -----Ursprungligt meddelande----- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Mck Skickat: den 22 oktober 2008 10:23 Till: [email protected] Ämne: Re: newsadminse-services > Now I hope that you could deploy the service to sesat.no repository (I > can't) and add the new service(newsadminse-services-client.jar) to the > Kernel's(2.17) pom.xml? Sorry. What's in sesat-kernel is NewsCaseQueryTransformer.java which uses the ejb3-client "newsadmin-services". This ejb3-client has only one class being NewsCaseFacade.java This one submodule to newsadmin-services is open sourced and released under the AGPLv3. It forms the service API intentionally public and free. The actual implementation behind this service is private and up to the individual to implement. My suggestion is that you 1) collaborate on the open sourced version of newsadmin-services, while continuing to develop your own newsadmin modules, (eg newsadmin-client, newsadmin-ear, and newsadmin-web,) or 2) write your own NewsCaseQueryTransformer in genericse.sesam.se connecting to your own ejb3-client declared also within genericse.sesam.se Does this make sense? Keep in mind, favouring (1) that the Facade only contains 4 methods. Do you need more? ~mck -- "Everyone thinks of changing the world, but no one thinks of changing himself." Leo Tolstoy | semb.wever.org | sesat.no | sesam.no | _______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
