Skip to content

Commit

Permalink
added in the Randomised URL Service Spring wiring. Still needs some work
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/shortenedurl/trunk@83282 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
steveswinsburg committed Aug 24, 2010
1 parent 0af60ff commit 9c998c6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions shortenedurl/pack/src/webapp/WEB-INF/components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@


<!-- RandomisedUrlService config -->
<!--
<bean id="org.sakaiproject.shortenedurl.api.RandomisedUrlServiceBean"
class="org.sakaiproject.shortenedurl.impl.RandomisedUrlService"
singleton="true"
Expand All @@ -40,22 +39,19 @@
</props>
</property>
</bean>
-->



<!-- Add our HBM files to the Sakai global session factory -->
<!--
<bean id="org.sakaiproject.tinyurl.hbm.HBMMappingList"
<bean id="org.sakaiproject.shortenedurl.hbm.HBMMappingList"
class="org.sakaiproject.springframework.orm.hibernate.impl.AdditionalHibernateMappingsImpl">
<property name="mappingResources">
<list>
<value>org/sakaiproject/tinyurl/hbm/TinyUrl.hbm.xml</value>
<value>org/sakaiproject/shortenedurl/hbm/RandomisedUrl.hbm.xml</value>
</list>
</property>
</bean>
-->



</beans>

0 comments on commit 9c998c6

Please sign in to comment.