[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: JBossAOP and static inner class loading

2005-04-17 Thread jthedream
I run the following: java org.jboss.aop.hook.GenerateInstrumentedClassLoader C:\testaop Then I got C:\testaop\java\lang\ClassLoader.class Then I run (with all required already in classpath) java -Xbootclasspath/p:C:\testaop\java\lang\ClassLoader com.bar.MyClass I still got the same error.

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Integration of aop/aspects into JBAS and other projects

2005-04-17 Thread [EMAIL PROTECTED]
I am going ahead to create a tomcat module so I can reference it from testsuite. In addition, I am deploying tc5-cluster.aop (has jboss-aop.xml) under all/deploy. This is needed for http session fine-grained replication using aop. I can modify the setup later on if there is a need. View the

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: JBossAOP and static inner class loading

2005-04-17 Thread [EMAIL PROTECTED]
Cool, However for JDK 1.4 your command line should be | java -Xbootclasspath/p:C:\testaop com.bar.MyClass | i.e. C:\testaop contains the java\lang\ directory structure. Also, make sure that C:\testaop is not the directory where your main classes are (otherwise they get added to the

[JBoss-dev] [Design of JBoss Portal] - y'a t'il quelqu'un qui parle français

2005-04-17 Thread Boussaad
salut les amis Je suis un dveloppeur web je veux dvelopper un portail d'entreprise et je voudrai utilister JBOSS portal, mais je ne sais pas comment proceder sachant que mon serveur web est tomcat 5.0, et je developpe avec J2EE merci d'avance View the original post :

[JBoss-dev] [Design of JBoss Portal] - Re: Scheme persistence

2005-04-17 Thread [EMAIL PROTECTED]
I have added the CMS persistence today that uses the CMS to store the permission. They are stored in XML format (the same as in the jboss-portal.xml descriptor) so it is much more convenient in that respect. View the original post :

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: JBossAOP and static inner class loading

2005-04-17 Thread jthedream
Kabir, I have tried java -Xbootclasspath/p:C:\testaop com.bar.MyClass | as well. But I got the error msg below: Exception in thread main java.lang.NoClassDefFoundError: org/jboss/aop/AspectManager | at java.lang.ClassLoader.defineClass(Unknown Source) | at

[JBoss-dev] [Design of JBoss Portal] - Re: y'a t'il quelqu'un qui parle français

2005-04-17 Thread [EMAIL PROTECTED]
Vous devriez tudier l'anglais. Il aide beaucoup ici. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874239#3874239 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3874239

[JBoss-dev] [Design of JBoss Portal] - Re: JBPTL-17: Theme API food for thought II

2005-04-17 Thread tarantula
I would steer away from a layout strategy that depended on CSS positioning. Browser support for CSS-2 positioning is not universally consistent and even when the browser fully supports the standard, there are still page rendering anomalies. I find this to be a good guideline to follow for

[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: Separated XMBean implementation

2005-04-17 Thread reverbel
It may have nothing to do with the XMBean change, but after updating my CVS tree I started getting this JMX-related NPE: | [org.jboss.system.ServiceController] Problem starting service jboss:service=DistributedTransactionManager | java.lang.NullPointerException: Failed to find method for

[JBoss-dev] [Design of JBoss Portal] - Re: Layout Strategy: more food for thought

2005-04-17 Thread tarantula
Hi, I'm glad to see some thought on the subject of layout strategies in JBoss Portal. I want to suggest a layout strategy that is less programmatic in nature than that used in JBoss Nukes. The main reason for this is that designers are not programmers. Maintaining HTML embedded in Java can be

[JBoss-dev] [Design of JBoss Portal] - Java Content Repository (JCR) support?

2005-04-17 Thread tarantula
Are there any plans to implement JSR 170: Content Repository for JavaTM technology API http://www.jcp.org/en/jsr/detail?id=170? The reason I ask is that I think JSR 168 and JSR 170 could be very complimentary technologies if combined. View the original post :