[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-24 Thread seemap
The whole message after running the JBoss server is shown below: C:\jboss-4.0.4\jboss-4.0.4.GA\bin>set JAVA_HOME = c:\j2sdk1.4.2_10 === . JBoss Bootstrap Environment . JBOSS_HOME: C:\jboss-4.0.4\jboss-4.0.4.GA\bin\\..

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-23 Thread seemap
Thanks alot I got it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960216#3960216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960216 ___ jboss-user mailing list jboss-use

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-22 Thread PeterJ
In ejb-jar.xml, replace the lines http://java.sun.com/dtd/ejb-jar_2_0.dtd";> | with http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee | http://java.sun.com/xml/ns/j2ee/ejb-jar_2_

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-21 Thread seemap
Thanks my jboss.xml error has solved . Now I got ejb-jar.xml error . As I said I have copied this example from book those are using old version, I think that's why I got this error. The error is C:\jboss-4.0.4\jboss-4.0.4.GA\bin>set JAVA_HOME = c:\j2sdk1.4.2_10 ===

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-21 Thread visolvejboss
Hello, It seems, you have missed the quotation mark (encoding = "UTF-8") in the jboss.xml file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959831#3959831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959831 _

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-20 Thread jaikiran
After deleting the META-INF folder from the deploy directory, is this the only error that you are seeing. Are there any exception stacktraces when jboss is starting. If yes, post the same View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959778#3959778 Reply

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-20 Thread seemap
I have deleted the Meta-INF folder from deploy folder but still got error --- Incompletely deployed packages --- [EMAIL PROTECTED] { url=file:/C:/jboss-4.0.4/jboss-4. 0.4.GA/server/default/deploy/day05_Signon.jar } deployer: MBeanProxyExt[jboss.ejb:service=EJBDeployer] status: null state: F

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-20 Thread jaikiran
Your application packaging is correct. Looking at the exception stacktrace, i believe that in your C:/jboss-4.0.4/jboss-4.0.4.GA/server/default/ deploy folder there is a META-INF folder which contains ejb-jar.xml and jboss.xml files. If thats the case, delete the META-INF folder and its contents

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-19 Thread seemap
The output of jar -tf day05_signon.jar is META-INF/ META-INF/MANIFEST.MF day05/ day05/InvalidLoginException.class day05/SignOn.class day05/SignOnEJB.class day05/SignOnHome.class META-INF/ejb-jar.xml META-INF/jboss.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [Beginners Corner] - Re: ejb deployment in jboss4

2006-07-18 Thread jaikiran
anonymous wrote : [EMAIL PROTECTED] { url=file:/C:/jboss-4.0.4/jboss-4. | 0.4.GA/server/default/deploy/META-INF/jboss.xml } Looks like you have placed the META-INF directory, directly under the deploy folder. This META-INF directory(and its contents) should be placed in your day05_Signon.jar