A legegyszerűbb, ha felveszed az xml-edbe az adott beant, és csak az autowiringot bízod a springre. (Lehet, hogy magát az osztályt sem tudja betölteni - valami class hiányzik, vagy nativ cucc a működéséhez, stb ...)<br><br>
Üdv<br> Zs<br><br><div class="gmail_quote">2012/6/4 Böszörményi Péter <span dir="ltr">&lt;<a href="mailto:zmblevlist@gmail.com" target="_blank">zmblevlist@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hat, nem lettem okosabb. :( Azt hiszem ebben az esetben felesleges az annotacio, es a bean tag az xml-ben. Az egyiket nyugodtan kidobhatod. A spring context inicializalaskor kiirkalja, hogy milyen singleton objektumokat hoz letre. Ott ellenorizheted, hogy leteznek-e a beanek a contextben. Esetleg debug szintre lehet allitani a logot, akkor latszik, hogy miket csinal inicializalas kozben.<br>

<br>
Masik otlet: nem lehet, hogy valami classloader kavarodas van, es emiatt nem passzolnak az osztalyok?<div><div class="h5"><br>
<br>
On Mon, 04 Jun 2012 19:50:27 +0200, zamek &lt;<a href="mailto:zamek@vili.pmmf.hu" target="_blank">zamek@vili.pmmf.hu</a>&gt; wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
06/04/2012 07:15 PM keltezéssel, Böszörményi Péter írta:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Meg lehetne tekinteni, hogy pontosan hogyan nez ki az xml, mik, es hogyan lettek annotalva, milyen csomagokban vannak az osztalyok?<br>
<br>
</blockquote>
Persze, csak a relevans reszeket masoltam ki, hogy minel rovidebb legyen. A DeviceServiceImpl mukodik, a kliens hivasait tudja fogadni.<br>
<br>
applicationContext.xml<br>
==============================<u></u>========================<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&lt;beans xmlns=&quot;<a href="http://www.springframework.org/schema/beans" target="_blank">http://www.<u></u>springframework.org/schema/<u></u>beans</a>&quot;<br>
     xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/<u></u>2001/XMLSchema-instance</a>&quot; xmlns:aop=&quot;<a href="http://www.springframework.org/schema/aop" target="_blank">http://www.<u></u>springframework.org/schema/aop</a><u></u>&quot;<br>

     xmlns:context=&quot;<a href="http://www.springframework.org/schema/context" target="_blank">http://www.<u></u>springframework.org/schema/<u></u>context</a>&quot; xmlns:tx=&quot;<a href="http://www.springframework.org/schema/tx" target="_blank">http://www.<u></u>springframework.org/schema/tx</a>&quot;<br>

     xsi:schemaLocation=&quot;<a href="http://www.springframework.org/schema/beans" target="_blank">http://<u></u>www.springframework.org/<u></u>schema/beans</a><br>
             <a href="http://www.springframework.org/schema/beans/spring-beans-2.5.xsd" target="_blank">http://www.springframework.<u></u>org/schema/beans/spring-beans-<u></u>2.5.xsd</a><br>
             <a href="http://www.springframework.org/schema/context" target="_blank">http://www.springframework.<u></u>org/schema/context</a><br>
            <a href="http://www.springframework.org/schema/context/spring-context-2.5.xsd" target="_blank">http://www.springframework.<u></u>org/schema/context/spring-<u></u>context-2.5.xsd</a>&quot;&gt;<br>
<br>
&lt;context:component-scan base-package=&quot;com.zamek.<u></u>monitor.gwt.server&quot;/&gt;<br>
<br>
&lt;bean id=&quot;getDeviceData&quot; class=&quot;com.zamek.monitor.gwt.<u></u>server.device.communication.<u></u>DeviceServiceImpl&quot;/&gt;<br>
<br>
<br>
&lt;/beans&gt;<br>
==============================<u></u>========================<br>
<br>
web.xml:<br>
==============================<u></u>========================<br>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
&lt;web-app xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/<u></u>2001/XMLSchema-instance</a>&quot;<br>
          xsi:schemaLocation=&quot;<a href="http://java.sun.com/xml/ns/javaee" target="_blank">http://<u></u>java.sun.com/xml/ns/javaee</a><br>
               <a href="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" target="_blank">http://java.sun.com/xml/ns/<u></u>javaee/web-app_2_5.xsd</a>&quot;<br>
          version=&quot;2.5&quot;<br>
          xmlns=&quot;<a href="http://java.sun.com/xml/ns/javaee" target="_blank">http://java.sun.com/<u></u>xml/ns/javaee</a>&quot;&gt;<br>
<br>
&lt;!-- Servlets --&gt;<br>
&lt;context-param&gt;<br>
&lt;param-name&gt;<u></u>contextConfigLocation&lt;/param-<u></u>name&gt;<br>
&lt;param-value&gt;/WEB-INF/<u></u>applicationContext.xml&lt;/param-<u></u>value&gt;<br>
&lt;/context-param&gt;<br>
<br>
&lt;listener&gt;<br>
&lt;listener-class&gt;org.<u></u>springframework.web.context.<u></u>ContextLoaderListener&lt;/<u></u>listener-class&gt;<br>
&lt;/listener&gt;<br>
<br>
&lt;servlet&gt;<br>
&lt;servlet-name&gt;<u></u>springGwtRemoteServiceServlet&lt;<u></u>/servlet-name&gt;<br>
&lt;servlet-class&gt;org.spring4gwt.<u></u>server.<u></u>SpringGwtRemoteServiceServlet&lt;<u></u>/servlet-class&gt;<br>
&lt;/servlet&gt;<br>
<br>
<br>
&lt;servlet-mapping&gt;<br>
&lt;servlet-name&gt;<u></u>springGwtRemoteServiceServlet&lt;<u></u>/servlet-name&gt;<br>
&lt;url-pattern&gt;koszovo/<u></u>deviceServices/*&lt;/url-pattern&gt;<br>
&lt;/servlet-mapping&gt;<br>
<br>
&lt;!-- Default page to serve --&gt;<br>
&lt;welcome-file-list&gt;<br>
&lt;welcome-file&gt;Koszovo.html&lt;/<u></u>welcome-file&gt;<br>
&lt;/welcome-file-list&gt;<br>
<br>
&lt;/web-app&gt;<br>
==============================<u></u>========================<br>
<br>
PollingService.java<br>
==============================<u></u>========================<br>
package com.zamek.monitor.gwt.server;<br>
<br>
import javax.annotation.<u></u>PostConstruct;<br>
<br>
import org.springframework.context.<u></u>annotation.Scope;<br>
import org.springframework.<u></u>stereotype.Component;<br>
<br>
@Component<br>
@Scope(&quot;singleton&quot;)<br>
public class PollingService {<br>
<br>
}<br>
==============================<u></u>========================<br>
<br>
DeviceServiceImpl.java<br>
==============================<u></u>========================<br>
package com.zamek.monitor.gwt.server.<u></u>device.communication;<br>
<br>
import org.springframework.beans.<u></u>factory.annotation.Autowired;<br>
import org.springframework.<u></u>stereotype.Service;<br>
<br>
import com.google.gwt.user.server.<u></u>rpc.RemoteServiceServlet;<br>
import com.zamek.monitor.gwt.client.<u></u>device.communication.<u></u>DeviceService;<br>
import com.zamek.monitor.gwt.server.<u></u>PollingService;<br>
<br>
@Service(&quot;getDeviceData&quot;)<br>
public class DeviceServiceImpl extends RemoteServiceServlet implements<br>
         DeviceService {<br>
<br>
     @Autowired<br>
     PollingService pollingService;<br>
<br>
     @Override<br>
     public Response&lt;Map&lt;String, Pojo&gt;&gt; getDeviceData() {<br>
     }<br>
}<br>
==============================<u></u>========================<br>
<br>
</blockquote>
<br>
<br>
-- <br></div></div>
Üdvözlettel,<br>
Böszörményi Péter<div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
Javalist mailing list<br>
<a href="mailto:Javalist@lists.javaforum.hu" target="_blank">Javalist@lists.javaforum.hu</a><br>
<a href="http://lists.javaforum.hu/mailman/listinfo/javalist" target="_blank">http://lists.javaforum.hu/<u></u>mailman/listinfo/javalist</a><br>
</div></div></blockquote></div><br>