[JBoss-user] [EJB/JBoss] - Re: Cannot lookup after restart server

2004-12-24 Thread lvhuyen
Dear,
Thanks for your reply, Lviz. I have followed the link 
http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions , now I 
can ensure that in my two servers, I have exactly only one copy of those 
classes that beanA and beanB share (the messages used to communicate, the Home 
and Remote interface of beanB). But the problem still be there.

I want to tell that I restarted jboss serverB, not redeploy anything, no new 
class was uploaded. I simply restart serverB, and I want serverA could 
automatically reconnect to it again, without have to restart server A
I think the problem here might not because of classloading (I am not sure, I'm 
not fully understand the narrow mechanics).

After this line of code Object ref = ctx.lookup(beanBJndiName);/code] the ref 
object is null (I have shown in my code), so when I narrow it (from null of a 
class to an object of beanB's Home interface, the ClassCastException is thrown.
  | 
  | Please help me.
  | Thanks in advance!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859871#3859871

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859871


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - unable to lookup an EJB from a JavaBean

2004-12-24 Thread johntodd
Hi all.
I'm creating a J2EE application.
my web application contains a simple JavaBean that hides the operation of 
locating my Session EJB.

  | Object obj = ic.lookup("java:comp/env/ejb/Liga");
  | LigaHome home = (LigaHome)PortableRemoteObject.narrow(obj, LigaHome.class);
  | 
this JavaBean will be used by servlets, JSPs.
this is the important part of jboss.xml :

LigaBean
ejb/Liga

when trying to use the application, I got the exception :
javax.naming.NameNotFoundException: ejb not bound
I changed  to Liga , I got the same exception
the application is only works if I do the following :
Object obj = ic.lookup("Liga");
any ideas ???
thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859868#3859868

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859868


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: NPE deploying Hibernate service

2004-12-24 Thread andycoh
The NPE seems to occur in some code that assumes you've included something like 
this in your hibernate-service.xml (without the backslashes):

  \file:///clomsdb.har\

That is, harUrl is the null pointer, and it's a property of the 
...jmx.Hibernate class which gets initialized in your mbean spec.

I haven't gotten this working; I don't know what exactly the value of that 
attribute should be, but it got me past 
java.lang.NullPointerException
at 
org.jboss.hibernate.jmx.Hibernate.buildSessionFactory(Hibernate.java:460)



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859867#3859867

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859867


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Symlinks in the deploy directory?

2004-12-24 Thread wiley173
Yeah, I found that one out after starting jboss and watching the output for an 
hour

-thanks happy christmas !

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859866#3859866

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859866


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: JBOSS 3.2.7 & 4.0.0 on ISeries V5R2M0

2004-12-24 Thread cybermac912
Oh, and I second fbiaggi's advice: Make sure your system is all up-to-date on 
PTF's (Java & others).

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859865#3859865

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859865


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: JBOSS 3.2.7 & 4.0.0 on ISeries V5R2M0

2004-12-24 Thread cybermac912
We run JBoss 4.0.0 on our iSeries, so no need to step back to the older 
version. Just a couple of tips:

- Make sure you specify the correct JAVA_HOME in jboss-4.0.0/bin/run.conf (ours 
is /QIBM/ProdData/Java400/jdk14)
- Make sure you give the VM enough memory in run.conf (at least 512 MB)
- If you use the run.sh script to start JBoss, it should setup the 
java.endorsed.dirs system property to point to the jboss-4.0.0/lib/endorsed 
directory, which contains compatible versions of the XML processor.
- Once you get it going from the command line, you can follow the instructions 
in http://www.iseriesnetwork.com/nwn/story.cfm?ID=17070 to setup things like a 
subsystem and job queue to run it in. Though the article is older and uses JDK 
1.3 and JBoss 3.0, the OS/400 concepts are identical.

Eric

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859863#3859863

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859863


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Changing use of HyperSonic with PostgreSQL for JMS Pers

2004-12-24 Thread dbrum
Scott - followed the steps.  I now see a set of tables created by JBoss - but 
theses errors are showing up now:

2004-12-24 12:06:58,347 DEBUG [org.jboss.ha.framework.server.HAPartitionImpl] 
destination list is non-null and empty: no need to send message
2004-12-24 12:06:58,348 ERROR [org.jboss.ejb.plugins.jms.DLQHandler] 
Initialization failed DLQHandler
javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory
at 
org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:171)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
at 
org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:164)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:542)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:764)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1267)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:776)
2004-12-24 12:06:58,349 INFO  [org.jboss.ejb.plugins.jms.JMSContainerInvoker] 
Reconnected to JMS provider
2004-12-24 12:06:58,350 WARN  [org.jboss.ejb.plugins.jms.JMSContainerInvoker] 
JMS provider failure detected: 
javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory
at 
org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:171)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
at 
org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:164)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:542)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:764)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1267)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:776)
2004-12-24 12:06:58,351 INFO  [org.jboss.ejb.plugins.jms.JMSContainerInvoker] 
Trying to reconnect to JMS provider


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859862#3859862

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859862


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: 3.2.4 or 3.2.5 HAJMS failover problems

2004-12-24 Thread [EMAIL PROTECTED]
There are some problems with the multicast layer in 3.2.4/3.2.5 that will 
prevent the HASingleton from failing over correctly in some situations. You can 
find more details at http://jira.jboss.com/jira/browse/JBAS-35 The problem has 
been fixed in 3.2.6.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859859#3859859

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859859


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: PLEASE HELP ME MDB and Remote Topic

2004-12-24 Thread [EMAIL PROTECTED]
Are you actually using "java.naming.provider.url=192.168.xxx.yyy:1099" verbatim 
in your deployment descriptor? That will never work ... 

Go back to 
http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue,
 I updated the document to give you more details of what to deploy were. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859858#3859858

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859858


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - upgrading from 3.2.3. To 4.0.1 or 3.2.6 ?

2004-12-24 Thread goldrimtang
Hello, 

   We have been running our app on 3.2.3 for like a year without problems. Now 
we have decided to upgrade. I wonder if we should go to 3.2.6 or jump to 4.0.1. 

   We are not interested in AOP, Hibernate or Clustering. Caching could be 
good, but we are not having any performance issues anyways.

   How much of a problem is to migrate to 4.0.1, and how stable is it? What 
would you do? 

  Thank you !!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859855#3859855

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859855


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB extends base class: Verification of Enterprise Beans

2004-12-24 Thread [EMAIL PROTECTED]
The following testcase works fine for me:


  | package org.jboss.test.cts.ejb;
  | 
  | import javax.ejb.MessageDrivenBean;
  | import javax.ejb.MessageDrivenContext;
  | import javax.jms.MessageListener;
  | import javax.jms.Message;
  | import javax.jms.TextMessage;
  | 
  | /** Test of signature validation across inheritence hiearchy
  |  * 
  |  * @author [EMAIL PROTECTED]
  |  * @version $Revision:$
  |  */
  | public abstract class AbstractMDB implements MessageListener, 
MessageDrivenBean
  | {
  |public void onMessage(Message message)
  |{
  |   if( message instanceof TextMessage )
  |   {
  |  TextMessage tm = (TextMessage) message;
  |  onTextMessage(tm);
  |   }
  |}
  | 
  |public void setMessageDrivenContext(MessageDrivenContext ctx)
  |{  
  |}
  | 
  |public void ejbCreate()
  |{
  |}
  | 
  |public void ejbRemove()
  |{
  |}
  | 
  |public abstract void onTextMessage(TextMessage tm);
  | }
  | 


  | package org.jboss.test.cts.ejb;
  | 
  | import javax.jms.TextMessage;
  | 
  | /**
  |  * @author [EMAIL PROTECTED]
  |  * @version $Revision:$
  |  */
  | public class ConcreteMDB extends AbstractMDB
  | {
  |public void onTextMessage(TextMessage tm)
  |{
  |   System.out.println("ConcreteMDB: "+tm);
  |}
  | }
  | 

Submit a bug report with an example that is failing to:
http://jira.jboss.com/jira/browse/JBAS


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859853#3859853

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859853


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Major classloader issues with multiple ear files

2004-12-24 Thread [EMAIL PROTECTED]
Also, meta-inf/jboss-app.xml is wrong. Jar files use case sensitive entries, so 
it may just be that the scoping is not being applies. The entry must be 
META-INF/jboss-app.xml.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859850#3859850

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859850


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Major classloader issues with multiple ear files

2004-12-24 Thread [EMAIL PROTECTED]
Re-read:

http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration
http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases

to understand why the jboss-app.xml should look like:


  |  
  |
  |   jboss.loader:loader=suppliernet
  |   
  |  java2ParentDelegation=false 
  |   
  |   
  |  
  | 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859849#3859849

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859849


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Major classloader issues with multiple ear files

2004-12-24 Thread sunondo
I have two ear files which I am trying to run in JBoss 3.2.3. Each one runs 
fine independently. When I run both together, one of the ear files uses a Class 
with the same package name from the other and gives a MethodNotFoundException. 
After I changed the package name of the Class, the ear file started using a 
properties file from the other. 

I have specified different jboss-app.xml files in each ear file under the 
meta-inf dir. I am including those below:

Ear 1:

http://www.jboss.org/j2ee/dtd/jboss-app_3_2.dtd";>


  jboss.loader:loader=suppliernet


Ear 2:

http://www.jboss.org/j2ee/dtd/jboss-app_3_2.dtd";>


  jboss.loader:loader=selfreg


I will really appreciate any help!


I am running JBoss on Linux.

Thanks,

Sunondo


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859848#3859848

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859848


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: jboss-4.0.0RC1 Vs jboss-4.0.0

2004-12-24 Thread [EMAIL PROTECTED]
RC indicates it is a release candidate. Not a stable release.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859846#3859846

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859846


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - After reading the forums a bit, I see numerous problems in t

2004-12-24 Thread lairdwd
from using the fork=true flag. Ergo, we'll leave it the way the jboss group 
recommends. There is a disconnect here from the tomcat official documentation 
on recommended settings for production and the jboss documentation. Some of the 
discussion threads should be called out explicitly about the known issues. 
Cheers, Bill

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859845#3859845

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859845


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: DynamicLoginConfig problems

2004-12-24 Thread [EMAIL PROTECTED]
Presumably the second ear has no visibility to the ServerLoginModule due to the 
scoping then. Enable trace level logging on the security category 
org.jboss.security (http://www.jboss.org/wiki/Wiki.jsp?page=Logging) to better 
see what is failing. The sar setting up the shared security domain clearly 
should not be within a scoped ear.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859842#3859842

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859842


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: DynamicLoginConfig problems

2004-12-24 Thread sradford
I guess I should add that both my ears have different loader-repositories 
specified via their jboss-app.xml file.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859840#3859840

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859840


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Deploying 2 MDB with same EJB Name into different EJB Ja

2004-12-24 Thread [EMAIL PROTECTED]
Its a configuration issue. You have to configure the deployments to have unique 
local jndi names using the jboss.xml descriptor since the default is taken from 
the ejb-name.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859839#3859839

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859839


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - DynamicLoginConfig problems

2004-12-24 Thread sradford
Hi,

I have deployed my own ServerLoginModule via the DynamicLoginConfig (in a sar 
within an ear, called ear1). It is deployed as xxxRealm.

When I connect to EJB's deployed withing ear1, secured by the xxxRealm all 
works fine.

I now have a second ear, say ear2, which deploys more ejbs, secured by the 
above xxxRealm.

However, when I try to access the ejbs in in ear2 I get nowhere.

I get the classic [org.jboss.ejb.plugins.SecurityInterceptor] Authentication 
exception, principal=(null or XXX) deplending on wherever I do the client login 
or not.

When accessing these ear2 ejbs my ServerLoginModule does not get initialised 
(no log messages). Any ideas why?

Regards,

Sean

(using Jboss-3.2.6)


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859838#3859838

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859838


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: UsersRolesLoginModule AND CLIENT-CERT (desperately)

2004-12-24 Thread [EMAIL PROTECTED]
Probably a problem with the file encoding/white space differences on the two 
platforms.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859837#3859837

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859837


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Related to JBoss-IDE 1.3.0 Tutorial Guide Tutorial Example

2004-12-24 Thread hazarinaveen
Can any one help me to solve this problem , 

I am folowing JBoss-IDE 1.3.0 Tutorial Guide , Tutorial Example i follwed  
almost all the steps specified in Tutorial , and i successfully created  .war.
.jar , .ear ,
  but here the problem is,When i depoye the application 
server is throwing this error



17:47:19,859 INFO  [Server] Starting JBoss (MX MicroKernel)...
17:47:19,875 INFO  [Server] Release ID: JBoss [Zion] 4.0.0RC1 (build: 
CVSTag=JBoss_4_0_0_RC1 date=200407202112)
17:47:19,875 INFO  [Server] Home Dir: D:\jboss-4.0.0RC1
17:47:19,875 INFO  [Server] Home URL: file:/D:/jboss-4.0.0RC1/
17:47:19,875 INFO  [Server] Library URL: file:/D:/jboss-4.0.0RC1/lib/
17:47:19,875 INFO  [Server] Patch URL: null
17:47:19,875 INFO  [Server] Server Name: default
17:47:19,875 INFO  [Server] Server Home Dir: D:\jboss-4.0.0RC1\server\default
17:47:19,875 INFO  [Server] Server Home URL: 
file:/D:/jboss-4.0.0RC1/server/default/
17:47:19,875 INFO  [Server] Server Data Dir: 
D:\jboss-4.0.0RC1\server\default\data
17:47:19,875 INFO  [Server] Server Temp Dir: 
D:\jboss-4.0.0RC1\server\default\tmp
17:47:19,875 INFO  [Server] Server Config URL: 
file:/D:/jboss-4.0.0RC1/server/default/conf/
17:47:19,875 INFO  [Server] Server Library URL: 
file:/D:/jboss-4.0.0RC1/server/default/lib/
17:47:19,875 INFO  [Server] Root Deployment Filename: jboss-service.xml
17:47:19,875 INFO  [Server] Starting General Purpose Architecture (GPA)...
17:47:20,250 INFO  [ServerInfo] Java version: 1.4.2_04,Sun Microsystems Inc.
17:47:20,250 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 
1.4.2_04-b05,Sun Microsystems Inc.
17:47:20,250 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
17:47:20,656 INFO  [Server] Core system initialized
17:47:23,843 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: 
resource:log4j.xml
17:47:24,218 INFO  [WebService] Using RMI server codebase: http://nit065:8083/
17:47:24,281 INFO  [NamingService] Started jnpPort=1099, rmiPort=1098, 
backlog=50, bindAddress=null, Client SocketFactory=null, Server 
SocketFactory=null
17:47:31,437 INFO  [RARDeployment] Required license terms exist view the 
META-INF/ra.xml: 
file:/D:/jboss-4.0.0RC1/server/default/deploy/jboss-local-jdbc.rar
17:47:31,703 INFO  [RARDeployment] Required license terms exist view the 
META-INF/ra.xml: file:/D:/jboss-4.0.0RC1/server/default/deploy/jboss-xa-jdbc.rar
17:47:31,921 INFO  [RARDeployment] Required license terms exist view the 
META-INF/ra.xml: file:/D:/jboss-4.0.0RC1/server/default/deploy/jms/jms-ra.rar
17:47:33,125 INFO  [STDOUT] cache_scale: 14
17:47:33,125 INFO  [STDOUT] cache_size_scale: 10
17:47:33,140 INFO  [STDOUT] NIO next enlargeBuffer():  1048576
17:47:33,140 INFO  [STDOUT] NIO file instance created. mode:  false
17:47:34,125 INFO  [Embedded] Catalina naming disabled
17:47:35,203 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on 
http-0.0.0.0-8080
17:47:35,265 INFO  [Catalina] Initialization processed in 1000 ms
17:47:35,265 INFO  [StandardService] Starting service jboss.web
17:47:35,281 INFO  [StandardEngine] Starting Servlet Engine: Apache 
Tomcat/5.0.27-dev
17:47:35,328 INFO  [StandardHost] XML validation disabled
17:47:35,390 INFO  [Catalina] Server startup in 125 ms
17:47:35,640 INFO  [TomcatDeployer] deploy, ctxPath=/http-invoker, 
warUrl=file:/D:/jboss-4.0.0RC1/server/default/deploy/http-invoker.sar/http-invoker.war/
17:47:37,015 INFO  [TomcatDeployer] deploy, ctxPath=/ws4ee, 
warUrl=file:/D:/jboss-4.0.0RC1/server/default/tmp/deploy/tmp47296jboss-ws4ee-exp.war/
17:47:37,312 INFO  [TomcatDeployer] deploy, ctxPath=/, 
warUrl=file:/D:/jboss-4.0.0RC1/server/default/deploy/jbossweb-tomcat50.sar/ROOT.war/
17:47:37,562 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, 
warUrl=file:/D:/jboss-4.0.0RC1/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
17:47:37,984 INFO  [WrapperDataSourceService] Bound connection factory for 
resource adapter for ConnectionManager 
'jboss.jca:name=DefaultDS,service=DataSourceBinding to JNDI name 
'java:DefaultDS'
17:47:38,515 INFO  [ConnectionFactoryBindingService] Bound connection factory 
for resource adapter for ConnectionManager 
'jboss.jca:name=JmsXA,service=ConnectionFactoryBinding to JNDI name 'java:JmsXA'
17:47:40,203 INFO  [A] Bound to JNDI name: queue/A
17:47:40,203 INFO  [B] Bound to JNDI name: queue/B
17:47:40,203 INFO  [C] Bound to JNDI name: queue/C
17:47:40,218 INFO  [D] Bound to JNDI name: queue/D
17:47:40,218 INFO  [ex] Bound to JNDI name: queue/ex
17:47:40,281 INFO  [testTopic] Bound to JNDI name: topic/testTopic
17:47:40,281 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
17:47:40,281 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
17:47:40,281 INFO  [testQueue] Bound to JNDI name: queue/testQueue
17:47:40,390 INFO  [DLQ] Bound to JNDI name: queue/DLQ
17:47:40,640 INFO  [OILServerILService] JBossMQ OIL service available at : 
0.0.0.0/0.0.0.0:8090
17:47:40,781 INFO  [OIL2ServerILService] JBossMQ OIL2 service availa

[JBoss-user] [Security & JAAS/JBoss] - Re: Auth Filter

2004-12-24 Thread [EMAIL PROTECTED]
No. You would have to customize the associated authentictor. For example, 
org.apache.catalina.authenticator.FormAuthenticator if your using FORM 
authentication.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859835#3859835

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859835


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Using principal for context passing

2004-12-24 Thread [EMAIL PROTECTED]
So the Work Area Service for J2EE is a caller initiated session created using 
the UserWorkArea jndi binding with the call boundaries set by the 
begin/complete calls:


  | package com.ibm.websphere.workarea;
  | 
  | public interface UserWorkArea {
  |void begin(String name);
  |void complete() throws NoWorkArea, NotOriginator;
  | 
  |String getName();
  |String[] retrieveAllKeys();
  |void set(String key, java.io.Serializable value)
  |   throws NoWorkArea, NotOriginator, PropertyReadOnly;
  |void set(String key, java.io.Serializable value, PropertyModeType mode)
  |   throws NoWorkArea, NotOriginator, PropertyReadOnly;
  |java.io.Serializable get(String key);
  |PropertyModeType getMode(String key);
  |void remove(String key)
  |   throws NoWorkArea, NotOriginator, PropertyFixed;
  | }
  | 

Like I said, this is something that could be built on top of the current 
invoker implementation using a valve/filter in the web tier and interceptors in 
the ejb proxy and container. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859834#3859834

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859834


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: What's wrong with my XMBean?

2004-12-24 Thread [EMAIL PROTECTED]
Moved to the user list as this is not a development question. Your depends 
elements are commented out.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859833#3859833

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859833


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: HTTP session replication delay

2004-12-24 Thread [EMAIL PROTECTED]
The default replication mode is REPL_SYNC as configured in the 
deploy/tc5-cluster-service.xml, so unless you have multiple requests for the 
same session bouncing across nodes, there should be no delay issue.

Note that the current session replication implementation cannot be used for 
load balanced requests. It can only be used for failover.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859832#3859832

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859832


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Symlinks in the deploy directory?

2004-12-24 Thread [EMAIL PROTECTED]
Your URLs list is poorly choosen as it includes a directory which includes the 
entire server distribution. This will recursively scan all directories under 
/home/wiley173/ looking for deployable content.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859831#3859831

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859831


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Get current User

2004-12-24 Thread [EMAIL PROTECTED]
Yes, that is correct.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859830#3859830

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859830


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Disable some JBoss services !

2004-12-24 Thread warx_sg
Hi all,

i have to use JBoss 3.2 for developing a J2EE application, so i have to use 
JSP/Servlet and EJB.
I want to configure Jboss disabling the services that i don't use such as JMS 
and so on.
What services do i have to disable ?
How can i disable the servies ?
In this way i can save time to startup JBoss and it can be faster.
Any suggestion ?
Cheers.

 Stefano


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859826#3859826

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859826


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Telnet appender: how to set the login and password?

2004-12-24 Thread gfzhang
I want to limit Telnet appender so that only a specific user is allowed to 
connect to it.

How to do it? how to set a user name and password in the appender?

Thank you very much.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859825#3859825

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859825


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Disable some JBoss services !

2004-12-24 Thread [EMAIL PROTECTED]
Just remove the corresponding configuration files from the deploy directory. 
Chapter 1 of the online admin/devl guide provides an overview of what the files 
are for the various services.

http://www.jboss.org/docs/index

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859829#3859829

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859829


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Error compiling monitoring manager #0

2004-12-24 Thread [EMAIL PROTECTED]
I saw the same problem with the network interface address did not match what 
the /etc/hosts value for the machine had.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859828#3859828

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859828


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - application.xml not found error

2004-12-24 Thread hazarinaveen
Hi  EveryOne
  By Following tutorial Example ,I successfully created jar,war and ear 
files also ,by following each and every instruction specified in the tutorial 
pdf , 
   Here the problem is When i deploy ear file The server is generating 
the following error msg



17:35:40,828 INFO  [EARDeployer] Init J2EE application: 
file:/D:/jboss-4.0.0RC1/server/default/deploy/FiboApp.ear
17:35:40,828 ERROR [MainDeployer] Could not initialise deployment: 
file:/D:/jboss-4.0.0RC1/server/default/deploy/FiboApp.ear
org.jboss.deployment.DeploymentException: No META-INF/application.xml found
at org.jboss.deployment.EARDeployer.init(EARDeployer.java:119)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:727)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:664)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:637)
at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:230)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy7.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:212)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:191)





   But I placed application.xml file in META-INF only, and I 
checked generated ear file also,in that also file is there
  

   Thanks in advance 
  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859822#3859822

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859822


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Error compiling monitoring manager #0

2004-12-24 Thread jieshengz
I running jboss-3.2.6 "all" server in a Linux machine. The OS is redhat 
Enterprise Linux 3. In this linux machine, run the "default" server, there is 
no problem. However when I started the "all" server, I got this exception

2004-12-24 18:35:26,980 INFO  [org.jboss.web.WebService] Using RMI server 
codebase: http://develop2.redzero.com:8083/
2004-12-24 18:35:28,059 INFO  [org.jboss.naming.NamingService] Started jndi 
bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client 
SocketFactory=null, Server [EMAIL PROTECTED]
2004-12-24 18:35:39,122 WARN  [org.jboss.jmx.adaptor.snmp.agent.TrapEmitter] 
Error compiling monitoring manager #0
java.net.BindException: Cannot assign requested address
at java.net.PlainDatagramSocketImpl.bind(Native Method)
at java.net.DatagramSocket.bind(DatagramSocket.java:368)
at java.net.DatagramSocket.(DatagramSocket.java:210)
(...)
2004-12-24 18:35:43,666 INFO  
[org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] Initializing
2004-12-24 18:35:43,892 INFO  [org.jgroups.protocols.UDP] unicast sockets will 
use interface 211.100.15.76
2004-12-24 18:35:43,893 ERROR [org.jgroups.JChannel] exception: 
java.lang.Exception: exception caused by UDP.start(): java.lang.Exception: 
UDP.createSockets(): cannot list on any port in range 0-1
2004-12-24 18:35:43,965 ERROR [org.jboss.ha.framework.server.ClusterPartition] 
Starting failed jboss:service=DefaultPartition
ChannelException: java.lang.Exception: exception caused by UDP.start(): 
java.lang.Exception: UDP.createSockets(): cannot list on any port in range 0-1
at org.jgroups.JChannel.connect(JChannel.java:328)
at 
org.jboss.ha.framework.server.ClusterPartition.startService(ClusterPartition.java:257)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)

-

I can start this configured "all" server in my window machine and another linux 
machine without any problem. It seems to be socket binding proble. Not sure 
whether it is multicast related or not.

Any help is really appreciated

jason

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859818#3859818

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859818


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Get current User

2004-12-24 Thread wxwang
I am using request.getPrincipal.getName() from servlet and 
ctx.getCallerPrincipal().getName() from
EJB.

Is it correct.

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859817#3859817

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859817


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Auth Filter

2004-12-24 Thread wxwang
Hello

In weblogic, AuthFilterImpl is called via a RequestDispatcher.include() from 
inside the servlet engine just before Authentication and Authorization and just 
after.

Could any one tell me Jboss has got a similar interface?

Thanks in advance.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859816#3859816

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859816


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - HTTP session replication delay

2004-12-24 Thread rahulkausale
Hello all Jboss gurus out there,

I am having a development environment with following details,

I have two intel p4 machines with 2 GB RAM, RedHat Linux running on it and 
having 3 Jboss-4.0.0 instances.

Machine 1:

Instance 1:  running in "all" mode and having "DEVPartition" as cluster 
partition. in this partition only HTTP session replication is enabled.
Instance 2:  running in "standard" mode, running on different ports using 
binding manager service.
Instance 3:  running in "standard" mode, running on different ports using 
binding manager.

Machine 2:

Instance 1:  running in "all" mode and having "DEVPartition" as cluster 
partition. in this partition only HTTP session replication is enabled. 
Instance 2:  running in "standard" mode, running on different ports using 
binding manager service.
Instance 3:  running in "standard" mode, running on different ports using 
binding manager.

Only "Intance 1 " on both the machines are forming cluster, and replicating 
session.  And I am using apache2+mod_jk2 for doing the load balencing. mod_jk2 
is configured to persist to same server for "instance2" and "instance3" 
(session sticky), but would do load balancing for the requests to "instance1" 

The problem I am facing with is, the session replication takes some time (i 
don't have the exact statistics) to replicate the session across the nodes, 
which is causing the application to fail while looking for the session it has 
created on one node and the request is being sent to another server by mod_jk2. 

I think this latency is byproduct of  jboss serializing the session data before 
replicating on another server and the network latency. I don't think the 
network latency should cause much botheration, as both the nodes on same 
physical 100Mbps LAN.

If anybody has faced the same problems or got solution for this, please help me.

Thanks a lot

Rahul D. Kausale

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859815#3859815

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859815


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Cannot lookup after restart server

2004-12-24 Thread Lviz
 hello lvhuyen
this may help..

http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases
http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions

cheers
L

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859813#3859813

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859813


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-12-24 Thread worldheart
Advice: 

In the future release,the jboss application server distribution can 

take account of providing release notes itself like other open source projects.

So,jboss users may view release notes offline, and more.

thx.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859812#3859812

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859812


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Get current User

2004-12-24 Thread wxwang
I have got one question is how can I get current user?(who is authenticated or 
a guest and running this thread)

In weblogic, we canuse weblogic.security.acl.Security.getCurrentUser();

It returns "guest", if the user is unauthenticated.

Thanks in Advance.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859807#3859807

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859807


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: javax.ejb package

2004-12-24 Thread ter_d
Hello darranl,
thanks a lot for your information!
Merry Christmas!!!
ESther


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859806#3859806

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859806


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user