[jboss-user] [Installation, Configuration & DEPLOYMENT] - Struts + ClassLoading

2009-05-19 Thread th...@gmx.at
Hello We are using JBoss 5.0.1 and we try to make a new Web App. So, first we have an EAR with all jars in it. Then we have a WAR which contains just the core. The EAR get deployed, we can start it and we see the page(index). But when we try to add struts(1.x.x) we get some problems. Fist,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Struts + ClassLoading

2009-05-19 Thread th...@gmx.at
Which Manifest.mf do you mean ? The one from the EAR ? They are both empty : Manifest-Version: 1.0 | Class-Path: Well...i created an lib Folder in the EAR and put all jar's in it. And now everything works in the new Project. But i dont know why the old Project works when there all jar's are

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Get the tmp path via classLoader.getResource

2009-01-07 Thread th...@gmx.at
Hello! When i start my jboss-server i need to get some files from the ear. The old jboss(4.0.5) got the right path with "classLoader.getResource"...the tmp path where i was able to get the file from. The new jboss(5.0.0) get the path where the ear isso i have a path which points into a zip

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Find class from amother EAR

2009-01-12 Thread th...@gmx.at
Hello We are trying to upgrade from JBoss 4.0.5 GA to 5.0.0 GA. We have 3 EAR's and our problem is now that one EAR needs to find a class in another EAR. But we get the error : java.lang.NoClassDefFoundError We searched a lot and found the option "useJBossWebLoader" in war-deployers-jboss-bea

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Find class from amother EAR

2009-01-12 Thread th...@gmx.at
Thx for the fast answer. The full error : type Exception report | | message | | description The server encountered an internal error () that prevented it from fulfilling this request. | | exception | | javax.servlet.ServletException: Servlet execution threw an exception |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Find class from amother EAR

2009-01-14 Thread th...@gmx.at
"alesj" wrote : "jaikiran" wrote : | | In JBoss-5.0, i do know that there have been classloader related configuration changes and the recommended way to modify it is through jboss-structure.xml (if i am not wrong). But since, i haven't yet used the jboss-structure.xml for trying out any app

[jboss-user] [Installation, Configuration & DEPLOYMENT] - .svn Folder out of EAR

2009-01-20 Thread th...@gmx.at
Hello! We work with Jboss 5, Eclipse and Subversion(Version Control System). When i deploy my Application the .svn-Folders from Subversion are in the EAR's. But there is no use for them there. And to reduce the sizes of the EAR's i would like to take them out. Anyone knows a way how to tell JBos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: .svn Folder out of EAR

2009-01-20 Thread th...@gmx.at
In the projekt properties there is an "Java Build Path". But in there i just have "Source" , "Projects" , "Libraries", "Order and Export". And nowhere there i can tell to exclude the .svn folders :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203179#42031

[jboss-user] [EJB 3.0] - Re: JNDI Binding not working in JBoss-5 Beta 4

2008-12-15 Thread th...@gmx.at
Hello Hopefully i am right here. Where do i find "org.jboss.ejb3.annotation" in jboss 5.0 ? I got this error : "The import org.jboss.annotation.ejb cannot be resolved" and need to find the right jar. thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196517