Fwd: Documentation - Unsorted removed
by Pete Muir
FYI
Begin forwarded message:
> From: Vimal Kansal <vkansal(a)redhat.com>
> Date: 5 July 2011 00:50:57 GMT+01:00
> To: Pete Muir <pmuir(a)redhat.com>
> Subject: Re: [jboss-as7-dev] Documentation - Unsorted removed
>
> I think we need a separate guide on security as well.
>
> On 4/07/2011 9:48 PM, Pete Muir wrote:
>> I have moved any remaining pages which were in the Unsorted bucket to the relevant places, and removed all the empty pages that had been put there by Jim. The majority of these are addressed in the getting started guide, the only missing ones are:
>>
>> * How do I secure the web console (which is mentioned as a heading in the Admin Guide, but not written up)
>> * How do tune my instance (which I suspect is the subject of a whole new guide).
>>
>> This makes the index look a lot tidier :-)
>> _______________________________________________
>> jboss-as7-dev mailing list
>> jboss-as7-dev(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
>
13 years, 7 months
Is there a way for a core module to load a class from a war
by Michael Musgrove
The transactions module (org.jboss.jts) includes a flexible mechanism
for recovering transaction participants. Third party software can hook
into the recovery system by registering an object of type
java.lang.Class whose instances are capable of recovering particular
types of log record.
The registration is done by calling a static method defined in the jts
transactions module.
However this mechanism fails with the module class loading used in AS7
since the transactions module tries to instantiate an instance of a
class that belongs to another module (in my case it is a war deployed
into the deployment directory).
We use this mechanism in our REST API in order to support recovery.
My question is: is there a way of enabling the transactions module to
instantiate a class belonging to a war's class loader?
Mike
--
Michael Musgrove
mmusgrov(a)redhat.com
JBoss, by Red Hat
Registered in England and Wales under Company Registration No. 03798903
Directors: Michael Cunningham (USA), Brendan Lane (Ireland), Matt Parson
(USA), Charlie Peters (USA)
13 years, 7 months
Session restore?
by Max Rydahl Andersen
Hi,
Does AS7 support session restore on restart/redeploys ?
Now that AS7 is so fast I would like to automatically restart/redeploy a deployment when a class file change in it.
Pre-AS7 that was too expensive so was a manual operation.
If I enable it now I seem to loose session info - thus asking if there is a way to keep sessions alive to not loose
contexts etc?
/max
http://about.me/maxandersen
13 years, 7 months
Module terminology: static & dynamic
by Darrin Mison
I noted in the first AS7 webinar (nice job btw) that the modules in the modules/ directory of the server were referred to as "static modules". I haven't seen this terminology used before. Would the modules defined by deployments be considered "dynamic modules". Is this appropriate terminology ?
13 years, 7 months