[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2009-05-13 Thread chairill
hi im using jboss5.0.0.ga. im trying to deploy *.ear file to jboss server but have this error below can someone please tell me how to fix this error? anonymous wrote : 17:22:17,785 ERROR [AbstractKernelController] Error installing to PostClassLoader:

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2009-05-13 Thread Wolfgang Knauf
Hi, this is not related to the initial posts, please open a new thread. Provide more information about your deployment. The error message is anonymous wrote : Class class sr.model.HIS01PMIBean does not have a default interface so please check whether this class has a remote or local interface

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2009-05-07 Thread Wolfgang Knauf
Hi, this is definitively another error. Please create a new thread. Your error is: anonymous wrote : ... | Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Connection timed out: connect | at

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2009-05-06 Thread chairill
jaikiran wrote : anonymous wrote : :/usr/jboss/jboss-5.0.0.GA/server/default/deploy/application1.ear/webapp1.war/WEB-INF/classes/META-INF/application.xml | | Looks like you have the application.xml at the wrong place (WEB-INF/classes/META-INF/application.xml). The application.xml should be

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2009-05-06 Thread Wolfgang Knauf
Hi, seems your application.xml is empty. If present, is has to contain at least one module element (see PeterJ's sample above). But as Jaikiran said: it is at the wrong place if contained in WEB/classes/META-INF! It has to be part of the EAR file/directory (but JBoss 5 doesn't need it). Best

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2009-05-06 Thread muggels_mark
I'm also getting the same parse exceptions trying to deploy the mule-examples.war file to a freshly installed 5.0.1GA. BTW - this works fine on 4.2.3GA. Thanks - Mark 11:29:54,905 WARN [JBossEntityResolver] Trying to resolve systemId as a non-file URL: http://java.sun.com/j2ee/dtds/ejb

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2009-05-05 Thread chairill
hi.. more likely i got the same error here. Can someone please help me how to solve this problem? i really need a guide anonymous wrote : ERROR [AbstractKernelController] Error installing to Parse: name=vfszip:/usr/jboss/jboss-5.0.0.GA/server/default/deploy/application1.ear state=Not

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2009-05-05 Thread jaikiran
anonymous wrote : :/usr/jboss/jboss-5.0.0.GA/server/default/deploy/application1.ear/webapp1.war/WEB-INF/classes/META-INF/application.xml Looks like you have the application.xml at the wrong place (WEB-INF/classes/META-INF/application.xml). The application.xml should be at

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2008-04-29 Thread leonidMir
Thank you Peter for your reply, you are always willing to help! Here is my application.xml file: | application xmlns=http://java.sun.com/xml/ns/j2ee; version=1.4 | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/ xml/ns/j2ee |

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2008-04-29 Thread PeterJ
Why don't you go with something simpler - get rid of the namespaces altogether: application | display-nameJBoss Notebook ToDo Application/display-name | descriptionJBoss Notebook ToDo Application/description | module | ejbtodo.jar/ejb | /module | module |

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2008-04-28 Thread PeterJ
Please post the contents of your application.xml file. It appears that something is incorrect in the way you are referencing http://java.sun.com/xml/ns/j2ee. Also, what version of JBossAS are you using? View the original post :