[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-user
Subject:    Re: [jboss-user] [EJB 3.0] - Problem running ejb3 tutorial examples
From:       eivind hognestad <do-not-reply () jboss ! com>
Date:       2010-07-29 20:54:33
Message-ID: 749146945.211171280436875446.JavaMail.jive () clearspace02 ! app ! mwc ! hst ! phx2 ! redhat ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


eivind hognestad [http://community.jboss.org/people/ehognestad] replied to the \
discussion

"Problem running ejb3 tutorial examples"

To view the discussion, visit: http://community.jboss.org/message/555079#555079

--------------------------------------------------------------
This is my entire pom.xml in the stateless dir:

<?xml version="1.0" encoding="UTF-8"?>

<project xmlns=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/POM/4.0.0" \
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance \
http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" \
http://maven.apache.org/POM/4.0.0 http://maven.apache.org/POM/4.0.0  \
http://maven.apache.org/maven-v4_0_0.xsd http://maven.apache.org/maven-v4_0_0.xsd">

   <!-- Model Version -->
   <modelVersion>4.0.0</modelVersion>

   <parent>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-tutorial-common</artifactId>
       <version>1.1.1</version>
       <relativePath>../common/</relativePath>
   </parent>

   <properties>
       <ejb3.tutorial.client>org.jboss.tutorial.stateless.client.Client</ejb3.tutorial.client>
                
       <jboss.ejb3.tutorial.client.jvmargs>-verbose:class</jboss.ejb3.tutorial.client.jvmargs>
  </properties>


   <artifactId>jboss-ejb3-tutorial-stateless</artifactId>
   <version>1.1.1-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>EJB3.0 Stateless Bean Tutorial</name>
   <url> http://labs.jboss.com/jbossejb3/ http://labs.jboss.com/jbossejb3/</url>
   <description>
       Tutorial for Stateless EJB 3.0
   </description>
   
   <repositories>
       <repository>
           <id>Maven EJB3</id>
           <url> http://repository.jboss.org/maven2/ \
http://repository.jboss.org/maven2/</url>  </repository>
   </repositories>
</project>

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/555079#555079]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]



[Attachment #5 (text/html)]

<!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;">  Problem running ejb3 tutorial examples
</h3>
<span style="margin-bottom: 10px;">
    reply from <a href="http://community.jboss.org/people/ehognestad">eivind \
hognestad</a> in <i>EJB 3.0</i> - <a \
href="http://community.jboss.org/message/555079#555079">View the full discussion</a> \
</span> <hr style="margin: 20px 0; border: none; background-color: #dadada; height: \
1px;">

<div class="jive-rendered-content"><p>This is my entire pom.xml in the stateless \
dir:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&lt;?xml \
version="1.0" encoding="UTF-8"?&gt;</p><p style="min-height: 8pt; height: 8pt; \
padding: 0px;">&#160;</p><p><span>&lt;project xmlns="</span><a \
class="jive-link-external-small" href="http://maven.apache.org/POM/4.0.0" \
target="_blank">http://maven.apache.org/POM/4.0.0</a><span>" 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>" \
xsi:schemaLocation="</span><a class="jive-link-external-small" \
href="http://maven.apache.org/POM/4.0.0" \
target="_blank">http://maven.apache.org/POM/4.0.0</a><span> </span><a \
class="jive-link-external-small" href="http://maven.apache.org/maven-v4_0_0.xsd" \
target="_blank">http://maven.apache.org/maven-v4_0_0.xsd</a><span>"&gt;</span></p><p \
style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160; &lt;!-- Model \
Version --&gt;<br/>&#160; &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;</p><p \
style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160; \
&lt;parent&gt;<br/>&#160;&#160;&#160; \
&lt;groupId&gt;org.jboss.ejb3&lt;/groupId&gt;<br/>&#160;&#160;&#160; \
&lt;artifactId&gt;jboss-ejb3-tutorial-common&lt;/artifactId&gt;<br/>&#160;&#160;&#160; \
&lt;version&gt;1.1.1&lt;/version&gt;<br/>&#160;&#160;&#160; \
&lt;relativePath&gt;../common/&lt;/relativePath&gt;<br/>&#160; &lt;/parent&gt;</p><p \
style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160; \
&lt;properties&gt;<br/>&#160;&#160;&#160; \
&lt;ejb3.tutorial.client&gt;org.jboss.tutorial.stateless.client.Client&lt;/ejb3.tutorial.client&gt;<br/>&#160;&#160;&#160; \
&lt;jboss.ejb3.tutorial.client.jvmargs&gt;-verbose:class&lt;/jboss.ejb3.tutorial.client.jvmargs&gt;<br/>&#160; \
&lt;/properties&gt;</p><p style="min-height: 8pt; height: 8pt; padding: \
0px;">&#160;</p><p><br/>&#160; \
&lt;artifactId&gt;jboss-ejb3-tutorial-stateless&lt;/artifactId&gt;<br/>&#160; \
&lt;version&gt;1.1.1-SNAPSHOT&lt;/version&gt;<br/>&#160; \
&lt;packaging&gt;jar&lt;/packaging&gt;<br/>&#160; &lt;name&gt;EJB3.0 Stateless Bean \
Tutorial&lt;/name&gt;<br/><span>&#160; &lt;url&gt;</span><a \
class="jive-link-external-small" href="http://labs.jboss.com/jbossejb3/" \
target="_blank">http://labs.jboss.com/jbossejb3/</a><span>&lt;/url&gt;</span><br/>&#160; \
&lt;description&gt;<br/>&#160;&#160;&#160; Tutorial for Stateless EJB 3.0<br/>&#160; \
&lt;/description&gt;<br/>&#160; <br/>&#160; \
&lt;repositories&gt;<br/>&#160;&#160;&#160; \
&lt;repository&gt;<br/>&#160;&#160;&#160;&#160;&#160; &lt;id&gt;Maven \
EJB3&lt;/id&gt;<br/><span>&#160;&#160;&#160;&#160;&#160; &lt;url&gt;</span><a \
class="jive-link-external-small" href="http://repository.jboss.org/maven2/" \
target="_blank">http://repository.jboss.org/maven2/</a><span>&lt;/url&gt;</span><br/>&#160;&#160;&#160; \
&lt;/repository&gt;<br/>&#160; &lt;/repositories&gt;<br/>&lt;/project&gt;</p></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/555079#555079">going to Community</a></p>  \
<p style="margin: 0;">Start a new discussion in EJB 3.0 at <a \
href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029">Community</a></p>
 </div></td>
                        </tr>
                    </tbody>
                </table>


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

</div>

</body>
</html>



_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic