I do not think this is possible or desirable seeing as the ear is an atomic
unit from a deployment perspective. You can update any number of files and
touch application.xml to trigger a redeploy - likewise you can redeploy your
wars by touching web.xml. Might consider partitioning your application for
development without an ear: put your shared stuff in the server/[config]/lib
directory and your EJBs and exploded wars in server/[config]/deploy. Don't
even populate your WEB-INF/classes or WEB-INF/lib but rather use the deploy
directory. Formal testing could then be done on your ear file. Based this on
my first pass at an efficient development structure and it works well.

----- Original Message -----
From: "Oscar Radio" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 9:39 AM
Subject: [JBoss-user] redeploy of a ejb that is in a ear


> Hi all,
>
> Is possible with jboss to redeploy a jar that is in a ear with out
> redeploying all the ear? I know a way of doing this that is to put all the
> classes that the ejb needs to work in the jar so when it is redeployed all
> the classes where found. If I don't put all the classes that it needs, but
> those classes are in other jar of the ear, it gives me a class not found
> exception. So the question is if I can redeploy a jar in the scope of all
> the classes that are in the ear with out redeploying all the ear, if I
> redeploy all the ear it works perfectly but my application has more than
200
> jars. Any help will be appreciated.
>
>
> Thanks, Oscar Radio
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
> are you planning your Web Server Security? Click here to get a FREE
> Thawte SSL guide and find the answers to all your  SSL security issues.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to