[JBoss-user] [EJB/JBoss] - Re: DeploymentException: Local home interface not found

2004-07-21 Thread loubyansky
What JBoss version are you using? Do the local interfaces inherit findByPrimaryKey method? How does the stacktrace look like? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842906#3842906 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Management, JMX/JBoss] - web-console.war should be expanded?

2004-07-21 Thread tokobayashi
Hi, Due to a capability to shutdown JBoss instance, I should enable an authentication of web-console in production. To edit files(web.xml jboss-web.xml...) easily, expanded war is preferable. That's why jmx-console.war is expanded. am I right? View the original post : http://www.jboss.org/index

[JBoss-user] [Installation & Configuration] - Re: loader repository problem

2004-07-21 Thread [EMAIL PROTECTED]
The call-by-value element was not being read correctly. This is simply a shortcut for specifying the call by value invoker interceptor stack. This example from the testsuite shows the custom call-by-value-jrmp invoker-proxy-binding that serializes calls between components: | | | |

[JBoss-user] [HTTPD, Servlets & JSP] - Re: option in jboss to force all to insert pragma headers

2004-07-21 Thread [EMAIL PROTECTED]
A simple filter comes to mind: | package filter; | | import java.io.IOException; | import java.util.ArrayList; | import java.util.Enumeration; | import javax.servlet.Filter; | import javax.servlet.FilterChain; | import javax.servlet.FilterConfig; | import javax.servlet.ServletE

[JBoss-user] [News & Announcements] - 4.0.0RC1 Release Available

2004-07-21 Thread [EMAIL PROTECTED]
The 4.0.0RC1 release is available as a preview of the fully J2EE 1.4 compatible codebase from: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=254646 The highlights of the new J2EE 1.4 features are given here: http://sourceforge.net/docman/display_doc.php?

[JBoss-user] [Persistence & CMP/JBoss] - getEJBLocalObject, CMR, ejbPostCreate, and Reentrant method

2004-07-21 Thread tomerbd
Hi I have two entity beans. they have a CMR (bidirectional) one to one. In entity1 ejbPostCreate im creating an entity2 and assigning entity1 to it like this pseudo code | class Entity1Bean { | | ejbPostCreate(...) { | // Every time I create entity1 entity2 should be created and

[JBoss-user] [Messaging, JMS & JBossMQ] - How to support Big5 char set with JBossMQ

2004-07-21 Thread albren
Hi I have a client application that can connect and send messages to a remote JBossMQ Server. This client application acts or serves as conduit between an application written in C++ and the JBoss. My problem is that the C++ app send big5 string message to my jms client application. Then my jm

[JBoss-user] [HTTPD, Servlets & JSP] - option in jboss to force all to insert pragma headers

2004-07-21 Thread geraldj
I could be wrong but some time last year when browsing through out the Jboss site I found a document which showed me how Jboss could insert headers in the JSP as to stop browser caching. At the time I did not use it because I already inserted these headers into my JSP's and now when we are in t

[JBoss-user] [JCA/JBoss] - Re: A particualr connection queue(requests) has grown up and

2004-07-21 Thread kavuriprasad
Dear Adrian, Thanks for your suggestion, But my question is that how to kill(flush) that thread(connection has more requests in pending). Is there any other configuration helps me to come out from this situation. Thanks, Kavuri Prasad View the original post : http://www.jboss.org/index.html?

[JBoss-user] [Nukes User] - Broken pipe in Coyote/Tomcat

2004-07-21 Thread MilesParker
Unlikey to be nukes related, but post on the off-chance anyone has any ideas about this or has seen anything similar. (I checked the main JBos forums there doesn't seem to be anything current/obviously related. Next step is to try to track this down in depth.) Here are the first few lines: 20

[JBoss-user] [HTTPD, Servlets & JSP] - Filter "dispatcher" elemnt not working properly in Tomcat bu

2004-07-21 Thread vijpan
Hi, I am trying to have a servlet Filter(Tomcat under bunled JBOSS 3.2.3) in place that will get invoked whenver there is a client request for any jsp. Like a created a sample filter named testFilter test.Sample testFilter *.jsp The above thing works but i

[JBoss-user] [EJB/JBoss] - DeploymentException: Local home interface not found

2004-07-21 Thread skenderbeg
Hi all: I'm new to Jboss from weblogic. My problem is as follows: I converted my xml files over using friend-deployer, and now, when trying to deploy my entity beans, Jboss tells me that not one of my entity beans has a 'findByPrimaryKey' method in the local home interface. What's interesting

[JBoss-user] [Nukes User] - Re: Basic site setup

2004-07-21 Thread MilesParker
I put a basic (and probably incorrect) guide based on my expereinces on Wiki. Look for SettingSiteUp in Help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842889#3842889 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [EJB/JBoss] - Re: ServiceMBean ServiceMBeanSupport?

2004-07-21 Thread chuckharris
Nevermind. I deleted the jar so ant couldn't find it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842887#3842887 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842887 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Problem connecting to a remote queue in a multi-home environ

2004-07-21 Thread gene_belor
Hi, Using JBoss 3.2.3 on WinXP box, I created a MDB that listens to a queue on a remote server. It works when I have one instances of JBoss running on each of the two different machines. When I tried to load both JBoss instances (Server and Client) on the same machine (multi-home installation)

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Filter not returning from chain.doFilter

2004-07-21 Thread benstarr
I have found the problem. I had accidentally synchronized the toString method of my counter object. This was causing some threads to deadlock resulting in the counter not returning to zero. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842885#3842885 Reply

[JBoss-user] [EJB/JBoss] - Re: ServiceMBean ServiceMBeanSupport?

2004-07-21 Thread chuckharris
I am guessing that ServiceMBeanSupport is gone. I made changes to implement the new org.jboss.system.ServiceMBean and added: public void jbossInternalLifecycle(String p) { } public String getStateString() { return ""; } public int getState() {

[JBoss-user] [Advanced Documentation] - Ojb Persistence Applications

2004-07-21 Thread lgaspar
I can't run more than one application implemented in OJB Persistence. When i deploy another application in my JBoss, the first application in OJB don't run. Why this happen? How i can resolve this problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842883#

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Connecting a Remote JMS Queue from a Session Bean

2004-07-21 Thread fsimard
I have the same problem if someone can answer this question. it will be great. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842882#3842882 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842882 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem Looking up Connection Factory in jboss. Help nee

2004-07-21 Thread fsimard
I have the same problem if someone can answer this question. it will be great. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842881#3842881 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842881 --

[JBoss-user] [Installation & Configuration] - Re: Unable to start JBoss server 3.2.5 on windows.

2004-07-21 Thread srigold
I am sending the log files, Please check the error and let me know, whats going on. boot.log file [list=] | 13:05:52,676 INFO [Server] Starting JBoss (MX MicroKernel)... | 13:05:52,676 INFO [Server] Release ID: JBoss [WonderLand] 3.2.5 (build: CVSTag=JBoss_3_2_5 date=200406251954) | 13:05

[JBoss-user] [Persistence & CMP/JBoss] - Re: how to use QL to have a case insensitive String compare?

2004-07-21 Thread chlabreu
I have a similar problem in the order clause. JBossQL seems to not support ucase there. Is there a workaround for it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842879#3842879 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Installation & Configuration] - JBoss 3.2.5 under Linux

2004-07-21 Thread ManfredM
Hello! I downloaded the 3.2.5 Version of JBoss with Tomcat, unpacked it and set the JBOSS_HOME. When I start run.sh not much happens Localhost ist not reachable and so the jmx-console. The whole output after starting Jboss looks like this: ==

[JBoss-user] [Messaging, JMS & JBossMQ] - UIL2 loadtesting and threads

2004-07-21 Thread amayingenta
Hi, I've been trying to run some load tests against a remote server, and I'm finding that JBoss is using a lot of threads (and eventually can't create any more). I have a MDB that's listening on a local queue, and replying to messages via the destination I'm setting as the JMSReplyTo on the Mess

[JBoss-user] [Installation & Configuration] - Re: jboss-3.2.4:NoSuchMethodError: org.jaxen.BaseXPath.

2004-07-21 Thread budworth
I swapped out the JBoss supplied log4j.jar with log4j-1.5-rc1.jar and it all works well now. I'm thinking that maybe the dom4j that jboss ships with had a corrupt jaxen file maybe? This is under jboss 3.2.5, system starts up fine, and my test ear file deploys properly (it's an mbean that parse

[JBoss-user] [Installation & Configuration] - Re: Log4J configuration (again!)

2004-07-21 Thread timshaw
Thanks, but that's just basic log4j stuff. Like a good person, I have a (fairly large) number of shared packages between my 2 web-apps - and I need the logging to be in the correct file depending one who's calling them (app1 or app2). When I had this problem with straight Tomcat, I had to creat

[JBoss-user] [EJB/JBoss] - ServiceMBean ServiceMBeanSupport?

2004-07-21 Thread chuckharris
I am moving from jboss3.2.2 to 3.2.5 and my mbeans are failing when building with the new jboss jars. I used to extend ServiceMBean in an interface and then implement the interface and extend ServiceMBeanSupport. Is ServiceMBeanSupport no longer used or did it move? View the original post :

[JBoss-user] [EJB/JBoss] - Equivalent to IBM's WorkArea service

2004-07-21 Thread jjmcwill
Is there anything equivalent to IBM's WorkArea service to pass transaction related information among a distributed system using JBoss? IBM's WorkArea service allows the creation of a work area where information can be stored. When invocations are made to other objects, even remote ones, the wo

[JBoss-user] [Installation & Configuration] - Re: Unable to start JBoss server 3.2.5 on windows.

2004-07-21 Thread caveli
Sounds like you no defined JBOSS_HOME environmetn var, therefore the jboss donÂt bind the jar files. Please send D:/JavaRelated/JavaDev/jboss-3.2.5/server/default/log/boot.log View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842872#3842872 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: Oracle XA Datasources

2004-07-21 Thread trickard
I have read everything that I can find and have attempted to scrupulously follow the instructions. I hope this turns out to be a configuration issue but I cant find it. I believe the log from my previous post was misleading as I was using classes12.zip instead of ojdbc14.jar. I have tried every

[JBoss-user] [EJB/JBoss] - Re: Query method not found:

2004-07-21 Thread mkotsbak
Posted to the bug: Actually, this cause of this problem seems to be duplicate, different classes deployed, and jboss using the wrong version of the class (outside the jar it is deploying). It probably would work in 3.2.4 too if the old version of the classes were removed. View the original pos

[JBoss-user] [Clustering/JBoss] - Re: Clustering Jboss and deploying SLSB's

2004-07-21 Thread chirock
things work, but now I have another question. In order to avoid re-creating the remote, I made it a static member of my calling class. But could doing so pose a threading bottleneck when we see an increase in load? Is there a preferred way of doing this than what I have done? View the or

[JBoss-user] [EJB/JBoss] - Re: Query method not found:

2004-07-21 Thread mkotsbak
FYI (see bug), this bug seems to be fixed in JBoss 3.2.5 :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842866#3842866 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842866

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: RedeliveryLimit not limiting

2004-07-21 Thread CptnKirk
I guess I can always perform a check at the application level. Any plans to refactor this logic into the main redelivery mechanism, so everyone can have access to this great feature? Thanks for the response, Jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Installation & Configuration] - Re: Thread lock - unable to shutdown JBoss

2004-07-21 Thread ljoubert
I actually found a solution to my problem: The bug was : http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=117218 The problem comes from entropy that fell to zero on the server and because of the bug above could not gain entropy again. A patched red hat kernel should correct this problem. This

[JBoss-user] [JCA/JBoss] - Re: DataStore to DB-2 Connect

2004-07-21 Thread [EMAIL PROTECTED]
Download the getting started guide to see how to access jndi. Then read the FAQ about remote access to datasources. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842862#3842862 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Nested deployment of jms-destinations-service.xml file

2004-07-21 Thread Rudi Vankeirsbilck
Ok, many thanks. I had put the service.xml file also in the META-INF directory. Regards, Rudi. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842863#3842863 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842863 ---

[JBoss-user] [EJB/JBoss] - Re: totally stumped and a little frustrated

2004-07-21 Thread jbone
update: No dice. the new version (implementing UserTransaction) actually runs worse than the old when in production. I really don't know what's going on. I don't think my app is very complicated: Socket server (MBean) opens new socket thread for incoming connections Socket thread parses incomi

[JBoss-user] [Beginners Corner] - Scoped classloading in EAR files and entity bean value objec

2004-07-21 Thread FrereTuck
Hi, We experience some difficulties in our understanding of the scoped classloading mechanism enabled using "loader-repository" element in jboss-app.xml. We would like to deploy the following J2EE componants in jboss: an ear (deployed with scoped classloading) which use some functionnalities pro

[JBoss-user] OT/ JBoss and Norton Internet Security

2004-07-21 Thread Marco Mistroni
Hi all, I know that it's off topic but I m sure some of u Have faced same situation in which I am now. I have jboss running on my machine at home, and I have installed Norton Internet security to prevent intrusion etc. Problem is that if my security is on, nobody from the internet can Acces

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: RedeliveryLimit not limiting

2004-07-21 Thread [EMAIL PROTECTED]
The redelivery count is only processed by the MDB. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842859#3842859 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842859 --

[JBoss-user] [Installation & Configuration] - Re: loader repository problem

2004-07-21 Thread wtff
Thanks a lot for your support. Meanwhile I figured out the reason for the exception: there was a j2ee.jar somewhere within a subdirectory of my ejb-archive. I thought that jboss would only grap jar files located at the root level directory of a jar or ear... Isolating deployments from one anothe

[JBoss-user] [JCA/JBoss] - DataStore to DB-2 Connect

2004-07-21 Thread jpbrown
I am trying to move from Websphere to JBoss. My application talks to DB-2 Connect Client which talks to OS/390 DB-2 Version 7. I set up the data source like this: b2t4 jdbc:db2:b2t4 COM.ibm.db2.jdbc.app.DB2Driver w951ahn 0 I get the fo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Nested deployment of jms-destinations-service.xml file

2004-07-21 Thread [EMAIL PROTECTED]
There is a test for this in the testsuite. | [EMAIL PROTECTED] jboss-head]$ jar -tf ~/jboss-3.2/workspace/testsuite/output/lib/mdb.jar | META-INF/ | META-INF/MANIFEST.MF | org/ | org/jboss/ | org/jboss/test/ | org/jboss/test/mdb/ | org/jboss/test/mdb/bean/ | org/jboss/test/ut

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problems receiving JMS-Message in MDB

2004-07-21 Thread [EMAIL PROTECTED]
| session = conn.createQueueSession(false, QueueSession.AUTO_ACKNOWLEDGE); | or add a session.commit() or use the resource adapter java:/JmsXA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842855#3842855 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS-HA with HTTP Tunneling

2004-07-21 Thread [EMAIL PROTECTED]
Yes HAJNDI works over HTTP. Questions about HAJNDI belong in the clustering forum. When you repost it there, make sure you include your configuration, otherwise it will just be ignored. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842854#3842854 Reply to th

[JBoss-user] [JCA/JBoss] - Re: Database problem (JNDI)

2004-07-21 Thread [EMAIL PROTECTED]
Moderated: FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842853#3842853 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842853 --- This SF.Net email is sponsored

[JBoss-user] [JCA/JBoss] - Re: A particualr connection queue(requests) has grown up and

2004-07-21 Thread [EMAIL PROTECTED]
I don't see the relevence of the datasource pool configuration to tcp/ip backlogging in the web container. Your question belongs in the HTTPD forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842852#3842852 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [JCA/JBoss] - Re: No Resource Manager Found For jdbc/MyDataBase

2004-07-21 Thread [EMAIL PROTECTED]
Moderated: FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842851#3842851 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842851 --- This SF.Net email is sponsored

[JBoss-user] [Installation & Configuration] - Re: Log4J configuration (again!)

2004-07-21 Thread jamesstrachan
Try something like this, which uses package names to separate the streams :- | |etc. | | | |etc. | | | | | | | | | | | | | The example is incomplete but shows the principle. All events fron classes in packages commencing "co

[JBoss-user] [JCA/JBoss] - Re: Connections used in Oracle connection pool

2004-07-21 Thread [EMAIL PROTECTED]
See the comment in deploy/jbossweb-tomcat50.sar/server.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842849#3842849 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842849 --

[JBoss-user] [JCA/JBoss] - Re: Oracle XA Datasources

2004-07-21 Thread [EMAIL PROTECTED]
Plenty of people use OracleXA. There is even an FAQ with a checklist on how to configure JBoss to use it correctly. The error message you show is bizarre. It implies that xaConnection.getXAResource() is returning null when it is invoked in the constructor. http://cvs.sourceforge.net/viewcvs.py/jb

[JBoss-user] [EJB/JBoss] - Re: Multiple EJB deployments with same name

2004-07-21 Thread jamesstrachan
Phil, What I think is happening is this :- Your reference in the ejb link shows that you are expecting to look up an EJB with a JNDI name of Customer. You can confirm in the JNDI view, or in the MBean view, that you are actually deploying one entity bean with the JNDI name Customer. Assuming

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS-HA with HTTP Tunneling

2004-07-21 Thread flavio.ravotto
Hi all, I set up two JBoss instances in cluster, and I have my JMS clients able to connect to the two instances and to correctly manage the shutdown of one of them. I did this by using JNDI (by configuring "org.jnp.interfaces.NamingContextFactory" as initial context factory). Now I would like t

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR and compound primary keys

2004-07-21 Thread dgreen999
The problem is the same as the described in the first posting of this thread. here's the full stack trace: | | org.jboss.deployment.DeploymentException: Atleast one role of a foreign-key mapped relationship must have key fields (or is missing from ejb-jar.xml): ejb-relation-name=Custome

[JBoss-user] [Messaging, JMS & JBossMQ] - Problems receiving JMS-Message in MDB

2004-07-21 Thread abalanescu
-I want to test a simple queue-example without changing any jboss-/jms-configuration files. -The message seems to be sent - the client/caller proceeds runtime without exceptions, see below "console-output" on 6. info-item. -But the MDB's onMessage()-method isn't entered - even while ConnectionRe

[JBoss-user] [Messaging, JMS & JBossMQ] - Nested deployment of jms-destinations-service.xml file

2004-07-21 Thread Rudi Vankeirsbilck
Hi all, I have created a bluespace-jms-destinations-service.xml file that describes the topics my app is using. Like for a ds.xml file (containing the datasource descriptions), I initially put this file in my .jar file. However, I have noticed that JBoss does not pick up this .xml file as a nes

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jboss 3.2.0 system clocks

2004-07-21 Thread spyer
Additional information I have read the faq and increased the time to live to one hour sender.setDeliveryMode(DeliveryMode.NON_PERSISTENT); sender.setTimeToLive(HOUR); there is no commit being called on the q sender as transactional jms is not required. View the original post : http://www.jbos

[JBoss-user] [Management, JMX/JBoss] - EJB - HA singleton MBean communication

2004-07-21 Thread twwwt
Hello! What is the recommed way to lookup an HA singleton MBean from (clustered) EJB? Should I use the RMIAdaptor like this: | Context context = new InitialContext(); | Object o = context.lookup("jmx/invoker/RMIAdaptor"); | RemoteMBeanServer mbeanServer = new RMIConnectorImpl((RMIAdaptor

[JBoss-user] [Persistence & CMP/JBoss] - Re: Throughput of data low while using CMP/CMR entitybeans

2004-07-21 Thread dev2gosoft
Thanks joachim, how do i turn cmp logging>??? I turned on DEBUG messages in log4j.xml...i see the queries but also a deluge of message from all the other components IS there a way to turn CMP Logging alone View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Management, JMX/JBoss] - Re: Asserting start and deployment success

2004-07-21 Thread twwwt
Yes you can do that: | Boolean started = (Boolean) getServer().getAttribute(new ObjectName("jboss.system:type=Server"), "Started"); | As soon as JBoss has completely finished start up "started" is true. The implementation of getServer() depends on how you want to access the server: within

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with messages over a network.

2004-07-21 Thread stefanf
I also had this problem but we managed to solve it. The thing is that you need to remove your computer name from the /etc/hosts file. JBoss seems to resolve the hostname of the client computer to its IP address on the client. So instead of sending the hostname of the client computer, it is resol

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Sybase as JMS persistence

2004-07-21 Thread nusa
That's it ... thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842836#3842836 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842836 --- This SF.Net email is sp

[JBoss-user] [Javassist user questions] - transaction time problem

2004-07-21 Thread tolstiy
hi, i'd like to know if i can set during the runtime the transaction time for current transaction. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842835#3842835 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842835 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Throughput of data low while using CMP/CMR entitybeans

2004-07-21 Thread triathlon98
Ok. Turn on CMP logging to see which SQL statements are being executed. Have a look at the docs about load-group, preloading etc. The configuration changes should be noticeable in the SQL statements executed. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Sybase as JMS persistence

2004-07-21 Thread [EMAIL PROTECTED]
The example is wrong. It should be: | jboss.jca:service=DataSourceBinding,name=jdbc/SybaseDB | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842833#3842833 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384

[JBoss-user] [JCA/JBoss] - Re: Oracle XA Datasources

2004-07-21 Thread trickard
We cant seem to talk to and 8.1.7 database or a 9.2 database. When we access a bean method with a transaction attribute of 'required' we get the following error in server.log. I dont know if I have a configuration problem or there is a bug. The 'null pointer exception' showed up yesterday in the

[JBoss-user] [Management, JMX/JBoss] - Re: Is it possible to have a Startup class for an .ear

2004-07-21 Thread ioparra
next to your META-INF/application.xml, create a jboss-app.xml add this "type" of entry | | | startup-service.xml | | | create a startup-service.xml in the root directory of your EAR. this -service.xml is a standard mbean descriptor. Define a customized MBean that

[JBoss-user] [EJB/JBoss] - Re: Multiple EJB deployments with same name

2004-07-21 Thread philroffe
Thanks for your reply. The JNDI names are different, as you can see in the following sections of jboss.xml. In the jboss.xml file of one jar: | | Customer | com.jctal.productsalemgmt.sale.ejbimpl/Customer/Home | com.jctal.productsalemgmt.sale.ejbimpl/C

[JBoss-user] [Messaging, JMS & JBossMQ] - jboss 3.2.0 system clocks

2004-07-21 Thread spyer
Hi gotta a problem with jboss 3.2.0 If we advance a system clock of a jms client by 10 minutes, the results are placed on the server's queue but never arrive at the client, I guess this may be something to do with ping periods - any help would be appreciated - cheers View the original post : h

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ClassNotFoundException: org.jboss.resource.connectionman

2004-07-21 Thread [EMAIL PROTECTED]
I've added the class to jbosscx-client.jar and jbossall-client.jar for 3.2.6 You can find the class in jboss-jca.sar Your real problem is something else. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842826#3842826 Reply to the post : http://www.jboss.org/

[JBoss-user] [Installation & Configuration] - Re: unable to access the hypersonic database manager from JM

2004-07-21 Thread darranl
You need to edit the file 'hsqldb-ds.xml' in server/default deploy. The file describes what you need to do. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842825#3842825 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JCA/JBoss] - Re: Connections used in Oracle connection pool

2004-07-21 Thread troypoppe
I've seen similar problems with an application we host. Turns out the developer was not ensuring that his connection was closed in a finally block. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842824#3842824 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [Messaging, JMS & JBossMQ] - Sybase as JMS persistence

2004-07-21 Thread nusa
Hi all, I'm using JBOSS-4.0.0DR4 for this. I want to use Sybase as my persistence for JMS. To do that, here are the steps I did : 1. deploy sybase-ds.xml 2. remove hsqldb-jdbc2-service.xml from /deploy/jms 3. deploy sybase-jdbc2-service.xml to /deploy/jms By doing that, I got the following error

[JBoss-user] [Javassist user questions] - Re: classloaders, loading classes dynamically

2004-07-21 Thread Batoussa
Hi ! I'd like to do the same thing, i.e cast a modified class at runtime but i get a ClassCastException too. I understood that this is in java virtual machine specification that when a class is loaded by two classloaders, it can not be cast. So, is there any solution (even if it's forbidden by

[JBoss-user] [Security & JAAS/JBoss] - Re: ssl in jboss 3.2.5 is broken

2004-07-21 Thread osf_lover
sorry to get back to you so late. In jboss 325, request.getUserPrincipal() returns "Identity(members:user1) " instead of user1. That's the reason my CustomRealm code failing to look for the user details. Now my questions are 1) request.getUserPrincipal should return user1 instead of " Identity

[JBoss-user] [Installation & Configuration] - unable to access the hypersonic database manager from JMX co

2004-07-21 Thread adar
dear jboss experst, as i started JBOSS well, i opend the JMX management console I cannot find under the JBOSS title the service="Hypersonic" to access the database management and starting ??? Thank you for help Antoine View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Beginners Corner] - Storing lastUpdatedBy for database update history

2004-07-21 Thread danl_thompson
Faced with a requirement to store the who added / updated a record and when, I can only come up with two ideas. See if these make sense or if there is another, more standard way to handle it. The requirement is that whenever a user takes an action that results in the addition of, or update to

[JBoss-user] [JBoss.NET & SOAP] - Webservice runtime configuration

2004-07-21 Thread Ralluph
Hello everybody, First of all, I must admit I am a complete beginner to JBoss. I am not quite sure if I should post this question here or in the 'Beginners corner' forum. I developed a simple webservice with Axis and Tomcat. It maps to an ordinary Java-class, no EJB. Now I want to deploy the we

[JBoss-user] [Messaging, JMS & JBossMQ] - ClassNotFoundException: org.jboss.resource.connectionmanager

2004-07-21 Thread [EMAIL PROTECTED]
Hi, I am doing a upgrade from jboss 3.2.3 to jboss.3.2.5. In the process i am also changing JMS persistence from HsqlDb to mckoi. it seems to be working fine, but when testing high traffic I have some problems on the client side. (POJO client) I have the jbossall-client.jar in the classpath fo

[JBoss-user] [Installation & Configuration] - Problems with wiki Logging examples 3.2.3/3.2.5

2004-07-21 Thread jardia
Hello. I've been trying the webapp/logging examples on the wiki (http://www.jboss.org/wiki/Wiki.jsp?page=Logging) and have been running into problems/unexpected results. Questions: These questions refer to the steps outlined below. Q1) In step B3 why is there no log file? Q2) What do the error

[JBoss-user] [EJB/JBoss] - Re: Query method not found:

2004-07-21 Thread mkotsbak
I've reported this as a bug to sourceforge project page, bug # 994547 (https://sourceforge.net/tracker/index.php?func=detail&aid=994547&group_id=22866&atid=376685) Please continue discussing this issue there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Ebook edition ?

2004-07-21 Thread sturiot
Hi, I'd like to know if there is already an ebook edition available for the book. THX. Seb View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842813#3842813 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842813

[JBoss-user] [Persistence & CMP/JBoss] - Re: Throughput of data low while using CMP/CMR entitybeans

2004-07-21 Thread dev2gosoft
Joachim, Yes. All of this happens in a Session Facade api with a tx attribute of required. Even the finder method to find the orders has a tx attribute of required. Is this the typical throughput that we can expect ??? I am still puzzled that only 1000 records can be retrieved per minute if you

[JBoss-user] [Clustering/JBoss] - HaSingletonController

2004-07-21 Thread lbasili
Hello, I have a MBean that must behave differently in clustered and standalone environments. In the former case, it must be started/stopped by HASingletonController through the methods startSingleton() and stopSingleton(), in the latter case it must be started/stopped by the standard ServiceCon

[JBoss-user] [EJB/JBoss] - Re: Multiple EJB deployments with same name

2004-07-21 Thread jamesstrachan
Phil, It would seem that both EJB's have the same JNDI name. Deployment of the second EJB overwrites the first JNDI name so that only the second is referenced. Presumably, as the deployer, you haver control of the Deployment Descriptors. You can do one of two things. Either change the ejb-ref

[JBoss-user] [EJB/JBoss] - Re: Is this a bug? stateful session bean is acting like stat

2004-07-21 Thread jamesstrachan
This requires a longer explanation. For stateless session beans, JBoss uses a pool of beans and supplies the client with any instance. In a idle system (normal developer mode), JBoss will create a pool with one instance and give you that instance on each call. Your client does a create() and t

[JBoss-user] [Persistence & CMP/JBoss] - Re: Throughput of data low while using CMP/CMR entitybeans

2004-07-21 Thread triathlon98
Is your report generated inside a transaction? It should be, otherwise there is no caching (actually worse, there probably is caching, but it is discarded all the time). Joachim P.S. Damned, I seem to be sounding like a broken record, telling the same story over and over... View the original

[JBoss-user] [Installation & Configuration] - Re: Log4J configuration (again!)

2004-07-21 Thread timshaw
Oops! Sorry | | | | | | | | | | | | | | | | | | | | | | | | | | |

[JBoss-user] [Installation & Configuration] - Thread lock - unable to shutdown JBoss

2004-07-21 Thread ljoubert
Hello, I am having the following problem on a Linux Red Hat system with kernel 2.4.21-9 and JVM 1.4.2_03. My application is hanging for no particular reason, and JBoss is not returning any message back to the client. The server does not freeze and accept further requests normally. When I do a

[JBoss-user] [Installation & Configuration] - deplying application with jsp and beans

2004-07-21 Thread kaus
Hello, I am trying to deploy an application on JBoss. I have created the specified directory structure according to the basic jboss documentation. Icreated the ear file using ant .. it copies the ant file to the JBOSSHome\server\default\deploy directory .. all this happens fine.. my application

[JBoss-user] [Persistence & CMP/JBoss] - type conversion in ejb-ql

2004-07-21 Thread nauman.mir
I am trying to port an application in plain Java to J2EE to run on JBOSS. I have a query that runs on ms-sql database server and uses ms-sql function (convert). The query looks like this: select convert(numeric(20), aDBColumnName) from aTable .. In this query: aDBColumnName: Database column

[JBoss-user] [Installation & Configuration] - Re: Log4J configuration (again!)

2004-07-21 Thread timshaw
Tried the logging stuff on the Wiki (all of it!) before I posted. The below log4j.xml causes all 3 'custom' files to contain the same output. a) Perhaps the Filter doesn't work b) Perhaps I am using the wrong string for the DeployURL c) Perhaps this approach doesn't work with filtering 'contained'

[JBoss-user] [Security & JAAS/JBoss] - SecurityContext propagation

2004-07-21 Thread AndreyRybak
Hello I've uncommented SSO in jbossweb-tomcat50.sar/server.xml I'm using two LoginModules in my application policy: DatabaseServerLoginModule and ClientLoginModule Still I get no security context in my EJB, which forces me to pass a username as a parameter and execute the roles query myself ag

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jndiContext.lookup(

2004-07-21 Thread matpil
Hi all, I've the same problem of Ibax. I call a bean from jboss 3.2.5 to jboss 2.4.4 and naturally it doesn't work. Now I update the client jar file in classpath (I've add to classpath new jar file and delete the old one). The application, go to error to :( Perhaps I've to replace the old jar file

[JBoss-user] [JBoss.NET & SOAP] - Re: EJBs won't deploy when jboss-net included in JBoss 3.2.5

2004-07-21 Thread tdiesler
Do you have a stack trace? -thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842797#3842797 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842797 --- This SF.N

[JBoss-user] [JBoss.NET & SOAP] - Overriding generated EJB-WSDL

2004-07-21 Thread schrouf
I would like to include a wsdl value restriction definition for a string attribute of an EJB method argument data type. Using the normal JBoss/Axis automatic EJB wsdl generation the string attribute has - of course - no restriction other that xsd:string Does anybody know how to override the aut

[JBoss-user] [Installation & Configuration] - Re: jboss-3.2.4:NoSuchMethodError: org.jaxen.BaseXPath.

2004-07-21 Thread [EMAIL PROTECTED]
You have to check the box labelled: 'Check to Upload and Attach a File:' in order to upload attachements to the case. If you still can't add the example send it to me and I'll add it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842790#3842790 Reply to the