[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-22 Thread ifrit
yes maybe

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874978


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-21 Thread [EMAIL PROTECTED]
seems like a JBoss AOP Eclipse integration problem then?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874869


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-21 Thread ifrit
well i got the jar file of quartz to scheduled my jobs, i wan't to intercept 
some calls in fonctions that i use in quartz, and it will not work, but if i 
get the source of quartz in eclipse i can intercept these calls.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874861


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-21 Thread [EMAIL PROTECTED]
what do you mean by "precompiled class".  Also, can you try outside of Eclipse? 
 I personally do not use eclipse, so you'll have to get Kabir or Raymond to 
test it out.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874833


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-21 Thread ifrit
well problem is cleared, i can now throw error when a specific method is 
called. but sometimes it won't work, maybe some pb with eclipse, i got that 
kind of pb really often. but well for the moment everything works good except 
one thing. i can't intercept method call within a jar, i have turn 
EnableTransformer to true in jboss-service.xml, but no way to intercept 
precompiled class.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874774


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-20 Thread [EMAIL PROTECTED]
I'm not sure that's what he wants to do.  He'll have to clarify what he means 
by "Error Injections".

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874676


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-20 Thread [EMAIL PROTECTED]
The error thrown when memory is exhausted is constructed at jvm boot time,
otherwise it might not have enough memory to even construct that Throwable
object on the heap.

So there is no way to intercept the new OutOfMemoryError() when it is actually
thrown, because it is not constructed at that time.

Assuming that memory is already exhausted (and it is some other problem like
thread construction), you wouldn't be able to do anything anyway.
Trying to handle any of the JVM internal errors is a crapshoot. The JVM itself
has already given up and failed the request.

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874670


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Error Injections

2005-04-20 Thread [EMAIL PROTECTED]
can you be more specific?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874624


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development