[JBoss-user] [Installation & Configuration] - jboss starting show error????

2004-06-08 Thread wdllove
server.log error: 2004-06-09 14:53:32,270 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()' Cause: Incomplete Deployment listing: Packages waiting for a deployer: Incompletely deployed packages: MBeans waiti

[JBoss-user] [Persistence & CMP/JBoss] - Re: Mapping Entity Beans to Database Tables

2004-06-08 Thread abcolson
Hi Alexey, Thanks alot. I downloaded the HEAD branch of JBoss-3.2 from sourceforge (I assume this is correct) and verified that the SQLUtil.fixTableName() function has the fix for the quotes. However, there appears to be an error with the build and I didn't see any documentation or a README f

[JBoss-user] [Installation & Configuration] - how to deploy application outside deploy directory

2004-06-08 Thread puneetjains
hi is this possible that my war file can reside outside default/deply directory and i can deply it int default deploy in which file i have to configure it Puneet View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838061#3838061 Reply to the post : http://www.j

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-06-08 Thread vashistvishal
Hi All, For spanish readers there is a spanish version of this tutorial at the following link. http://www.programacion.com/java/tutorial/jap_aplic_jboss/ Credit to Juan Antonio Palos (Ozito) for translating this. Cheers... Vishal View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [HTTPD, Servlets & JSP] - Re: appBase attribute in Host tag

2004-06-08 Thread [EMAIL PROTECTED]
No. What is your usecase? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838059#3838059 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838059 --- This SF.Net email i

[JBoss-user] [Security & JAAS/JBoss] - Re: How to secure the web-console (3.2.4)?

2004-06-08 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838058#3838058 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838058 --

[JBoss-user] [Installation & Configuration] - Re: Remote debugging - JBoss 3.2.3

2004-06-08 Thread [EMAIL PROTECTED]
The JDK 1.4.1 JPDA settings are different: -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y See the JDK 1.4.1 tool docs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838057#3838057 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [EJB/JBoss] - Re: java.lang.ClassCastException error

2004-06-08 Thread [EMAIL PROTECTED]
Look at the following class loading configuration topic. You most likely have multiple uses of the class across deployments. http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838056#3838056 Reply

[JBoss-user] [Clustering/JBoss] - Re: Failover Server has Old Replicated Session

2004-06-08 Thread [EMAIL PROTECTED]
There are a few regressions to the clustering layer which were not picked up by unit tests and this is one I just verified. I'll be creating a patch release as soon as I complete some additional testing. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838055#3

[JBoss-user] [EJB/JBoss] - java.lang.ClassCastException error

2004-06-08 Thread ashishabrol
HI I have a very weird problem out here. I need help as the deadline is approaching to finish the project. But the problem is such that it is beyond my comprehension. When I am calling a struts form page called "OtherFamilyDetailsForm" using the below code OtherFamilyDetailsForm otherFamilyDe

[JBoss-user] [EJB/JBoss] - Re: EJB ghost reference in JBoss JNDI

2004-06-08 Thread Saroj
I'm also facing the same problem...Can u please help me... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838053#3838053 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838053 --

[JBoss-user] [The Lizzard's corner] - Displaying a value in Jsp

2004-06-08 Thread maruthi_cse
Hi all, I am a newbie to this forum.I have a problem in displaying a data in the jsp.I will explain it with an example; say i am having a variable as <%String val="0"; val=(String)session.getAttribute("value"): System.out.println("val is"+val); %> I have developed the code as above.The variabl

[JBoss-user] [Persistence & CMP/JBoss] - error while using compund primary key in CMP

2004-06-08 Thread nischalsharma
hi friends i have made cmp and where i am using compound primary key .for that i made one primary key file .but i am getting this error when i deploy my cmp on jboss-3.2.3. error is due to these lines: Bean : CandidatePassport Method : public PassportPK ejbCreate(Long, Long) throws

[JBoss-user] [Installation & Configuration] - Hot deployment configuration problem

2004-06-08 Thread yundi
Hi, I am using WSAD to export my *.ear/*.war file to the deploy dir. As the ear is a zip file, the jboss(come with tomcat) will unzip the ear into a tmp directory , so that when I get the context root path, i will get something like this C:\jboss-3.2.3\server\default\tmp\deploy\tmp58054MyTest.wa

[JBoss-user] [Beginners Corner] - JBoss-2.4.10_Tomcat-4.0.6 Linux stops responding

2004-06-08 Thread mmccaskill
Yes I have checked my /tmp directory. The WARs are being deployed in JBOSS_HOME/jboss/tmp. It works for about 2 mins and then stops responding. I can't CTRL-C shutdown but I can shutdown.sh (little script I saw on the forums). Any suggestions? View the original post : http://www.jboss.org/inde

[JBoss-user] [JBoss.NET & SOAP] - FORM login and jboss.net

2004-06-08 Thread gatapia
Hi all. Is there a way to use FORM auth rather than BASIC auth with jboss.net? I have tried doing this in different ways but the session is never recognised as authenticated. Does the org.jboss.net.axis.server.JBossAuthenticationHandler class handle FORM based authentication? Thanks Guido V

[JBoss-user] [Installation & Configuration] - Re: changing default http port to 8090

2004-06-08 Thread echoi1975
which instance are you running? the path is $JBOSS_HOME/server//deploy//jbossweb-tomcat41.sar/META-INF/jboss-service.xml there are 3 possible areas to update port #s: http ajp https there is only one xml file that you need to update. also run lsof and netstat to double check which processes ar

[JBoss-user] [Performance Tuning] - 800ms for: Get instance ....

2004-06-08 Thread svenbeer
Hi! I've got a question concerning a command that seems to take a lot of time. I enabled trace, because I was searching for a reasons of slow performance of my application (BMP EJB, some stateful session beans, JSP Frontend using Tomcat). Why does the command marked with !!! in the following log

[JBoss-user] [Clustering/JBoss] - Re: Wrong Multicast IP UDP address

2004-06-08 Thread hbaxmann
Another issue: there is a 00:49:43,596 INFO [STDOUT] --- GMS: address is tabletti:1556 (additional data: 18 bytes) --- 00:49:45,659 INFO [DefaultPartition] Number of cluster members: 2 versu

[JBoss-user] [Clustering/JBoss] - Re: Wrong Multicast IP UDP address

2004-06-08 Thread hbaxmann
Now, cannot aplly your patch to the release version, I get 92 errors in the testsuite results. Manly brought to us by "Connection refused". Is it a bug in the test. The whole test gives me a failure rate of 6%, with my policy not even taggable for release process (<5%). nice try bax View the

[JBoss-user] [EJB/JBoss] - Re: Two stateful EJBs share the same passivation file?

2004-06-08 Thread katsteve
I know this is old, but I just started having the problem. There was a workaround mentioned - could I get that workaround? And by the by, how does one handle these failures from the client side? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838043#3838043

[JBoss-user] [Installation & Configuration] - Re: changing default http port to 8090

2004-06-08 Thread hbaxmann
Ok, short way, but may annoy people: - What you are trying here long way, make friends: - need reading "How to ask questions" FAQs, Wiki and posting your config Examples: http://www.jboss.org/wiki/Wiki.jsp?page=JBossForums http://www.catb.org/~esr/faqs/smart-questions.html http://www.jboss.or

[JBoss-user] [Beginners Corner] - Re: Changing the listening port

2004-06-08 Thread ltcmelo
got it under jboss-3.2.3\server\default\deploy\jbossweb-tomcat41.sar\META-INF View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838040#3838040 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838040 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Yet another principal=null case

2004-06-08 Thread gturner
Ugh... this new release (of my code) got promoted to production, the unreliable authentication problem is really biting us hard at the moment. Thanks for your reply Scott! I'm pulling out the debugger right now, but thought I'd present more facts before I find a definate answer as to whether Cl

[JBoss-user] [Beginners Corner] - Changing the listening port

2004-06-08 Thread ltcmelo
I don't want JBoss (Tomcat) to listen on port 8080, but on port 80. How do i change this default configuration? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838038#3838038 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Installation & Configuration] - Re: changing default http port to 8090

2004-06-08 Thread nuser
Nope! I referred that too and did whatever it says - (changing 8080 ports to 8090 in 2 .xml files under default folder.) but not working :- Any clue Anybody who has done this before PLEASE HELP !!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Installation & Configuration] - Re: changing default http port to 8090

2004-06-08 Thread hbaxmann
Documentation ?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838036#3838036 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838036 --- This SF.Net email is spo

[JBoss-user] [Clustering/JBoss] - Re: how to run several clusters on the same network

2004-06-08 Thread hbaxmann
.. and DNS name. Or use the -Dresolve.dns="false" for the GMS bax Ref: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=50568 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838035#3838035 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Clustering/JBoss] - Re: Jboss multiple nodes on same machine

2004-06-08 Thread hbaxmann
Interesting, just before my posting there was another one from eusdart - now it is fottt. hmm my apologies for shouting to you eusdart ... bax View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838034#3838034 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Beginners Corner] - Re: [Newbie]: DataSource not binding to java:comp/env

2004-06-08 Thread ovidiuf
It is similar for web applications. Use resource-ref. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838032#3838032 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838032 ---

[JBoss-user] [Installation & Configuration] - Re: changing default http port to 8090

2004-06-08 Thread nuser
Anybody?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838030#3838030 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838030 --- This SF.Net email is sponsored

[JBoss-user] [Clustering/JBoss] - Failover Server has Old Replicated Session

2004-06-08 Thread pjaromin
I've just updated from 3.2.3 to 3.2.4 final. Everything seemed to be working just fine until my final test - failover. I'm also using Apache and MOD_JK2 with sticky sessions (and an appropriate jvmRoute). I've got a very simple test webapp with a session-persisted counter that increments with

[JBoss-user] [EJB/JBoss] - spontaneous ejbRemove on SSB?

2004-06-08 Thread astehman
Hey y'all, Weird behavior - ejbRemove() suddenly being called in the midst of a SSB method execution (which includes a BMT). The only error I see (in server.log): Application error: BMT stateless bean PeerReviewProcess should complete transactions before returning (ejb1.1 spec, 11.6.1) But, t

[JBoss-user] [Installation & Configuration] - changing default http port to 8090

2004-06-08 Thread nuser
Hi all, I installed Tomcat and is running on port 8080. After that I installed JBoss App server. As it also uses default port 8080, I need to change this to port - 8090. How can I do this? What config files need to be modified in order to achieve this? Thanks. View the original post : http://

[JBoss-user] [Clustering/JBoss] - Re: Jboss multiple nodes on same machine

2004-06-08 Thread hbaxmann
eusdart: DO NOT HICHIKE THREADS. thank you so much. bela: No, it DOS'nt. If I have a box with one NIC to the World with changing IP which has nothing to do with JBoss, and two NICs for redundant failover scrpting - way like the good old Veritas Cluster are doing things - I am not able to foreca

[JBoss-user] [Clustering/JBoss] - Re: Wrong Multicast IP UDP address

2004-06-08 Thread hbaxmann
You are as kind with me as my mother was :-)) Thanks a lot. [ rant ] But unfortunately, putting the other quaintnesses of the build&test aside, I am disappointed. Is it not normal to have an exceptable result for an mostly out-of-the-box used product? If yes where are they and which is the cano

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Error after few hours sending message and Jboss ping err

2004-06-08 Thread cgonzalez
Hi, We are using JBoss 3.2.3 on Windows 2000 Server running Sun JDK 1.4.2. We have two problems: First: Our application needs to send messages to a queue in the same machine for a long time. But, After a few hours we have the following exception: org.jboss.mq.SpyJMSException: Cannot authenticate

[JBoss-user] [HTTPD, Servlets & JSP] - Re: jboss-web nested depends does not seem effective

2004-06-08 Thread cooper
ok, I did not look very deeply for 3.2.4 though the embeded depends is not really used except by some JCA config as far as I remember. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838022#3838022 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Persistence & CMP/JBoss] - Re:

2004-06-08 Thread myname
Francois, yes you miss something. You might have a look at anonymous wrote : http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49002 and Adrian's comment anonymous wrote : Don't use commit option B. I know it is the default configuration, but it is stupid. | I do not agree with him,

[JBoss-user] [J2EE Design Patterns] - Re: Is there a pattern with JBoss for this kind of problem ?

2004-06-08 Thread skondam
You can use VeryLargeHashtable library to store the things in memory or on the disk based on available memory http://www.webmacro.org/VeryLargeHashtable View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838019#3838019 Reply to the post : http://www.jboss.org/in

[JBoss-user] [HTTPD, Servlets & JSP] - Re: jboss-web nested depends does not seem effective

2004-06-08 Thread [EMAIL PROTECTED]
Only jboss-service.xml supports embedded depends. Only 3.2.4 final supports the jboss-web.xml depends at all, but this can only be the object name. The mbean has to be defined externally. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838017#3838017 Reply t

[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-08 Thread hxp
Jae -- Just stopped in my travels to plow thru all the forums and see the most recent progress... congrats on all the good results!! Especially happy to see the substantial movement towards pure-CMP across the board :) Did I read it right -- that you have been moving even the core modules ove

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unique constraints and surrogate keys

2004-06-08 Thread pgb
I wanted to use the database for the unique constraints in order to "save" the DB access of a finder method that checks the existance of a similar record. Do you know of any other alternative that does not require another hit to the DB? Thanks for you quick answer. View the original post : htt

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unique constraints and surrogate keys

2004-06-08 Thread dhartford
In the past, I write into the code these kind of checks before insertion. i.e. send a ValueObject to a Session bean to handle all create/updates of values for your Entities, and have the Session bean return descriptive errors for constraints you know will exist. You could check through lookup i

[JBoss-user] [Clustering/JBoss] - Re: Jboss multiple nodes on same machine

2004-06-08 Thread eusdart
Hello All, I have JBoss clustering working across 4 Unix boxes (Solaris 8 ) but I am having problems create a shutdown script that will take down the desired instance(s). I tried providing the port as part of the shutdown as per the url (http://www.yorku.ca/dkha/jboss/docs/MultipleInstances.htm

[JBoss-user] [Beginners Corner] - Re: [Newbie]: DataSource not binding to java:comp/env

2004-06-08 Thread pani_rd
anonymous wrote : As for the last reply on the topic: ENC is private to each application component. An application component environment is a local environment that is accessible only by the component when the container's thread of control is interacting with it. Bean2 cannot access "java:comp"

[JBoss-user] [HTTPD, Servlets & JSP] - jboss-web nested depends does not seem effective

2004-06-08 Thread cooper
In 3.2.(3|4) this seems not to be used during the deployment to add the required dependencies from the web container to the target MBean. WebMetaData#getDepends is not used anywhere (unless I miss something) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838

[JBoss-user] [Persistence & CMP/JBoss] - Re:

2004-06-08 Thread gozilla
Alexey, anonymous wrote : | read-only in jboss.xml has almost the same effect as running w/o transactions. Read-only instance is not associated with the transaction (hence, is not synchronized at commit), is locked only for the duration of the invocation, and is evicted from the cache at the

[JBoss-user] jboss-web nested depends does not seem effective

2004-06-08 Thread Julien Viet
This seems not to be used during the deployment to add the required dependencies from the web container to the target MBean. In the code WebMetaData#getDepends is not used anywhere (unless I miss something) julien --- This SF.Net email is spo

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 3.2.4 and Apache integration

2004-06-08 Thread eusdart
I have found that everything works (workers2.properties and Apache2/JBoss integration) when using the exact same configuration info but installing Apache on Unix and using mod_jk2.so. This leads me to believe that mod_jk2.dll is faultly and mod_jk2.so does not work for windows. I do know there i

[JBoss-user] [EJB/JBoss] - Ear deployment problems (:)

2004-06-08 Thread bhalli
Still fighthing to make this thing work. And it keeps telling me class not found. Not only the class is shr.jar (EJB module) but also in Shi.war as well. 15:16:49,398 WARN [EJBDeployer] Verify failed; continuing java.lang.NoClassDefFoundError: test/Shrek2 at java.lang.Class.getDeclaredMe

[JBoss-user] [Persistence & CMP/JBoss] - Re:

2004-06-08 Thread hernant
Yes you can do it. You can add the datasource and datasource-mapping tags at the entity level in jbosscmp-jdbc.xml. However, this is not recommended. Make 2 different jars. Saludos, Hernan Terzian. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838008#38380

[JBoss-user] [Clustering/JBoss] - Re: Wrong Multicast IP UDP address

2004-06-08 Thread bela
"hbaxmann" wrote : Looks ok so far. But why does JGroups rely on a reverse DNS lookup: | | 18:10:26,918 INFO [DefaultPartition] Initializing | 18:10:27,128 INFO [UDP] unicast sockets will use interface 192.168.1.102 | 18:10:27,128 INFO [UDP] socket information: | local_addr=tabletti:1

[JBoss-user] [Clustering/JBoss] - Re: Wrong Multicast IP UDP address

2004-06-08 Thread bela
"hbaxmann" wrote : Looks ok so far. But why does JGroups rely on a reverse DNS lookup: | | 18:10:26,918 INFO [DefaultPartition] Initializing | 18:10:27,128 INFO [UDP] unicast sockets will use interface 192.168.1.102 | 18:10:27,128 INFO [UDP] socket information: | local_addr=tabletti:1

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss JMS server hangs after running for an extended per

2004-06-08 Thread cgonzalez
Hi Paul, I have the same problem using JBoss, and I want to know if you resolved it and if you resolved please, help me because i have not idea. "Paul_ADP" wrote : We are using JBoss 3.2.3 on Windows 2000 Server runnning Sun JDK 1.4.2, with heap size = 256M | Here is the beginning of our boot

[JBoss-user] [Persistence & CMP/JBoss] -

2004-06-08 Thread nacho2004
well, I have a lot of beans running with : java:/skyline MS SQLSERVER2000 and ... I want to create other beans in the same jar file (EJBs.jar) but these beans will be use a different jndi connection like java:/skylineAdmin MS SQLSERVER2000 Can I do that ? View

[JBoss-user] [Clustering/JBoss] - Re: Wrong Multicast IP UDP address

2004-06-08 Thread bela
"hbaxmann" wrote : Hi Bela, | | thanks a lot, I was hoping to demonstrate this kind of functionality to a customer, than he has to wait till the next (3.2.5 ??) release :-( | | Any timeframe for this? | | wbr | bax | | You can use -DUDP.bind_addr for now, e.g. provide your

[JBoss-user] [Persistence & CMP/JBoss] - Unique constraints and surrogate keys

2004-06-08 Thread pgb
Hello, I'm using JBoss 3.2.3 with Oracle 8. Our DB team usually designs the table with a surrogate key (sequence based) and then adds a UNIQUE constraint to the "natural" key of the table. For instance, this table: | COUNTRY |COUNTRY_ID |CODE |NAME | will have a sequence f

[JBoss-user] [Clustering/JBoss] - Re: Wrong Multicast IP UDP address

2004-06-08 Thread hbaxmann
... because on the 2nd one (X.X.X.102) I get endless: 18:23:27,571 WARN [UDP] discarded message from different group (TreeCache-Cluster). Sender was Tabletti:1647 18:23:27,661 WARN [UDP] discarded message from different group (TreeCache-Cluster). Sender was Tabletti:1647 18:23:43,293 WARN [UD

[JBoss-user] [Clustering/JBoss] - Re: Wrong Multicast IP UDP address

2004-06-08 Thread hbaxmann
Looks ok so far. But why does JGroups rely on a reverse DNS lookup: 18:10:26,918 INFO [DefaultPartition] Initializing 18:10:27,128 INFO [UDP] unicast sockets will use interface 192.168.1.102 18:10:27,128 INFO [UDP] socket information: local_addr=tabletti:1479 (additional data: 18 bytes), mcast_

[JBoss-user] [Installation & Configuration] - Re: 3.2.4 cluster testsuite

2004-06-08 Thread hbaxmann
It is a bug in the 3.2.4 release JGroups config. fixed for later releases, see: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837997#3837997 bax View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837998#3837998 Reply to the post : http://www.jboss.or

[JBoss-user] [Beginners Corner] - Need urgent help on connecting to external hsqldb database

2004-06-08 Thread bettyl
(re-post from the Installation and Configuration forum) Need help to get JBoss 3.2.3/Tomcat 5.0.16 to connect to an external hsqldb 1.6.1 database running on port 8887. I've searched the forums, but didn't find any solutions. I added a my-hsqldb-ds.xml(see below) to my jboss server deploy direct

[JBoss-user] [Clustering/JBoss] - Re: Wrong Multicast IP UDP address

2004-06-08 Thread hbaxmann
Hi Bela, thanks a lot, I was hoping to demonstrate this kind of functionality to a customer, than he has to wait till the next (3.2.5 ??) release :-( Any timeframe for this? wbr bax View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837997#3837997 Reply to t

[JBoss-user] [Clustering/JBoss] - MBean hot deployment through farming

2004-06-08 Thread switchtoit
Is it possible to hot deploy ( Register ?? ) an MBean in a node in the cluster and see the same MBean across all jmx-consoles in the cluster? If it is possible then, will JBoss replicate changes made to one MBean to the MBeans hosted in other nodes? View the original post : http://www.jboss.or

[JBoss-user] [Persistence & CMP/JBoss] - Re: 3.2.4 CMP Bug

2004-06-08 Thread myname
Hello, having a problem with CMP in 3.2.4 (June 4th 2004 Version). Looks like the one mentioned above, so I enter the same thread. Setup is a CMR with a "campaignInstance" entity bean that has "agentInstance" entity beans as children. The code works fine using commit-levels B or C, but not with

[JBoss-user] [Beginners Corner] - Re: [Newbie]: DataSource not binding to java:comp/env

2004-06-08 Thread ovidiuf
Yes, obviously step 3 should be: | Context initCtx = new InitialContext(); | Context compEnv = (Context)initCtx.lookup("java:comp/env"); | DataSource ds = compEnv.lookup("jdbc/MyAccessToPostgresDS"); | It wouldn't make sense to look up compEnv and not use it. I type faster than I think :

[JBoss-user] [Installation & Configuration] - On Mac OS X Server: Apache + JBoss?!

2004-06-08 Thread bruth
I've read through the various documents provided at http://www.apple.com/server/documentation/ on using Apache (Web Services) and JBoss (Application Server) - however, none of them indicated what exactly needs to be done to get an application that's successfully deployed to JBoss (http://serve

[JBoss-user] [Clustering/JBoss] - Re: HARMI Exception

2004-06-08 Thread shantharam_a
seems like this issue is resolved in Jboss 3.2.3RC1, try upgrade Jboss if possible, bug NO: 832561 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837991#3837991 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837991

[JBoss-user] [JCA/JBoss] - Re: WrappedResultSet gotcha in 3.2.4

2004-06-08 Thread dannyyates
Other options high on my list would be to beat Sybase into implementing the spec as written and not "doing a Microsoft" and making it up as they go along. Another option would be to consider a different driver. Try jTDS at jtds.sourceforge.net View the original post : http://www.jboss.org/inde

[JBoss-user] [Javassist user questions] - Bytecode modifications at load time with Javassist Bytecode

2004-06-08 Thread Fabien Baligand
Hi! I'm currently trying to perform some bytecode modifications on a class while loading this class in the JVM: Usually, Javassist users are likely to inject source code into a CtClass but my concern is to inject code from a compiled class A into compiled class B. Plus I'd like to do so while l

[JBoss-user] [Clustering/JBoss] - Re: Wrong Multicast IP UDP address

2004-06-08 Thread bela
JGroups conveniently ignores -b, you have to set it manually in cluster-service.xml. Add a bind_addr=x.x.x.102 to the UDP properties. I just changed JGroups, and JBoss head and 3.2 so JGroups actually does use jboss.bind.address if it is set (via -b or --host). This will be in the next release.

[JBoss-user] [JCA/JBoss] - Re: problem to configure jboss for my JCA connector

2004-06-08 Thread darranl
In addition to the ra.xml within your resource adapter you will also need a *-ds.xml to actually configure the deployment. If you get a name not bound exception always have a look at the JNDI View to see if your component is bound. View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [Installation & Configuration] - Remote debugging - JBoss 3.2.3

2004-06-08 Thread hkamat
Hi, The remote debugging option worked fine with JBoss 3.2.1 and JDK.1.3 . When we shifted to JBoss 3.2.3 with JDK1.4, on deploy, the server seems to go in an infinite loop. The command line args for the deploy options, that we use are -server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp

[JBoss-user] [Beginners Corner] - Re: [Newbie]: DataSource not binding to java:comp/env

2004-06-08 Thread pani_rd
Thanks for the reply. I understand that I can define a resource reference and look-up for the resource reference in the ENC and access an object that's tied to that Context. Also, my understanding is that ENC are declared in the client side, meaning from the place where you want to access the s

[JBoss-user] [Performance Tuning] - Webapplication running inconsistently on different machines

2004-06-08 Thread ttrivedi
Hi All, We are facing this issue since past 2 days and have not been able to resolve. Any help on this will be greatly appreciated. Our Environment is Intel P4 1.60 Gz, 512MB RAM, 40GB hd Software: jBoss 3.2.1, JSP/Servlet, Hibernate OR Layer, SQL Server 2000 OS is W2K 2000 sp 3/ J2SDK 1.4.2_0

[JBoss-user] [Clustering/JBoss] - Re: HARMI Exception

2004-06-08 Thread shantharam_a
If your production and development boxes are using different partition then you should not be having conflicts between them. I suspect Multicasting might be the issue, contact your network administrator to check if they are blocking any multicast addresses. Also on your windows box, disable Me

[JBoss-user] [HTTPD, Servlets & JSP] - MBean Error when starting Tomcat with JBoss 3.2.4

2004-06-08 Thread michael_lacy
Starting JBos 3.2.4 with Tomcat v.5.0.26, i get the following error: | 10:38:53,187 INFO [Tomcat5] Saw org.jboss.system.server.started notification, starting connectors | 10:38:53,187 WARN [Tomcat5] Failed to startConnectors | RuntimeOperationsException: null | Cause: java.lang.Illegal

[JBoss-user] [JCA/JBoss] - Re: WrappedResultSet gotcha in 3.2.4

2004-06-08 Thread duslow
I'm not as worried about being database portable since where I work is Sybase IQ (data warehouse) centric and probably will be for quite sometime to come. Plus, what I'm doing with the Sybase JDBC driver IS portable to any Java application be it an app server or standalone as long as what comes

[JBoss-user] [Nukes User] - Re: Help on install

2004-06-08 Thread jae77
i'm not really sure what the sections module does. if you are looking for a way to provide news to users, use the news module. as stated in previous posts, the modules slated for 1.1 are: - core - bb (forums) - news - downloads if you're interested in getting the sections module working, then

[JBoss-user] [Installation & Configuration] - Re: Migrating from Oracle 9iAS to JBoss

2004-06-08 Thread darranl
Have you used any Oracle specific features? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837977#3837977 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837977 --- T

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP JSTL Expressions not evaluating.

2004-06-08 Thread morphace
Hello again, for me (on JBoss 3.2.4/Tomcat 5): http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"> _DID_

[JBoss-user] [EJB/JBoss] - Re: releasing a bean lock

2004-06-08 Thread cvandyck
If you need to temporarily modify an entity outside of the context of a current transaction, I believe you'd need to do it using a method invocation tagged as "RequiresNew". Of course, make sure your existing transaction would not have already enrolled the bean lest you achieve deadlock. Vie

[JBoss-user] [Beginners Corner] - Deploying .ear file on JBOSS-3.0.4 - Problem with DTD

2004-06-08 Thread chalupas
When I try to deploy .ear file on JBoss-3.0.4 server I have an ERROR with message org.jboss.deployment.DeploymentException: External entity not found: "http://www.jboss.org/j2ee/dtd/jboss-app_3_0.dtd";.; - nested throwable: (java.net.ConnectException: Connection refused: connect). I use firewall

[JBoss-user] [Nukes User] - Re: Help on install

2004-06-08 Thread yyi2133
"jae77" wrote : there is no guarentee that the faq and quotes modules work right now. they aren't scheduled for the 1.1 release, so no real attention is being given to them. | | howard (hxp) was working on them, but he's traveling on business right now. hopefully when he gets back he can get

[JBoss-user] [JCA/JBoss] - problem to configure jboss for my JCA connector

2004-06-08 Thread mfavre
my jboss : 3.2.4 When I call my JCA Connector from an EJB : ConnectionFactory cxFactory = (ConnectionFactory) context.lookup(java:comp/env/HelloWorld); a context error is generated : HelloWorld not bound This connector is deployed in /jboss-3.2.4/server/default/deploy/ repository How can I co

[JBoss-user] [Security & JAAS/JBoss] - Re: How to secure the web-console (3.2.4)?

2004-06-08 Thread MarcMA
Hi. Ok, I have found out, that a request for http://blablub:whatever/web-console brings the UsersRolesLoginModule up the scene (as configured in the login-config.xml) and this guy is reading the users.properties and roles.properties from the invoker.war instead of the ones from the web-console.

[JBoss-user] [Persistence & CMP/JBoss] - Memory Size of cache

2004-06-08 Thread sanne
Hi All, Does anyone know how I can get the actual memory size of the cache? If I augment the cache to much I get out of memory errors, but I have no idea how I can estimate a sound setting. Kind regards, Sanne View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JCA/JBoss] - Re: WrappedResultSet gotcha in 3.2.4

2004-06-08 Thread dannyyates
anonymous wrote : While the above code does work, I am a bit concerned about relying on the implementation of the JBoss specific WrappedResultSet. Plus, the JDBC code is no longer completely portable across app servers. And you're not worried about relying on the implementation of the Sybase sp

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP JSTL Expressions not evaluating.

2004-06-08 Thread morphace
Hi, I face exactly the same problem ... I also had the same problem with JBoss 3.2.3/Tomcat 5 Any ideas meanwhile? Thanx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837968#3837968 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Messaging, JMS & JBossMQ] - Redelivery Count

2004-06-08 Thread osoe
I am using JBossMQ as my provider and using setting to define my redelivery count and time. During redelivery, I have to log the information about "Nth" redelivery count. it means we delivered the mesaage at the first attemp or second attempt... I looked at he javax.jms.Message classs an

[JBoss-user] [Installation & Configuration] - Cause: Incomplete Deployment listing

2004-06-08 Thread Itchyoinker
Hello, I get this error when I start JBoss. Not quite sure how to interpret itor if it is even important. I checked the JMX-Console, but don't really know what I'm looking for insofar as irregularities. If someone out there is familiar with this, I'd appreciate any explanations/suggest

[JBoss-user] [Beginners Corner] - Deployment problem

2004-06-08 Thread Poppenborg
Hi, i have got a problem deploying an MBean for connecting to a Datasource. The Error comes from the URLDeploymentScanner which mentioned that there MBeans waiting for other MBeans. [ObjectName: jboss.jca:service=LocalTxCM,name=cachePoolWWS | state: CONFIGURED | I Depend On: jboss.jca:s

[JBoss-user] [HTTPD, Servlets & JSP] - appBase attribute in Host tag

2004-06-08 Thread brasse
Hello! Does jboss support the appBase attribute in the Host tag when using the embeded tomcat in jboss version 3.2.3? I have tried to change this attribute but jboss seems to ignore it, the appBase always end up being jboss/server/xxx/deploy. Is there anyway to change this beheiviour? Thanks i

[JBoss-user] [JCA/JBoss] - WrappedResultSet gotcha in 3.2.4

2004-06-08 Thread duslow
I'm posting this as an FYI for those migrating from prior 3.2.x version to the latest 3.2.4 version of JBoss. The ResultSet class returned from a Statement.executeQuery() (and any other JDBC call) call is now a org.jboss.resource.adapter.jdbc.WrappedResultSet class type and not the ResultSet cl

[JBoss-user] [Installation & Configuration] - Migrating from Oracle 9iAS to JBoss

2004-06-08 Thread Padma
We have our applications developed in Oracle 9i IDE and runing on oracle 9iAS. We would like to go for JBoss. Any problems in switching? Do we need to take care of any specific issues? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837961#3837961 Reply to th

[JBoss-user] [EJB/JBoss] - callbacks to session beans

2004-06-08 Thread ghoyle
I have written a corba wrapper to a session bean. The problem I am having is this, how do I get the session bean to calback the CORBA wrapper. I can get the wrapper to callback the original CORBA client ok. However when the wrapper makes a call on a session bean and this to needs to be a callback

[JBoss-user] [Nukes User] - Re: Help on install

2004-06-08 Thread jae77
there is no guarentee that the faq and quotes modules work right now. they aren't scheduled for the 1.1 release, so no real attention is being given to them. howard (hxp) was working on them, but he's traveling on business right now. hopefully when he gets back he can get them finished off and t

[JBoss-user] [Management, JMX/JBoss] - service redeployment warning

2004-06-08 Thread adibou
Hello, I am in trouble with a warning when redeploying an Hibernate service. The first deployment of the .sar( during the start up of JBoss) is ok. But i have a strange warning during next deployments. This warning is from the Service configurator, a ClassNotFound exeption: net.sf.hibernate.jmx

[JBoss-user] [Installation & Configuration] - Re: DataSource--malformed key/value pair???

2004-06-08 Thread Itchyoinker
Thanks Adrian Brock, I obviously misinterpreted the docs--it works fine now that I changed it. Best Wishes View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837953#3837953 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=383

[JBoss-user] [Beginners Corner] - javax.managment.InstanceAlreadyExistsException- On deploying

2004-06-08 Thread Saroj
Hi, Iam using JBoss3.2.3 ,Linux7.3,NetBeans3.6IDE. Using JBoss3.2.1 i can deploy my Jar file.But when i tried to deploy using JBoss3.2.3.. Iam getting j "javax.management.InstanceAlreadyExistsException : jboss.j2ee:jndiName=rag,service=EJB already registered.. In Detail-- 10:06:57

  1   2   >