[JBoss-user] [News & Announcements] - Re: 4.0.0RC1 Release Available

2004-08-21 Thread janilsal
Minor correction. Don't *give up* on plans to use JBoss4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845821#3845821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845821 --

[JBoss-user] [News & Announcements] - Re: 4.0.0RC1 Release Available

2004-08-21 Thread janilsal
Come on. Dont talk of giving plans to use JBoss4. JBoss4 will be officially released on Sep 1, give or take a few days. We already have release candidates released. Anil JBoss Inc View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845820#3845820 Reply t

[JBoss-user] [Javassist user questions] - Re: Can Javassit capture JDK lib method call like JLabel.set

2004-08-21 Thread chiba
You can use CtClass.instrument(ExprEditor) for inserting some expression before a method call to Jxx.setText(). Is this what you need? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845819#3845819 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [News & Announcements] - What is real release date of Jboss 4

2004-08-21 Thread gyumee
I am confused. I've been looking around www.jboss.org and imaged JBoss 4 is stable release and already announced. All information in the JBoss AS section was for JBoss 4.2, but when I read JBoss 4 development roadmap I found planed released date of the version that implement all documented featu

[JBoss-user] Http tunneling port requirements

2004-08-21 Thread jboss
Hello: I have successfully configured JNDI and EJB tunneling over HTTPS with the org.jboss.invocation.http.server.HttpProxyFactory and org.jboss.invocation.http.server.HttpInvoker classes in the jboss-service.xml file. All seems to be working well so far and my test cases are still functionin

[JBoss-user] [EJB/JBoss] - Http tunneling port requirements

2004-08-21 Thread skidvd
Hello: I have successfully configured JNDI and EJB tunneling over HTTPS with the org.jboss.invocation.http.server.HttpProxyFactory and org.jboss.invocation.http.server.HttpInvoker classes in the jboss-service.xml file. All seems to be working well so far and my test cases are still functioning

[JBoss-user] [HTTPD, Servlets & JSP] - Classloader question

2004-08-21 Thread balteo
Reply to my own question: yes, classes placed in that directory are not visible to the client applications. Julien. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845813#3845813 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Javassist user questions] - Re: Can Javassit capture JDK lib method call like JLabel.set

2004-08-21 Thread sjtuzl
Thank you for the response. My intention is not modify Swing lib, but to capture the call of J**.setText() in user code. For example; public MyClass test { public static void main (String[] args){ JLable jLabel = new javax.swing.JLabel(); //Need to add a methd before it jLabel.

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems to keep login data

2004-08-21 Thread ltcmelo
Well, i got the problem. JBoss/Tomcat security propagation doesn't work if you use customized logon servlets. More information at http://www.mail-archive.com/[EMAIL PROTECTED]/msg07533.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845810#3845810 Reply

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss JAAS x Tomcat's

2004-08-21 Thread ltcmelo
Not really! dev2gosoft, if you use DatabaseServerLoginModule, i guess somewhere in your application the user needs to log in, am i correct. I also have strong feeling that in your login page you use an action="j_security_check". Allright, if so, that's why the propagation of JBoss/Tomcat works

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-21 Thread theute
You shouldn't use the classpath of the wiki page, and don't have to rename the jar files, if Eclipse complained it's because Nukes/thirdparty/apache/commons/lib/commons-fileupload.jar is declared in the .classpath. If you follow my steps, without anything else (not using .classpath) it should w

[JBoss-user] [Management, JMX/JBoss] - Customize MBean pages possible?

2004-08-21 Thread piratepete
Can someone tell me how or point me to some source where mbean pages using the htmladapter can be customized. I want a list of mbeans on the left of a frameset and my own custom mbean pages. thanks Piratepete aka David L. Whitehurst [EMAIL PROTECTED] View the original post : http://www.jboss.

[JBoss-user] [EJB/JBoss] - invalidate read-only through read-write

2004-08-21 Thread pedrosalazar
Greetings, I created a read-only entity bean which I pretend to invalidate with a read-write entity bean. I find the RW instance, change same attribute, but the RO doesn't stay invalid. - RW extends Standard CMP 2.x EntityBean with cache invalidation (but I have tried also the Clustered CMP 2.

[JBoss-user] [Beginners Corner] - Re: ClassLoader issue

2004-08-21 Thread balteo
Hello viv, Have you found the solution? I have the same problem and would like to sort it. Julien. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845805#3845805 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845805 --

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-21 Thread dontrango
hi theute, i've followed your steps but ran into problems not described in your reply. these were the steps i ran: - make sure eclipse not running, prepare the classpath cp common-classpath.html $JBOSS_NUKES/common/.classpath cp nukes-classpath.html $JBOSS_NUKES/nukes/.classpath cp template-cl

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with login-config.xml

2004-08-21 Thread ssaracut
did you ever get that error resolved? I have the exact same problem... I am using just the standard login-config.xml . Didn't make any changes and when I look in the log i'm getting hte same null pointer exception. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Javassist user questions] - Re: Metaobject NullPointerException caused by final methods

2004-08-21 Thread chiba
Thank you! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845799#3845799 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845799 --- SF.Net email is sponsored by Shop4

[JBoss-user] [EJB/JBoss] - SECURITY_CREDENTIALS not taken into account

2004-08-21 Thread albert_steed
Hello, I noticed that the values for SECURITY_PRINCIPAL and SECURITY_CREDENTIALS specified by my app are not taken into account. Here is a snippet from my app: | p.put(Context.SECURITY_PRINCIPAL,"sa"); | p.put(Context.SECURITY_CREDENTIALS,"WRONG"); | This allows me to connect to the ejb e

[JBoss-user] [HTTPD, Servlets & JSP] - problems with jboss 3.2.5 and jbuilder

2004-08-21 Thread soulgod
hello, i'm trying to write a simple jsp in jbuilder and as server jboss 3.2.5 ; when i try to complie this page , i always get the error NoClassDefFound error javax/servlet/el/VariableResolver, and now the strange thing, when i change the server to Tomcat 4.1 everything compiles and it runs per

[JBoss-user] [Clustering/JBoss] - Re: running two clusters on the same network

2004-08-21 Thread bela
No, there's no system property for mcast_addr. The problem is that a JBoss node can be member of multiple clusters, then you wouldn't be able to use a single system prop. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845795#3845795 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: scheduler at midnight

2004-08-21 Thread dannyb23
Its fine! my mistake :O setting the scheduled period to : 8640 and its perfect. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845792#3845792 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845792