[JBoss-user] [Management, JMX/JBoss] - re-registering of a Monitor doesn't replace the existing one

2005-01-26 Thread qdotlu
If i use the RMIAdaptor to register one GaugeMonitor to the JMX agent, and then register the same GaugeMonitor again, the existing one is not replaced, neither an exception is thrown. If there are Listeners registered with the old instance of GaugeMonitor, the notification will be send by the o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: oracle blob bug exposed in org.jboss.mq.pm.jdbc3.Persist

2005-01-26 Thread toadie
instead of using datatype BLOB , you could use LONG RAW as an interim solution. We've successfully persisted as large as 20 Meg int LONG RAW data type. on both 8i (8.1.7.x) as well as 9i (9.2.0.x) However, be aware that Oracle is starting to desupport LONG RAW View the original post : http://

[JBoss-user] [JBossWS] - Re: Problem with using custom datatypes in WSTypeMapping

2005-01-26 Thread Mette
I figured out what the problem was myself. The classes mentioned in the warnings were indeed present in the war, and were not actually the problem. However, a jar that contained the superclasses of these classes, was not in the war file, and thus could not be loaded. When I added this jar to the

[JBoss-user] [JBossWS] - Re: Malformed Content-Id in SOAP Attachment Response?

2005-01-26 Thread gregcrider
I created the defect as you requested. It is JBWS-81. I attached a number of files from my original web service. In addition, as requested, I created a simple test web service that generates the same error condition. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [Beginners Corner] - Re: Virtual Directory in JBoss?

2005-01-26 Thread Bapha
Hi , did you ever find out how to do this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863847#3863847 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863847 --- T

[JBoss-user] [Beginners Corner] - add virtual directory

2005-01-26 Thread Bapha
Greetings I have just installed Jboss and would like to know how to add a virtual directory. Can someone please tell me? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863843#3863843 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Security & JAAS/JBoss] - can bypass security using context root

2005-01-26 Thread johnv
Successfully deployed my .ear which contains a .war. The context root for that web module is declared in the .ear's application.xml to be: foo/top The web.xml in the .war has a security constraint. One of the url's specified in a web-resource-collection in the sec constraint is: /index.jsp

[JBoss-user] [JBossWS] - echoing request fails

2005-01-26 Thread tbiernat
i have a simple service generated from wsdl/schema with jwsdp-1.5 wscompile, deployed to jboss 4.01. the request is sent minus some nonessential elements (minOccurs=0) and looks like this: | POST /CashLetterService/process HTTP/1.1 | Content-Type: text/xml; charset=utf-8 | Content-Length

[JBoss-user] [Installation & Configuration] - StateManager NOTYETINSTALLED

2005-01-26 Thread gbickford
Hello, I've been looking for what causes the StateManager to not start up. It doesn't seem to effect my deployed application. I am using jboss 3.2.5 on fedora core 3 alogn with mysql. I have created a mysql-ds.xml and I copied the mysql-jdbc2-service.xml from the example directory into my depl

[JBoss-user] [Management, JMX/JBoss] - Entity bean - JMS - MBean communication problem

2005-01-26 Thread clau25
I have a service that listens to messages from a topic. When a new message is received, my service has to check some data (from database) and then to do some tasks. My problem: The messages that make the service to react (to check some data in the database) are values created by ejbCreate() met

[JBoss-user] [Security & JAAS/JBoss] - Re: can bypass security using context root

2005-01-26 Thread johnv
Note: This has nothing to do with browser caching. Before each test I stop/restart JBoss and the browser session. Whether I hit just the context root first or specify index.jsp first I see the described behavior. Note: I can get around this by specifying: *.jsp In the security constraint

[JBoss-user] [Advanced Documentation] - Re: Latest jboss4guide.zip corrupt?

2005-01-26 Thread [EMAIL PROTECTED]
That is odd. I downloaded it once to test it out, and it looked fine. But sure enough, it was corrupt when I tried it just now. I've refreshed it, and it looks good now. Let us know if you hit any other problems. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [JBoss Getting Started Documentation] - jboss-4.0.1RC1 startGuide40 missing sql\insert.sql file

2005-01-26 Thread ittoronto
Hi there, I am new to Jboss and try the tutorial startguide-4.0.1 download the PDF file with the source code. I find that one file, sql\insert.sql, seems missing. This file will insert records to the HSQL database. Who knows where I can find it please. By the way, who knows the different betwe

[JBoss-user] [JBossWS] - How to write a client that calls a document-style web servic

2005-01-26 Thread Mette
I have created a JSE web service, document-style, and I am currently creating the client part, to test the deployed service. I have done a cut and paste of the client code in the Wiki, and replaced the names, url's and so forth, but wen i try to run it, I get the following exception: Exception

[JBoss-user] [HTTPD, Servlets & JSP] - running struts on JBoss

2005-01-26 Thread haripriya
Hello, I am unable to get a single strut application working on JBoss but they run perfectly on tomcat. Is there any specific configuration required for JBoss ? Its very frustating that nothing even struts-examples is not working. Please help ! There are the kind of exceptions that JBoss throws

[JBoss-user] [JBossWS] - Re: Frequently Asked Questions [Web Services]

2005-01-26 Thread [EMAIL PROTECTED]
WHAT DO I DO IF I THINK THERE IS A JBossWS BUG? Don't panic. Bugs are a part of software life. You should file a bug on JBoss JIRA for JBossWS. http://jira.jboss.com/jira/browse/JBWS If possible attach some test code/WAR/EAR etc to speed up investigation and fix (if any). Remember we love you

[JBoss-user] [Persistence & CMP/JBoss] - Re: Old data retreaved after making an update (cache problem

2005-01-26 Thread Renkrad
The JBoss version i'm using is 3.2.5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863803#3863803 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863803 --- This SF.

[JBoss-user] [JBossWS] - Re: Malformed Content-Id in SOAP Attachment Response?

2005-01-26 Thread avinashi
I am facing the same problem. The client is not able to parse the return message. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863814#3863814 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863814 --

[JBoss-user] [Management, JMX/JBoss] - Re: Accessing MBeans via JSP

2005-01-26 Thread osterday
Thanks Dimitris! In MyEclipse I changed the webapp to use JDK 1.4 and that did the trick! My JSP is working fine now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863798#3863798 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [HTTPD, Servlets & JSP] - Need a way in code with JMX to find out the port Tomcat is l

2005-01-26 Thread acxsjones
I need to find out the port that my instance is listening for tomcat traffic. I assume that it will be on some JMX object, but which one. Deployments will be on other port besides 8080 Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863777#3863777 R

[JBoss-user] [Installation & Configuration] - Not starting unused services

2005-01-26 Thread [EMAIL PROTECTED]
Background: I want to start JBoss without starting services that are never used or deprecated (e.g., some JMS il-services) and without having to remove the *-service.xml from the appropriate directory under /deploy. For instance, I want the ability to "start" them if I need to from the Jmx-cons

[JBoss-user] [EJB/JBoss] - CMR FIELDS IN JBOSS-3.2.6

2005-01-26 Thread @ntonio
Hi guys! I need your help ! Early i used jboss-3.0.8 - ms sql 2000 and all works fine!!! but now i try to update application server to 3.2.6, and have some problem with CMR fields: everyWhere i used cmr fields i recieved the error: 2005-01-27 00:11:59,677 DEBUG [org.jboss.ejb.plugins.cmp.jdbc

[JBoss-user] [EJB/JBoss] - Is there an XML Schema for jboss.xml ?

2005-01-26 Thread gevatron
Is there an XML Schema for jboss.xml ? Or is there just a DTD for this file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863809#3863809 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863809

[JBoss-user] [Installation & Configuration] - Re: what if I don't have tools.jar in my classpath?

2005-01-26 Thread IreneWang2005
When I created a debug session for JBoss 4.0.x, I got this error message: [JDK]: Could not locate tools.jar. Unexpected results may occur. Make sure that you have selected a JDK with its path pointing to its home directory not to its JRE. Could anyone please tell me what that means? Do I need

[JBoss-user] [Persistence & CMP/JBoss] - DynamicQL and JDBCStoreManager2

2005-01-26 Thread HariV
I am getting the following exception, when I deploy my entity bean using the container cmp2.x jdbc2 pm with cache invalidation. This configuration uses org.jboss.ejb.plugins.cmp.jdbc2.JDBCStoreManager2 as the PersistenceManager. I am getting this following exception. when it tries to process a d

[JBoss-user] [Persistence & CMP/JBoss] - Re: Old data retreaved after making an update (cache problem

2005-01-26 Thread HariV
For turn off caching. Use commit option C. in standardjboss.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863806#3863806 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863806 ---

[JBoss-user] [Advanced Documentation] - Release 2 of the Application Server Guide

2005-01-26 Thread [EMAIL PROTECTED]
It is out. Check the http://docs.jboss.org/. We added a section on J2EE web services and a section on Hibernate. [/url] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863775#3863775 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Beginners Corner] - Re: Unable to compile class for JSP error

2005-01-26 Thread darranl
Have you set the JAVA_HOME environment variable? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863750#3863750 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863750

[JBoss-user] [Beginners Corner] - Re: Does jboss generate System.out. I saw and appender for

2005-01-26 Thread gshekar
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863766#3863766 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863766

[JBoss-user] [Persistence & CMP/JBoss] - problem with ejb-ql and cmr-field

2005-01-26 Thread adrianob
Hello, im having the problem (bellow) with a finder method: public Collection findContatosByPessoaPK(Long pessoaPK) throws javax.ejb.FinderException; The error msg: 18:07:22,343 INFO [EJBDeployer] Deployed: file:/usr/local/jboss-4.0.0/server/default/deploy/cadPessoaServer.jar 18:07:22,694 ERR

[JBoss-user] [Persistence & CMP/JBoss] - Re: cmp2.x jdbc2 pm caching mechanism

2005-01-26 Thread HariV
Thanks Alex You are right. I had another entity bean using a different configuration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863732#3863732 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863732 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss deploy bug?

2005-01-26 Thread adrianob
Duh :P I forgot the getter in the bean... Thanks :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863796#3863796 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863796

[JBoss-user] [JBossWS] - Re: Malformed Content-Id in SOAP Attachment Response?

2005-01-26 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS Can you file a bug with a testcase in the JIRA? Can you attach a test war to speed up investigation and fix (if any)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863791#3863791 Reply to the post : http://www.jboss

[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-26 Thread Lviz
hi again endre glad to hear you did it! i hope you did not change the ports by "hand"? you just have to edit the jboss-service.xml on the second instance. | | ports-01 | ../docs/examples/binding-manager/sample-bindings.xml | |org.jboss.services.binding.XMLSer

[JBoss-user] [Persistence & CMP/JBoss] - Re: cmp2.x jdbc2 pm with cache invalidation

2005-01-26 Thread HariV
Thanks Alex. It worked when I used the JDBCStoreManager2. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863733#3863733 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863733 ---

[JBoss-user] [JBossWS] - Re: Session state in Web Services

2005-01-26 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863753#3863753 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863753

[JBoss-user] [Beginners Corner] - Re: JBoss 3.2.6 - what JAR file holds the Timer and Schedule

2005-01-26 Thread davout
Found it server/default/lib/scheduler-plugin.jar "davout" wrote : JBoss 3.2.6 - what JAR file holds the Timer and Scheduler interfaces? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863784#3863784 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Installation & Configuration] - "JBoss LocalTransaction JDBC Wrapper" not yet installed

2005-01-26 Thread dannysh
Posted: Tue Jan 25, 2005 22:14 PMPost subject: "JBoss LocalTransaction JDBC Wrapper" not yet installed Hi, I am migrating from Jboss 3.2.4 to JBoss 4.0.1. When I start the server, I get the following erro

[JBoss-user] [JBossWS] - Malformed Content-Id in SOAP Attachment Response?

2005-01-26 Thread gregcrider
I have a JSE web service that returns a DataHandler. The client side throws an exception saying it can't find the Content-Id specified in the SOAP response. Using ethereal, I captured the entire response, and can clearly see the attachment, however, there does appear to be a problem with the Con

[JBoss-user] [Beginners Corner] - JBoss 3.2.6 - what JAR file holds the Timer and Scheduler in

2005-01-26 Thread davout
JBoss 3.2.6 - what JAR file holds the Timer and Scheduler interfaces? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863779#3863779 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863779 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB in a cluster talking to a remote queue on another cluste

2005-01-26 Thread paxtor
Hi Now I'm testing (with Jboss 4.0.1) another configuration. In one computer have a cluster of two instances, which has the JBossMQ HASingleton server. Now in the other computer there are another cluster of two instances with the MDBs. These MDBs are bound by means of a RemoteJMSProvider like

[JBoss-user] [Beginners Corner] - Unable to compile class for JSP error

2005-01-26 Thread choikim
Hi. I installed JBoss on linux server ok, and then now I'm trying to install JBoss on my window box, and I could run the server ok. I can see the page http://localhost:8080/. However, when I tried to see http://localhost:8080/jmx-console, I've got 500 error - unable to compile class for JSP er

[JBoss-user] [JBoss Getting Started Documentation] - Re: Jboss-IDE 1.3.0 Tutorial

2005-01-26 Thread DavidC1966
Don't worry about this I've found a silly typo.[/img] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863769#3863769 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863769 ---

[JBoss-user] [Beginners Corner] - Re: Does jboss generate System.out. I saw and appender for

2005-01-26 Thread darranl
Highlight the XML that you are trying to post and click the 'Code' button to wrap it in [ Code ][/ Code ] tags. Then click 'Preview' to make sure that it displays Ok before clicking 'Submit'. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863768#3863768 Re

[JBoss-user] [Beginners Corner] - Re: Can't build JBoss 3.2.6 with JDK 1.3?

2005-01-26 Thread [EMAIL PROTECTED]
3.2.x is supposed to be able to build and run on jdk1.3+, but regressions caused 3.2.6 to require jdk1.4+. The current 3.2 branch and the pending 3.2.7 is back to being compile and runtime compatible with jdk 1.3. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Beginners Corner] - Re: Does jboss generate System.out. I saw and appender for

2005-01-26 Thread gshekar
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863765#3863765 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863765 ---

[JBoss-user] [Beginners Corner] - Does jboss generate System.out. I saw and appender for that

2005-01-26 Thread gshekar
Hi, Can somebody tell the use of following appender in log4j.xml of jboss. I dont find System.out anywhere. Regards, -GnanaShekar- View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863

[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-26 Thread Lviz
hi again endre glad to hear you did it! i hope you did not change the ports by "hand"? you just have to edit the jboss-service.xml on the second instance. | | ports-01 | ../docs/examples/binding-manager/sample-bindings.xml | |org.jboss.services.binding.XMLSer

[JBoss-user] [Management, JMX/JBoss] - Re: Accessing MBeans via JSP

2005-01-26 Thread osterday
Thanks for the quick response! Yeah, that's what I thought, but couldn't get anything to work. I started to implement it in a JSP using the EJB code example, but on my import statements, I get a strange error: cannot access javax.management.MBeanServer: bad class file: C:\Program Files\Java\jd

[JBoss-user] [Management, JMX/JBoss] - Re: Accessing MBeans via JSP

2005-01-26 Thread [EMAIL PROTECTED]
It should be the same code, as long the Web container and JBoss are colocated (same JVM). see http://www.jboss.org/wiki/Wiki.jsp?page=HowCanAnEJBCallAnMBean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863754#3863754 Reply to the post : http://www.jboss.o

[JBoss-user] [JBoss Getting Started Documentation] - Jboss-IDE 1.3.0 Tutorial

2005-01-26 Thread DavidC1966
Hi Just working through the tutorial and have hit a problem which is not obvious to me. I'm using J2EE 1.4 and JBoss 4.0.1. When I deploy the FiboApp.ear I get the following error: 15:10:14,153 ERROR [MainDeployer] Could not initialise deployment: file:/C:/Java/jboss-4.0.1/server/default/depl

[JBoss-user] [JBossWS] - WS does not undeploy

2005-01-26 Thread ${bb.Guest}
When undeploying a .jar from the server defining session beans and web services, the EJBs undeploy properly but there is no inidication that the web services undeploy. A subsquent redeploy of the .jar breaks with an IllegalStateException -"Service already registered, maybe port-component-name

[JBoss-user] [JBossWS] - Re: Frequently Asked Questions [Web Services]

2005-01-26 Thread [EMAIL PROTECTED]
Securing Web Service Endpoints http://www.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863755#3863755 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863755

[JBoss-user] [JBoss Getting Started Documentation] - Re: Problem in running Duke's Bank Application

2005-01-26 Thread choikim
I'm going through the Getting Started Documentation myself and I got it compiled. You have to download Duke's Bank Application code from sun first, and then you have to add more codes from Jboss Getting Started Documentation. Then you won't have class not found exceptions. I got it compiled an

[JBoss-user] [Security & JAAS/JBoss] - Re: jass on windows 2003

2005-01-26 Thread trhymers
here is the most info i got "Depending on which application server you are setting up, the way in which you go about configuring jass is different. As to how and why the help desk software requires the use of jass vs sql database security or active directory, it uses both. Jass is another lay

[JBoss-user] [JBossWS] - Session state in Web Services

2005-01-26 Thread Satish
I have explosed a session bean method as a webservice. I would like to store session information so that once a user is authenticated via a web service he may continue to access other services without needing to be authenticated. Is there anything similar to a http session that we could use withi

[JBoss-user] [Advanced Documentation] - Re: Docs for 4.0

2005-01-26 Thread [EMAIL PROTECTED]
We will offer the admin server book in printed form shortly. Production issues with the book keep us from offering a PDF now, but we will most likely have a PDF after that point. The HTML is easier since it is much more flexible a format than PDF. View the original post : http://www.jboss.

[JBoss-user] [Messaging, JMS & JBossMQ] - Can't receive ObjectMessage in remote client

2005-01-26 Thread kurt_mehlhoff
I use JBoss out of the box (except one topic and one queue configured). I have an application that uses JBoss MQ in a variety of configurations and platforms. I've never had a problem like this before. I shutdown my application and am using a modified SimpleQueueSender and SimpleQueueReceiver

[JBoss-user] [Clustering/JBoss] - Cluster Problem 2

2005-01-26 Thread alehandros
Hello, I have a major problem/question regarding Clustering in JBoss (v. 3.2.6). There are 2 JBoss servers running in cluster mode. There as Entity Bean called Account. When it's being updated by the client, sometimes the database is not updated nor the other JBoss server (or its cache). Bellow

[JBoss-user] [J2EE Design Patterns] - Design advice, are Stateful session beans the answer?

2005-01-26 Thread fatbatman
Hello, I'm looking for some design advice. I'm using JBoss 3.2.5. Here's my situation; Users log into to the website (Tomcat within Jboss) to authenticate themselves. When they do this a session bean is called which generates and stores a key for the user. The key is returned to the user i

[JBoss-user] [EJB/JBoss] - Displayed message during ApplicationDeadlockException

2005-01-26 Thread fburlet
Hi, I'm trying to understand what could mean the displayed message when an ApplicationDeadLockException occurs. You will find here above an extract that I tried to parse. | * [EMAIL PROTECTED], |bean=ParcelGuid, |id=ae3ee5b4c0a8062000d60cddf191dbad, |refs=

[JBoss-user] [Beginners Corner] - Can't build JBoss 3.2.6 with JDK 1.3?

2005-01-26 Thread bluezero000
When I try to build JBoss 3.2.6 with JDK 1.3, it fails on not being able to find SSLSocketFactory, which is a JDK 1.4 class. My understanding is that JBoss 3.2.6 can only run on JDK 1.3... Any clarification is greatly appreciated. View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Question about multi-language support

2005-01-26 Thread jjm
I'm having a simular problem. What character set is being used to post, Shift_JIS or UTF8? I believe this is controlled by either the meta tag you have in your example, or <%@ page contentType="text/html;charset=UTF-8" language="java" %> I've found it is nice to dump out the values in the Strin

[JBoss-user] [Messaging, JMS & JBossMQ] - SpyJMSException - asyncFailure?

2005-01-26 Thread carrollppr
Can someone tell me what is going on here? I'm currently running version 3.2.3. 2005-01-26 05:06:02,260 WARN [org.jboss.mq.Connection] Connection failure: org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: (java.io.IOException: Client is not connected) at org.jboss.mq.

[JBoss-user] [JBossWS] - Re: problem with wsdl being changed in jboss-4.0

2005-01-26 Thread drepac
How about you Thomas, Could you please provide any tips!!! It seems there is something wrong with the client but I cannot seem to fighure it out Any help would be greatly appreciated View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863728#3863728 Reply to the

[JBoss-user] [Security & JAAS/JBoss] - Re: jass on windows 2003

2005-01-26 Thread tcherel
Good luck :-) I gave you most of the needed pointers to configure JAAS with JBoss. The rest is up to you and your application. Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863727#3863727 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-26 Thread endregaspar
So, now I have it! It wasn't necessary to change the bind address! But it is a great file "sample-bindings.xml" in the "JBOSS_HOME\docs\examples\binding-manager" durectory, that describes what one have to change in this case, appropriate to the JBoss release. Best Wishes, Endre View the origi

[JBoss-user] [JBossWS] - Re: Java Service Endpoints - JBOSS says

2005-01-26 Thread jeepee_in1
Thanx Thomas I got it There was some problem in webservices.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863720#3863720 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863720 -

[JBoss-user] [Installation & Configuration] - Re: Classloading: Using isolation and accessing global libra

2005-01-26 Thread karink
Hi Stan, thanx for your answer. In meantime there is coming another question up. Is it also possible to configure it without using a SAR. "It" means, again I would like to isolate the EAR file from the application server and I would also like to access some global libraries. My directory structu

[JBoss-user] [JBossWS] - Re: wscompile/wsdl/ws4ee questions...

2005-01-26 Thread jeepee_in1
HI, I am facing the similar problem. I am using String as inout and out put param My Jaxrpx-mapping.xml looks like | | http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:impl="http://www.skandia.co.uk/wrap/standingdata"; xmlns:port="http://ww

[JBoss-user] [Advanced Documentation] - Latest jboss4guide.zip corrupt?

2005-01-26 Thread ajduk
I'm trying to unzip files from jboss4guide.zip, the documentation and code bundle for JBoss 4 Application Server Guide (v2). When I use the jar utility included with JDK 1.4, it fails silently. When I use Winzip 9.0, it reports a corrupt ZIP file. I have tried downloading the file several times

[JBoss-user] [Persistence & CMP/JBoss] - Re: delete and insert vs update

2005-01-26 Thread [EMAIL PROTECTED]
I am interested in a pure CMP (w/o MDBs) testcase. I've started to look into this and so far I don't see a leak. For some time memory grows and then stays constant. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863712#3863712 Reply to the post : http://www

[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-26 Thread endregaspar
"darranl" wrote : If you are going to start JBoss using a different bind address you must have a network adapter already configured with that address. | | Do you really have a network adapter configured with the IP address 0.0.0.1, from another maching on your network can you ping 0.0.0.1? Y

[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-26 Thread darranl
If you are going to start JBoss using a different bind address you must have a network adapter already configured with that address. Do you really have a network adapter configured with the IP address 0.0.0.1, from another maching on your network can you ping 0.0.0.1? View the original post :

[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-26 Thread endregaspar
"darranl" wrote : You can specify the 'jboss.bind.address' as a parameter to the run script. | | http://www.jboss.org/wiki/Wiki.jsp?page=JBossRunParameters Thank you for your answer. I've already tried to start JBoss with another ip-bind-address e.g. 0.0.0.1, but I got a huge of errors. H

[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-26 Thread endregaspar
Thank You for your answer, I think that is a good site for my problem. I'll try to set up the server 2. Have a nice day! Endre View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863710#3863710 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Precompiling JSP

2005-01-26 Thread efcorpa
Are your JSPs located at your webapp root dir or in subdirectories? I've heard about building problems in second case. You can try replacing the jasper-compiler.jar and jasper-runtime.jar libraries you are curently using for building for older ones (could be 4.0) View the original post : http:

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Precompiling JSP

2005-01-26 Thread wisu66
I have fetched the latest Jasper.*.jar fromboth: apache.org and jboss-4.0.1 but still recived receives the error:"No public execute() in class org.apache.jasper.JspC" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863709#3863709 Reply to the post : http://

[JBoss-user] [Installation & Configuration] - Re: Compiling 3.2.6 under Java 1.3.1 with errors

2005-01-26 Thread jbobek
Ok I used version 3.2.5. I compiled it without any problems with Java 1.3.1. But when I start JBoss from JBuilder and open JMX console at adress http://localhost:8080/jmx-console/ a get this error: type Exception report message description The server encountered an internal error () that prev

[JBoss-user] [Management, JMX/JBoss] - Statistics of JCA is not being updated.

2005-01-26 Thread diripu
The following Statistics are not being updated in JCA MBean stats attribute. Its always "0". UseTime=[ Count: 0, Min. Time: 0, Max. Time: 0, Total Time: 0, Request Rate: 0.0] WaitingThreadCount=[low: 0, high: 0, current: 0] WaitTime=[ Count: 0, Min. Time: 0, Max. Time: 0, Total Time: 0, Request

[JBoss-user] [Management, JMX/JBoss] - JCA MBean data (JSR-77)

2005-01-26 Thread diripu
>From the following MBean I could get "InUseConnectionCount" "MaxConnectionsInUseCount" . anonymous wrote : | jboss.jca: | name=DefaultDS,service=ManagedConnectionPool | How to get the same data in JSR-77 ways that is using the following MBean ? anonymous wrote : | jboss.management.lo

[JBoss-user] [JBossWS] - Problem in Generation of WSDL

2005-01-26 Thread jeepee_in1
HI IHave used Java2WSDL. I have multiple methods with same input ant output(i.e.) String. But there is an error in generated WSDL. It says duplicate "element" entity: "in0" Entry in Build.xml is | | | | |

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Precompiling JSP

2005-01-26 Thread wisu66
I am using Ant from the Cmd-prompt on Win NT . Java: 1.5.0 JBoss 4.0.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863693#3863693 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863693 -

[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-26 Thread darranl
You can specify the 'jboss.bind.address' as a parameter to the run script. http://www.jboss.org/wiki/Wiki.jsp?page=JBossRunParameters View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863702#3863702 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Installation & Configuration] - Re: Configuring 2 JBoss Servers on the same host

2005-01-26 Thread Lviz
hi endre yes http://www.jboss.org/wiki/Wiki.jsp?page=ConfigurePorts cheers L View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863701#3863701 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863701 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss deploy bug?

2005-01-26 Thread [EMAIL PROTECTED]
I modified the exception msg to include the bean's name that is the cause. The method is not found not in the interface but in the bean implementation class. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863699#3863699 Reply to the post : http://www.jboss.

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem of performance with large tables

2005-01-26 Thread Lviz
hi again ;) the index thing (like %abd%, drops the index) is the same for mysql ! [url] http://dev.mysql.com/doc/mysql/en/mysql-indexes.html [/url] cheers L View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863698#3863698 Reply to the post : http://www.jboss

[JBoss-user] [Installation & Configuration] - Configuring 2 JBoss Servers on the same host

2005-01-26 Thread endregaspar
Hello dear Reader, Is it documented anywhere how can I set up 2 JBoss servers on the same host? I can't find any documentation about it. Of course I've changed a number of ports, but I can't find how to handle the "jboss.bind.address". Thank you in advance!! Endre View the original post :

[JBoss-user] [Persistence & CMP/JBoss] - Re: cmp2.x jdbc2 pm with cache invalidation

2005-01-26 Thread [EMAIL PROTECTED]
SQL query will be executed if the row is not in the cache, i.e. it has not been loaded yet or has already been evicted (possibly by cache invalidation). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863696#3863696 Reply to the post : http://www.jboss.org/in

[JBoss-user] [Persistence & CMP/JBoss] - Re: org.jboss.ejb.plugins.LogInterceptor not printing SQLExc

2005-01-26 Thread [EMAIL PROTECTED]
The exception should be logged in CMP engine but you are right getErrorCode is not used in logging. You can open an issue for this in jira.jboss.com. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863695#3863695 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Persistence & CMP/JBoss] - Re: cmp2.x jdbc2 pm caching mechanism

2005-01-26 Thread [EMAIL PROTECTED]
Some entity beans in your application are using org.jboss.ejb.plugins.cmp.jdbc2.JDBCStoreManager2 persistence manager while others use org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager. This won't work. All entity beans in the ejb-jar should use the same persistence manager. View the original pos

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Connection limit?

2005-01-26 Thread Vanei
I found the problem. I use Apache/mod_jk/Jetty and the AJP listener was configured to accept only 20 connections (threads). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863691#3863691 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Precompiling JSP

2005-01-26 Thread efcorpa
It could be an IDE bug; I used JBuilder X and had the same problem. If you do so as well, then you should install the JBuilder X Update 004 patch (download from Borland if registered) and follow patching instructions related to JBoss fixes View the original post : http://www.jboss.org/index.ht

[JBoss-user] [Beginners Corner] - Important props for InitialContext

2005-01-26 Thread kmalinow
Hi, I'm going to create some J2EE client application, where important part is setting some properties for InitialContext, e.g. INITIAL_CONTEXT_FACTORY SECURITY_PRINCIPAL SECURITY_CREDENTIALS PROVIDER_URL What are the appropriate values for that? I'll be glad looking some examples, a part of so

[JBoss-user] [HTTPD, Servlets & JSP] - Precompiling JSP

2005-01-26 Thread wisu66
I am trying to precompile the JSP files but recive the following error when building: No public execute() in class org.apache.jasper.JspC My buildfile is basicly the same as the Tomcat example build http://jakarta.apache.org/tomcat/tomcat-5.0-doc/printer/jasper-howto.html What can I do about th

[JBoss-user] [Nukes User] - Re: Portal 2.0 and PostgreSQL

2005-01-26 Thread [EMAIL PROTECTED]
Sorry for the confusion, this data in local.properties is not used so far. You need to change in: core/src/resources/test/hibernate.properties core/src/resources/portal-core-har/META-INF/hibernate-service.xml core/output/resources/portal-core-har/META-INF/hibernate-service.xml MySQLDialect by Pos

[JBoss-user] [EJB/JBoss] - Problem with J2ee tutorial- DukeBank with Jboss.

2005-01-26 Thread ramarao_1234
Hi , I am getting the following errors when i try to compile the build.xml in Duke-Bank application with jboss-4.0.0. The errors are: [javac] Compiling 4 source files to F:\j2eetutorial14\examples\bank\build [javac] F:\j2eetutorial14\examples\bank\src\com\sun\ebank\web\template\Defi

[JBoss-user] [HTTPD, Servlets & JSP] - Question about multi-language support

2005-01-26 Thread wxwang
It is very simple, and a jsp page submits japanese text message to another JSP by using post or get. Some code as following: <%System.out.println(request.getCharacterEncoding()); | //request.setCharacterEncoding("SHIFT_JIS"); | String name = request.getParameter("name"); | System.out.printl

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem of performance with large tables

2005-01-26 Thread prothee
Hi all, Little precision, i'm using mysql 4.1 ok i will install, p6spy to see the time... but there is anything else i can do to optimise the container? Thanks Arnaud View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863677#3863677 Reply to the post : http://

[JBoss-user] [Advanced Documentation] - Re: Docs for 4.0

2005-01-26 Thread mredeker
I am also interested in a PDF for the 4.0.1 admin book. It would also be OK if it cost a little or if the anual subscription will work for it. --Marcus View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863678#3863678 Reply to the post : http://www.jboss.org/in

  1   2   >