Changeset 653


Ignore:
Timestamp:
04/07/11 17:06:30 (2 years ago)
Author:
philsmart
Message:
 
Location:
raptor-ica-embedded/trunk/src/main/config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • raptor-ica-embedded/trunk/src/main/config/event-release.xml

    r649 r653  
    3030                        <list> 
    3131                                <bean id="cardiffRaptorMUA" class="uk.ac.cardiff.raptor.registry.Endpoint"> 
    32                                         <property name="serviceEndpoint"><value>https://localhost:8443/MUA/MultiUnitAggregator</value></property> 
     32                                        <property name="serviceEndpoint"><value>https://ipower.insrv.cf.ac.uk:8443/MUA/MultiUnitAggregator</value></property> 
    3333                                        <property name="pushPolicy"><ref bean="genericPushPolicy"></ref></property> 
    3434                                        <!--<property name="attributeFilterPolicy"><ref bean="removePrincipleFilterPolicy"></ref></property>--> 
  • raptor-ica-embedded/trunk/src/main/config/ica-core.xml

    r628 r653  
    8888        <bean id="attributeFilterEngine" class="uk.ac.cardiff.raptor.attribute.filtering.AttrributeFilterEngine"/> 
    8989 
    90         <bean id="serviceEndpointInterface" class="uk.ac.cardiff.raptor.remoting.client.sei.impl.CxfServiceEndpointClient"/> 
     90        <bean id="serviceEndpointInterface" class="uk.ac.cardiff.raptor.remoting.client.sei.impl.CxfServiceEndpointClient"> 
     91           <property name="tlsParameters"> 
     92               <bean class="uk.ac.cardiff.raptor.remoting.client.sei.impl.ClientTLSParameters"> 
     93                 <property name="trustStoreLocation"><value>/Users/philsmart/Documents/Java/RaptorWorkspace/keys/mua-public.jks</value></property> 
     94                 <property name="trustStorePassword"><value>phil11</value></property> 
     95                 <property name="keyStoreLocation"><value>/Users/philsmart/Documents/Java/RaptorWorkspace/keys/raptor-ica.jks</value></property> 
     96                 <property name="keyStorePassword"><value>phil11</value></property> 
     97               </bean> 
     98           </property> 
     99        </bean> 
    91100 
    92101        <import resource="dao-beans.xml"/> 
Note: See TracChangeset for help on using the changeset viewer.