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











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - EJB deployment question</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Wed, 19 Jun 2013 21:14:32 -0400</pubDate>


    <item>

        <title>ahmed karim's solution</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31668</link>

        

        
            <description><![CDATA[yup,......what ever ahmed karim posted really helps<br><br>thanks ahmed karim]]></description>
        

        <pubDate>Wed, 17 Aug 2005 05:35:59 -0400</pubDate>

        

        <jf:creationDate>Wed, 17 Aug 2005 05:35:59 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 17 Aug 2005 05:35:59 -0400</jf:modificationDate>
        <jf:date>Aug 17, 2005</jf:date>
        <jf:author>viral shah</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: EJB deployment question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31668</link>

        

        
            <description><![CDATA[Hi <br><br>open ur jar file in zip, at the end of column ie 'path' it shows the beans path. if it is empty then you have created wrong jar file<br><br>eg: if ur package is like this<br><br>com.mycompany.trade.ejb<br><br>then go to bin directory and make...]]></description>
        

        <pubDate>Thu, 10 Mar 2005 06:41:08 -0500</pubDate>

        

        <jf:creationDate>Thu, 10 Mar 2005 06:41:08 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 10 Mar 2005 06:41:08 -0500</jf:modificationDate>
        <jf:date>Mar 10, 2005</jf:date>
        <jf:author>ahmed kasim</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: EJB deployment question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31668</link>

        

        
            <description><![CDATA[Don't you have to run, EJBC or APPC (Weblogic) on the jar file before you try to deploy ?]]></description>
        

        <pubDate>Sat, 12 Feb 2005 08:19:55 -0500</pubDate>

        

        <jf:creationDate>Sat, 12 Feb 2005 08:19:55 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 12 Feb 2005 08:19:55 -0500</jf:modificationDate>
        <jf:date>Feb 12, 2005</jf:date>
        <jf:author>Sudhir Kethamakka</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: EJB deployment question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31668</link>

        

        
            <description><![CDATA[Did you make sure you have a package statement at the top of the source files, indicating that all of the classes/interfaces will be in the examples package?]]></description>
        

        <pubDate>Wed, 09 Feb 2005 14:33:00 -0500</pubDate>

        

        <jf:creationDate>Wed, 09 Feb 2005 14:33:00 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 09 Feb 2005 14:33:00 -0500</jf:modificationDate>
        <jf:date>Feb 9, 2005</jf:date>
        <jf:author>James Carman</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: EJB deployment question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31668</link>

        

        
            <description><![CDATA[Thank you for replying. <br>This is what I did to create the jar file:<br>I was in the c:\examples directory and I said <br>jar -cf HelloWorld.jar examples\*<br><br>and when I did jar -xvf HelloWorld.jar, I get <br><br>C:\examples&gt;jar -xvf...]]></description>
        

        <pubDate>Wed, 09 Feb 2005 09:16:48 -0500</pubDate>

        

        <jf:creationDate>Wed, 09 Feb 2005 09:16:48 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 09 Feb 2005 09:16:48 -0500</jf:modificationDate>
        <jf:date>Feb 9, 2005</jf:date>
        <jf:author>Arvind Arvind</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: EJB deployment question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31668</link>

        

        
            <description><![CDATA[Is the class really named &quot;examples.HelloBean&quot;?  Is it in your ejb jar file?  Open your jar file in winzip or do a jar -tf on it to verify that your class files are actually in there.  Make sure you include all necessary dependencies (like...]]></description>
        

        <pubDate>Mon, 07 Feb 2005 14:39:50 -0500</pubDate>

        

        <jf:creationDate>Mon, 07 Feb 2005 14:39:50 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 07 Feb 2005 14:39:50 -0500</jf:modificationDate>
        <jf:date>Feb 7, 2005</jf:date>
        <jf:author>James Carman</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>EJB deployment question</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31668</link>

        

        
            <description><![CDATA[Hi,<br><br>I'm trying to deploy the simple HelloWorld example ejb, found in the Mastering EJB book. This is my ejb-jar.xml file: <br>&lt;!DOCTYPE ejb-jar PUBLIC &quot;-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN&quot; &quot;<a...]]></description>
        

        <pubDate>Mon, 07 Feb 2005 11:59:35 -0500</pubDate>

        

        <jf:creationDate>Mon, 07 Feb 2005 11:59:35 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 07 Feb 2005 11:59:35 -0500</jf:modificationDate>
        <jf:date>Feb 7, 2005</jf:date>
        <jf:author>Arvind Arvind</jf:author>
        <jf:replyCount>6</jf:replyCount>
    </item>



</channel>
</rss>

