[JBoss-user] [JBossCache] - Re: lock.TimeoutException

2005-08-22 Thread [EMAIL PROTECTED]
With pessimistic locking you can always get into trouble, e.g. look into the DeadlockTest unit test in JBossCache, where we should a simple deadlock scenarios. This is solved through timeouts, where one of the TXs throws a TimeoutException and rolls back. Manik has committed optimistic locking,

[JBoss-user] [Beginners Corner] - Re: Deploy as root on web

2005-08-22 Thread jactor
Thanx! I found a simular solution to the problem (as the last statement)... If one is deployed with an ear file, the application.xml can have the following statement: ... /http://www.jboss.org/index.html?module=bb&op=viewtopic&p=389118

[JBoss-user] [JBossCache] - Re: New event types in TreeCacheListener, your input is need

2005-08-22 Thread [EMAIL PROTECTED]
I can only repeat: your input is appreciated, as we will collect all callbacks and merge them into TreeCacheListener in 1.3. This *will* break existing code, and we want to break it only once ! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891188#3891188 Re

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: wait between retries when MDB fails?

2005-08-22 Thread amyrlinseat
Thanks genman, I assume you mean the "RedeliveryDelay" attribute, and thus my queue definition will be somewhat like this: | | jboss.mq:service=DestinationManager | jboss.mq:service=SecurityManager | 2 | 3 | | Please correct me if I am wrong so others wo

[JBoss-user] [EJB/JBoss] - user control of invoking ejbstroe() method

2005-08-22 Thread thanukshad
Is there a way to control invoking ejbStroe() method by configuring deployment descriptriors or any other method? I just want to stop invoking ejbStroe method after invoking a ejb finder method View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891185#3891185 Rep

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-22 Thread marec
Will this work? Or this of course will work, but it isn't what we wanted. The "echo" portal is using portlet instances defined in another portal, isn't it?. What we want is to define new instance within this "echo" portal and use it, not the one defined elsewhere. Because we want to specify diff

[JBoss-user] [JBoss Portal] - Re: Could Jboss portal be deployed only in JBoss Server?

2005-08-22 Thread liren
"[EMAIL PROTECTED]" wrote : JBoss Portal only works on JBoss AS. Yes, SSO is supported. Thank you for your reply. But how to implement single sign on in JBoss Portal? Should I mapping all portal's "user" table to my old webapp's table manually? Thks View the original post : http://www.jboss.o

[JBoss-user] [JBoss Portal] - Re: How to create dynamically new portals?

2005-08-22 Thread marec
"tomcmok" wrote : I assume the code you provided will rescan the deploy directories and deploy this what is new in there - right? | No. It is not rescaning. You don't need to have WAR file or any file. Everything what you need is portal description XML String in a variable. Your overriden cre

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 3.2.5 & JDK 5.0

2005-08-22 Thread frankgrimes
http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossWithJ2SDK1.5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891182#3891182 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891182 ---

[JBoss-user] [Clustering/JBoss] - Re: Clustering EJB3 Tutorial Not Working

2005-08-22 Thread aho
Using the JBoss installation procedure you recommended works for the clustering example. When I tried the other example, such as stateful session beans, the following errors appeared in the console. Seems like there is no one installation that works for all implementation yet. C:\jboss-EJB-3.0_

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 3.2.5 & JDK 5.0

2005-08-22 Thread sachinvshah
Hi, We are migrating to JAVA 5.0 with JBoss 3.2.5. Has anyone faced any problems with this combination. The problem i have seen as of now is that the lookup is very slow with JAVA 5.0. I haven't been able to trace if it is because of JAVA 5.0 or JBoss 3.2.5+JAVA 5.0 Are there any known compati

[JBoss-user] [EJB/JBoss] - EJB spec for jboss 4.0.2

2005-08-22 Thread thanukshad
what is the ejb spec for jboss as 4.0.2? is it EJB 2.0? what is the jboss version that has ejb spec 3.0? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891176#3891176 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38911

[JBoss-user] [JBoss Portal] - Re: Using Firebird 1.5

2005-08-22 Thread jfrosch
Roy, Well, the problem definitely seems to be Firebird related. I did a fresh install of JBoss 4.02 and an empty database. I got the same results as before. I then repeated the above, but used the default Hypersonic DB and it portal-hsqldb-ds.xml provided in the setup. All the tables were app

[JBoss-user] [JBoss.NET] - Re: Error while deploying web service

2005-08-22 Thread praneeth.bits
Bruce, thanks for your replyyeah...i downloaded jboss 3.2.5 and compared the axis.jar file with the one i had...they are different...when i replaced the axis.jar file,it worked fine. now..i have written another web service for my developmenti dont get any error...but the implementation

[JBoss-user] [JCA/JBoss] - Connection Pooling

2005-08-22 Thread haribabu_nunna
Hai All, I am using Jboss 4.0.0 as Application Server and MySql as Database. I configured the Datasource in Jboss4.0. When i try to connect to the DataSource, it works fine. After a certain amount of time of accessing the web pages hosted on the server, I get the following Error. No Ma

[JBoss-user] [Installation, Configuration & Deployment] - Re: Can't boot: javax.naming.CommunicationException

2005-08-22 Thread khobbs
If you can't wait for RC3, then grab jboss-4.0.3RC2.zip, install that, and then manually copy in the files (per the instructions contained within) from jboss-EJB_3.0_RC1.zip. This configuration boots without errors on a windowsXP platform. View the original post : http://www.jboss.org/inde

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-22 Thread [EMAIL PROTECTED]
Perhaps the docs are not explicit enough. Here is a portal named "echo" that has contentPortlet and HelloWorldPortlet on the default page. echo-portal.xml | | | echo | | | | org.jboss.portal.property.action | CMSPortletWindow

[JBoss-user] [JBoss Portal] - Re: Using Firebird 1.5

2005-08-22 Thread [EMAIL PROTECTED]
I can provide you a DB dump for my MySQL install, but I'm not familiar with FireBird enough to know what to change. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891167#3891167 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss Portal] - Re: Could Jboss portal be deployed only in JBoss Server?

2005-08-22 Thread [EMAIL PROTECTED]
JBoss Portal only works on JBoss AS. Yes, SSO is supported. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891166#3891166 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891166 -

[JBoss-user] [JBoss Portal] - Re: Using Firebird 1.5

2005-08-22 Thread jfrosch
Roy, >> All you should need to do is hardwire the SQL dialect for hibernate << That's what I thought, too. Yet, after two fresh installs of the database and Portal services, I get the same results: the tables are not created and after I create the schema and content through JMX, the JBP_ROLES

[JBoss-user] [Beginners Corner] - Re: how to checkout jboss4.0.1 from cvs

2005-08-22 Thread wyingl
thanks, used command line ,it is successed. but I used eclipse3.1 cvs. why can not see this branch. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891162#3891162 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891162

[JBoss-user] [JBossCache] - Re: transaction and replication in one application

2005-08-22 Thread mica
ConcurrentTransactionalTest uses Local CacheMode and I'm more concerned about replication. SyncReplTXTest also uses SERIALIZABLE mode, but it runs both TreeCache from the same process. What I'm trying to do is to perform similar test, but with two TreeCache in different processes. It seems, tha

[JBoss-user] [Beginners Corner] - Re: Deploy as root on web

2005-08-22 Thread PeterJ
Put the following in your jboss-web.xml file: |... |/ |... | [/url] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891159#3891159 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891159 -

[JBoss-user] [Performance Tuning] - Re: Low CPU Utilization on Linux

2005-08-22 Thread genman
Some operations in JBoss or your O/S may not be very parralelizable, blocking the other CPUs. There are tools to find out where your application (or JBoss) may be blocking the other CPUs, such as JProbe or JProfiler. View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [JBoss Portal] - Could Jboss portal be deployed only in JBoss Server?

2005-08-22 Thread liren
Hi friends: Could I deploy jboss portal to Tomcat or weblogic server? I also want to know if jboss portal implement single sign on. Because I want to integrate my old webapp with jboss portal,so I need have to mapping jboss portal's table to my old database table.It 's possible? thks View

[JBoss-user] [Performance Tuning] - Re: HTTP hang

2005-08-22 Thread genman
Get a stack trace of your application. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891154#3891154 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891154 --- SF.Ne

[JBoss-user] [JBoss Portal] - Re: How to deploy?

2005-08-22 Thread martingi
"svaret" wrote : I mean where I don't see the JBoss Portal at top. Do you mean the JBoss Portal Logo? You want to see your own design? In this case you could check the Reference Manual http://docs.jboss.com/jbportal/v2.0Final/reference-guide/en/html/themeandlayouts.html View the original post :

[JBoss-user] [JBoss Portal] - Re: Instatiating portlet from another portal

2005-08-22 Thread [EMAIL PROTECTED]
"marec" wrote : Is there a way how can I instantiate portlets from another portal? I'd really like to hear a clear answer to this question, as well. The broader question, which has also been asked but also not been clearly answered as far as I can tell, is what is the procedure to create a cust

[JBoss-user] [EJB/JBoss] - Re: I got java.lang.NoClassDefFoundError

2005-08-22 Thread fabcipriano
Looks like a configuration problem. Try put your jdbc oracle jar in $JBOSS_HOME/default/lib directory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891150#3891150 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891150

[JBoss-user] [News & Announcements] - JBoss CVS and SVN downtime 20050824, 7:00 pm EST

2005-08-22 Thread [EMAIL PROTECTED]
Routine maintenance will be performed on the server running cvs.forge.jboss.com and svn.labs.jboss.com on Wednesday August 24th, between the hours of 7pm EST and 8pm EST. During this time, there may be a service outage for CVS and SVN. Tom Benninger Senior System Engineer JBoss IT View the ori

[JBoss-user] [JBossCache] - Re: Distributed JBOSS and sharing object

2005-08-22 Thread [EMAIL PROTECTED]
You can use either TreeCache if the hashmap is not too big. Or TreeCacheAop if you want fine-grained replication. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891148#3891148 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Beginners Corner] - Re: Post EAR-deploy / pre EAR-undeploy activities

2005-08-22 Thread genman
http://www.google.com/search?q=notification+jboss+deployment Well, JBoss uses services (MBeans) and deployment ordering. Deployers also emit notification (via JMX) when a service is added or removed. Maybe you should buy one of those expensive books if the google.com is too complicated? View

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Create index

2005-08-22 Thread niesar
"triathlon98" wrote : Not at this moment. In that case the index has to be added in the datavase manually (outside JBoss). | Did anything change regarding this in the meantime? Are there any plans? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891146#3891

[JBoss-user] [Beginners Corner] - Re: Deployment Order of Scheduler and Schedulable task

2005-08-22 Thread genman
JBoss ver? Classes/libs within a .war are supposed to be isolated (invisible) to other deployments. So, I would repack things as an .ear, and put the common .jar files in a shared class path. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891145#3891145 Re

[JBoss-user] [JBossCache] - Re: lock.TimeoutException

2005-08-22 Thread rahulpilani
Update: In my treecache.xml, I changed CacheMode from REPL_SYNC to REPL_ASYNC, and everything seems to be working fine. The two nodes seem to be working correctly. What would I need to more to get REPL_SYNC to get to work? Any help is appreciated. Thanks Rahul Pilani View the original post :

[JBoss-user] [Beginners Corner] - Re: how to checkout jboss4.0.1 from cvs

2005-08-22 Thread genman
cvs -z3 co -r Branch_4_0 jboss-4.0 should work View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891143#3891143 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891143 -

[JBoss-user] [Beginners Corner] - Re: Deploy as root on web

2005-08-22 Thread genman
I think you can remove the ROOT.war out of the jbossweb-tomcat50.sar dir and create your own and have it deployed instead. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891141#3891141 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [JBossWS] - Re: Deserialization loses data when HTML looking data is pas

2005-08-22 Thread keenan
Anil, Thanks for your attention. However, the instance document does not contain HTML because the serializer on the client side (generated by JWSDP) converted to (The second block is supposed to contain the characters "& l t ; e m & g t ;" in case they get changed back to the symbols). S

[JBoss-user] [Beginners Corner] - Re: Sending e-mail from bean

For jboss, use JNDI to look up the "Session", e.g. Object o = new InitialContext().lookup("java:/Mail"); Session s = (Session)s; Also, put your server properties in the mail-service.xml file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891139#3891139 Re

[JBoss-user] [Management, JMX/JBoss] - Re: Install Error

Any errors before that one? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891138#3891138 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891138 --- SF.Net email is

[JBoss-user] [Management, JMX/JBoss] - Re: web server server port using JMX

JBoss version? Tomcat 5.5 exposes the connector list via JMX, you can get data from that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891137#3891137 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891137 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJBException: Could not instantiate bean

http://jira.jboss.com/jira/browse/JBAS-1805 This was fixed for 4.0.3... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891135#3891135 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891135 ---

[JBoss-user] [Beginners Corner] - Sending e-mail from bean

Hi, within my stateful session bean i am using the following method, for sending an e-mail: | private void sendMail(String subject, String receiver, String sender, | String content, String mailbox, String password, | String

[JBoss-user] [JBossCache] - lock.TimeoutException

Thanks bela, Stuck with another problem. Sorry to bug you so much! :P I am using the latest jgroups build, jboss 4.0.2, hibernate 2.1, jdk 1.5 Getting this exception now: | 14:20:38,781 ERROR [com.tps.gen.ui.CalculatedProductHandler] - Unable to get the list. Returning an empty DataModel objec

[JBoss-user] [Installation, Configuration & Deployment] - Re: Can't boot: javax.naming.CommunicationException

Neither installer nor doctored tar'ed RC2 boots cleanly with EJB3. Looks like the RC2 is broken. Are there any plans to issue an RC3? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891129#3891129 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJBException: Could not instantiate bean

Thank you! I had Spring injecting a POJO service in the onEjbCreate method and it was reading the wrong context.xml file and I was getting a class cast exception. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891126#3891126 Reply to the post : http://www.

[JBoss-user] [JBossCache] - New event types in TreeCacheListener, your input is needed

Hi all, I'm working on adding new event types needed in the upcoming 1.2.4 release. I've created a thread in the JBossCache design forum http://jboss.com/index.html?module=bb&op=viewtopic&t=68267 that explains the proposed solution. You input is valuable to the process. Please review the above

[JBoss-user] [JBoss Portal] - Re: How to deploy?

"[EMAIL PROTECTED]" wrote : Without the portal, you cannot render portlets. I am sorry if my question was unclear, but I don't understand your answer! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891123#3891123 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [JBossCache] - Re: Building JGroups 2.2.9 off CVS

Bela, Looks like that problem is gone now. We have scheduled a test for tomorrow (Tuesday). I will test with the new jar , and let you know the message. Thanks, Abitha. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891122#3891122 Reply to the post : http:

[JBoss-user] [EJB/JBoss] - I got java.lang.NoClassDefFoundError

Hi. I'm using Jboss 4.0.3 RC1. I got this Error. - 15:29:18,718 WARN [BusquedasBasicasDelegate] Se obtiene una instancia de ==>ejb/Cajaval/BusquedasBasicasFacade desde BusquedasBasicasDelegate 15:29:19,640 ERROR [LogInterceptor] Unexpected Error in method: public

[JBoss-user] [JCA/JBoss] - Re: IMS Connection Factory

This seems to be the only post on the subject of IMS connector. I have read 100's of pages of docs from IBM and a number of articles and I can not get past the following message. 13:21:12,564 ERROR [RARDeployment] Starting failed jboss.jca:name=IMS,service=ManagedConnectionFactory java.lang.Ill

[JBoss-user] [Installation, Configuration & Deployment] - Re: java.net.BindException: Address already in use: JVM_Bind

OK - using TCPView as suggested in one of the other threads, I was able to see that once JBoss has started, it was able to bind to 1098 after some time. So, I stopped and restarted JBoss, only to have a bind error on 1099. I went right back to TCPView and found that one of the ISS tasks grabbed

[JBoss-user] [Security & JAAS/JBoss] - Single Sign-On Example with Active Directory

Hello, Can someone point me to an example of using Single-Sign-On based authentication that uses Microsoft Windows 2003 Active Directory for authentication and authorization (memberOf). Ideally, I would like a skeleton end-to-end example with all changes needed for login-config.xml, web.xml, htm

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Deployment Problem - Oracle Database

Does this help you? http://forum.java.sun.com/thread.jspa?threadID=575459&messageID=2872422 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891110#3891110 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891110 -

[JBoss-user] [EJB/JBoss] - Help needed for running a client to access MDB

hello there, i have deployed the MDB application in JBOSS using Intellij idea. When i run the client program i get the following error i have been trying it for the whole weekend but still i didnot get the output any help would be appreciable my ejbjar file is http://java.sun.com/dtd/e

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJBException: Could not instantiate bean

Either something in your MDB class's constructor (should do nothing) is failing or ejbCreate() is failing. Put "try { xxx } catch (Throwable t) { t.printStackTrace(); }" around your ejbCreate calls. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891102#3891

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss Setting required for WSMQ

Is there any reason why you can't post a clear and proof-read message? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891099#3891099 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891099 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: wait between retries when MDB fails?

Take a look at the attributes of a Queue in the JMX console. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891098#3891098 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891098 ---

[JBoss-user] [JBossCache] - Re: Exception when trying to retrieve object from database

Your boss is wrong - fire him ! :-) Yes, it was a bug in 2.2.9, which has been fixed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891096#3891096 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891096 ---

[JBoss-user] [Installation, Configuration & Deployment] - Re: Windows 2003 - Ports In Use

Please Scooby if you find the solution send me a mail to [EMAIL PROTECTED] (elaborda[at]gmail.com) i'm looking for the same solution and nothing goes fine. TKS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891093#3891093 Reply to the post : http://www.jbos

[JBoss-user] [Beginners Corner] - Deploy as root on web

I don't know where to display this so here it comes: I am developing an application on the jboss-4.0.3RC1, and wants the users to access it from the root url Ex: www.my.app. But if I deploy an ear/war file in the servers deploy file, then it is given the name of the war-file Ex: www.my.app/war.

[JBoss-user] [Installation, Configuration & Deployment] - Re: java.net.BindException: Address already in use: JVM_Bind

I'm getting the exact same error as TortoiseTNT - bind error on 1098, and 1098 is definitely not in use according to Netstat, both before and after attempting to start up JBoss. What's weird is that JBoss worked just fine on this server up until a few days ago, and I know *I* didn't install anyt

[JBoss-user] [Installation, Configuration & Deployment] - Re: Installing beans with same name twice

"fgutierrez" wrote : I have to deploy 2 applications (2 different ears) wich uses the same bean names. | | how can i achieve this? do i have to make another installation and change all ports used by the first one in order to avoid an "Address already in use Exception", if so, which files

[JBoss-user] [JBossCache] - Re: Exception when trying to retrieve object from database

I guess my problem is similar to :http://www.jboss.org/index.html?module=bb&op=viewtopic&t=68159 I was using a recent CVS build, so will get the latest and try again. Rahul View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891082#3891082 Reply to the post : h

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to Change Jboss Default port 8080

"net4jagmohan" wrote : Plz let me knw if my one applicaiton is running on port 8080 and I want to use JBoss Application Server,then hw can i change its Default port. | | plz mail me at [EMAIL PROTECTED] | | Thanx for that Change your server.xml from 8080 to whatever port you wish. Vie

[JBoss-user] [Installation, Configuration & Deployment] - Re: Using JDOM 1.0 in a WAR - Web application archive

I got it to work: JBoss has a copy of jaxen.jar in the jboss\lib directory. By removing that and including my own version of of jaxen in my app, everything works fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891080#3891080 Reply to the post : http://

[JBoss-user] [JBossCache] - Exception when trying to retrieve object from database

I am getting the following exception: | Caused by: java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: boolean | | at org.jgroups.Message.getObject(Message.java:249) | | at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:232) | |

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 3.2.3 Class-loading Problem

I got the isolated classloading to work with my web application. I used this jboss-web.xml: | | | | com.mydomain:loader=MyTestWar | | | | javax.servlet.jar is used when compiling, but is not included in the WAR. View th

[JBoss-user] [Clustering/JBoss] - Re: Clustering EJB3 Tutorial Not Working

Hi, I think your problem its the Jboss you installed, the jar installer only comes with the default configuration, and clustering needs an all conf. I did the following: - Downloaded the non-jar file for Windows - Extracted the contents - Downloaded the last EJB3 distribution, and applied them

[JBoss-user] [JBossCache] - Re: transaction and replication in one application

ConcurrentTransactionalTest is one of them, but I guess there are more. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891076#3891076 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891076 -

[JBoss-user] [Clustering/JBoss] - Re: Clustering EJB3 JBoss 4.0.3

Thanks for your help The problem is that the autoinstaller jar only includes the "default" configuration for Jboss, and clustering needs the "all" configuration. I downloaded the Zip file, and patched it with the last EJB3 distribution. After that, my EJBs deploy ok, but now I'm getting problem

[JBoss-user] [JBoss Portal] - Developing portlet application

Hi. Can any one suggest how to develope portlet applications using jboss application ? Any one with the answer can kindly reply me. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891072#3891072 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [EJB/JBoss] - How to force immediate commit of an entity bean to the persi

Hi, I would like to have an entity bean serialized to the persistent storage as soons as it is modified (or even better, on request). I am working with a Jboss 4.02, EJB 2.1. How do I do that? Bruno. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891070#38

[JBoss-user] [JBossWS] - Re: Looking for example code

Any help out there View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891069#3891069 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891069 --- SF.Net email is Sponsored

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - jndi override WEB-INF/web.xml

How can I override the jndi env-entry values in my war file's WEB-INF/web.xml file? I want to do this so we can deploy a new war file and not have to change values in the web.xml file every time. Tomcat standalone allows this through a context file in the conf\Catalina\localhost directory. Is t

[JBoss-user] [JBossCache] - Re: transaction and replication in one application

could you specify which unit test do you mean? You use SERIALIZABLE mode in most unit tests. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891065#3891065 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891065 ---

[JBoss-user] [JBoss Portal] - Re: MySQL and Portal Hybernate error

The binary you downloaded, was it the one bundled with JBoss AS? Or did you have a previous installation of AS on your box? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891064#3891064 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [JBoss Portal] - Re: Using Firebird 1.5

All you should need to do is hardwire the SQL dialect for hibernate: org.hibernate.dialect.FirebirdDialect Its covered in the user guide: http://docs.jboss.com/jbportal/v2.0Final/user-guide/en/html/installation.html#d0e679 View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [JBoss Portal] - Re: How to deploy?

Without the portal, you cannot render portlets. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891061#3891061 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891061 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: Windows 2003 - Ports In Use

"GTScoobyDoo" wrote : Hello, | | I am attempting to run JBOSS 3.2.4 on Windows 2003 and am having some "weird" issues. | | I have setup the exact same JBOSS setup on other Windows 2003 servers without any issues. | | When I start JBOSS, I get errors relating to ports being in use.

[JBoss-user] [Beginners Corner] - Deployment Order of Scheduler and Schedulable task

I have set up a scheduler service to call a class within my .WAR file which sits in the /default/deploy folder. It works great except? during startup, JBoss reports that it cannot yet find user class. I assume it?s because the startup has not deployed my WAR file yet. After wading through your

[JBoss-user] [Installation, Configuration & Deployment] - Re: auto restart of JBoss AS

"juwe" wrote : We want to update our WAR (or parts of it) in the JBoss AS as a task running in the same server to support "Zero-Administration". We also need to update/patch sometimes our JAR's in the servers "/lib" directory. | We like to implement this update as follows: | | 1. prepare p

[JBoss-user] [JBoss Portal] - Re: Novell Portal to JBoss Portal

It is being sketched so we cannot promise a delivery date at this moment. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891056#3891056 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891056 ---

[JBoss-user] [JBoss Portal] - Re: install jbossportal source code ...

I had the same problem . Would you like help me by give me your solution in detail? What's meaning of "a simple link for java" thanks a lot in advance! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891055#3891055 Reply to the post : http://www.jboss.org/in

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss deployment error

What JBoss version? Copy and paste the actual exception including the stack trace. What are you actualy deploying to get the exception? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891054#3891054 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBossCache] - Re: Object instantiation exception in TreeCacheAop replicati

Thanks for reading, ben. Now I got it. The problem comes from a user defined constructor in the object to be cached, I suspect due to the fine-granularity character of replication, that's why it works fine locally but got object instantiation exception if the cache is replicated from other memb

[JBoss-user] [EJB/JBoss] - How to choose right EJB?

Hello guys, I have few questions about application server architecture? I already was asking similar question (http://forum.java.sun.com/thread.jspa?threadID=654898 ) and got few replies which were looking for me quite ok, but after reading more docs I doubt that suggested approach is right.

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - action commands routed to jsp within security constraint map

Hi. I have a webapplication that under its context has two diffenent maps, one is admin and the other one is user. I use an ActionRouter and have actions like list-clients.do. The admin map is restricted area described in web.xml. You have to be in AdminRole to get access. My problem is that

[JBoss-user] [Performance Tuning] - Re: Performance degradation JBoss 4.0.2 +Specj 2002 + MySQL

You should invest your time in Specj2004: I - Specj2002 is retired II - We have a KIT that jump start you on Specj2004 http://www.jboss.org/wiki/Wiki.jsp?page=SPECjAppServer2004Setup III - You are probably getting errors during your executiong. We could have higher numbers Also, I'm moving th

[JBoss-user] [Management, JMX/JBoss] - Order of the services deployment

Hi everybody, I wish to launch Quartz Jobs at the launch of my JBoss server using a services file. Problem is that the services are lanched before the deployment of my WAR file and so, I get a "No class Loaders def found" error. Is that possible to configure the deployment order in order to hav

[JBoss-user] [JBossWS] - Download Issue for JBossWS_1_0EA

Hi, Tries to download the JBossWS_1_0EA source using cvsgrab. Got the following error: Error 404 when reading http://anoncvs.forge.jboss.com/viewrep/JBoss/JBossWS_1_0EA/ Has anyone tries this and got the same issue with this package. Tx View the original post : http://www.jboss.org/index.h

[JBoss-user] [Beginners Corner] - Post EAR-deploy / pre EAR-undeploy activities

Hi, let's try it in the beginners corner once more because with other application servers this is a very basic thing: I need to invoke some activity as soon as my EAR is completely deployed and to invoke some other just before my EAR gets undeployed. I studied the forums and meanwhile three rath

[JBoss-user] [Installation, Configuration & Deployment] - Persistencemanager with SQLException

Dear Colleagues, when start the application server I get the following stack trace in the server.log : DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could not create table with SQL: CREATE CACHED TABLE JMS_MESSAGES ( MESSAGEID INTEGER NOT NULL, DESTINATION VARCHAR(255) NOT NULL, TXID INTEGE

[JBoss-user] [Security & JAAS/JBoss] - Re: JBOSS basic auth login popped even after using only Cust

my loginmodule code is: /* * Test OSSO LoginModule */ package my.sso; import java.security.Principal; import java.util.Map; import java.security.Principal; import java.security.acl.Group; import javax.security.auth.Subject; import javax.security.auth.callback.Callback; import javax.security.a

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss Setting required for WSMQ

Hi I've the details like Q manager name, Q channel name , Q name and port number. My Q exsiting on remote sys I've sender and receiver Prog's which are working properly. But I want Jboss setting's Can any body tell me how do run the JMS prog's on AppSerber Thanks in advanc Ramesh View the origi

[JBoss-user] [Installation, Configuration & Deployment] - Having deployed EARs localised into Italian

Hello Everyone, I was wondering how do I switch on that Italian is supported and that if the users locale is set to Italian that the my application will load in Italian. Basically, I dont want to change the locale of the server ( the server that JBoss is deployed in) to Italian. I just want i

[JBoss-user] [Security & JAAS/JBoss] - Re: In valve getRemoteUser value returned as NULL always

Pointers to do this would be really helpful. Thanks, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891036#3891036 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3891036 -

[JBoss-user] [Security & JAAS/JBoss] - Re: JBOSS basic auth login popped even after using only Cust

Since the AuthenticatorBase was invoking the BASIC logging, I tried setting the request.userPrincipal in my valve. After doing this I now do not get the login prompt, however it fails with following exception: 2005-08-22 19:14:57,688 DEBUG [org.apache.catalina.authenticator.AuthenticatorBase] S

[JBoss-user] [JBossCache] - Unable to replicate objects from TreeCacheAOP on nodes.

Hello, I am trying clustring JBoss app server. There are 2 nodes in my app. My problem lies in 2 cases. Case1: On node one i am starting JBoss server. Then i am deploying my ear file in farm. Now I am starting my node 2. Everything is fine upto this point. Now when i access my app, load balanc

[JBoss-user] [Clustering/JBoss] - Re: Anyone seen this before?

I am just having the same problem. Checked the logs of one of the cluster nodes (where we have some active HA services) and it is full of the message: 15:06:05,687 ERROR [UDP] exception=java.net.SocketException: The message is larger than the maximum supported by the underlying transport: Datagr

  1   2   >