[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-20 Thread [EMAIL PROTECTED]
do you have an example project that can reproduce this? thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159695#4159695 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159695

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-20 Thread [EMAIL PROTECTED]
fyi, I just tested and if I have EarContent/lib/jbpm.jar that file ends up in the server deployed in lib/jbpm.jar so we definitly needs to know what you are actually doing. The only way I could see this bug happen is if you put the jar in EarContent/jbpm.jar and expected us to magically put

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread gackonac
The problem is manual deployment (when put ear file into JBoss deployment dir). JBoss expect to find libraries in $EAR_ROOT/lib dir, not in $EAR_ROOT. In other words, I cant get proper proper structured ear file. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread [EMAIL PROTECTED]
You write deployment works fine from within Eclipse but say you cant get a proper ear Then I assume you are not using Eclipse to do the deploymentwhat are you using to deploy ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159236#4159236 Reply to

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread gackonac
Ok, I'll try to be more clear: I use Eclipse/JBoss tools for development. During that phase I deploy app by Eclipse. After that I need to deploy app on some other (test/stage) server. That need to be done manually. In order to create EAR file (to be used during manual deployment) I tried to

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread [EMAIL PROTECTED]
so you are saying the files deployed by WTP servers are correct (e.g. ear has a lib dir with jars in it) But when you use File Export EAR you get a different structure ? that sounds weird to me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159255#4159255

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread gackonac
Sorry for the previous post. No, Eclipse/JBoss tools deploy application with same structure with only one difference: app is exploded. This how it looks like: [app.ear] | +--[app.war] | +--[app.jar] | +--lib1.jar | +--lib2.jar | +-- ... There is no lib dir, all libraries

[jboss-user] [JBoss Tools (users)] - Re: Structure of the exported EAR file (missing lib dir)

2008-06-19 Thread [EMAIL PROTECTED]
please report this in jira with an example project (a minimal one) thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4159266#4159266 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4159266