[JBoss-user] [JBossCache] - Re: help with how to debug

2005-05-14 Thread plainkeyman
thankyou for your suggestion. i tried adding this to my TreeCache (not aop): class debugListener implements TreeCacheListener { | | public void nodeCreated(Fqn fqn) {System.out.println( "** node added: " + fqn);} | public void nodeRemoved(Fqn fqn) {

[JBoss-user] [EJB/JBoss] - PortableRemoteObject.narrow() returns null on IIOP EJB call

2005-05-14 Thread Simon76Says
hi @ all i have created an IIOP EJB and are currently trying to call it. Client Code: Context ic; | Object objref; | Properties props = new Properties(); | props.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.cosnaming.CNCtxFactory"); | props.put(Context.PROVIDER_URL,"corbaloc::localh

[JBoss-user] [Beginners Corner] - Questions on failover & Hot deployment

2005-05-14 Thread menkun
I have some questions about 'failover' and 'hot deployment' on several J2EE platforms, any advice or hints will be highly appreciated, thanks a lot! 1. Some vendors, such as IBM websphere, have fufil the "stateful session failover" and "HTTP session failover", so we can easily use those functi

[JBoss-user] [Management, JMX/JBoss] - Re: Broken XMBean persistence with 1.5 and org.jboss.mx.pers

2005-05-14 Thread [EMAIL PROTECTED]
with a slightly older jdk, it still works for me: stock 3.2.7 jdk 1.5.0-b64 XP Try to see what is going on in the log. Look for entries from: XMLAttributePersistenceManager DelegatingPersistenceManager View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877760#

[JBoss-user] [JBoss Getting Started Documentation] - Re: WEb-console applet not getting displayed

2005-05-14 Thread darranl
Is your web browser using the Java plug-in? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877759#3877759 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877759 --- T

[JBoss-user] [JBoss Getting Started Documentation] - Re: WEb-console applet not getting displayed

2005-05-14 Thread inri_informatqiue
Hi TIA, I have the same problem like you If you found the solution, would you please be able to tell me... Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877758#3877758 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss Portal] - Re: JBoss Portal won't work after deployment

2005-05-14 Thread absmith
"[EMAIL PROTECTED]" wrote : Did you follow the install steps in the guide? Mainly, did you copy over the portal-ds.xml and run the sql and ddl files on your mySQL install? Yes - that is one of things I've double checked and also dropped the database and done it again - just to make sure :D Wel

[JBoss-user] [JBoss Portal] - Re: JBoss Portal won't work after deployment

2005-05-14 Thread [EMAIL PROTECTED]
Did you follow the install steps in the guide? Mainly, did you copy over the portal-ds.xml and run the sql and ddl files on your mySQL install? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877756#3877756 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [JBoss Portal] - Re: JBoss Portal won't work after deployment

2005-05-14 Thread absmith
Well I get a little further with JBoss 4.0.1sp1 - thanks. But now I get the following during deployment. Sorry if this is the result of a real dumb person installing it but I just don't know how to fix this latest issue :( 14:52:26,086 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUr

[JBoss-user] [EJB/JBoss] - Sending Email from Message Driven Bean problem...

2005-05-14 Thread bsbelkin
I recently move my application to Fedora. Whe I try to send email using a connection I make inside the bean I receive this error. Does anyone has any idea if this is due to any type of permissions not set in my program? ERROR [org.jboss.ejb.plugins.LogInterceptor] EJBException in method: publi

[JBoss-user] [JNDI/Naming/Network] - Re: Accessing JBOSS server by java clients of other networks

2005-05-14 Thread kislaylal
By the way I m using JBOSS 4.0 Thanking you for any help View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877752#3877752 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877752

[JBoss-user] [Beginners Corner] - Re: autogenerated pk with hypersonic

2005-05-14 Thread gioele
The problem was that jbosscmp-jdbc.xml was not included in the correct jar file. Now the problem seems solved. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877750#3877750 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Persistence & CMP/JBoss] - Re: autokey generation (3.2.5 + hypersonic)

2005-05-14 Thread gioele
The problem was that jbosscmp-jdbc.xml was not included in the correct jar file. Now the problem seems solved. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877749#3877749 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JNDI/Naming/Network] - Accessing JBOSS server by java clients of other networks

2005-05-14 Thread kislaylal
I am making a small chat application. Where I m using JMX (MBean), which binds a class to the JNDI and the class's functions inturn invokes EJBs when called by the Java clients residing on same or other networks. I m having JBOSS server running on a Static IP and Java Clients residing on other n

[JBoss-user] [JBoss Portal] - Re: JBoss Portal won't work after deployment

2005-05-14 Thread absmith
"martingi" wrote : The recommended JBoss version is 4.0.1 - did you try this one as well? | | Martin No that is my current line of investigation - I will post a reply when its been tested again 4.0.1. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [JBoss Portal] - Re: JBoss Portal won't work after deployment

2005-05-14 Thread martingi
The recommended JBoss version is 4.0.1 - did you try this one as well? Martin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877746#3877746 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877746 --

[JBoss-user] [Security & JAAS/JBoss] - Re: Cannot obtain inMethodFlag for: getCallerPrincipal

2005-05-14 Thread gdemir
Thanks for the reply. After surrounding the line to setEJBContext in a try-catch block to return immediately on IllegalStateException, it started to work fine. In my former code, I had checked a possible null value returned from setEJBContext. Best Regards, Gokhan Demir View the original post

[JBoss-user] [JBoss Portal] - JBoss Portal won't work after deployment

2005-05-14 Thread absmith
Hello, I've installed JBoss 4.0.2, MySQL 4.1.11 (both for Windows 2000 Pro) and on there own they work fine. Which is good as I needed them for JBoss Portal :D. I've then tried both the binary and source distributions of JBoss-portal 2.0 RC. When ever the .sar is placed in server/default/depl

[JBoss-user] [Management, JMX/JBoss] - Re: Does JBoss 4.0.2 has full support of JSR-160 (JMX Remote

2005-05-14 Thread [EMAIL PROTECTED]
It's not done yet. You can track and vote for it here: http://jira.jboss.com/jira/browse/JBREM-14 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877741#3877741 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877741 --

[JBoss-user] [JCA/JBoss] - Connection handle has been closed and is unusable

2005-05-14 Thread nnbkhan
I have a many entity and session bean deployed in my application, when i deployed the application in jboss its is quite perfect in deployement, and even it runs, but after sometime it throws the Exception "Connection handle has been closed and is unusable" and "null", could any body please help

[JBoss-user] [Beginners Corner] - Re: What is meant by?

2005-05-14 Thread darranl
See: - http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63952 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877739#3877739 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877739 --

[JBoss-user] [Installation & Configuration] - Re: Please tell me meaning of these terms

2005-05-14 Thread darranl
A service archive is just a normal jar archive with a 'sar' extenstion. It is used to packge MBeans and also contains a jboss-service.xml to describe the MBeans. http://wiki.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService After you have started JBoss you can copy your archives to the dep

[JBoss-user] [Installation & Configuration] - Please tell me meaning of these terms

2005-05-14 Thread Asty
HI, I want to understand what does these terms mean? Service Archive Format Hot-Deploy POJO Aspect Oriented Programming Please tell me what does these mean because these terms are listed as the features of JBoss Thanks Asty View the original post : http://www.jboss.org/index.html?module=bb&op=