Advertisement
Guest User

Untitled

a guest
Mar 9th, 2018
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.19 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!--
  4. * PopulateDatabase.xml
  5. *
  6. * Copyright (C) 2017 Universidad de Sevilla
  7. *
  8. * The use of this project is hereby constrained to the conditions of the
  9. * TDG Licence, a copy of which you may download from
  10. * http://www.tdg-seville.info/License.html
  11. -->
  12.  
  13. <beans xmlns="http://www.springframework.org/schema/beans"
  14. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  15. xsi:schemaLocation="
  16. http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
  17. ">
  18.  
  19. <!-- User accounts -->
  20.  
  21. <bean id="userAccount1" class="security.UserAccount">
  22. <property name="username" value="admin" />
  23. <property name="password" value="21232f297a57a5a743894a0e4a801fc3" />
  24. <property name="authorities">
  25. <list>
  26. <bean class="security.Authority">
  27. <property name="authority" value="ADMIN" />
  28. </bean>
  29. </list>
  30. </property>
  31. </bean>
  32.  
  33. <bean id="userAccount2" class="security.UserAccount">
  34. <property name="username" value="customer" />
  35. <property name="password" value="91ec1f9324753048c0096d036a694f86" />
  36. <property name="authorities">
  37. <list>
  38. <bean class="security.Authority">
  39. <property name="authority" value="USER" />
  40. </bean>
  41. </list>
  42. </property>
  43. </bean>
  44.  
  45. <bean id="userAccount3" class="security.UserAccount">
  46. <property name="username" value="super" />
  47. <property name="password" value="1b3231655cebb7a1f783eddf27d254ca" />
  48. <property name="authorities">
  49. <list>
  50. <bean class="security.Authority">
  51. <property name="authority" value="USER" />
  52. </bean>
  53. </list>
  54. </property>
  55. </bean>
  56.  
  57. <!-- Other domain beans come here -->
  58.  
  59. <bean id="userAccount4" class="security.UserAccount">
  60. <property name="username" value="user1" />
  61. <property name="password" value="24c9e15e52afc47c225b757e7bee1f9d" />
  62. <property name="authorities">
  63. <list>
  64. <bean class="security.Authority">
  65. <property name="authority" value="USER" />
  66. </bean>
  67. </list>
  68. </property>
  69. </bean>
  70.  
  71. <bean id="userAccount5" class="security.UserAccount">
  72. <property name="username" value="user2" />
  73. <property name="password" value="7e58d63b60197ceb55a1c487989a3720" />
  74. <property name="authorities">
  75. <list>
  76. <bean class="security.Authority">
  77. <property name="authority" value="USER" />
  78. </bean>
  79. </list>
  80. </property>
  81. </bean>
  82.  
  83. <bean id="userAccount6" class="security.UserAccount">
  84. <property name="username" value="user3" />
  85. <property name="password" value="92877af70a45fd6a2ed7fe81e1236b78" />
  86. <property name="authorities">
  87. <list>
  88. <bean class="security.Authority">
  89. <property name="authority" value="USER" />
  90. </bean>
  91. </list>
  92. </property>
  93. </bean>
  94.  
  95. <bean id="userAccount7" class="security.UserAccount">
  96. <property name="username" value="user4" />
  97. <property name="password" value="3f02ebe3d7929b091e3d8ccfde2f3bc6" />
  98. <property name="authorities">
  99. <list>
  100. <bean class="security.Authority">
  101. <property name="authority" value="USER" />
  102. </bean>
  103. </list>
  104. </property>
  105. </bean>
  106.  
  107. <bean id="userAccount8" class="security.UserAccount">
  108. <property name="username" value="manager1" />
  109. <property name="password" value="c240642ddef994358c96da82c0361a58" />
  110. <property name="authorities">
  111. <list>
  112. <bean class="security.Authority">
  113. <property name="authority" value="MANAGER" />
  114. </bean>
  115. </list>
  116. </property>
  117. </bean>
  118.  
  119. <bean id="userAccount9" class="security.UserAccount">
  120. <property name="username" value="manager2" />
  121. <property name="password" value="8df5127cd164b5bc2d2b78410a7eea0c" />
  122. <property name="authorities">
  123. <list>
  124. <bean class="security.Authority">
  125. <property name="authority" value="MANAGER" />
  126. </bean>
  127. </list>
  128. </property>
  129. </bean>
  130.  
  131.  
  132. <!-- USERS-->
  133.  
  134. <bean id="user1" class="domain.User">
  135.  
  136. <property name="name" value="Scruminio" />
  137. <property name="surname" value="Depesio Issidialez" />
  138. <property name="birthDate" value="10/10/1990" />
  139. <property name="postalAddress" value="41001" />
  140. <property name="phoneNumber" value="600600600" />
  141. <property name="email" value="aguacate@gmail.com" />
  142. <property name="hasConfirmedTerms" value="true" />
  143. <property name="confirmMoment" value="20/02/2016 00:00" />
  144. <property name="userAccount" ref="userAccount4" />
  145. <property name="rspvzes" >
  146. <list>
  147. <ref bean="rspvz1"/>
  148. <ref bean="rspvz2"/>
  149. <ref bean="rspvz3"/>
  150. <ref bean="rspvz4"/>
  151. </list>
  152. </property>
  153.  
  154. </bean>
  155.  
  156.  
  157. <bean id="user2" class="domain.User">
  158.  
  159. <property name="name" value="Aissinético" />
  160. <property name="surname" value="Sistémez FundaProgramín" />
  161. <property name="birthDate" value="10/10/1990" />
  162. <property name="postalAddress" value="41000" />
  163. <property name="phoneNumber" value="600600608" />
  164. <property name="email" value="fuegocate@gmail.com" />
  165. <property name="hasConfirmedTerms" value="true" />
  166. <property name="confirmMoment" value="20/01/2016 00:00" />
  167. <property name="userAccount" ref="userAccount5" />
  168. <property name="rspvzes" >
  169. <list>
  170. <ref bean="rspvz5"/>
  171. <ref bean="rspvz6"/>
  172.  
  173. </list>
  174. </property>
  175.  
  176. </bean>
  177.  
  178. <bean id="user3" class="domain.User">
  179.  
  180. <property name="name" value="Carlos" />
  181. <property name="surname" value="Martínez Torete" />
  182. <property name="birthDate" value="10/10/1990" />
  183. <property name="postalAddress" value="41000" />
  184. <property name="phoneNumber" value="600600610" />
  185. <property name="email" value="nosequeemailponer@gmail.com" />
  186. <property name="hasConfirmedTerms" value="true" />
  187. <property name="confirmMoment" value="20/01/2016 00:10" />
  188. <property name="userAccount" ref="userAccount6" />
  189. <property name="rspvzes" >
  190. <list>
  191. <ref bean="rspvz7"/>
  192. <ref bean="rspvz8"/>
  193. <ref bean="rspvz9"/>
  194. <ref bean="rspvz11"/>
  195. </list>
  196. </property>
  197.  
  198. </bean>
  199.  
  200. <bean id="user4" class="domain.User">
  201.  
  202. <property name="name" value="Menor" />
  203. <property name="surname" value="Del D OSMILUNO" />
  204. <property name="birthDate" value="10/10/2001" />
  205. <property name="postalAddress" value="41000" />
  206. <property name="phoneNumber" value="600600610" />
  207. <property name="email" value="menordeedad@gmail.com" />
  208. <property name="hasConfirmedTerms" value="true" />
  209. <property name="confirmMoment" value="20/01/2016 00:10" />
  210. <property name="userAccount" ref="userAccount7" />
  211. <property name="rspvzes" >
  212. <list>
  213. </list>
  214. </property>
  215.  
  216. </bean>
  217.  
  218. <bean id="admin1" class="domain.Administrator">
  219.  
  220. <property name="name" value="Gran Admin" />
  221. <property name="surname" value="Borratodo Omnipresente" />
  222. <property name="birthDate" value="10/10/1990" />
  223. <property name="postalAddress" value="41000" />
  224. <property name="phoneNumber" value="600777888" />
  225. <property name="email" value="granadmin@gmail.com" />
  226. <property name="hasConfirmedTerms" value="true" />
  227. <property name="confirmMoment" value="20/04/2016 00:00" />
  228. <property name="userAccount" ref="userAccount1" />
  229.  
  230.  
  231. </bean>
  232.  
  233. <bean id="manager1" class="domain.Manager">
  234.  
  235. <property name="name" value="Izuku Midoriya " />
  236. <property name="surname" value="Deku no significa Idiota" />
  237. <property name="birthDate" value="10/10/1990" />
  238. <property name="postalAddress" value="41000" />
  239. <property name="phoneNumber" value="600777999" />
  240. <property name="email" value="bokubokubaka@gmail.com" />
  241. <property name="hasConfirmedTerms" value="true" />
  242. <property name="confirmMoment" value="20/04/2016 00:00" />
  243. <property name="userAccount" ref="userAccount8" />
  244. <property name="vat" value="2141-4jq-fq" />
  245. <property name="servicios">
  246. <list>
  247. <!-- <ref bean="service1" />
  248. <ref bean="service2" /> -->
  249.  
  250.  
  251. </list>
  252. </property>
  253.  
  254. </bean>
  255.  
  256. <bean id="manager2" class="domain.Manager">
  257.  
  258. <property name="name" value="Katsuki Bakugo"/>
  259. <property name="surname" value="Meestás Subestimando" />
  260. <property name="birthDate" value="10/10/1990" />
  261. <property name="postalAddress" value="41000" />
  262. <property name="phoneNumber" value="600777000" />
  263. <property name="email" value="bokubokuhero@gmail.com" />
  264. <property name="hasConfirmedTerms" value="true" />
  265. <property name="confirmMoment" value="20/04/2016 00:00" />
  266. <property name="userAccount" ref="userAccount9" />
  267. <property name="vat" value="ASaqofF--qw123Da" />
  268. <property name="servicios">
  269. <list>
  270. <!-- <ref bean="service3" />
  271. <ref bean="service4" /> -->
  272. </list>
  273. </property>
  274.  
  275. </bean>
  276.  
  277. <!-- RENDEZVOUSES -->
  278.  
  279. <bean id="rendezvous1" class="domain.Rendezvous">
  280.  
  281. <property name="name" value="Mi primera quedada"/>
  282. <property name="description" value="Conocer la ciudad de Sevilla"/>
  283. <property name="moment" value="10/09/2018 00:00"/>
  284. <property name="picture" value="http://www.recordrentacar.com/images/beforefooter/destinos/alquiler-coches-sevilla.jpg"/>
  285. <property name="gpsCoordinates" ref="gps1"/>
  286. <property name="isFinalMode" value="True"/>
  287. <property name="isDeleted" value="False"/>
  288. <property name="isAdultOnly" value="False"/>
  289. <property name="creator" ref="user3"/>
  290.  
  291. <property name="rspvzes">
  292. <list>
  293. <ref bean="rspvz7"/>
  294. <ref bean="rspvz1"/>
  295. </list>
  296. </property>
  297.  
  298. <property name="announcements">
  299. <list>
  300. </list>
  301. </property>
  302.  
  303. <property name="questions" >
  304. <list>
  305. <ref bean="question4"/>
  306. <ref bean="question5"/>
  307. </list>
  308. </property>
  309.  
  310. <property name="requests">
  311. <list>
  312. <ref bean="request1"/>
  313. </list>
  314. </property>
  315.  
  316. <property name="rendezvouses">
  317. <list></list>
  318. </property>
  319.  
  320.  
  321. </bean>
  322.  
  323.  
  324. <bean id="rendezvous2" class="domain.Rendezvous">
  325.  
  326. <property name="name" value="Mi segunda quedada [Final][Adult]"/>
  327. <property name="description" value="A programar nuestro hackaton"/>
  328. <property name="moment" value="11/09/2018 00:00"/>
  329. <property name="picture" value=""/>
  330. <property name="gpsCoordinates" ref="gps2"/>
  331. <property name="isFinalMode" value="True"/>
  332. <property name="isDeleted" value="False"/>
  333. <property name="isAdultOnly" value="True"/>
  334. <property name="creator" ref="user3"/>
  335.  
  336. <property name="rspvzes">
  337. <list>
  338. <ref bean="rspvz2"/>
  339. <ref bean="rspvz5"/>
  340. <ref bean="rspvz8"/>
  341. </list>
  342. </property>
  343.  
  344. <property name="announcements">
  345. <list>
  346. <ref bean="announcement1"/>
  347. <ref bean="announcement2"/>
  348. </list>
  349. </property>
  350.  
  351. <property name="questions" >
  352. <list>
  353. <ref bean="question1"/>
  354. </list>
  355. </property>
  356.  
  357. <property name="requests">
  358. <list>
  359. <ref bean="request1" />
  360. </list>
  361. </property>
  362.  
  363. <property name="rendezvouses">
  364. <list></list>
  365. </property>
  366.  
  367.  
  368.  
  369.  
  370. </bean>
  371.  
  372. <bean id="rendezvous3" class="domain.Rendezvous">
  373.  
  374. <property name="name" value="Mi tercera quedada [Final]"/>
  375. <property name="description" value="Unas cervecitas por Sevilla"/>
  376. <property name="moment" value="12/09/2018 00:00"/>
  377. <property name="picture" value=""/>
  378. <property name="gpsCoordinates" ref="gps3"/>
  379. <property name="isFinalMode" value="True"/>
  380. <property name="isDeleted" value="False"/>
  381. <property name="isAdultOnly" value="False"/>
  382. <property name="creator" ref="user3"/>
  383.  
  384. <property name="rspvzes">
  385. <list>
  386. <ref bean="rspvz3"/>
  387. <ref bean="rspvz9"/>
  388. </list>
  389. </property>
  390.  
  391. <property name="announcements">
  392. <list></list>
  393. </property>
  394.  
  395. <property name="questions" >
  396. <list>
  397. <ref bean="question2"/>
  398. <ref bean="question3"/>
  399. </list>
  400. </property>
  401.  
  402. <property name="requests">
  403. <list></list>
  404. </property>
  405.  
  406. <property name="rendezvouses">
  407. <list></list>
  408. </property>
  409.  
  410.  
  411.  
  412. </bean>
  413.  
  414. <bean id="rendezvous5" class="domain.Rendezvous">
  415.  
  416. <property name="name" value="Rendezvous NO FNAL"/>
  417. <property name="description" value="Ojala se haga un populate con to los casos alguna vez y no tenga que venir yo a crear uno nuevo cada vez que lo necesite"/>
  418. <property name="moment" value="12/09/2018 00:00"/>
  419. <property name="picture" value=""/>
  420. <property name="gpsCoordinates" ref="gps3"/>
  421. <property name="isFinalMode" value="False"/>
  422. <property name="isDeleted" value="False"/>
  423. <property name="isAdultOnly" value="False"/>
  424. <property name="creator" ref="user3"/>
  425.  
  426. <property name="rspvzes">
  427. <list>
  428. <ref bean="rspvz10"/>
  429.  
  430. </list>
  431. </property>
  432.  
  433. <property name="announcements">
  434. <list></list>
  435. </property>
  436.  
  437. <property name="questions" >
  438. <list>
  439. <ref bean="question7"/>
  440.  
  441. </list>
  442. </property>
  443.  
  444. <property name="requests">
  445. <list></list>
  446. </property>
  447.  
  448. <property name="rendezvouses">
  449. <list></list>
  450. </property>
  451.  
  452.  
  453.  
  454. </bean>
  455.  
  456.  
  457. <bean id="rendezvous4" class="domain.Rendezvous">
  458.  
  459. <property name="name" value="Mi cuarta quedada [Pasado]"/>
  460. <property name="description" value="Excursión al LSI"/>
  461. <property name="moment" value="10/09/2017 12:30"/>
  462. <property name="picture" value="http://www.lsi.us.es/~jtroya/images/logolsi.gif"/>
  463. <property name="gpsCoordinates" ref="gps1"/>
  464. <property name="isFinalMode" value="True"/>
  465. <property name="isDeleted" value="False"/>
  466. <property name="isAdultOnly" value="False"/>
  467. <property name="creator" ref="user1"/>
  468.  
  469. <property name="rspvzes">
  470. <list>
  471. <ref bean="rspvz4"/>
  472. <ref bean="rspvz6"/>
  473. </list>
  474. </property>
  475.  
  476. <property name="announcements">
  477. <list></list>
  478. </property>
  479.  
  480. <property name="questions" >
  481. <list></list>
  482. </property>
  483.  
  484.  
  485. <property name="rendezvouses">
  486. <list></list>
  487. </property>
  488.  
  489. <property name="requests">
  490. <list></list>
  491. </property>
  492.  
  493. </bean>
  494.  
  495.  
  496. <bean id="rendezvous6" class="domain.Rendezvous">
  497.  
  498. <property name="name" value="Mi quedada borrada"/>
  499. <property name="description" value="Me borraron mientras viajaba a Corea"/>
  500. <property name="moment" value="11/09/2018 00:00"/>
  501. <property name="picture" value=""/>
  502. <property name="gpsCoordinates" ref="gps2"/>
  503. <property name="isFinalMode" value="True"/>
  504. <property name="isDeleted" value="True"/>
  505. <property name="isAdultOnly" value="True"/>
  506. <property name="creator" ref="user3"/>
  507.  
  508. <property name="rspvzes">
  509. <list>
  510. <ref bean="rspvz11"/>
  511. </list>
  512. </property>
  513.  
  514. <property name="announcements">
  515. <list>
  516. </list>
  517. </property>
  518.  
  519. <property name="questions" >
  520. <list>
  521. </list>
  522. </property>
  523.  
  524. <property name="requests">
  525. <list></list>
  526. </property>
  527.  
  528. <property name="rendezvouses">
  529. <list></list>
  530. </property>
  531.  
  532.  
  533.  
  534.  
  535. </bean>
  536. <!-- RSPVZ -->
  537.  
  538.  
  539.  
  540.  
  541.  
  542. <!-- ANNOUNCEMENTS -->
  543. <bean id="announcement1" class="domain.Announcement">
  544.  
  545. <property name="moment" value="15/02/2015 00:00" />
  546. <property name="title" value="Mi primer anuncio" />
  547. <property name="description" value="Pues nada, aquí tenéis la descripción" />
  548.  
  549. <property name="rendezvous" ref="rendezvous2" />
  550.  
  551. </bean>
  552.  
  553. <bean id="announcement2" class="domain.Announcement">
  554.  
  555. <property name="moment" value="15/03/2015 00:00" />
  556. <property name="title" value="Mi segundo anuncio" />
  557. <property name="description" value="Pues nada, aquí tenéis la descripción" />
  558.  
  559. <property name="rendezvous" ref="rendezvous2" />
  560.  
  561. </bean>
  562.  
  563. <!-- GPS -->
  564. <bean id="gps1" class="domain.GPS">
  565. <property name="direction" value="Torre del oro"/>
  566. <property name="latitude" value="80.0"/>
  567. <property name="longitude" value="80.0"/>
  568. </bean>
  569.  
  570.  
  571. <bean id="gps2" class="domain.GPS">
  572. <property name="direction" value="La Campana"/>
  573. <property name="latitude" value="81.0"/>
  574. <property name="longitude" value="80.0"/>
  575. </bean>
  576.  
  577. <bean id="gps3" class="domain.GPS">
  578. <property name="direction" value="Catedral de Sevilla"/>
  579. <property name="latitude" value="80.8"/>
  580. <property name="longitude" value="80.0"/>
  581. </bean>
  582.  
  583. <!-- COMMENTS -->
  584.  
  585. <bean id="comment1" class="domain.Comment">
  586. <property name="text" value="A mí no me gusta pero voy para quejarme"/>
  587. <property name="moment" value="10/09/2017 12:30" />
  588. <property name="father" value="true" />
  589. <property name="rspvz" ref="rspvz1" />
  590.  
  591. <property name="replies">
  592. <list>
  593. <ref bean="comment2"></ref>
  594. </list>
  595. </property>
  596. </bean>
  597.  
  598. <bean id="comment2" class="domain.Comment">
  599. <property name="text" value="Para quejarte no vayas :/"/>
  600. <property name="moment" value="10/09/2017 12:33" />
  601. <property name="father" value="false" />
  602. <property name="rspvz" ref="rspvz7" />
  603.  
  604. <property name="replies">
  605. <list>
  606. </list>
  607. </property>
  608. </bean>
  609.  
  610.  
  611. <!-- QUESTIONS AND ANSWERS-->
  612.  
  613. <bean id="question1" class="domain.Question">
  614. <property name="text" value="¿Cuántas horas queréis estar?"/>
  615.  
  616. <property name="rendezvous" ref="rendezvous2"/>
  617. <property name="answers">
  618. <list>
  619. <ref bean="answer1"/>
  620. <ref bean="answer2"/>
  621. <ref bean="answer3"/>
  622. </list>
  623. </property>
  624.  
  625. </bean>
  626.  
  627. <bean id="answer1" class="domain.Answer">
  628. <property name="text" value="Pues con dos horas está bien" />
  629.  
  630. <property name="rspvz" ref="rspvz5" />
  631. <property name="question" ref="question1" />
  632.  
  633. </bean>
  634. <bean id="answer2" class="domain.Answer">
  635. <property name="text" value="No lo se la vd, pero no mucho" />
  636.  
  637. <property name="rspvz" ref="rspvz2" />
  638. <property name="question" ref="question1" />
  639.  
  640. </bean>
  641. <bean id="answer3" class="domain.Answer">
  642. <property name="text" value="4 horazas" />
  643.  
  644. <property name="rspvz" ref="rspvz8" />
  645. <property name="question" ref="question1" />
  646.  
  647. </bean>
  648.  
  649. <bean id="question2" class="domain.Question">
  650. <property name="text" value="¿BK o Mcdonal?"/>
  651.  
  652. <property name="rendezvous" ref="rendezvous3"/>
  653. <property name="answers">
  654. <list>
  655. <ref bean="answer4"/>
  656. <ref bean="answer6"/>
  657. </list>
  658. </property>
  659.  
  660. </bean>
  661.  
  662. <bean id="answer4" class="domain.Answer">
  663. <property name="text" value="Soy vegetariano" />
  664.  
  665. <property name="rspvz" ref="rspvz3" />
  666. <property name="question" ref="question2" />
  667.  
  668. </bean>
  669. <bean id="answer6" class="domain.Answer">
  670. <property name="text" value="Mc donald por el payaso" />
  671.  
  672. <property name="rspvz" ref="rspvz9" />
  673. <property name="question" ref="question2" />
  674.  
  675. </bean>
  676.  
  677. <bean id="question3" class="domain.Question">
  678. <property name="text" value="Midoriya o Todoroki"/>
  679.  
  680. <property name="rendezvous" ref="rendezvous3"/>
  681. <property name="answers">
  682. <list>
  683. <ref bean="answer5"/>
  684. <ref bean="answer7"/>
  685. </list>
  686. </property>
  687.  
  688. </bean>
  689.  
  690. <bean id="answer5" class="domain.Answer">
  691. <property name="text" value="Midoriya claramente" />
  692.  
  693. <property name="rspvz" ref="rspvz3" />
  694. <property name="question" ref="question3" />
  695.  
  696. </bean>
  697.  
  698. <bean id="answer7" class="domain.Answer">
  699. <property name="text" value="Me gusta cancion de hielo y fuego asi que Todoroki" />
  700.  
  701. <property name="rspvz" ref="rspvz9" />
  702. <property name="question" ref="question3" />
  703.  
  704. </bean>
  705.  
  706. <bean id="question4" class="domain.Question">
  707. <property name="text" value="¿L o Light?"/>
  708.  
  709. <property name="rendezvous" ref="rendezvous1"/>
  710. <property name="answers">
  711. <list>
  712. <ref bean="answer8"/>
  713. <ref bean="answer10"/>
  714. </list>
  715. </property>
  716.  
  717. </bean>
  718.  
  719. <bean id="answer8" class="domain.Answer">
  720. <property name="text" value="Obviamente L, Light está enfermo" />
  721.  
  722. <property name="rspvz" ref="rspvz7" />
  723. <property name="question" ref="question4" />
  724.  
  725. </bean>
  726. <bean id="answer10" class="domain.Answer">
  727. <property name="text" value="Cojo una patata y me la como" />
  728.  
  729. <property name="rspvz" ref="rspvz3" />
  730. <property name="question" ref="question4" />
  731.  
  732. </bean>
  733.  
  734. <bean id="question5" class="domain.Question">
  735. <property name="text" value="¿Pokemon o Digimon?"/>
  736.  
  737. <property name="rendezvous" ref="rendezvous1"/>
  738. <property name="answers">
  739. <list>
  740. <ref bean="answer9"/>
  741. <ref bean="answer11"/>
  742. </list>
  743. </property>
  744.  
  745. </bean>
  746.  
  747. <bean id="answer9" class="domain.Answer">
  748. <property name="text" value="Llegaréee a ser el mejor, el mejor que habrá jamáaas" />
  749.  
  750. <property name="rspvz" ref="rspvz3" />
  751. <property name="question" ref="question5" />
  752.  
  753. </bean>
  754. <bean id="answer11" class="domain.Answer">
  755. <property name="text" value="ACME-RENDEZVOUS DIGIVOLUCIONA ENNNN ACME-RENDEZVOUSMON" />
  756.  
  757. <property name="rspvz" ref="rspvz7" />
  758. <property name="question" ref="question5" />
  759.  
  760. </bean>
  761.  
  762. <bean id="question7" class="domain.Question">
  763. <property name="text" value="¿De que color el caballo blanco de santiago?"/>
  764.  
  765. <property name="rendezvous" ref="rendezvous5"/>
  766. <property name="answers">
  767. <list>
  768.  
  769. <ref bean="answer12"/>
  770. </list>
  771. </property>
  772.  
  773. </bean>
  774.  
  775. <bean id="answer12" class="domain.Answer">
  776. <property name="text" value="Pa que quieres saber eso jaja salu2" />
  777.  
  778. <property name="rspvz" ref="rspvz10" />
  779. <property name="question" ref="question7" />
  780.  
  781. </bean>
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793. <!-- COMMENTS -->
  794. <bean id="comment0" class="domain.Comment">
  795. <property name="text" value="Me gusta la pizza."/>
  796. <property name="moment" value="20/02/2016"/>
  797.  
  798. <property name="replies">
  799. <list></list>
  800. </property>
  801. <property name="father" value="true"/>
  802. <property name="rspvz" ref="rspvz5" />
  803.  
  804. </bean>
  805.  
  806. <bean id="rspvz1" class="domain.Rspvz">
  807. <property name="user" ref="user1" />
  808. <property name="rendezvous" ref="rendezvous1" />
  809. <property name="comments" >
  810. <list><ref bean="comment1"></ref>
  811. </list>
  812. </property>
  813. </bean>
  814.  
  815. <bean id="rspvz2" class="domain.Rspvz">
  816. <property name="user" ref="user1" />
  817. <property name="rendezvous" ref="rendezvous2" />
  818. <property name="comments" >
  819. <list></list>
  820. </property>
  821. </bean>
  822.  
  823. <bean id="rspvz3" class="domain.Rspvz">
  824. <property name="user" ref="user1" />
  825. <property name="rendezvous" ref="rendezvous3" />
  826. <property name="comments" >
  827. <list></list>
  828. </property>
  829. </bean>
  830.  
  831. <bean id="rspvz4" class="domain.Rspvz">
  832. <property name="user" ref="user1" />
  833. <property name="rendezvous" ref="rendezvous4" />
  834. <property name="comments" >
  835. <list></list>
  836. </property>
  837. </bean>
  838.  
  839. <bean id="rspvz5" class="domain.Rspvz">
  840. <property name="user" ref="user2" />
  841. <property name="rendezvous" ref="rendezvous2" />
  842. <property name="comments" >
  843. <list><ref bean="comment0"></ref></list>
  844. </property>
  845. </bean>
  846.  
  847. <bean id="rspvz6" class="domain.Rspvz">
  848. <property name="user" ref="user2" />
  849. <property name="rendezvous" ref="rendezvous4" />
  850. <property name="comments" >
  851. <list></list>
  852. </property>
  853. </bean>
  854.  
  855. <bean id="rspvz7" class="domain.Rspvz">
  856. <property name="user" ref="user3" />
  857. <property name="rendezvous" ref="rendezvous1" />
  858. <property name="comments" >
  859. <list><ref bean="comment2"></ref></list>
  860. </property>
  861. </bean>
  862. <bean id="rspvz8" class="domain.Rspvz">
  863. <property name="user" ref="user3" />
  864. <property name="rendezvous" ref="rendezvous2" />
  865. <property name="comments" >
  866. <list></list>
  867. </property>
  868. </bean>
  869.  
  870. <bean id="rspvz9" class="domain.Rspvz">
  871. <property name="user" ref="user3" />
  872. <property name="rendezvous" ref="rendezvous3" />
  873. <property name="comments" >
  874. <list></list>
  875. </property>
  876. </bean>
  877.  
  878. <bean id="rspvz10" class="domain.Rspvz">
  879. <property name="user" ref="user3" />
  880. <property name="rendezvous" ref="rendezvous5" />
  881. <property name="comments" >
  882. <list></list>
  883. </property>
  884. </bean>
  885.  
  886. <bean id="rspvz11" class="domain.Rspvz">
  887. <property name="user" ref="user3" />
  888. <property name="rendezvous" ref="rendezvous6" />
  889. <property name="comments" >
  890. <list></list>
  891. </property>
  892. </bean>
  893.  
  894.  
  895.  
  896.  
  897. <!-- CATEGORIES -->
  898.  
  899. <bean id="category1" class="domain.Category">
  900. <property name="name" value="Selva"/>
  901. <property name="description" value="En la selva hay muchos suspensos" />
  902. <property name="childCategories">
  903. <list>
  904. <ref bean="category2" />
  905. </list>
  906. </property>
  907. </bean>
  908.  
  909.  
  910. <bean id="category2" class="domain.Category">
  911. <property name="name" value="Selva húmeda"/>
  912. <property name="description" value="En la selva húmeda fallan las máquinas virtuales" />
  913. <property name="childCategories">
  914. <list></list>
  915. </property>
  916. <property name="parentCategory" ref="category1" />
  917. </bean>
  918.  
  919.  
  920. <bean id="category3" class="domain.Category">
  921. <property name="name" value="Desierto"/>
  922. <property name="description" value="Es lo que sentiremos si vamos con DP a Septiembre, mucho agobio." />
  923. <property name="childCategories">
  924. <list></list>
  925. </property>
  926. </bean>
  927.  
  928. <!-- SERVICES-->
  929.  
  930. <bean id="servicio1" class="domain.Servicio">
  931. <property name="name" value="Limusina rosa 4x4"/>
  932. <property name="description" value="Es bastante hortera pero barata" />
  933. <property name="pictureUrl" value="http://www.boyscadiz.com/wp-content/uploads/2013/01/limusina-rosa-hummer-h2-12-plazas.jpg" />
  934. <property name="isCancelled" value="false" />
  935. <property name="category" ref="category2"/>
  936.  
  937. <property name="requests">
  938. <list>
  939. <ref bean="request1"/>
  940. <ref bean="request2"/>
  941. </list>
  942. </property>
  943. <property name="manager" ref="manager1" />
  944.  
  945. </bean>
  946.  
  947.  
  948. <bean id="servicio2" class="domain.Servicio">
  949. <property name="name" value="Bailarín profesional de zuecos"/>
  950. <property name="description" value="Ojalá tu piso sea un bajo, porque si no tus vecinos..." />
  951. <property name="pictureUrl" value="https://img.europapress.es/fotoweb/fotonoticia_20100426181328_640.jpg" />
  952. <property name="isCancelled" value="false" />
  953. <property name="category" ref="category2"/>
  954.  
  955. <property name="requests">
  956. <list> </list>
  957. </property>
  958. <property name="manager" ref="manager1" />
  959.  
  960. </bean>
  961.  
  962.  
  963. <bean id="servicio3" class="domain.Servicio">
  964. <property name="name" value="Chef personal"/>
  965. <property name="description" value="Sólo hago espaguetis a la boñosea, no hago macarrones" />
  966. <property name="pictureUrl" value="https://yt3.ggpht.com/a-/AJLlDp0ulzwCwNNI31AYtigVj7m63Quc6fdMKoheBg=s900-mo-c-c0xffffffff-rj-k-no" />
  967. <property name="isCancelled" value="false" />
  968. <property name="category" ref="category3"/>
  969.  
  970. <property name="requests">
  971. <list> </list>
  972. </property>
  973. <property name="manager" ref="manager2" />
  974.  
  975. </bean>
  976.  
  977.  
  978. <bean id="servicio4" class="domain.Servicio">
  979. <property name="name" value="Baile espectral"/>
  980. <property name="description" value="Te enseñamos a bailar incluso un día antes de tu boda, así seguro que no haces el ridículo." />
  981. <property name="pictureUrl" value="https://danielgalera.files.wordpress.com/2011/10/baile-espectral-l-2-21.jpg" />
  982. <property name="isCancelled" value="true" />
  983. <property name="category" ref="category3"/>
  984.  
  985. <property name="requests">
  986. <list> </list>
  987. </property>
  988. <property name="manager" ref="manager2" />
  989.  
  990. </bean>
  991.  
  992.  
  993. <bean id="request1" class="domain.Request">
  994. <property name="comments" value="¿Podemos introducir bebidas y comida dentro?" />
  995. <property name="creditCard" ref="creditCard1" />
  996. <property name="servicio" ref="servicio1" />
  997. <property name="rendezvous" ref="rendezvous1" />
  998.  
  999. </bean>
  1000.  
  1001. <bean id="request2" class="domain.Request">
  1002. <property name="comments" value="¿Cuántas personas caben como máximo?" />
  1003. <property name="creditCard" ref="creditCard2" />
  1004. <property name="servicio" ref="servicio1" />
  1005. <property name="rendezvous" ref="rendezvous2" />
  1006.  
  1007. </bean>
  1008.  
  1009.  
  1010. <bean id="creditCard1" class="domain.CreditCard">
  1011. <property name="holderName" value="Carmen"/>
  1012. <property name="brandName" value="Visa"/>
  1013. <property name="number" value="1111222233334444"/>
  1014. <property name="expirationMonth" value="08"/>
  1015. <property name="expirationYear" value="2022"/>
  1016. <property name="cvvCode" value="190"/>
  1017. </bean>
  1018.  
  1019. <bean id="creditCard2" class="domain.CreditCard">
  1020. <property name="holderName" value="Luisa"/>
  1021. <property name="brandName" value="Visa"/>
  1022. <property name="number" value="1111222233234444"/>
  1023. <property name="expirationMonth" value="08"/>
  1024. <property name="expirationYear" value="2022"/>
  1025. <property name="cvvCode" value="290"/>
  1026. </bean>
  1027.  
  1028. <!-- CONFIGURATION -->
  1029.  
  1030. <bean id="configuration1" class="domain.Configuration">
  1031. <property name="banner" value="Luisa"/>
  1032. <property name="name" value="Visa"/>
  1033. <property name="welcomeMessages" >
  1034. <list>
  1035. <ref bean="messagesEN"/>
  1036. <ref bean="messagesES"/>
  1037. </list>
  1038. </property>
  1039. </bean>
  1040.  
  1041. <bean id="messagesEN" class="domain.WelcomeMessage">
  1042. <property name="codeLang" value="EN" />
  1043. <property name="configuration" ref="configuration1" />
  1044. <property name="message" value="Welcome Message!" />
  1045. </bean>
  1046.  
  1047. <bean id="messagesES" class="domain.WelcomeMessage">
  1048. <property name="codeLang" value="ES" />
  1049. <property name="configuration" ref="configuration1" />
  1050. <property name="message" value="¡Mensaje de bienvenida!" />
  1051. </bean>
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065. <!-- TERMS AND CONDITIONS-->
  1066.  
  1067. <bean id="termsAndConditions" class="domain.TermsAndConditions">
  1068. <property name="textES" value="&lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;En cumplimiento de la Ley 34/2002, de 11 de julio, de Servicios de la Sociedad de la Informaci&amp;oacute;n y de Comercio Electr&amp;oacute;nico (LSSI-CE), ACME RENDEVOUZ CO., INC informa que es titular de este sitio web. De acuerdo con la exigencia del art&amp;iacute;culo 10 de la citada Ley, ACME RENDEVOUZ CO., INC informa de los siguientes datos:&lt;/span&gt;&lt;/p&gt;
  1069. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;El titular de este sitio web es ACME RENDEVOUZ CO., INC.&lt;/span&gt;&lt;/p&gt;
  1070. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;USUARIO Y R&amp;Eacute;GIMEN DE RESPONSABILIDADES&lt;/span&gt;&lt;/p&gt;
  1071. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;La navegaci&amp;oacute;n, acceso y uso por el sitio web de ACME RENDEVOUZ CO., INC confiere la condici&amp;oacute;n de usuario, por la que se aceptan, desde la navegaci&amp;oacute;n por el sitio web de ACME RENDEVOUZ CO., INC, todas las condiciones de uso aqu&amp;iacute; establecidas sin perjuicio de la aplicaci&amp;oacute;n de la correspondiente normativa de obligado cumplimiento legal seg&amp;uacute;n el caso.&lt;/span&gt;&lt;/p&gt;
  1072. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;El sitio web de ACME RENDEVOUZ CO., INC proporciona gran diversidad de informaci&amp;oacute;n, servicios y datos. El usuario asume su responsabilidad en el uso correcto del sitio web. Esta responsabilidad se extender&amp;aacute; a:&lt;/span&gt;&lt;/p&gt;
  1073. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;- La veracidad y licitud de las informaciones aportadas por el usuario en los formularios extendidos por ACME RENDEVOUZ CO., INC para el acceso a ciertos contenidos o servicios ofrecidos por el web.&lt;/span&gt;&lt;/p&gt;
  1074. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;- El uso de la informaci&amp;oacute;n, servicios y datos ofrecidos por ACME RENDEVOUZ CO., INC contrariamente a lo dispuesto por las presentes condiciones, la Ley, la moral, las buenas costumbres o el orden p&amp;uacute;blico, o que de cualquier otro modo puedan suponer lesi&amp;oacute;n de los derechos de terceros o del mismo funcionamiento del sitio web.&lt;/span&gt;&lt;/p&gt;
  1075. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;POL&amp;Iacute;TICA DE ENLACES Y EXENCIONES DE RESPONSABILIDAD&lt;/span&gt;&lt;/p&gt;
  1076. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;ACME RENDEVOUZ CO., INC no se hace responsable del contenido de los sitios web a los que el usuario pueda acceder a trav&amp;eacute;s de los enlaces establecidos en su sitio web y declara que en ning&amp;uacute;n caso proceder&amp;aacute; a examinar o ejercitar ning&amp;uacute;n tipo de control sobre el contenido de otros sitios de la red. Asimismo, tampoco garantizar&amp;aacute; la disponibilidad t&amp;eacute;cnica, exactitud, veracidad, validez o legalidad de sitios ajenos a su propiedad a los que se pueda acceder por medio de los enlaces.&lt;/span&gt;&lt;/p&gt;
  1077. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;ACME RENDEVOUZ CO., INC declara haber adoptado todas las medidas necesarias para evitar cualquier da&amp;ntilde;o a los usuarios de su sitio web, que pudieran derivarse de la navegaci&amp;oacute;n por su sitio web. En consecuencia, ACME RENDEVOUZ CO., INC no se hace responsable, en ning&amp;uacute;n caso, de los eventuales da&amp;ntilde;os que por la navegaci&amp;oacute;n por Internet pudiera sufrir el usuario.&lt;/span&gt;&lt;/p&gt;
  1078. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;MODIFICACIONES&lt;/span&gt;&lt;/p&gt;
  1079. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;ACME RENDEVOUZ CO., INC se reserva el derecho a realizar las modificaciones que considere oportunas, sin aviso previo, en el contenido de su sitio web. Tanto en lo referente a los contenidos del sitio web, como en las condiciones de uso del mismo, o en las condiciones generales de contrataci&amp;oacute;n. Dichas modificaciones podr&amp;aacute;n realizarse a trav&amp;eacute;s de su sitio web por cualquier forma admisible en derecho y ser&amp;aacute;n de obligado cumplimiento durante el tiempo en que se encuentren publicadas en el web y hasta que no sean modificadas v&amp;aacute;lidamente por otras posteriores.&lt;/span&gt;&lt;/p&gt;
  1080. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;SERVICIOS DE CONTRATACI&amp;Oacute;N POR INTERNET&lt;/span&gt;&lt;/p&gt;
  1081. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;Ciertos contenidos de la website de ACME RENDEVOUZ CO., INC contienen la posibilidad de contrataci&amp;oacute;n por Internet. El uso de los mismos requerir&amp;aacute; la lectura y aceptaci&amp;oacute;n obligatoria de las condiciones generales de contrataci&amp;oacute;n establecidas al efecto por ACME RENDEVOUZ CO., INC.&lt;/span&gt;&lt;/p&gt;
  1082. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;PROTECCI&amp;Oacute;N DE DATOS&lt;/span&gt;&lt;/p&gt;
  1083. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;De conformidad con lo que establece la Ley Org&amp;aacute;nica 15/1999 de Protecci&amp;oacute;n de Datos de Car&amp;aacute;cter Personal (LOPD), ACME RENDEVOUZ CO., INC informa a los usuarios de su sitio web que los datos personales recabados por la empresa, mediante los formularios sitos en sus p&amp;aacute;ginas, ser&amp;aacute;n introducidos en un fichero automatizado bajo la responsabilidad de ACME RENDEVOUZ CO., INC, con la finalidad de poder facilitar, agilizar y cumplir los compromisos establecidos entre ambas partes.&lt;/span&gt;&lt;/p&gt;
  1084. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;Asimismo, ACME RENDEVOUZ CO., INC informa de la posibilidad de ejercer los derechos de acceso, rectificaci&amp;oacute;n, cancelaci&amp;oacute;n y oposici&amp;oacute;n mediante un escrito a la direcci&amp;oacute;n: Av. Reina Mercedes s/n, 41012, Sevilla, Departamento de Lenguajes y Sistemas Inform&amp;aacute;ticos.&lt;/span&gt;&lt;/p&gt;
  1085. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;Mientras el usuario no comunique lo contrario a ACME RENDEVOUZ CO., INC, &amp;eacute;sta entender&amp;aacute; que sus datos no han sido modificados, que el usuario se compromete a notificar a ACME RENDEVOUZ CO., INC cualquier variaci&amp;oacute;n y que ACME RENDEVOUZ CO., INC tiene el consentimiento para utilizarlos a fin de poder fidelizar la relaci&amp;oacute;n entre las partes.&lt;/span&gt;&lt;/p&gt;
  1086. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;PROPIEDAD INTELECTUAL E INDUSTRIAL&lt;/span&gt;&lt;/p&gt;
  1087. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;ACME RENDEVOUZ CO., INC por s&amp;iacute; misma o como cesionaria, es titular de todos los derechos de propiedad intelectual e industrial de su p&amp;aacute;gina web, as&amp;iacute; como de los elementos contenidos en la misma (a t&amp;iacute;tulo enunciativo, im&amp;aacute;genes, sonido, audio, v&amp;iacute;deo, software o textos; marcas o logotipos, combinaciones de colores, estructura y dise&amp;ntilde;o, selecci&amp;oacute;n de materiales usados, programas de ordenador necesarios para su funcionamiento, acceso y uso, etc.), titularidad de ACME RENDEVOUZ CO., INC. Ser&amp;aacute;n, por consiguiente, obras protegidas como propiedad intelectual por el ordenamiento jur&amp;iacute;dico espa&amp;ntilde;ol, si&amp;eacute;ndoles aplicables tanto la normativa espa&amp;ntilde;ola y comunitaria en este campo, como los tratados internacionales relativos a la materia y suscritos por Espa&amp;ntilde;a.&lt;/span&gt;&lt;/p&gt;
  1088. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;Todos los derechos reservados. En virtud de lo dispuesto en los art&amp;iacute;culos 8 y 32.1, p&amp;aacute;rrafo segundo, de la Ley de Propiedad Intelectual, quedan expresamente prohibidas la reproducci&amp;oacute;n, la distribuci&amp;oacute;n y la comunicaci&amp;oacute;n p&amp;uacute;blica, incluida su modalidad de puesta a disposici&amp;oacute;n, de la totalidad o parte de los contenidos de esta p&amp;aacute;gina web, con fines comerciales, en cualquier soporte y por cualquier medio t&amp;eacute;cnico, sin la autorizaci&amp;oacute;n de ACME RENDEVOUZ CO., INC.&lt;/span&gt;&lt;/p&gt;
  1089. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;El usuario se compromete a respetar los derechos de Propiedad Intelectual e Industrial titularidad de ACME RENDEVOUZ CO., INC. Podr&amp;aacute; visualizar los elementos del portal e incluso imprimirlos, copiarlos y almacenarlos en el disco duro de su ordenador o en cualquier otro soporte f&amp;iacute;sico siempre y cuando sea, &amp;uacute;nica y exclusivamente, para su uso personal y privado. El usuario deber&amp;aacute; abstenerse de suprimir, alterar, eludir o manipular cualquier dispositivo de protecci&amp;oacute;n o sistema de seguridad que estuviera instalado en las p&amp;aacute;ginas de ACME RENDEVOUZ CO., INC.&lt;/span&gt;&lt;/p&gt;
  1090. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;ACCIONES LEGALES, LEGISLACI&amp;Oacute;N APLICABLE Y JURISDICCI&amp;Oacute;N&lt;/span&gt;&lt;/p&gt;
  1091. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;ACME RENDEVOUZ CO., INC se reserva, asimismo, la facultad de presentar las acciones civiles o penales que considere oportunas por la utilizaci&amp;oacute;n indebida de su sitio web y contenidos, o por el incumplimiento de las presentes condiciones.&lt;/span&gt;&lt;/p&gt;
  1092. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;La relaci&amp;oacute;n entre el usuario y el prestador se regir&amp;aacute; por la normativa vigente y de aplicaci&amp;oacute;n en el territorio espa&amp;ntilde;ol. De surgir cualquier controversia las partes podr&amp;aacute;n someter sus conflictos a arbitraje o acudir a la jurisdicci&amp;oacute;n ordinaria cumpliendo con las normas sobre jurisdicci&amp;oacute;n y competencia al respecto. ACME RENDEVOUZ CO., INC tiene su domicilio en SEVILLA, Espa&amp;ntilde;a.&lt;/span&gt;&lt;/p&gt;"/>
  1093.  
  1094. <property name="textEN" value="&lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;In compliance with Law 34/2002, of July 11, on Services of the Information Society and Electronic Commerce (LSSI-CE), ACME RENDEVOUZ CO., INC. Informs that it is the owner of this website. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;In accordance with the requirement of article 10 of the aforementioned Law, ACME RENDEVOUZ CO., INC reports the following information:&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1095. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;The owner of this website is ACME RENDEVOUZ CO., INC.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1096. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;USER AND REGIME OF RESPONSIBILITIES&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1097. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;The navigation, access and use by the website of ACME RENDEVOUZ CO., INC confers the condition of user, by which they accept, from browsing the website of ACME RENDEVOUZ CO., INC, all conditions of use here established without prejudice to the application of the corresponding regulations of mandatory legal compliance as the case may be.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1098. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;The ACME RENDEVOUZ CO., INC. Website provides a wide variety of information, services and data. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;The user assumes his responsibility in the correct use of the website. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;This responsibility will extend to:&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1099. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;- The veracity and legality of the information provided by the user in the forms issued by ACME RENDEVOUZ CO., INC for access to certain content or services offered by the web.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1100. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;- The use of the information, services and data offered by ACME RENDEVOUZ CO., INC contrary to the provisions of these conditions, the Law, morals, good customs or public order, or that may otherwise result in injury of the rights of third parties or the operation of the website.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1101. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;LINKS POLICY AND LIABILITY EXEMPTIONS&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1102. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;ACME RENDEVOUZ CO., INC is not responsible for the content of the websites that the user can access through the links established on its website and declares that in no case will proceed to examine or exercise any type of control over the content from other sites in the network. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;Likewise, it will not guarantee the technical availability, accuracy, veracity, validity or legality of sites external to your property that can be accessed through the links.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1103. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;ACME RENDEVOUZ CO., INC. Declares that it has adopted all the necessary measures to avoid any damage to users of its website, which may arise from browsing its website. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;As a result, ACME RENDEVOUZ CO., INC is not responsible, in any case, for any damages that the user may suffer from browsing the Internet.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1104. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;MODIFICATIONS&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1105. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;ACME RENDEVOUZ CO., INC reserves the right to make the modifications it deems appropriate, without prior notice, in the content of its website. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;Both with regard to the contents of the website, as in the conditions of use thereof, or in the general conditions of contract. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;Said modifications may be made through its website by any admissible form in law and shall be binding during the time they are published on the website and until they are validly modified by subsequent ones.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1106. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;INTERNET CONTRACTING SERVICES&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1107. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;Certain contents of the ACME RENDEVOUZ CO., INC. Website contain the possibility of contracting by Internet. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;The use of the same will require the reading and obligatory acceptance of the general contracting conditions established for this purpose by ACME RENDEVOUZ CO., INC.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1108. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;DATA PROTECTION&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1109. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;In accordance with the provisions of the Organic Law 15/1999 on the Protection of Personal Data (LOPD), ACME RENDEVOUZ CO., INC informs the users of its website that the personal data collected by the company, through the forms located in their pages, they will be entered in an automated file under the responsibility of ACME RENDEVOUZ CO., INC, with the purpose of facilitating, expediting and fulfilling the commitments established between both parties.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1110. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;Likewise, ACME RENDEVOUZ CO., INC. Informs of the possibility of exercising the rights of access, rectification, cancellation and opposition by writing to the address: Av. Reina Mercedes s / n, 41012, Seville, Department of Languages &amp;#8203;&amp;#8203;and Computer Systems.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1111. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;While the user does not communicate otherwise to ACME RENDEVOUZ CO., INC, it will understand that their data has not been modified, that the user agrees to notify ACME RENDEVOUZ CO., INC any variation and that ACME RENDEVOUZ CO., INC. Has the consent to use them in order to be able to fidelize the relationship between the parties.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1112. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;INTELLECTUAL AND INDUSTRIAL PROPERTY&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1113. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;ACME RENDEVOUZ CO., INC. By itself or as an assignee, is the owner of all the intellectual and industrial property rights of its website, as well as the elements contained therein (for example, images, sound, audio, video) , software or texts, trademarks or logos, combinations of colors, structure and design, selection of used materials, computer programs necessary for its operation, access and use, etc.), owned by ACME RENDEVOUZ CO., INC. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;They will, therefore, works protected as intellectual property by the Spanish legal system, being applicable both Spanish and European regulations in this field, as well as international treaties relating to the subject and signed by Spain.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1114. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;All rights reserved. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;By virtue of the provisions of articles 8 and 32.1, second paragraph, of the Law on Intellectual Property, the reproduction, distribution and public communication, including the method of making them available, of all or part of the articles is expressly prohibited. contents of this web page, with commercial ends, in any support and by any technical means, without the authorization of ACME RENDEVOUZ CO., INC.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1115. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;The user undertakes to respect the Intellectual and Industrial Property rights owned by ACME RENDEVOUZ CO., INC. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;You can visualize the elements of the portal and even print them, copy them and store them on your computer&apos;s hard drive or on any other physical medium, as long as it is solely and exclusively for your personal and private use. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;The user must refrain from deleting, altering, evading or manipulating any protection device or security system that was installed on the pages of ACME RENDEVOUZ CO., INC.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1116. &lt;p style=&quot;text-align: justify; line-height: normal; background: white; margin: 7.5pt 0cm 7.5pt 0cm;&quot;&gt;&lt;span style=&quot;font-size: 13.5pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;LEGAL ACTIONS, APPLICABLE LEGISLATION AND JURISDICTION&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1117. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;ACME RENDEVOUZ CO., INC. Also reserves the right to file civil or criminal actions it deems appropriate for the improper use of its website and content, or for the breach of these conditions.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1118. &lt;p style=&quot;margin-bottom: 7.5pt; text-align: justify; line-height: normal; background: white;&quot;&gt;&lt;span style=&quot;font-size: 9.0pt; &quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;The relationship between the user and the provider will be governed by the regulations in force and applicable in Spanish territory. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;If any dispute arises, the parties may submit their disputes to arbitration or go to the ordinary jurisdiction, complying with the rules on jurisdiction and competence in this regard. &lt;/font&gt;&lt;font style=&quot;vertical-align: inherit;&quot;&gt;ACME RENDEVOUZ CO., INC. Has its address in SEVILLA, Spain.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
  1119. " />
  1120. </bean>
  1121.  
  1122.  
  1123. </beans>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement