"alesj" wrote : I still don't see why it has to be a MutableCI.
no reason besides the the one i postes above really. when i discussed this with Kabir we figured that people using Mutable* interfaces would probably work with Mutable objects, then it made sense to support both MCI and String. but what do you suggest? only String or CI? - as i said above, using CI doesnt give any value to the String parameter thats already there.
"alesj" wrote :
| Why isn't the one in MDR good enough?
| Afaik AOP already uses MDR.
|
| btw: there is a Javassist kind of Signature:
| - http://anonsvn.jboss.org/repos/jbossas/projects/jboss-mdr/trunk/src/main/...
| I already use it in annotation scanning.
|
yup, that would work, but since it it only have CtMethod as an argument we either need to add a method to MMI (that again would use mdr) or add a method to mdr to support a MMI/MCI interface. personally i just feel that such a method is something that "belongs" in MMI/MCI, but its not a big thing either.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204924#4204924
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204924
Hello, I have a JBoss AS with one WEB interface from which our customer want to start another WEB application on a specific URL; our idea was to insert in our WEB interface a link to this external WEB application accessed using the so called reverse proxy (the client uses our JBoss AS to access a remote server); I'm new in the use of JBoss Remoting, so my question is if it is possible such a behaviour using JBoss Remoting or if in JBoss there is another way to implement a reverse proxy (with Apache is possible to use the mod_proxy module).
Thank you very much in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204898#4204898
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204898
It' happen one more time!
Yesterday night votes there was 46 and I was leading with 48%
This morning votes are 39 and I'm loosing :(
I had taken screen shots of votes until 45th vote (I have seen 46th vote from another pc). I can send you the screen shot to demonstrate I'm right.
Moreover I've noticed that when wiki's update in homepage doesn't refresh votes is lost (that is the reason for which I took screenshots).
Best Regards
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204891#4204891
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204891
I also tried playing with you embedded config to experiment with configuring deploy-hasingleton via XML. Added a clustering.profile with all the clustering infrastructure and made it a subprofile of root.profile. Then added an independent deploy-hasingleton.profile. My hope was the latter would be registered during the bootstrap and then activated when HASingletonProfileActivator became master.
Didn't work -- the deploy-hasingleton.profile wasn't registered. ProfileServiceBootstrap only registers the 'embedded' profile and its subprofiles. Independent ones are not registered.
OT, I'm starting to think about how to use an independent profile to do farming. A farmed profile would use a different DeploymentRepository impl.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204866#4204866
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204866