<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Ear with jar and war with pure spring: how to configure?
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/re3lex">Alexey Ulyanov</a> in <i>Snowdrop</i> - <a href="http://community.jboss.org/message/583390#583390">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi guys!</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>At first thanks to snowdrop team for this useful deployer!</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I have two modules within ear: MyProject.jar and MyProject.war.</p><p>MyProject.jar contains some spring services, hibernate domains and dao modules.</p><p>MyProject.war contains some REST resources and MVC spring components to have web access to services which are placed in MyProject.jar.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I don't use any EJB beans and to deploy MyProject.jar I use JbossSpring deployer 3.3 (as I use Spring 3.0.x)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>So when I run jboss I see in the log that MyProject.jar is loaded twice: one time once JbossSpring deployer is deploying MyProject.jar and second time once MyProject.war is deployed by WarDeployer (I'm not sure who deploys war).</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Looks like this happens because WarDeployer loads war not in the same scope that JbossSpring deployer loads jar</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Can you please point me on to mistakes in my jboss&amp;spring configuration?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Here is configuration for each module:</p><blockquote class="jive-quote"><p>MyProject.ear</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; +MyProject.jar</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; |&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; +META-INF</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; |&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; +com //compiled classes are there</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; |&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; +core-spring.xml</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; |&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; +core-app-context.xml //part of spring's services config and annotation scanning</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; |&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; +core-db-context.xml //part of spring's db config</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; |</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; +MyProject.war</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; +META-INF</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; +WEB-INF</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; +classes //compiled classes are there</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; +web.xml</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; +web-app-context.xml //some security configuration and all mvc-related stuff</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p></blockquote><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>core-spring.xml:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><blockquote class="jive-quote"><p>&lt;beans&gt;</p><p>&#160;&#160; &lt;bean id="core.spring.context" class="org.springframework.context.support.ClassPathXmlApplicationContext"&gt;</p><p>&#160;&#160;&#160; &lt;constructor-arg&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;list&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;value&gt;classpath*:/META-INF/*-app-config.xml&lt;/value&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/list&gt;</p><p>&#160;&#160;&#160; &lt;/constructor-arg&gt;</p><p>&#160;&#160; &lt;/bean&gt;</p><p>&lt;/beans&gt;</p></blockquote><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>web.xml (here is only neccessary part of file):</p><blockquote class="jive-quote"><p><span>&lt;web-app id="WebApp_ID" version="2.4" xmlns="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/j2ee" target="_blank">http://java.sun.com/xml/ns/j2ee</a><span>"</span></p><p><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns:xsi="</span><a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a><span>"</span></p><p><span>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xsi:schemaLocation="</span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/j2ee" target="_blank">http://java.sun.com/xml/ns/j2ee</a><span> </span><a class="jive-link-external-small" href="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" target="_blank">http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd</a><span>"&gt;</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160; &lt;display-name&gt;MyProject&lt;/display-name&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;param-name&gt;parentContextKey&lt;/param-name&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;param-value&gt;core.spring.context&lt;/param-value&gt;</p><p>&#160;&#160;&#160; &lt;/context-param&gt;</p><p>&#160;&#160;&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;param-name&gt;locatorFactorySelector&lt;/param-name&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;param-value&gt;classpath*:/META-INF/core-spring.xml&lt;/param-value&gt;</p><p>&#160;&#160;&#160; &lt;/context-param&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160; &lt;context-param&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;param-name&gt;contextConfigLocation&lt;/param-name&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;param-value&gt;classpath*:/WEB-INF/*-app-context.xml&lt;/param-value&gt;</p><p>&#160;&#160;&#160; &lt;/context-param&gt;</p><p>&#160; &lt;listener&gt;</p><p>&#160;&#160;&#160; &lt;listener-class&gt;org.springframework.web.context.ContextLoaderListener&lt;/listener-class&gt;</p><p>&#160; &lt;/listener&gt;&#160;&#160; </p><p> ... </p><p>&#160; &lt;servlet&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;servlet-name&gt;ScoreCard&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;servlet-class&gt;org.springframework.web.servlet.DispatcherServlet&lt;/servlet-class&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;init-param&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;param-name&gt;contextConfigLocation&lt;/param-name&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;param-value&gt;classpath*:/WEB-INF/*-app-config.xml&lt;/param-value&gt;</p><p>&#160;&#160;&#160;&#160;&#160; &lt;/init-param&gt;</p><p>&#160; &lt;/servlet&gt;</p><p>&#160; &lt;servlet-mapping&gt;</p><p>&#160;&#160;&#160; &lt;servlet-name&gt;ScoreCard&lt;/servlet-name&gt;</p><p>&#160;&#160;&#160; &lt;url-pattern&gt;*.action&lt;/url-pattern&gt;</p><p>&#160; &lt;/servlet-mapping&gt;</p><p>... </p><p>&lt;/web-app&gt;</p></blockquote></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/583390#583390">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in Snowdrop at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>