Another thing that I would like to add is that I'm unable to find an example of any of the XML files that have to be placed on user profile. Could you tell me where to find them? Is that a mistake to not have them included in WAR files in order to help the deploy process as it is done in STS WAR package?
Thanks. --- David Campos Safelayer Secure Communications S.A. Developer DMAG UPC Researcher On Fri, Mar 12, 2010 at 12:09, David Campos <[email protected]>wrote: > Hello Alexander, > > Sorry to answer to this mail after all this time but we have been busy in > other tasks and developments with Higgins have been left a bit aside. > > I would like to ask you which relationship has cardsync with RPPS (I-Card > Service) in order to deploy an I-Card Service able to communicate with > Azigo. I simply do not know whether I can go ahead only with the > configuration of 1.1M7 RPPS or I have also to deal with CardSync. > > I see that CardSync is a great tool if a user has multiple selectors but > since RPPS is a hosted repository that should be accessed with Azigo or > iPhone/Android apps and the cards are retrieved on demand I don't see the > point. > > Thanks for your reply. > > --- > David Campos > Safelayer Secure Communications S.A. Developer > DMAG UPC Researcher > > > > On Thu, Jan 14, 2010 at 19:18, Alexander Yuhimenko < > [email protected]> wrote: > >> Hello David, >> >> You may download latest build from >> http://rh155.azigo.net/download/trunk/cardsync-new.war . Then, >> update/merge configurations and build native c++ key generator (please, see >> email and attached configuration >> http://dev.eclipse.org/mhonarc/lists/higgins-dev/msg06153.html ). >> >> Almost all projects (except P/M ICard providers) work with DB via >> hibernate ( few of them via IdAS hibernate CP). They were configured to >> auto-create db (<property name="hbm2ddl.auto">update</property>). You have >> to create user and DBs (schemas) and update META-INF/context.xml ( >> org.eclipse.higgins.sync.ws) configuration. >> >> "rpps/up" - used by User Profile service, It stores user information, >> icard history, icard category, ... >> "rpps/certstore" - uses for caching validated certificate chain. >> "rpps/rpkeystore" - uses for caching generated RP key pair. >> "rpps/audit" - used by Audit Service, It manages user last active date >> time. >> "cardsync/meta_hb" - used by MetaData service, It manages icard revisions, >> it needs for synchronize icards between different user devices. >> >> You have to create DB for ICard providers and exec mysql initial script >> manually >> https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/plugins/org.eclipse.higgins.icard.provider.cardspace.db.mysql/sql/mysql.sql. >> Then, please update .higgins/.icard/ >> org.eclipse.higgins.icard.provider.cardspace.*.db.ini files. >> >> -- >> thanks, >> Alexander Yuhimenko >> >> On Thu, 14 Jan 2010 13:43:07 +0100 >> David Campos <[email protected]> wrote: >> >> > Alexander, could you please tell us where could we find all files that >> we >> > would need to use to deploy rpps.web package? >> > >> > I have a succesfully deployed M6 but as far as I want to test and >> integrate >> > iPhone / Android authentication on our Demo site I need to upgrade to M7 >> (as >> > happened with M5 that had OpenID identifiers). >> > >> > Thanks, >> > --- >> > David Campos >> > >> > >> > On Wed, Dec 2, 2009 at 01:18, Daljeet Singh <[email protected]> >> wrote: >> > >> > > Thanks Alexander. >> > > >> > > I am using the code from the trunk. The problem (AFAIK) is that the >> trunk >> > > has a much larger >> org.eclipse.higgins.rpps.web\web\META-INF\context.xml file >> > > that references User.xml >> > > >> > > <Environment name="HigginsConfigurationBase" >> > > value="C:/Users/Administrator/.higgins/ConfigurationFile" >> > > type="java.lang.String" override="false"/> >> > > <Environment name="HigginsConfigurationFile" value="User.xml" >> > > type="java.lang.String" override="false"/> >> > > >> > > There however is no User.xml available that can be used for >> deployment. The >> > > only one available is in one of the test projects and that makes a >> reference >> > > to the Hibernate CP. >> > > >> > > This problem doesn't happen with M6 build which by the way has a much >> > > smaller context.xml >> > > >> > > At this point we only need the ICard Service so that we can store the >> cards >> > > in our infrastructure. I will continue to work with M6 build for now >> unless >> > > you (or other experts at Higgins) think otherwise. >> > > >> > > Regards, >> > > Daljeet >> > > >> > > _______________________________________________ >> > > higgins-dev mailing list >> > > [email protected] >> > > https://dev.eclipse.org/mailman/listinfo/higgins-dev >> > > >> > > >> >> _______________________________________________ >> higgins-dev mailing list >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/higgins-dev >> > >
_______________________________________________ higgins-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/higgins-dev
