[jboss-user] [Javassist user questions] - Re: AccessControlException on generated classes due to missi

2006-08-11 Thread renat-zubairov
Hi Sure, just created: http://issues.apache.org/jira/browse/HIVEMIND-181 Watch it, vote for it :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964538#3964538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964538 __

[jboss-user] [Javassist user questions] - Re: AccessControlException on generated classes due to missi

2006-08-10 Thread paul.homes
Hi Renat, Thanks for the clarification. I would be keen to follow the status of your Hivemind update because then I can drop my patch :) Does there happen to be a JIRA issue for it? If so I will add myself as a watcher. Cheers Paul View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Javassist user questions] - Re: AccessControlException on generated classes due to missi

2006-08-09 Thread renat-zubairov
Hello Paul, It was also my first solution aswell, but the problem is that ProtectionDomain establish association between executed code and resource the code was loaded from, if protection domain from the Javassist is used, then all code generated by the Javassist will be associated with it's pr

[jboss-user] [Javassist user questions] - Re: AccessControlException on generated classes due to missi

2006-08-09 Thread paul.homes
Hi, Thanks for all the info in this thread and making the javassist CVS changes. This really helped me to get a Tapestry & Hivemind web app running in Tomcat with the security manager enabled. I have a question about the default ProtectionDomain when none is specified (currently null). In or

[jboss-user] [Javassist user questions] - Re: AccessControlException on generated classes due to missi

2006-08-06 Thread renat-zubairov
Copy from commen on JIRRA http://jira.jboss.com/jira/browse/JASSIST-23 Actually HiveMind is using convinience methods that are located inside CtClass class. I have fixed the problem already, and testted how it works, however the problem I don't know what will be the best solution for th

[jboss-user] [Javassist user questions] - Re: AccessControlException on generated classes due to missi

2006-08-06 Thread chiba
Basically, Javassist provides a byte stream of a modified class file. How it is loaded is the responsiblity of the clients such as HiveMind. Although Javassist provides a covenient function for loading it by a simple class loader, the clients should use their own class loaders if they need some

[jboss-user] [Javassist user questions] - Re: AccessControlException on generated classes due to missi

2006-08-02 Thread renat-zubairov
Hi, I found a way to fix it, however there are two problems: 1. I need to commit it somehow, but Jirra from Javassist is seems to be not mantained (vacation time?). As soon as I'll recieve a reasonable answer from someone from Javassist I'll do so. 2. The changes most problably will affect a pu

[jboss-user] [Javassist user questions] - Re: AccessControlException on generated classes due to missi

2006-08-01 Thread jkuhnert
If anyone from jboss knows how I can fix this in a more permanent manner in Tapestry 4.1 itself let me know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962336#3962336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=