[JBoss-user] [HTTPD, Servlets & JSP] - Support '.' and '$' for inner class references in

2005-05-30 Thread TheoCleminson
I am currently evaluating JBoss as a replacement to using Weblogic. The product we are developing has a significant JSP code base with widespread use of inner classes in jsp pages. JBoss currently supports inner class references in tags using the "." notation eg: This is in conflict with We

[JBoss-user] [JBossCache] - Re: how to clear jboss 3.2.25 cache

2005-05-30 Thread ambica
hi, Jboss stores the internal cache you have to remove that. It will be stored in the server\default\work and server\default\tmp remove the file in this folder and check. Note: you have to stop the server if you want to remove i hope it works for u View the original post : http://www.jbo

[JBoss-user] [Nukes User] - Re: How to start user defined [HSQL]database from JBOSS 4.0.

2005-05-30 Thread nativex
I would like to add few more points to my question, what im trying to do actually is to deploy 2 ear applications and im using HSQLDB as the database. The issue is, each of these application has a table name is common. So what is planned is to create seperate set of database specific to each o

[JBoss-user] [Security & JAAS/JBoss] - MissingResourceException during login when using a custom Lo

2005-05-30 Thread joco3
Hi, I use JBoss 4.0.2 and try to use JAAS authentication with a custom LoginModule. I've set up the SecurityDomain in login-config.xml and put my LoginModule in a jar under server/all/lib. When I call the login method of the LoginContext I get the following MissingResourceException: 16:19:19,

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: clean queues

2005-05-30 Thread pbober
See the Javadocs for JMS http://java.sun.com/j2ee/1.4/docs/api/index.html One way to send non-persistent messages is to pass DeliveryMode.NON_PERSISTENT to Message.setJmsDeliveryMode(). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879486#3879486 Reply to

[JBoss-user] [JBoss Portal] - how to use jboss-portal in weblogic ?

2005-05-30 Thread chlol
i am developing a project that need using portal technology,i am very interested in jboss-portal.but i am not sure that the jboss-portal if it can be run in webogic,if can ,how to deploy?has anybody some experience about it?thank for your help! View the original post : http://www.jboss.org/inde

[JBoss-user] [Beginners Corner] - Re: help! requested resource is not available.

2005-05-30 Thread khalidhajsaleh
hmmm, I did not make any changes to my server.xml. Mayby that is my problem. What should include there? Khalid View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879484#3879484 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Beginners Corner] - same problem here, xml files requested

2005-05-30 Thread ilangocal
HI khalid I have the same problem. Only difference is, I have not created a WAR file. But I have deployed the servlets in the right way. Why don't u send me your server.xml file and the web.xml file. I will see if we can get any insight. View the original post : http://www.jboss.org/index.h

[JBoss-user] [Security & JAAS/JBoss] - Re: Anyway of removing the MDB username and password from th

2005-05-30 Thread gray1
Another option I thought of by reading the various forum posts was using resource factory to supply the jms connections meaning I could supply the connection parameters (username and password) in a xml file similar to my jdbc datasources. Is this a possibility? If it is how would I tell the md

[JBoss-user] [Beginners Corner] - Help! Sending data to MySQL

2005-05-30 Thread mjchecko
Hello, I am using the following simple connection inside a servlet to update data in MySQL: try | { | //SETUP THE CONNECTION TO MYSQL | Statement stmt; |

[JBoss-user] [Security & JAAS/JBoss] - Re: Anyway of removing the MDB username and password from th

2005-05-30 Thread gray1
I really need ideas here. Anyone? I was thinking perhaps maybe a ConfiguredIdentityLoginModule might be an answer. But right now I don't even know if it's possible to use JAAS to authenticate an MDB to a JMS Destination rather than using the explicit username/password in the jboss.xml...

[JBoss-user] [Clustering/JBoss] - Re: How do i disable HTTP-Session replication?

2005-05-30 Thread [EMAIL PROTECTED]
By default it is not turned untill you have distributable tag in the web war. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879479#3879479 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879479 -

[JBoss-user] [Clustering/JBoss] - Re: Unable to obtain HTTP Session Replication

2005-05-30 Thread [EMAIL PROTECTED]
Can you try out 4.0.2 release to see if you have the same problem? Couple http session replication fixes are in 4.0.2. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879478#3879478 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Beginners Corner] - help! requested resource is not available.

2005-05-30 Thread khalidhajsaleh
Hi, My war deploys correctly without problems but when I try to access a servlet, I get a requested resource is not available. here is what I did: 1- my servlet is com.example3.general.HelloWorld; 2- my index.jsp, has a link a href ="servlet/test" 3- this "servlet/test" is mapped in web.xml a

[JBoss-user] [Persistence & CMP/JBoss] - HAR with mapping dependencies

2005-05-30 Thread devang
I have a har deployment that uses table-per-subclass for inheritence mapping. The application has been successfully deploying on Windows for a while, although I did have to name some of the mapping files something like 1XXX.hbm.xml, 2XXX.hbm.xml where 1XXX is the mapping for the base class, 2XX

[JBoss-user] [EJB/JBoss] - Re: Cannot generate primary key class with xdoclet

2005-05-30 Thread smeier
Hi Urs, did you remember to add the * @ejb.pk-field tag to the get-method of your primary key field? Regards, Stefan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879472#3879472 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Beginners Corner] - run.bat -b still binds to 0.0.0.0

2005-05-30 Thread kstieers
Hey all, I've dug through the forums and docs and something is still eluding me. Jboss 4.0.0 (vendor required) Windows 2003 multiple IPs on the same box, one for each instance of JBoss As often as the vendor rev's their app, I'd rather not dig throught the config files every time, so I'm t

[JBoss-user] [JBoss Getting Started Documentation] - Re: HOWTO use Oracle9i with JBoss 4?

2005-05-30 Thread [EMAIL PROTECTED]
You are correct that other application servers would not understand the file, but this wouldn't really cause any sort of problem. You'd need to add the appropriate deployment descriptors for the other application server, but the presence of the JBoss ones shouldn't impact the other server in an

[JBoss-user] [JBoss Portal] - Re: Table 'jbossportal.jbp_forums_categories' doesn't exist

2005-05-30 Thread [EMAIL PROTECTED]
could you remove the forums, drop any table pertaining to the forum and redeploy the forum ear ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879468#3879468 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879468 ---

[JBoss-user] [JBoss Portal] - Re: Cannot create forum watch Error (RC2/MySQL 4.1.11)

2005-05-30 Thread [EMAIL PROTECTED]
It is fixed in CVS head. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879467#3879467 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879467 --- This SF.Net email is

[JBoss-user] [JBoss Portal] - Re: Cannot create forum watch Error (RC2/MySQL 4.1.11)

2005-05-30 Thread [EMAIL PROTECTED]
it seems that the forum is trying to commit the transaction and it should not, I am working on a fix. thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879466#3879466 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Beginners Corner] - Selecting the deploy directory

2005-05-30 Thread Musikolo
Hi, I've been working with Tomcat for some time and with it you are able to deploy your project always in the same directory. However, under JBoss every time I put an EAR file, it deploys it under tmp directory and with a different name everytime (pseudo-random name). Is there any way to say J

[JBoss-user] [JBoss Portal] - Cannot create forum watch Error (RC2/MySQL 4.1.11)

2005-05-30 Thread awmobjects
Any thoughts on the folowing server.log error snippet...thanks awm: 2005-05-30 13:46:46,140 ERROR [org.jboss.portlet.forums.impl.ForumsModuleImpl] Cannot create forum watch org.hibernate.TransactionException: JDBC commit failed at org.hibernate.transaction.JDBCTransaction.commit(JDBCTran

[JBoss-user] [JBoss Portal] - Table 'jbossportal.jbp_forums_categories' doesn't exist (RC2

2005-05-30 Thread awmobjects
Can someone direct me to the source of the subject error, pls...thanks awm Pls find below a snippet from my "jboss-portal-2.0-RC2-jboss-4.0.2\server\default\log\server.log" file : 2005-05-30 12:41:24,062 DEBUG [org.hibernate.util.JDBCExceptionReporter] could not execute query [select category

[JBoss-user] [Javassist user questions] - Error Compiling a switch

2005-05-30 Thread jammerie
Hi All, I was trying to compile a new Method using the CtNewMethod class and hit a problem, compiling the following switch statement: public static final int TWO = 2; ... ... switch (mode) { case 1: System.out.println ("1"); case TWO: System.out.println ("2"); } when it tried to compile cas

[JBoss-user] [EJB/JBoss] - Re: What is the correct way to do an update with Entity bean

2005-05-30 Thread robr
The following code contains the solution to my question. I got a UserTransaction object and then did a begin and end transaction around the updates so that only one update was done instead of individual updates for each setter in the block. | if (!bAbortInsertUpdate) { |

[JBoss-user] [JBossCache] - Re: Can JBossCache dynamically change its item limit on the

2005-05-30 Thread Cork
If I change the xml config file at runtime and construct a new tree cache instance would that allow for changing the limit? cheers Peter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879460#3879460 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [JBoss Getting Started Documentation] - Re: HOWTO use Oracle9i with JBoss 4?

2005-05-30 Thread dxxvi
What I meant by portability is if we use jbosscmp-jdbc.xml, we cannot bring the whole directory contaning java and xml files to other application servers because they will not understand what jbosscmp-jdbc.xml is. Am I right? View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [EJB/JBoss] - Problem Jboss and 4D

2005-05-30 Thread AThilA
Developing an application J2ee with a base of information 4D this mistake happens, if someone has idea of since as solving this mistake please to help myself, this project is very important for my. Thank you in advance. this is the error --- MBeans waiting for other MBeans --- ObjectName:

[JBoss-user] [Installation & Configuration] - how to configure Jboss

2005-05-30 Thread Jay150
Hello all ! i don't speek very good english... i want to know how configure Jboss 4.0 under Linux Suse 9.1 to starting it with the computer, without launch everytime the run.sh ! Thank you very much for your help View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Javassist user questions] - Re: Plz i need help with this problem

2005-05-30 Thread AThilA
this is the error --- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:jndiName=ejb/PrimerEJBHome,service=EJB State: FAILED Reason: org.jboss.deployment.DeploymentException: Error while fixing table name; - nested throwable: (org.jboss.util.NestedSQLException: Could not create con

[JBoss-user] [Javassist user questions] - Plz i need help with this problem

2005-05-30 Thread AThilA
Developing an application J2ee with a base of information 4D this mistake happens, if someone has idea of since as solving this mistake please to help myself, this project is very important for my. Thank you in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [EJB/JBoss] - Stateful Session Bean timeout after 80 seconds

2005-05-30 Thread smeier
Hi all, I'm experiencing a problem on my stateful session beans in jboss 3.2.7. The session beans seem to time out after 80 seconds (I'm getting an "Object not found"). It did not configure this in any special way and it did not happen with 3.2.1. I'm using the Standard Stateful SessionBean co

[JBoss-user] [JBossCache] - how to clear jboss 3.2.25 cache

2005-05-30 Thread ketan_dba
I am using jboss-3.2.25 and developing web application. successfully deploy the .ear file in server/default/deploy/ But when i redploy the .ear file after some modification i am getting old .ear file content.. So how i clear the cache... 1)i am using I.E. 6.0 and clear cache from my developing co

[JBoss-user] [Beginners Corner] - production config.

2005-05-30 Thread kanonmicke23
Hello! This is a really basic question that I haven't been able to find any answer on. I have been developing a new website and have used the url http://localhost:8080/warehouse/index.htm for my development environment. Now that I will move to a production environment I wonder how I can change

[JBoss-user] [Installation & Configuration] - Re: jboss ignores Class-Path in .war files, deployment probl

2005-05-30 Thread [EMAIL PROTECTED]
Are you using JBoss-4.0.2? For 4.0.2 try this Dont include lib.jar in WEB-INF/lib but specify Java2ClassLoadingCompliance=true to use JBoss Unified Class loader. Rest all same. Amit View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879451#3879451 Reply to th

[JBoss-user] [Installation & Configuration] - Re: Can't run Jetty on 4.02

2005-05-30 Thread [EMAIL PROTECTED]
It is really bad idea to use Jetty with JBos4.0.2. 4.0.2 ships with tomcat 5.5 and is recommended. Amit. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879450#3879450 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38794

[JBoss-user] [Installation & Configuration] - Re: JBoss 3.2.7 with JDK 1.5

2005-05-30 Thread [EMAIL PROTECTED]
3.2.x does not compile with JDK 5 but runs smooth. Amit. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879449#3879449 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879449 ---

[JBoss-user] [Installation & Configuration] - Re: How to upgrade the version of Hypersonic in Jboss ?

2005-05-30 Thread [EMAIL PROTECTED]
Replace the hsqldb.jar from jboss-x.x.x\server\xxx\lib Though Hypersonic is not production level database and is not recommended for production. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879448#3879448 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [J2EE Design Patterns] - Multithreading using MDB

2005-05-30 Thread sameerbkk
have one multithreaded application which used to spawn different processes. This is application is being ported to J2EE environment. Initially the plan was to use MDB (Message Driven Beans) to spawn mutliple threads and get the task done. But the main problem with MDB is the communication fro

[JBoss-user] [JBoss Portal] - actionProcess() and render() methods And How to create hiper

2005-05-30 Thread MadhuPocham
1)When actionProcess() method is called and when render() method is called? And What is the difference between them? 2) How to create hyperlink to a servet or jsp or static html page in portlet page? And also If i want to submit some data in form tags, what is the value i have to use for action

[JBoss-user] [JBoss Portal] - Re: How can we see the Webinar from Europe

2005-05-30 Thread [EMAIL PROTECTED]
FYI (for next time), there was a phone number given in the email sent to you when you subscribed, with area code 650 that you could have call using Skype out for example. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879445#3879445 Reply to the post : ht

[JBoss-user] [Beginners Corner] - Re: JBoss 4.01 and Slide User Administration

2005-05-30 Thread LeRoi
Hello, i'm sorry to post agian but the problem is very urgent. I try to solved the problem by using a security main like it's described in poin 2.3 of the starting guide, but everytime i response the right name and password i get a http 403 error saying access denied. I wonder why because I use

[JBoss-user] [JCA/JBoss] - Re: How to connect to external database by statefull Java Be

2005-05-30 Thread waglik
Well my session bean is working becouse I am able to use other methods from it. I get no error when I deploy it in Jboss. In my EJB I obtain conection to database like this : Class.forName("org.postgresql.Driver"); DriverManager.getConnection("jdbc:postgresql://localhost:5432/Wybory",

[JBoss-user] [JBoss Portal] - Re: How can we see the Webinar from Europe

2005-05-30 Thread rup.inf
Hi, I am not sure the setup of your webninar software allows VoIP connections? I tried to look around in the menus while the webinar was running. It seemed like the only connection was by 1-800 phones. Regards, rasped View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [JBossCache] - Re: Standalone TreeCache with Configured LRU policy???

2005-05-30 Thread [EMAIL PROTECTED]
I'll look at this in the 1.3 time frame. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879440#3879440 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879440 --- This

[JBoss-user] [JBossWS] - EJB 2.1 Service Endpiont: Custom Types

2005-05-30 Thread ameisinger
Hi, I am using JBoss 4.0.2, Eclipse 3.0.2 with JBossIDE 1.4.1e30 and xDoclet 1.2.3. I wrote a ejb 2.1 service endpoint with standard data types - it works fine. Now I want to add a custom object (Person). Which steps must be done? My file-structure is as follows: | /Tutorial | /src |

[JBoss-user] [JBossCache] - Re: Standalone TreeCache with Configured LRU policy???

2005-05-30 Thread Cork
He Bela, I created an issue and attached a small test. JBCACHE-172 Hope it's just something silly I'm doing :) btw, IsolationLevel=NONE made no difference Cheers, Peter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879438#3879438 Reply to the post : ht

[JBoss-user] [EJB/JBoss] - jboss 3-2-5 has problems

2005-05-30 Thread luisnguyen
i deployed two modules is ejbmodule and webmodule(build on framework struts) when i run, it throws exception 17:11:02,484 ERROR [Engine] ApplicationDispatcher[/WebModule] Servlet.service() for servlet jsp threw exception javax.servlet.jsp.JspException: Cannot find bean exception in any scope

[JBoss-user] [EJB/JBoss] - calling directly a web service

2005-05-30 Thread jherrero
Hi Does anybody know how to call a web service directly, I mean: A web service is deployed and the IP is xxx.yyy.aaa.bbb A client bean wnat to call this web service and the code is the following: Context ic = new InitialContext(); Object homeObj = ic.lookup("java:comp/env/ejb/traderHome"); Tra

[JBoss-user] [EJB/JBoss] - Maximum allowed connections reached ...

2005-05-30 Thread sylobsa
Hi all, I use JBoss 3.2.3 + jBpm 2 (=>Hibernate 2 + c3p0). I reach the maximum number of connections allowed. Surely I open an hibernate session and forget to close it. I'd like to tune JBoss and see when sessions are created when I run my application in debug mode. Does anybody know a tool wh

[JBoss-user] [Installation & Configuration] - How to upgrade the version of Hypersonic in Jboss ?

2005-05-30 Thread sebastienclaude
Hello, Is it possible to update the version of Hypersonic in Jboss from 1.7.1 to 1.7.3 ? how ? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879435#3879435 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879

[JBoss-user] [Installation & Configuration] - http-invoker problem

2005-05-30 Thread rafcio
Hi, I'm not working with http-invoker. It will be deployed on my server. Now I'm testing a monitoring tool (ManageEngine), but I get a message, that "Service is not running.". Can somone help me? Regards, Rafal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB invoked multiple times

2005-05-30 Thread sriramp_here
We have JBoss4.0.0 installed with Oracle as database. But for JMS persistance and state management we are using the HSQLDB. Now I have a MDB which has subscribed to a specific topic. From a Servlet we are invoking a Session Bean which in turn publishes a message to the topic to which the MDB lis

[JBoss-user] [Security & JAAS/JBoss] - Re: Security Propagation Problem: Jboss 4.0.2 vs 4.0.1sp1

2005-05-30 Thread eatasonzzh
me too how to thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879430#3879430 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879430 --- This SF.Net email i

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Transaction Timeout

2005-05-30 Thread daly_kevin
Error seems very similiar to http://www.jboss.org/index.html?module=bb&op=viewtopic&t=54906 how was this resolved ? - Kevin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879429#3879429 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Messaging, JMS & JBossMQ] - Transaction Timeout

2005-05-30 Thread daly_kevin
Hi, We are running JBoss 3.2.3 against a SQL Server database. We use the JMS Engine of JBoss quite extensively. JBoss is configured to use a PersistenceManager. We have one MDB configured as a singleton. This bean stop processing messages (usually at night) at times of relatively low server act

[JBoss-user] [JBossCache] - Re: Standalone TreeCache with Configured LRU policy???

2005-05-30 Thread [EMAIL PROTECTED]
Do you have the test available ? I suggest create a JIRA (jira.jboss.com) issue and attach the test to it. Locking comes with a cost, if you used IsolationLevel=NONE you'd probably get better numbers. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879426#3879

[JBoss-user] [EJB/JBoss] - stateless session bean calls a remote server

2005-05-30 Thread tulipsl
A stateless session bean needs to access a remote server through its provided API. However sometimes the remote API call may take a few minutes to return. To allow the system to scale(there may be many clients access the same bean concurrently), we need to figure out a way to log/notify the even

[JBoss-user] [JBossWS] - Failed to deploy Java WSDP 1.5 web sevice on JBoss 3.2.5

2005-05-30 Thread gfzhang
I develop a RPC web service based on Java WSDP 1.5, but when I access it, the server throws the following exception: com.sun.xml.rpc.server.http.JAXRPCServletDelegate doPost SEVERE: Couldn't create SOAP message factory due to exception: javax.xml.soap.SOAPException: Unable to create message fact

[JBoss-user] [Installation & Configuration] - Re: jdk1.5 oder j2sdk

2005-05-30 Thread darranl
Have a look here: - http://www.jboss.org/products/ejb3 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879422#3879422 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879422 -

[JBoss-user] [JBossCache] - Re: Standalone TreeCache with Configured LRU policy???

2005-05-30 Thread Cork
I'm adding 100,000 items to the cache (single node). Then I do 100,000 random reads. Without the config it takes around 774ms with this config 1273ms. The same test using a LinkedHashMap only takes 182ms (with synchronization). This is the config I'm using: | | | |

[JBoss-user] [Security & JAAS/JBoss] - https

2005-05-30 Thread mpasbani
Hi All! I wanna develop a web application that needs to secure in some parts of. Please help and guid me what do I do? How I configure JBOSS? I am developing an e-commerce project and wanna secure checkout part. Best Regards! View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Clustering/JBoss] - Terrible!! failover of HASingleton doesn't work

2005-05-30 Thread hkdennis2k
I setup 2 jboss on two machines. Two of the jboss have some configuration. one HASingletonController(A) for my own Mbean two SingleScheduleProvider(B) and one HaSingletonController(C) for hasingleton-deploy Case1 Stary "node1", Start "node2" after "node1" is ready. Test both node1 and node2 ar

[JBoss-user] [Clustering/JBoss] - Re: Terrible!! failover of HASingleton doesn't work

2005-05-30 Thread hkdennis2k
PS. "Farm" feature are not used View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879417#3879417 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879417 --- This SF.Net e

[JBoss-user] [Installation & Configuration] - JBOSS-IDE "The selected wizard can not be started"

2005-05-30 Thread dcosta11
Running: Fedora Core 3 Sun's jdk1.5.0_03 [Server] JBoss (MX MicroKernel) 4.0.2 Eclipse Version: 3.1.0 JBoss-IDE Eclipse plug-in 1.4.1.e31-jre15 I am having problems running the JBoss-IDE plug-in. I installed the plug-in by pointing Eclipse to the sourceforge site. Install went without a problem

[JBoss-user] [Security & JAAS/JBoss] - Re: How to propagate user name

2005-05-30 Thread pawel.bodnar
And another thing yet, I login my user in filter servlet - maybe it cause some troubles ? Best regards Pawel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879412#3879412 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Security & JAAS/JBoss] - Re: How to propagate user name

2005-05-30 Thread pawel.bodnar
I am using JBOSS 3.2.6, I have very complex model of roles - that is why I have to use my own login module. Is there any configuration that I need to do with EJB components (in file ejb-xml) Best regards Paul View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38