This was also posted to the weblogic.developer.interest.ejb,  but to date
there has been no answers.
Using Weblogic Server 4.51, I have set the class paths using the recommended
WL approach to allow dynamic class loading :-
-classpath              : contains the bare minimum weblogic\classes\boot
and JDK classes
-Dweblogic.class.path   : contains our application classes and other
required WL paths

However I am confused about what dynamic class loading really is ?
We were hoping that we could recompile a Bean (or any other non-bean class)
and that the changes would be picked up straightaway. This appears to work
very occasionally, but most of the time we need to restart weblogic.
Our code changes DO NOT require the bean to be redeployed (i.e no signature
changes etc).
When are classes reloaded ?
We are not using hot deploy yet (this we might try later) as our beans are
deployed using .sers, which I believe doesn't work ?
Does the dynamic class loader only work if a bean is redeployed using hot
deploy ?
Can anyone advise what steps we need to take to deploy using using JARS
instead of sers ?
And can anyone provide a script to allow hot redeploying using a script
(remotely without having to visit the weblogic console) ?

thanks
Pete

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to