Hi,

> Here is an example
> of what I restricted:
> [code]
> foo.jar  <-  deployed
>   +- temp  (directory)
> |   +-  bar.jar   (used to be deployed, but no
> o longer)
>   +- sub.jar  (still deployed)
>     +- junk (directory)
> |  +- stuff.jar  (used to be deployed, but no
>  no longer)
>     +- abc.jar (still deployed)
>     ...
> [/code]
> I needed to do this to allow, for example, the
> ejb-jar to remain exploded within the ear.  Then the
> sub-directory itself is deplyed.
> 
> I'm sorry if this explanation is not clear - let me
> know if you have questions.

There's an example in spec (EJB2.0 - 20.3.2) with the
following relative <ejb-link>

<ejb-link>../products/product.jar#ProductEJB</ejb-link>

Does your patch still deploy product.jar?

Regards,
Adrian

_________________________________________________________
View thread online: http://main.jboss.org/thread.jsp?forum=66&thread=12665

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to