[JBoss-user] [JBossWS] - Re: Authentication for webservices

2005-01-20 Thread ebu
Hi all. I've solved the same problem by adding to the generated wsdl the auth headers (i failed to make java2wsdl tool to generate headers, so i've written a "header adder"...) to be filled by C# client with login/password info and then parsed with custom axis handler. Further the credent

[JBoss-user] [Installation & Configuration] - CallByValue and Isolated questions

2005-01-20 Thread wonnekeysers
I'm having the following questions/doubts, but could not immediately find answers in docs or wiki. Could someone enlighten me? 1. Does CallByValue=true in ear-deployer.xml also enforce marshalling for jndi lookups that occur WITHIN the (isolated) ear? (e.g. between EJBs and from WARs to EJBs?)

[JBoss-user] [Beginners Corner] - how to change the localhost default after installation

2005-01-20 Thread kenfettig
I would also like to know how to change this default setting. Can anyone out there help? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863032#3863032 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863032 ---

[JBoss-user] [JBossWS] - Client deserialization error

2005-01-20 Thread srlamb76
I am getting the following exception in my web services client: | 2005-01-21 17:07:54,820 WARN org.jboss.webservice.deployment.TypeMappingDescription[main] - Class not found: hr.ejb.ark.al.com.StaffArray | 2005-01-21 17:08:47,898 ERROR org.apache.axis.client.Call[main] - Exception: | org.

[JBoss-user] [JBossWS] - Re: Bug in ServiceDeployerEjb's portURI

2005-01-20 Thread raja05
Actually, i dont have any jboss.xml in my system. The reason i believe this is wrong is that JBoss calcuates the endpoint address based on the name of the archive(xxx in the case of xxx.war) and the value thats in the "webservice-description-name" in webservices.xml. So if i have 2 port-compone

[JBoss-user] [EJB/JBoss] - Re: Timer vs. cluster & scheduler

2005-01-20 Thread javajedi
Done. http://jira.jboss.org/jira/browse/JBAS-1310 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863026#3863026 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863026 --

[JBoss-user] [Management, JMX/JBoss] - JNDI name not found exception

2005-01-20 Thread pinkjosh
I have succussfully configured JBoss for running my EJB application but when i try to run anything i face the following exception about a particular EJB. java.rmi.RemoteException: Name not found in JNDI at ggs.erm.beans.helper.HomeHelper.getHomeInterface(Unknown Source) at ggs.erm.servlet.set

[JBoss-user] [Management, JMX/JBoss] - JNDI name not found exception

2005-01-20 Thread pinkjosh
I have succussfully configured JBoss for running my EJB application but when i try to run anything i face the following exception about a particular EJB. java.rmi.RemoteException: Name not found in JNDI at ggs.erm.beans.helper.HomeHelper.getHomeInterface(Unknown Source) at ggs.erm.servlet.set

[JBoss-user] [Installation & Configuration] - Re: Auto restart of a JBoss instance

2005-01-20 Thread chrismalan
Thanks Bernd. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863021#3863021 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863021 --- This SF.Net email is sponsored

[JBoss-user] [JBossWS] - _ResponseStruct and _RequestStruct

2005-01-20 Thread ${bb.Guest}
Quick question... I've generated my wsdl and jaxrpc-mapping file with wscompile and it put these classes into these files. I didn't generate these files with wscompile, so my problem is that in my .wsdd file, I now have these ignored types. | | I presume since these are ignored, I hav

[JBoss-user] [JBossWS] - Re: Logging SOAP requests and responses

2005-01-20 Thread nehring
I've used the SOAPMonitor from the command line, not via the applet. It operates as a proxy like tcpmon where you'll need to point your client to an IP/port that the SOAPMonitor is listening to and configure SOAPMonitor to relay to the packets to the actual SOAP service IP/port. I'm assuming

[JBoss-user] [JCA/JBoss] - mysql cluster

2005-01-20 Thread karln1
Hi - I'd like to use jboss to connect to a mysql cluster and load-balance the transactions. For example, if I have one jboss server and 2 mysql server nodes, one transaction will be sent to mysql server A, the next to mysql server B, etc. I'm not sure if this is even possible with jboss... The

[JBoss-user] [Installation & Configuration] - Re: problem in configuring jboss3.2.3 with ms sqlserver2000

2005-01-20 Thread niccolas
(java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]SELECT permission denied on object 'JMS_MESSAGES', database 'EDGE', owner 'atumma'.)] it seems that your database user have not plivileges enough. in sql prompt, try the sql statement as followed: grant all plivileges

[JBoss-user] [JBossWS] - Re: Configuring beanMapping with JBossWS

2005-01-20 Thread AndrewGriffiths
Is there any example showing how BeanMapping would be specified? The following seems to be ignored! | BEGIN ws4ee-deployment.xml --- | | | | | http://myco.com"; | languageSpecificType="java:myco.com.Results"/> | | | | | | END ws4ee-deployment.xml

[JBoss-user] [JBossWS] - Re: Logging SOAP requests and responses

2005-01-20 Thread forkbomb
Thomas: Setting org.apache.axis to DEBUG doesn't print the messages that are being exchanged (incredible!). nehring: Like you say, sniffing isn't very convenient, since there is other HTTP traffic to contend with. I noticed that there is some commented out SOAPMonitor stuff in the config file

[JBoss-user] [Beginners Corner] - How to change from initial default "localhost" and "8080" po

2005-01-20 Thread curlesm
How do you change Jboss from the default "localhost" and "8080" port number after you first install JBOSS and getting it functioning? Do not see this convered in the "Getting Started With Jboss" Doc. Need to have JBOSS/TOMCAT use a different host address from "localhost" and default port numbe

[JBoss-user] [JBossWS] - port-component-uri limited to single directory web context?

2005-01-20 Thread forkbomb
In JBoss 3, my web services were deployed in a subdirectory under a web context, e.g. http://myserver/mycontext/services/MyWebService In Jboss 4, however, I am unable to specify /mycontext/services/MyWebService as the port-component-uri. Attempting it causes an IllegalArgumentException. /my

[JBoss-user] [JBossWS] - ws4ee-deployment.xml required for RPC/Encoded arrays?

2005-01-20 Thread forkbomb
I've gotten my RPC/Encoded web services working by specifying the array serializers/deserializers in ws4ee-deployment.xml. Is there any way to get JBoss to generate these type mappings using the jaxrpc mapping XML file, or is ws4ee-deployment.xml required for mapping RPC/Encoded arrays? View t

[JBoss-user] [Persistence & CMP/JBoss] - CMP Bean Finder expression error

2005-01-20 Thread Xjava2001
Hi, I got this error when I deploy CMP bean with finder expression '>=', doesn't Jboss support this? Regards, Xjava. Cause: org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement 'SELECT OBJECT(o) FROM test as o WHERE o.cln =?1 AND o.pt =?2 AND o.effDt >=?3'; - nested thro

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to enlist JMS in stateless session bean container ma

2005-01-20 Thread [EMAIL PROTECTED]
Moderated: FAQ - it's the post at the top of this forum for the visually challenged amongst us. It's also the very first FAQ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863008#3863008 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Messaging, JMS & JBossMQ] - How to enlist JMS in stateless session bean container manage

2005-01-20 Thread davidcj
I am currently working with JBoss 3.0.8. My application has a stateless session EJB that performs a DB update and sends a JMS message. I want the DB update and JMS message send to be managed in the same JTA transaction context. The EJB is using a container managed transaction. The J2EE 1.3 spec

[JBoss-user] [JBoss Getting Started Documentation] - Re: Verification errors deploying DukesBank application

2005-01-20 Thread cjohan
Update 2 works without a hitch, except that, after adding security, funds transfer and ATM didn't work becaue of permission problems. The web service also had some permission problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863003#3863003 Reply to th

[JBoss-user] [EJB/JBoss] - Re: Timer vs. cluster & scheduler

2005-01-20 Thread [EMAIL PROTECTED]
Yes, repost it to jira please. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863002#3863002 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863002 --- This SF.Net em

[JBoss-user] [Clustering/JBoss] - Re: Clustered Timer Service

2005-01-20 Thread javajedi
It's not. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862997#3862997 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862999#3862999 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862999 -

[JBoss-user] [Clustering/JBoss] - Re: EJB Timer that is an HA-Singleton

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

[JBoss-user] [EJB/JBoss] - Re: Timer vs. cluster & scheduler

2005-01-20 Thread javajedi
About a year ago, I implemented the EJB timer APIs on top of Quartz. I read the same comment that you did, so I submitted my implementation to JBoss as a patch. The link to this patch used to be at http://sourceforge.net/tracker/?func=detail&aid=881597&group_id=22866&atid=376687 but the page

[JBoss-user] [Installation & Configuration] - URLs attribute for Tomcat

2005-01-20 Thread eugene44
Hi, I have a problem with deploying of Tomcat in jboss 3.2.6 under JVM1.5 (I did not try another JVM) First time, I did not modify anything in the downloaded installation. I ran run.bat and everything looked fine. Then, I modified URLs attribute in jboss.deployment mbean in default/conf/jboss-se

[JBoss-user] [JCA/JBoss] - Re: Hot deploy/redeploy datasources

2005-01-20 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : "[EMAIL PROTECTED]" wrote : | | One interesting thing I found is that if I deployed it exploded, I can't then delete it, there is a lock on the META-INF folder? | | Report it as a bug. | | My bad, I couldn't reproduce this problem. View the original po

[JBoss-user] [JBossWS] - Re: per service ws4ee-deployment.xml ?

2005-01-20 Thread eldavio
Thanks again Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862992#3862992 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862992 --- This SF.Net email is spon

[JBoss-user] [Beginners Corner] - How are the AJP port numbers determined for 2nd and 3rd inst

2005-01-20 Thread gshekar
Hi, I using BindingManger service to run multiple instance of jboss. There is no mention of portnumbers other than 8009 for AJP in service-bindings.xml. I am worndering as to how the AJP portnumbers are determined when 2nd and 3rd instance of jboss is run as follows. ./run.sh -Djboss.server.

[JBoss-user] [Persistence & CMP/JBoss] - CMP entity bean deployment problem

2005-01-20 Thread Xjava2001
Hi, I am trying to deploy our application in jobss3.2.5 and JDK1.3. I get the following error when I strat Jboss. I appreciate your help. Thanks, XJava 13:40:32,817 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=containerManaged.XrefEBHome,service=EJB RuntimeErrorExcep

[JBoss-user] [JBossWS] - Re: ws4ee-deployment vs jaxrpc-mapping

2005-01-20 Thread kanno
Actually, here's what I've been doing, but I'm sorta debugging as we speak... so maybe this might clear up somethings for yah (or me for that matter). - I first generate my Java interface/implementation classes - I use an ant task to generate the wsdl / jaxrpc-mapping file - From what I can ga

[JBoss-user] [Beginners Corner] - Compiling JSPs via an Ant task

2005-01-20 Thread rodneyzhamilton
Hello, I am trying to build my web application for JBoss 4.0 with an Ant script. I have the following task for compiling my JSPs: | | | | | | I have the following paths included in my classpath: | * | | * What value belongs in the compiler attribute of th

[JBoss-user] [Installation & Configuration] - Re: Http Sessions And JBoss restart

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

[JBoss-user] [Installation & Configuration] - Http Sessions And JBoss restart

2005-01-20 Thread pszemusz
Hi, How can I force JBoss 3.2.6 with Tomcat not to keep http session after server restart. Behavior like this is not good for my solution. Unfortunately I can not find any knowledge about this. I would be grateful for help. Pszemo View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [JBossWS] - ws4ee-deployment vs jaxrpc-mapping

2005-01-20 Thread osataken
i confuse with complex type so long(maybe i'm newbie with this T^T). i want a conclusion about these two files and how to manage it??? the question is if i generate wsdl and mapping file with wscompile i have to generate server artifact (eg. tie class : RequestStruct) and don't worry about ws4e

[JBoss-user] [Installation & Configuration] - Classloading question

2005-01-20 Thread mpb360
I'm deploying an .ear file that contains multiple .jar files. In those jars, I have some POJO's that in some cases have the same package name and class name, but are slightly different, and are archived in different jars. When a method instantiates one of those classes, is there a standard way

[JBoss-user] [JCA/JBoss] - Re: Hot deploy/redeploy datasources

2005-01-20 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : "[EMAIL PROTECTED]" wrote : | | One interesting thing I found is that if I deployed it exploded, I can't then delete it, there is a lock on the META-INF folder? There is no problem deleting it when archived. So in effect "hot undeploy" also works: removing the .s

[JBoss-user] [Performance Tuning] - Re: OutOfMemoryException

2005-01-20 Thread mcarabias
Ok, i'll set all up to a newest version of Jboss. Anyone knows when it was solved? I also noticed that the timetolive param of the jms queues is not working in jboss 3.2.1, am i wrong with this. Thanks for your answer. Matias View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [EJB/JBoss] - Re: rmi-iiop

2005-01-20 Thread [EMAIL PROTECTED]
Looking at CVS, Scott's backport (v1.3.4.2) did not make it into 3.2.7RC1 (v1.3.4.1) http://cvs.sourceforge.net/viewcvs.py/jboss/contrib/iiop/src/main/org/jboss/iiop/rmi/Util.java?rev=1.8&view=log View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862958#3862958

[JBoss-user] [JCA/JBoss] - Re: Hot deploy/redeploy datasources

2005-01-20 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | I don't see the need to add tag to the -ds.xml | since you get much better semantics by creating a sar that contains | both the -ds.xml and the driver jar. But still no hotredeploy. Thanks Adrian for the suggestion. Hot deploying a datasource using a sar work

[JBoss-user] [EJB/JBoss] - Re: rmi-iiop

2005-01-20 Thread bonoc
I still experienced the same issue on 3.2.7RC1 -- "Class xxx already has TypeCode". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862953#3862953 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862953

[JBoss-user] [Installation & Configuration] - StringIndexOutOfBoundsException Problems

2005-01-20 Thread sbuster
I am using JBoss 4.0.0 with Eclispe 3.1 M3 release and when I try to deploy an war file with the JBossIDE deploy command, I am getting a java.lang.StringIndexOutOfBoundsException. The web.xml contains nothing more than simple xml tags and just the tags, thats it. The interesting thing is th

[JBoss-user] [Performance Tuning] - Re: OutOfMemoryException

2005-01-20 Thread triathlon98
You need to update your jboss. There was a memory leak in jms in some early 3.2 releases. Don't remember exactly when they got fixed, think in 3.2.4, however, butter jump to the latest 3.2 or even 4.0.1 if possible. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [EJB/JBoss] - Run a ANT script from a SessionBean

2005-01-20 Thread weegeptr
My name is Patrick and i'm from Brasil. What should I do for perform a Script ANT from a SessionBean? I am trying to do like this: | String[] argumentos = new String[3]; | argumentos[0] = "-file"; | argumentos[1] = "..\\antScript.xml"; |

[JBoss-user] [Beginners Corner] - Re: Unable to start JBoss 4.0.1 from Eclipse 3.0.1 with Lomb

2005-01-20 Thread jojo_stop
hi, I have the same problem( JBOSS4.0.1+eclipse 3.0.1 + lomboz 3.0.1). When i try to start/debug jboss from eclipse, nothing happens. the console keeps blank and jboss doesn't start. however, if i started the server from "run.bat", it can be stoped from eclipes by click "stop server " in lom

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss QL with date and clause where

2005-01-20 Thread fbiaggi
Hello, you may try jboss-ql or declared-sql View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862946#3862946 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862946 ---

[JBoss-user] [Clustering/JBoss] - Re: mod_jk or mod_jk 2?

2005-01-20 Thread [EMAIL PROTECTED]
mod_jk 1.2.x is the only version we support and is what should be used. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862945#3862945 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862945 -

[JBoss-user] [Installation & Configuration] - Re: Class loader isolation problem with Jboss 4.0.0

2005-01-20 Thread boehme
Hi I got it running. Step 1. enable JBoss Class Loader for tomcat (UseJBossWebLoader=true) Step 2. define a own Rep. for your WebApp. in META-INF/jboss-web.xml Step 3. disable the parent delegation for the Rep. alos in jboss-web.xml Regards, Harald View the original post : http://www.jbo

[JBoss-user] [Clustering/JBoss] - mod_jk or mod_jk 2?

2005-01-20 Thread OMARTIN
Hi all. On several post in this forum and on the wiki pages, i have seen that mod_jk 1.2 is preferred than the 2.0 version. i also read on mod_jk site that 2.0 is deprecated and is no more developped. But when i check the source for jboss 3.2.6 or the documentation, i can see that every time m

[JBoss-user] [JCA/JBoss] - Wrong ManagedConnectionFactory sent to allocateConnection!

2005-01-20 Thread dtauzell
This error happened today after my application had been running for serveral days: Code: | org.jboss.util.NestedSQLException: Wrong ManagedConnectionFactory sent to allocateConnection!; | I am running JBoss 3.2.6. I checked my *-ds.xml files to see if somebody had redeployed or

[JBoss-user] [Persistence & CMP/JBoss] - Re: Wrong ManagedConnectionFactory sent to allocateConnectio

2005-01-20 Thread dtauzell
I moved this to the JCA forum as I don't think this is the right place. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862942#3862942 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862942 -

[JBoss-user] [Beginners Corner] - Re: Problem with start JBOSS 3.2.6 with Java 1.3.1_08

2005-01-20 Thread mathewa
distributions of jboss are built with later versions of the jdk as youve already discovered. the below quote is from the page mentioned by darran which states you should build it youself. anonymous wrote : | To workaround these possible bytecode incompatibilities you will have to rebuild the

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Modifying session id length

2005-01-20 Thread mouseboks
Found it (although this may not be available in JBoss < 4.0.0). The there is an MBean parameter in the Manager MBean un der jboss.web for the web application you wish to change the session id length for. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862936#

[JBoss-user] [Persistence & CMP/JBoss] - jboss QL with date and clause where

2005-01-20 Thread tbaud72
Hello, I would like to write a finder in an EJB CMP with a date attribute(datenews). I would like to get the most recent objet from an EJB (max 2 month), is it possible with EJB-QL. It could seem to this expression (don't work) : query="SELECT OBJECT(n) FROM News AS n where TO_DAYS(NOW()) - TO

[JBoss-user] [Installation & Configuration] - performance loss after restart

2005-01-20 Thread skidiver
Hi there, i'm using a JBoss 3.2.3 with integrated Tomcat4. If i stop the jboss by closing the console windows or pressing ctrl-c (os is Win2K) serveral exception like the following are thrown: 14:06:09,955 INFO [EntityContainer] Stopping jboss.j2ee:jndiName=Scheduler,service=EJB 14:06:09,955

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0/SQL Server Lock Condition

2005-01-20 Thread ericmolitor
A further explanation than crappy locking (though I agree) is that the locks escalate to page level locks and if you have short fast running JMS operations the client conflicts with the consumer leading to the optimizer picking a plan that causes the deadlocks. One work around (although you're p

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

2005-01-20 Thread damencho
I need an AuditInfo beahivior. So I placed a Interceptor. There is some logs in the class. But I'can't see them. also there is not data in the audir info properties. So i think that my interceptor is not working althooug is jboss says that is instantiated. DEBUG [org.jboss.system.ServiceConfigu

[JBoss-user] [Clustering/JBoss] - "Can't handle clustering where session id is from URL. Will

2005-01-20 Thread OMARTIN
The problem: Some users lose sessions when one of our server goess down. They are redirect to the second server but lose all their datas. We can see in our log several errors. The performance decrease dramaticaly when we start the second server. The environment 2 jboss on differents servers in a

[JBoss-user] [Management, JMX/JBoss] - Re: namespaces in -service.xml

2005-01-20 Thread GreyDeath
thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862928#3862928 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862928 --- This SF.Net email is sponsored by: Int

[JBoss-user] [Management, JMX/JBoss] - Re: namespaces in -service.xml

2005-01-20 Thread [EMAIL PROTECTED]
conf/xmdesc/org.jboss.deployment.SARDeployer-xmbean.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862927#3862927 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862927 -

[JBoss-user] [Installation & Configuration] - Re: startup fails almost immediately with an OutOfMemory

2005-01-20 Thread eiman
Some more info regarding this from the java bug database (bug #5077277 ): FULL PRODUCT VERSION : Tested with 1.4.2_03, 1.4.2_04 and 1.3.1_06 A DESCRIPTION OF THE PROBLEM : As described in Bug 4548840, the ZipFile class maps the zip file into memory in current Java releases. The problem here is

[JBoss-user] [HTTPD, Servlets & JSP] - Modifying session id length

2005-01-20 Thread mouseboks
Is it possible to modify the length of the session ids that jboss generates? The default session id length of 16 bytes is specified in org.jboss.web.tomcat.tc5.session.JBossManager and this class contains a setSessionIdLength method, but this appears never to be called. The method of setting th

[JBoss-user] [JBossWS] - Re: Logging SOAP requests and responses

2005-01-20 Thread nehring
One can use ethereal or tcpdump (or any other network sniffer) to capture and look at the SOAP packets on the wire, if that's what you need to do. It can be helpful when working out interop issues related to the SOAP packet structure and you aren't in a situation where soapmon or other proxy t

[JBoss-user] [JBossWS] - Re: Is this Possible - multiple domains -> multiple contexts

2005-01-20 Thread [EMAIL PROTECTED]
In this forum we discuss J2EE compliant web services, plese take this to JBossWeb. JBoss3.0.6/Jetty ??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862923#3862923 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38629

[JBoss-user] [JBossWS] - Re: Bug in ServiceDeployerEjb's portURI

2005-01-20 Thread [EMAIL PROTECTED]
The error message tells you about port-uri in jboss.xml. The wsdlsoap:address is irrelevant as this will be overridden anyway at deploy time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862922#3862922 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [JBossWS] - Re: Configuring beanMapping with JBossWS

2005-01-20 Thread [EMAIL PROTECTED]
beanMapping is a specialized form of typeMapping ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862920#3862920 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862920 ---

[JBoss-user] [JBossWS] - Re: Configuring beanMapping with JBossWS

2005-01-20 Thread [EMAIL PROTECTED]
is a specialized form of which can be specified in ws4ee-deployment.xml in the rare case where the standard jaxrpc-mapping.xml is not sufficient. Replacing axis-ws4ee.jar by a the Apache axis distribution you will loose all WS4EE functionality and BasicProfile-1.0 compliance. View the origina

[JBoss-user] [JBossWS] - Re: Is there a way to get the soap body as raw XML?

2005-01-20 Thread omatzura
Hi! We have nodatabinding webservices working under jboss 4.0.1. Regarding mapping of all operations to one method you could probably do this by handcoding operation to method mapping under in the jaxrpx-mapping.xml file good luck! /Ole View the original post : http://www.jboss.org/index.h

[JBoss-user] [JBossWS] - Re: Is there a way to get the soap body as raw XML?

2005-01-20 Thread [EMAIL PROTECTED]
Have a look at | /** | * Test unstructured message processing | * | * @author [EMAIL PROTECTED] | * @since 26-Nov-2004 | */ | public class MessageEndpointTestCase extends JBossTestCase | The wiki page has yet to be written View the original post : http://www.jboss.org/in

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB Timer problem on jboss 4.0.1

2005-01-20 Thread lac_raz
I'm using the NoopPersistencePolicy . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862916#3862916 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862916 --- This SF

[JBoss-user] [JBossWS] - Re: per service ws4ee-deployment.xml ?

2005-01-20 Thread [EMAIL PROTECTED]
I updated the wiki http://www.jboss.org/wiki/Wiki.jsp?page=WSTypeMapping If you need to define mapping on a per port basis, you can do this: | | |TypeMapping meta data for marshalling tests document/literal. | | | ws4ee-deployment1.xml | | | | ws4e

[JBoss-user] [Performance Tuning] - OutOfMemoryException

2005-01-20 Thread mcarabias
Hi all, i'm running an aplication over jboss3.2.1 tomcat-4.1.24, the vm is the j2sdk1.4.1_05. The application is using jms queues for messages, struts and hibernate with sqlserver for persistence. I'm also using quartz scheduler. The java process starts with aprox 150 mb of RAM. I'm running the

[JBoss-user] [Management, JMX/JBoss] - Re: Custom service for sending emails

2005-01-20 Thread clau25
Thank you all for your answers. I did it finally using the sleep() method of the Thread. I am not able to use EJBTimers yet because we use jboss 3.2.3 and as far as i know there are no EJBTimers in this version. For genman: My service uses JMS for sending the emails. But it has to send a messa

[JBoss-user] [JBossWS] - Re: Authentication for webservices

2005-01-20 Thread [EMAIL PROTECTED]
I created an issue in JBossWeb for it http://jira.jboss.com/jira/browse/JBWEB-11 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862912#3862912 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862912 ---

[JBoss-user] [JBossWS] - Re: Unsupported number of service elements in wsdl document

2005-01-20 Thread [EMAIL PROTECTED]
Yes, I think you are correct. As long as we can uniquely identify the wsdl:port that contains the endpoint address we should be able to modify the address. Please take this to http://jira.jboss.com/jira/browse/JBWS with a sample deployment that allows me to reproduce th e issue. View the origi

[JBoss-user] [JBossWS] - Re: Just want to create Hello World jboss-4.0.1 Web Service

2005-01-20 Thread [EMAIL PROTECTED]
The wiki is the primary source of information. If you need clarifications there, we should provide it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862910#3862910 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862910

[JBoss-user] [JBossWS] - Re: DataHandler jaxrpc mapping

2005-01-20 Thread [EMAIL PROTECTED]
Try to use wscompile to generate jaxrpc-mapping.xml DataHandler is not a valid JAXRPC return type, i.e there is no standard mapping for it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862909#3862909 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [JBossWS] - Re: Error while using SoapMessage.saveChanges()

2005-01-20 Thread [EMAIL PROTECTED]
Are you calling into the propratory Axis API, if yes can you avoid that and use the standard jaxrpc, saaj API only? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862908#3862908 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBossWS] - Re: Logging SOAP requests and responses

2005-01-20 Thread [EMAIL PROTECTED]
The easiest way is to enable debug logging on org.apache.axis like this | | | | This can also be done at runtime via the Log4JService View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862907#3862907 Reply to the post : http://www.jbos

[JBoss-user] [Beginners Corner] - Re: j2ee jar files

2005-01-20 Thread Frito
The client jars can be found within the jboss/client dir. If you don't know which one you need, use the jbossall-client.jar. With these in your classpath you can start writing/compiling EJBs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862905#3862905 Repl

[JBoss-user] [Persistence & CMP/JBoss] - CMT session EJB and Hibernate Transaction Error

2005-01-20 Thread stucco005
I'm getting the following error in my JBoss 4.0.0 server: java.lang.IllegalStateException: Transaction has terminated TransactionImpl:XidImpl I am using Hibernate 2.17c with the JBOss 4.0.0 .har deployer service. I have followed all of the guidelines in King's Hibernate in Action book. I am usi

[JBoss-user] [Messaging, JMS & JBossMQ] - EJB Timer problem on jboss 4.0.1

2005-01-20 Thread lac_raz
I have statless session bean which is called from message driven bean and imlements TimedObject . Each time the MDB is called it resets the SB by performing timer.cancel() and then timer.initializeTimer() (which contain createTimer(0,interval,name)). The problem is that each time I reset this t

[JBoss-user] [Beginners Corner] - j2ee jar files

2005-01-20 Thread bigben
Hi where are the j2ee jar files that jboss using for 3.2.x ver? do i need to use the same when i build my project? bigben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862899#3862899 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [JBossWS] - Re: Logging SOAP requests and responses

2005-01-20 Thread forkbomb
tcpmon is terrible. I don't want to have to change the port my webservice is deployed to and run an external application just to get some basic log output. What if I need to see what messages are exchanged in a production deployment? It turns out that the LogHander does work, but only if a fault

[JBoss-user] [Persistence & CMP/JBoss] - CMP BigDecimal to zero decimal numeric field

2005-01-20 Thread tsangcn
Hello, I am using JBoss 4.0.0 with Jaybird 1.5.5. My database is Firebird 1.5.1 My table has a zero decimal numeric field defined as NUMERIC(15,0) A CMP 2.0 entity EJB is defined on the table. The field is defined as java.math.BigDecimal. A record is created using the entity bean with no probl

[JBoss-user] [Installation & Configuration] - Class loader isolation problem with Jboss 4.0.0

2005-01-20 Thread boehme
Hi all I have a problem with a web app. (WAR file). My servlet needs axis 1.2 and there are also some web service beans which needs ws4ee. The beans are running fine with ws4ee (containing axis 1.1). But the servlet do not access the axis 1.2 archive contained in the WAR file. This forces error

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error starting jmx-console => cannot find servlet class

2005-01-20 Thread msa
Sorry, iÂve reposted the message above in Beginners Corner, with more and complete information about the problem, and IÂve progress with configuration, Marcio View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862892#3862892 Reply to the post : http://www.jbo

[JBoss-user] [Installation & Configuration] - Re: problem in configuring jboss3.2.3 with ms sqlserver2000

2005-01-20 Thread vjy
Does ur mssql-ds.xml looks like this anonymous wrote : | | | name | jdbc:microsoft:sqlserver://:1433;DatabaseName=;SelectMethod=cursor | com.microsoft.jdbc.sqlserver.SQLServerDriver | cc | ccc | 5 | 10 | 5000 | 15 | TRAN

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Jasper won't compile jsp if classpath contains non-jar f

2005-01-20 Thread tsangcn
I have the same problem. But this does not occurs in JBoss 4.0.0 and before. It only happends in JBoss 4.0.1 Is this intended? Or we must not put non-jar files in WEB-INF/lib ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862889#3862889 Reply to the post

[JBoss-user] [Installation & Configuration] - Re: [beginner]error on run jboss

2005-01-20 Thread darranl
anonymous wrote : I don't think this would change anything The developer releases of JBoss 4 where previews so that developers could start to look at the new features that had been implemented for J2EE 1.4. It was not until after another developer release had been made two months later that the

[JBoss-user] [The Lizzard's corner] - Re: Corrupt Forum Database

2005-01-20 Thread legolas
I don't know if it is related, but I seem to be unable to remove my Watched Topics. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862884#3862884 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862884

[JBoss-user] [Beginners Corner] - Re: Can't even deploy a two page html webapp properly!?!?! H

2005-01-20 Thread wonker
"darranl" wrote : Have you tried using 'test/index.html' from your index.html? | | The leading '/' would take you to the root of the server not the root of your web application. Yer sorry forgot to mention that works. The thing is I dont like relative links, I prefer absolute! View the

[JBoss-user] [JCA/JBoss] - Problem with Polish language (jboss 3.2.5)

2005-01-20 Thread tonic48
Hi, I want to create a website in Polish language I switched charset to ISO-8859-2 in my jsp and everything seems to be correct. Unfortunately, there is a problem with saving data into the database (we are using DB/400 on iseries AS/400) When I submit from the web something with polish signs, t

[JBoss-user] [Management, JMX/JBoss] - Re: namespaces in -service.xml

2005-01-20 Thread GreyDeath
Well, I can't find any configuration for SARDeployer in 4.0.1. Can you give me a hint where that will be? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862881#3862881 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Installation & Configuration] - Re: [beginner]error on run jboss

2005-01-20 Thread champion
hi, I don't think this would change anything, but the reason is I got this version on cd and I don't have adsl so. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862879#3862879 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ConnectionFactory not bound...

2005-01-20 Thread JJman
Got it working! It was all about database. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862878#3862878 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862878 ---

[JBoss-user] [Testimonials] - Re: Need help convincing company to use Java/J2EE to impleme

2005-01-20 Thread svadu
We have used JBoss basically for controlling satellite broadact equipment for digital tv. Usually the problem lied in stability of software runing on equipment itself. There are several factory you want to consider before making your decision: You are not allowed to use native code in J2EE; You

[JBoss-user] [EJB/JBoss] - Re: Problems redeploying EAR file.

2005-01-20 Thread Gzus
If i try to remove all the libs from the .ear/META-INF/lib and from the .war/WEB-INF/lib and put them into server//lib instead, there is no problem in hotdeploying. /Morten View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862876#3862876 Reply to the post : h

[JBoss-user] [Beginners Corner] - Re: java.lang.ClassNotFoundException: org.jboss.jaxr.servlet

2005-01-20 Thread msa
Hi, thanks for response. IÂv extracted sar fiel and now I donÂt have any errors in inicialization process of Jboss: | | [EMAIL PROTECTED]/usr/local/jboss/jboss-4.0.1RC1/bin]# cat log_run | = | | JBoss Bootstra

  1   2   >