GileadRPCServiceExporterFactory is an abstract class

4 views
Skip to first unread message

Roque

unread,
Oct 9, 2009, 4:45:25 AM10/9/09
to gwt-sl
Hi,

I'm trying to configure GWTHandler in order to use the
GileadRPCServiceExporterFactory. I've used the configuration presents
in http://gwt-widget.sourceforge.net/gwt-sl/reference-1.0/index.html#Hibernate4GWT
for GWTHandler.

<!--
GWTHandler will scan the application context for beans with the
GWTRequestMapping annotation
-->
<bean
class="org.gwtwidgets.server.spring.GWTHandler">
<!--
Note that the GWTHandler will not wrap services with a regular
GWTRPCServiceExporter but
with a GileadRPCServiceExporter - or with whatever you tell it to.
-->
<property name="serviceExporterFactory">
<bean
class="org.gwtwidgets.server.spring.gilead.GileadRPCServiceExporterFactory">
<property name="beanManager" ref="HibernateBeanManager"/>
</bean>
</property>
</bean>

When Spring try to instantiate GileadRPCServiceExporterFactory, it
returns an exception due to the class is abstract. Am I missing
something?

Regards,

Roque

George Georgovassilis

unread,
Oct 10, 2009, 10:45:02 AM10/10/09
to gwt-sl
Hello Roque,

Unfortunately the documentation is not correct on this - I'll have it
fixed in the next release.
Please have a look at the example file "gileadannotated-servlet.xml"
in the "test" directory.

On 9 Oct, 10:45, Roque <rcaballe...@gmail.com> wrote:
> Hi,
>
>    I'm trying to configure GWTHandler in order to use the
> GileadRPCServiceExporterFactory. I've used the configuration presents
> inhttp://gwt-widget.sourceforge.net/gwt-sl/reference-1.0/index.html#Hib...
Reply all
Reply to author
Forward
0 new messages