[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 them into /lib. We don't 
do that ;)


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159699#4159699

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159699
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=4159695#4159695

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159695
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=4159266#4159266

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159266
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 are within the ear root. And it works!? But 
when the same structure is deployed manually as EAR file, error will occur.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159265#4159265

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159265
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=4159255#4159255

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159255
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 use Eclipse (of course, building script can do 
the same). But exported EAR file (that is produced by Eclipse "export" action) 
is not proper structured (libraries are not within "lib" dir, but in the root 
of ear file).

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159241#4159241

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159241
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=4159236#4159236

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159236
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159233#4159233

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159233
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2008-06-19 Thread [EMAIL PROTECTED]
if you sayit works fine from within eclipse, where is the problem then ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159228#4159228

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159228
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user