-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.spring.xml
15 lines (13 loc) · 1.31 KB
/
plugin.spring.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ws="http://jax-ws.dev.java.net/spring/core" xmlns:wss="http://jax-ws.dev.java.net/spring/servlet"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.5.xsd
http://jax-ws.dev.java.net/spring/core http://jax-ws.dev.java.net/spring/core.xsd
http://jax-ws.dev.java.net/spring/servlet http://jax-ws.dev.java.net/spring/servlet.xsd">
<context:annotation-config />
<bean id="xwaqr" class="org.pentaho.platform.web.http.ActionSequenceContentGenerator" scope="prototype"/>
<bean id="xwaqr.editor" class="org.pentaho.platform.plugin.adhoc.AdhocEditorContentGenerator" scope="prototype"/>
<bean id="adhoc-webservice" class="org.pentaho.platform.plugin.adhoc.AdhocWebService" scope="prototype"/>
</beans>