[JBoss-user] [Installation Configuration] - Re: loader repository problem

2004-07-22 Thread [EMAIL PROTECTED]
The call-by-value element was not being read correctly. This is simply a shortcut for specifying the call by value invoker interceptor stack. This example from the testsuite shows the custom call-by-value-jrmp invoker-proxy-binding that serializes calls between components: | ?xml

[JBoss-user] [Installation Configuration] - Re: loader repository problem

2004-07-21 Thread wtff
Thanks a lot for your support. Meanwhile I figured out the reason for the exception: there was a j2ee.jar somewhere within a subdirectory of my ejb-archive. I thought that jboss would only grap jar files located at the root level directory of a jar or ear... Isolating deployments from one

[JBoss-user] [Installation Configuration] - Re: loader repository problem

2004-07-15 Thread wtff
well, the warning about only the root deployer being allowed to set the loader-repository goes away, but the error remains. Stack trace looks the same to me, here are the first lines: 2004-07-15 12:41:41,498 INFO [org.jboss.deployment.EARDeployer] Init J2EE application:

[JBoss-user] [Installation Configuration] - Re: loader repository problem

2004-07-15 Thread jae77
you should definately read this wiki page: http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions some of the information contained w/in will be relevant to you. can you send me the ear you're working w/ (jgangemi at yahoo dot com) and i'll take a look at it locally. also, are

[JBoss-user] [Installation Configuration] - Re: loader repository problem

2004-07-14 Thread wtff
the descriptor fragments above are not being display correctly. Second try: --- | | application.xml | | application | display-nameTest Application/display-name | module | ejbtest.jar/ejb | /module |

[JBoss-user] [Installation Configuration] - Re: loader repository problem

2004-07-14 Thread jae77
look at the error message that was thrown w/ the exception. you only define the loader-repository tag inside the jboss-app.xml file. you need to remove that entry from the jboss.xml file that is packaged w/ your ejb. View the original post :

[JBoss-user] [Installation Configuration] - Re: loader repository problem

2004-07-14 Thread wtff
thanks for your reply, but I tried this as well and it doesn't work either. If I leave the jboss file out nothing changes. that is what is puzzling me so hard. I've created the smallest possible application which runs perfectly and just by adding the loader-repository fragment to the

[JBoss-user] [Installation Configuration] - Re: loader repository problem

2004-07-14 Thread jae77
what is the new error that you get? if you removed the jboss.xml file and you aren't duplicating the load-repository definition anywhere else, i would think you'd also be getting a new error. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842108#3842108 Reply