[JBoss-user] [Beginners Corner] - Help me!!! Has anyone sucessfully run jboss on ipv6?

2005-03-21 Thread blackandwhite
thx for your replies :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871118#3871118 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871118 --- SF email is sponsored

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: new InitialContext(remote) in servlet returns local jndi

2005-03-21 Thread steez
We found this problem yesterday with RMI over SSL. When we perform a remote lookup in JBoss, the JNDI tree is returned from the calling JBoss instead of the remote. What to do? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871117#3871117 Reply to the post

[JBoss-user] [JBoss Getting Started Documentation] - Help me!!! Has anyone sucessfully run jboss on ipv6?

2005-03-21 Thread blackandwhite
thx for your replies :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871115#3871115 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871115 --- SF email is sponsored

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can JBoss wait until the database becomes available?

2005-03-21 Thread glum
You can put your database outside jboss auto-deploy path, write simple application which will monitor database availability and deploy / undeploy your application as necessairy. Monitoring application can be e.g. simple servlet and delploy/undeploy your app using JBoss Deployer MBean operations.

[JBoss-user] [Installation & Configuration] - Help me!!! Has anyone sucessfully run jboss on ipv6?

2005-03-21 Thread blackandwhite
thx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871112#3871112 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871112 --- SF email is sponsored by - The IT Product

[JBoss-user] [Security & JAAS/JBoss] - HTTP Status 408 - The time allowed for the login process has

2005-03-21 Thread bigwoofie
Why would I be getting this and where should I start looking?? I'm using JBoss 3.2.6 and Tomcat 5.0.28 and trying to put two applications on one server at different contexts. The one app works, the second app gives me this when trying to hit https://localhost/my/c/portal/j_security_check View

[JBoss-user] [EJB/JBoss] - Session EJB with Local Interface Problem.

2005-03-21 Thread manderson
I just can not get this going, I get this error on deploy. The methods defined in the local interface must have a matching method in the bean's class with the same name and same number and types of arguments. jboss.xml LicenseAPIBean LicenseAPI

[JBoss-user] [Installation & Configuration] - cocoon with jboss 3.2.x and above pls. help

2005-03-21 Thread hygreva
Hi, I am new to apache cocoon forms and would like to develop cocoon forms and deploy on JBoss 3.2.x and above but am unable to deploy it on jboss. Am not able to configure cocoon with jboss can anyone help with related links or e-books which gives a kickstart to cocoon forms over jboss. This

[JBoss-user] [Installation & Configuration] - ERROR -- [MainDeployer] could not create deployment

2005-03-21 Thread ravikrishna_j
Hi all, I have donloaded JBoss 4.0.X and iam trying to configure JBoss to use my application. I have done the basic requirements to run the JBoss, but while iam starting my JBoss iam getting the following error "ERROR [MainDeployer] could not create deployment: file:/E:/jboss4EP DCL/server/defau

[JBoss-user] [Beginners Corner] - JBoss 3.2.x with cocoon

2005-03-21 Thread hygreva
Hi, I am new to apache cocoon forms and would like to develop cocoon forms and deploy on JBoss 3.2.x and above but am unable to deploy it on jboss. Am not able to configure cocoon with jboss can anyone help with related links or e-books which gives a kickstart to cocoon forms over jboss. Th

[JBoss-user] [HTTPD, Servlets & JSP] - storing JSPs in database

2005-03-21 Thread atomray
Hi, I'm making some modifications to a webapp that I've written for online surveys. I'd like it so that when I create a new survey in the database I can create a series of JSP files and store them in the DB - this way I can avoid redeploying the EAR that the webapp is stored in. After studying

[JBoss-user] [Clustering/JBoss] - Servlet.service() for servlet jsp threw exception java.lang.

2005-03-21 Thread litflyhorse
My Jboss run in All-module. When access the war, console will report the following message sometimes: 2005-03-22 11:39:05,875 ERROR [org.jboss.web.localhost.Engine] StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception java.lang.ClassCastException at com.sun.corb

[JBoss-user] [Installation & Configuration] - Re: ChannelException: java.net.SocketException: bad argument

2005-03-21 Thread [EMAIL PROTECTED]
FYI: For those of you using Novell's Suse desktop version you need to modify /etc/modprobe.conf instead of etc/modules.conf. "lretief" wrote : Actually, the fix is to change the following lines in /etc/modules.conf: | | alias net-pf-10 ipv6 | #alias net-pf-10 off | | to

[JBoss-user] [JCA/JBoss] - Re: RMI Server and JCA

2005-03-21 Thread hfarid
Adrian, can you please be more spcific in the link you are refering to, I might be using wrong wording when I do search or looking at the wrong topic All the other postings are talking about connecting to certain db or maybe a legacy system with already written JCA. I could not find any referenc

[JBoss-user] [Clustering/JBoss] - Client code of Clustered EJB must run in ALL-module?

2005-03-21 Thread litflyhorse
At first time, we have three nodes, and they all run in all-module. one node[192.168.16.27] deploy .war(access ejb through: p.put(Context.INITIAL_CONTEXT_FACTORY,"org.jnp.interfaces.NamingContextFactory"); p.put(Context.URL_PKG_PREFIXES,"org.jboss.naming:org.jnp.interfaces"); p.put(Contex

[JBoss-user] [EJB/JBoss] - Transaction timeout behavior

2005-03-21 Thread andreas_knecht
First off, I know that there are several related topics to this (i've done plenty of searching), however I haven't found an answer yet that's satisfying. We have two different systems in production, one of which on JBoss 3.2.3 and the other on 3.2.5. Both use stateless session beans. The issue

[JBoss-user] [JCA/JBoss] - Re: DS keystore encrypted password

2005-03-21 Thread [EMAIL PROTECTED]
Put it in the FAQ, i.e. don't put entries AFTER the url deployment scanner if you want other deployments to see the service. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871095#3871095 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: java.lang.OutOfMemoryError

2005-03-21 Thread [EMAIL PROTECTED]
That's what I thought. You didn't even "READ THIS FIRST", let alone use search/docs/wiki/faq/etc. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871094#3871094 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871094 ---

[JBoss-user] [JCA/JBoss] - Re: DS keystore encrypted password

2005-03-21 Thread andrzejros
"[EMAIL PROTECTED]" wrote : Security questions ==> security forum You are right, wrong forum, were looking for answer and posted to wrong place :P but found a solution, location of example mbean entry in jboss-server.xml, I have added it as a last entry in my file -> move it a little bit earlier

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: java.lang.OutOfMemoryError

2005-03-21 Thread liseed
"[EMAIL PROTECTED]" wrote : Moderated: Show me some evidence you haven't just posted this error message | into the forums without first doing some research. Sigh! In the JBOSS-3.2.4. Use the DefaultDS(hypersonic) to save message. If the size of the message(only a message once) is over 1M, JBOS

[JBoss-user] [Beginners Corner] - shutdown hangs

2005-03-21 Thread malcolmgorman3
Hi, The shutdown.sh script hangs when it reaches the following line: exec /usr/java14/bin/java -classpath /aifs/op/java/lib/jboss/jboss-3.2.7/bin/shutdown.jar:/aifs/op/java/lib/jboss/jboss-3.2.7/client/jnet.jar org.jboss.Shutdown -S However, it shuts down okay using the jmx.console, and with a

[JBoss-user] [JCA/JBoss] - Re: JCA1.0 with JBOSS4.X

2005-03-21 Thread [EMAIL PROTECTED]
The clue is in the question "[EMAIL PROTECTED]" wrote : | 1. Change to | anonymous wrote : | MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: | ObjectName: jboss.jca:name='ArcSDE JCA Adapter',service=RARDeployment | state: NOTYETINSTALLED | I Depend On: | Depends On Me:

[JBoss-user] [Security & JAAS/JBoss] - j_security_check

2005-03-21 Thread milkygto
Hey, Where can we find out more information about j_security_check servlet? Is there any way to wrap this so when it won't expose to the users when I am doing jaas login in jsp? I know that response.sendRedirect("/j_security_check") will not work, what is the alternative solution? Thanks, Mic

[JBoss-user] [JCA/JBoss] - Re: JCA1.0 with JBOSS4.X

2005-03-21 Thread [EMAIL PROTECTED]
Hi, Could we get more descriptive about what needs to be modified for 1.0 to deploy in JBoss 4.0.1? I am struggling converting my JCA 1.0 descriptor as described in the jboss-upgrade4.pdf and the Wiki. They describe 2 changes to make: 1. Change to 2. Add YOUR CF INTERFACE HERE However, afte

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP is treating an invocation of core tag as static text

2005-03-21 Thread robr
I have gotten rid of the red code on the <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> code. I added the jstl.jar and standard.jar file from the jboss-4.0.1sp1\server\default\lib folder. Before I had them added from the Jakarta folder that I had unzipped. Don't know what

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP is treating an invocation of core tag as static text

2005-03-21 Thread robr
Here is all my code. I figured out how to use the code button to show pure code. JSTLExample.jsp | <%-- | Created by IntelliJ IDEA. | User: rb | Date: Mar 21, 2005 | Time: 1:20:14 PM | To change this template use File | Settings | File Templates. | --%> | <%@ page con

[JBoss-user] [JBossWS] - Re: Proxy and Web Services

2005-03-21 Thread jasong
This could be many things. Does your webservice work on the normal port? Is your apache proxy setup correct (double check your mod_proxy config)? Also, are you refering the the http.proxyHost setting, because that is only used when tomcat itself wants to make an http connection outbound. I am as

[JBoss-user] [Beginners Corner] - Re: Sun Java JDK

2005-03-21 Thread [EMAIL PROTECTED]
http://java.sun.com/j2se/1.5.0/download.jsp Select the Download JDK 5.0 Update 2 link View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871082#3871082 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871082 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP is treating an invocation of core tag as static text

2005-03-21 Thread robr
Thanks for the responses I changed the code to from what it was to the following. It still just prints out ${person} ${person} ${person} ${person}. I have actually recreated a project on my machine at work. The <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; pre

[JBoss-user] [Installation & Configuration] - Re: how to configure ssl in jboss server

2005-03-21 Thread njfinn
I've got the same problem did you have a solution. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871081#3871081 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871081 --

[JBoss-user] [JBoss Getting Started Documentation] - Re: Is tcpmon, which comes with the JBoss tutorial, the corr

2005-03-21 Thread raygardner
I upgraded to 4.0.1sp1 but I still get the same exception and behavior when using tcpmon. (Same as noted in a previous post on this thread.) I'd like to see it working and I'm sure it is just a small configuration issue that I don't have correct. (Although I have followed the Getting Started g

[JBoss-user] [Installation & Configuration] - Re: using java 1.3 client with jboss

2005-03-21 Thread [EMAIL PROTECTED]
jboss 4.0.x requires jdk 1.4+ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871080#3871080 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871080 --- SF email is spo

[JBoss-user] [JBossWS] - Re: Soap Attachments

2005-03-21 Thread jasong
Take a look at the wiki http://www.jboss.org/wiki/Wiki.jsp?page=WSAttachments -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871074#3871074 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871074 ---

[JBoss-user] [JBossWS] - Re: JSR181/JSR224 Support

2005-03-21 Thread jasong
No, annotations is a TODO task in jira, that module needs to be written. Tools is currently under development (but currrent implementation has no annotation support). If you are interested in assisting/contributing email the tasks you are interested in to Thomas Diesler. Thanks! -Jason View t

[JBoss-user] [JBoss Getting Started Documentation] - Re: Is tcpmon, which comes with the JBoss tutorial, the corr

2005-03-21 Thread raygardner
I also changed the Consol Appender to DEBUG and then I was able to see the webservices output. But, this extra output has not helped me figure out why tcpmon is not working. Thanks for any help! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871073#3871073

[JBoss-user] [JBossWS] - Re: Unable to access the webservice using vb.net but able to

2005-03-21 Thread jasong
Try not to reuse a thread for different topics it makes it harder for people searching the forums to find an answer. That being said. your answer is that you have 2 options: 1. Pass the hostname in as the -b option to run.sh so that jboss binds only to one interface -or- 2. Edit the jboss-servic

[JBoss-user] [JBossWS] - Re: Problem getting client working from just WSDL

2005-03-21 Thread jasong
Take a look at this wiki for writing a client app http://www.jboss.org/wiki/Wiki.jsp?page=WSClientAppl. Keep in mind that J2EE client apps require a portion to be deployed on the server. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871070#3871070 R

[JBoss-user] [JBossWS] - Re: SOAP authentication problem

2005-03-21 Thread jasong
There are two ways: 1. Emulate the auth headers. See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=61328 2. Use HTTP basic auth. See http://www.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871

[JBoss-user] [JBossWS] - Re: 0 or null return values when .Net client accesses JBoss

2005-03-21 Thread jasong
"md5georg" wrote : Hello, | | thanks for the reply jasong! | | I am very sorry... the included WSDL part was not correct. It should not | contain the "qualified" attributes should not be there. I did copy the part | from the wrong WSDL file. The correct WSDL should be like this (aga

[JBoss-user] [EJB/JBoss] - Re: not able to look up Ejb on a different machine

2005-03-21 Thread logic18
ej-jar.xml: ItinerarySessionBean com.ameriquest.asd.sessionEJBS.ItinerarySessionBeanHome com.ameriquest.asd.sessionEJBS.ItinerarySessionBean com.ameriquest.asd.sessionEJBS.ItinerarySessionBeanLocalHome com.ameriquest.asd.sessionEJBS.Itinerary

[JBoss-user] [Installation & Configuration] - Re: using java 1.3 client with jboss

2005-03-21 Thread placebojim
It's not _that_ hard but I would rather use a version of the jboss client libraries that run on 1.3 jvm at this stage... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871064#3871064 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Clustering/JBoss] - HARMIProxyCallback - Deprecated ?

2005-03-21 Thread nickman
I have been using this interface in 3.2.6. I recently tried porting to 4.0.1 and found org.jboss.ha.framework.interfaces.HARMIProxyCallback is no longer shipped. Was it deprecated ? Is there a replacement ? Thanks. //Nicholas View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [EJB/JBoss] - Re: not able to look up Ejb on a different machine

2005-03-21 Thread logic18
JBoss Version -4.0.1sp1 Code where you are performing the lookup. - private final static String JNDI_FACTORY = "org.jnp.interfaces.NamingContextFactory"; private final static String URL_PKG_PREFIXES = "org.jboss.naming:org.jnp.interfaces"; provider_url=jnp://10.34.31.222:1099 ... Has

[JBoss-user] [EJB/JBoss] - Re: not able to look up Ejb on a different machine

2005-03-21 Thread darranl
You are going to have to provide a bit more information before anyone is going to be able to help you: - JBoss Version Code where you are performing the lookup. All of the properties used for JNDI. And what do you mean by 'I am not able to look up Ejb on a different machine', what happens? What

[JBoss-user] [Beginners Corner] - Sun Java JDK

2005-03-21 Thread edefoe
Okay, I've spent a few hours or so downloading different java installations all seem to be different then the title. I downloaded one thinking it was a JDK and turned out to be an Application server. Can you please tell me what is the current JDK i need for this? I just want to run JSP page

[JBoss-user] [EJB/JBoss] - not able to look up Ejb on a different machine

2005-03-21 Thread logic18
I am not able to look up Ejb on a different machine gave the provider_url as the remote host name but still no luck.we have a linux box. thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871060#3871060 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Deferred use of JMSReplyTo / Destination.toString()

2005-03-21 Thread lekkim
"[EMAIL PROTECTED]" wrote : If you cannot maintain the javax.jms.Destination object | you can do session.createQueue(...) from Queue.getQueueName() | provided you are talking to the same jms server. | Yeah I figured as much since the interface doesn't extend java.io.Serializable... The que

[JBoss-user] [Installation & Configuration] - Re: Unable to start webserver in Jboss3.2.3

2005-03-21 Thread amessick
Praveen, I too am having this problem. Did you ever get this resolved and if so, what were the step(s)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871057#3871057 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38710

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: No Hope - JMS over HTTP 4.0.1

2005-03-21 Thread gberish
In case there is someone willing to offer a useful suggestion, I tired to follow the documentation below that comes from from: http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch3.chapter.htmlObviously I am missing something big when reading it. 3.2.1.2. The HTTP InitialContext Factory Implemen

[JBoss-user] [JCA/JBoss] - Re: should I close resultset explicitly before re-excuted th

2005-03-21 Thread davidchen
thank you very much for updating me that new option "nowarn" on track-statements. David View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871053#3871053 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871053 ---

[JBoss-user] [Installation & Configuration] - Re: Setting up multiple Tomcat SARs & WARDeployers in 1 JBos

2005-03-21 Thread jhecking
Feature request posted at http://jira.jboss.com/jira/browse/JBWEB-17. Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871051#3871051 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871051 --

[JBoss-user] [JBossWS] - Re: Problem getting client working from just WSDL

2005-03-21 Thread acxsjones
I have been looking at the examples that are out there and the jboss-build.xml from the jboss-dukes-bank project. I was able to get that working. But what I am looking for is an example of client code that starts with the WSDL gen'd from the server side. Can you point me to some sample client

[JBoss-user] [JBossWS] - Re: Problem getting client working from just WSDL

2005-03-21 Thread [EMAIL PROTECTED]
Look at the JBossWS wiki page. First stop would be the "FAQ" at the beginning of this forum. Bottomline, we do not support axis generated client stubs. Try Dynamic Proxy or DII model. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871049#3871049 Reply to th

[JBoss-user] [Persistence & CMP/JBoss] - Re: Stateful session bean failed to passivate and save state

2005-03-21 Thread darranl
Ok I have had a look at passivation of JNDI ENC references, here is the session bean that I have created: - package com.darranl.encstateful.implementation; | | import javax.ejb.CreateException; | import javax.ejb.EJBException; | import javax.ejb.SessionBean; | import javax.ejb.SessionC

[JBoss-user] [Messaging, JMS & JBossMQ] - QueueSender stuck in org.jboss.mq.il.uil2.SocketManager.inte

2005-03-21 Thread pmuet
Hi, I'm running jboss-3.2.5 and after running for a while my application gets stuck sending a message to the server. Looking at the stack dump shows that the wait() call on the message object in the SocketManager on line 241 never gets notified. However, both the read and write tasks are still r

[JBoss-user] [Management, JMX/JBoss] - Re: How access an MBean service

2005-03-21 Thread jpsabadini
thanks!!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871045#3871045 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871045 --- SF email is sponsored by - The IT P

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: SpyJMSException without cause

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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS, Acknowledge and thirdparty ressources not availabl

2005-03-21 Thread [EMAIL PROTECTED]
Moderated: See the example on the WIKI for an explanation, or just read the spec. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871044#3871044 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871044 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Deferred use of JMSReplyTo / Destination.toString()

2005-03-21 Thread [EMAIL PROTECTED]
If you cannot maintain the javax.jms.Destination object you can do session.createQueue(...) from Queue.getQueueName() provided you are talking to the same jms server. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871041#3871041 Reply to the post : http://ww

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: java.lang.OutOfMemoryError

2005-03-21 Thread [EMAIL PROTECTED]
Moderated: Show me some evidence you haven't just posted this error message into the forums without first doing some research. Sigh! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871040#3871040 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Javassist user questions] - inheritance question

2005-03-21 Thread pocket5s
I have a framework that generates a class implementing a specified interface for populating javabean properties. I have the following code: ClassPool pool = ClassPool.getDefault(); pool.insertClassPath( new ClassClassPath(PropertyPopulator.class) ); Loader loader = new Loader( PropertyPopulato

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MQ over HTTP/S, via HTTP-PROXY:80 ?!

2005-03-21 Thread [EMAIL PROTECTED]
Question: What parameters are available to configure these services? And what are you trying to achieve? These are rhetorical questions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871039#3871039 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: No Hope - JMS over HTTP 4.0.1

2005-03-21 Thread [EMAIL PROTECTED]
"gberish" wrote : case HTTP: | env.put(Context.INITIAL_CONTEXT_FACTORY, | "org.jboss.naming.HttpNamingContextFactory"); | env.put(Context.PROVIDER_URL, | "http://localHost:1099/invoker/JMXInvokerServlet";); | env.put(ja

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: not able to look up Ejb on a different machine

2005-03-21 Thread [EMAIL PROTECTED]
Moderated: EJB questions do not belong in this forum View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871036#3871036 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871036

[JBoss-user] [JCA/JBoss] - Re: JCA1.0 with JBOSS4.X

2005-03-21 Thread [EMAIL PROTECTED]
Yes View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871035#3871035 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871035 --- SF email is sponsored by - The IT Product

[JBoss-user] [JCA/JBoss] - Re: XA configuration problem (jboss 3.2.6 / Oracle)

2005-03-21 Thread [EMAIL PROTECTED]
Moderated: Read the documentation/getting started guide/WIKI View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871034#3871034 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871034

[JBoss-user] [JCA/JBoss] - Re: should I close resultset explicitly before re-excuted th

2005-03-21 Thread [EMAIL PROTECTED]
Moderated: Read the FAQ about not closing connections. and the footnote about track-statements here: http://www.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871033#3871033 Reply to the post : http://www.jboss.o

[JBoss-user] [JCA/JBoss] - Re: getiing Datasource/Connection in Session/Entity (beforeC

2005-03-21 Thread [EMAIL PROTECTED]
"tbech" wrote : | Question about spec: why in EJBObject doesn't exists function getConnection? There would be no problems to access it with portable way. | Thanks, | Tom EJBObject is a proxy to the EJB. It certainly should not expose anything beyond the interface you define as the home

[JBoss-user] [JCA/JBoss] - Re: keep getting tx marked for rollback error

2005-03-21 Thread [EMAIL PROTECTED]
"berkgypsy" wrote : Is there any way I can avoid having these transactions timeout? Yes, figure out what is taking so long or not responding. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871031#3871031 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [JCA/JBoss] - Re: RMI Server and JCA

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

[JBoss-user] [JCA/JBoss] - Re: Oracle 10g / JBoss 4.0 / XA Config Problem

2005-03-21 Thread [EMAIL PROTECTED]
> java.lang.ClassNotFoundException: No ClassLoaders found for: > oracle.jdbc.xa.OracleXAException No you haven't View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871029#3871029 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JCA/JBoss] - Re: How to start a new writing a new Resource Adapter

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

[JBoss-user] [JCA/JBoss] - Re: DS keystore encrypted password

2005-03-21 Thread [EMAIL PROTECTED]
Security questions ==> security forum View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871027#3871027 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871027 --- SF emai

[JBoss-user] [Messaging, JMS & JBossMQ] - not able to look up Ejb on a different machine

2005-03-21 Thread logic18
I am not able to look up Ejb on a different machine gave the provider_url as the remote host name but still no luck.we have a linux box. thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871025#3871025 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Messaging, JMS & JBossMQ] - No Hope - JMS over HTTP 4.0.1

2005-03-21 Thread gberish
I would sure apprecitate someone running the code below and giving me a hint as to why I am getting the error I do. Getting started 4.0 and everything else I found says it is easy to send JMS messages over HTTP, but I cannot. The code is a client that cycles through 2 attempts to send and retre

[JBoss-user] [JBossWS] - Problem getting client working from just WSDL

2005-03-21 Thread acxsjones
I have a simple EJB "HelloWorld" that I am trying to get a client connected to. I have gen'd this as RPC literal style. When I do this. The gen'd code from the client stub is incorrect. I changed the gen'd sub and added items to the constructor on QName for the param and return and it work

[JBoss-user] [Management, JMX/JBoss] - Re: How access an MBean service

2005-03-21 Thread [EMAIL PROTECTED]
Read the FAQ http://www.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX In particular http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean Read also the 2nd chapter of the free jbos docs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871020#38710

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Distributable webapps and HTTP Sessions

2005-03-21 Thread mcorey
Ok, no responses yet, so I'll extend the question -- should the jboss.web:host=,path=,type=Manager MBeans be available for webapps that are marked as distributable, or is there some deeper problem that I have with my deployment? View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Management, JMX/JBoss] - How access an MBean service

2005-03-21 Thread jpsabadini
Hi, I want to know how make a client to access a certain method of a certain MBean. IE.: I have the EquipmentQuerie class, that implements the EquipmentMBean interface ( this interface have two public methods hiGreeting() and byeGreeting() ). The service's name is Greeting. I've been searching

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Jasperreports Error-Jboss32.6-Tomcat5.0

2005-03-21 Thread kmasden
You have an older iText library deployed somewhere on that server that the application is trying to use. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871012#3871012 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38710

[JBoss-user] [Security & JAAS/JBoss] - Re: Security for remote but not for local EJB?

2005-03-21 Thread SeverityOne
OK, that piece of XML is totally incorrect, but this | | | https://192.168.4.133/appnet/RequestProcessor | DIRECTORY | true | nobody | | | | | | | |

[JBoss-user] [JBossWS] - Re: 0 or null return values when .Net client accesses JBoss

2005-03-21 Thread md5georg
Hello, thanks for the reply jasong! I am very sorry... the included WSDL part was not correct. It should not contain the "qualified" attributes should not be there. I did copy the part from the wrong WSDL file. The correct WSDL should be like this (again, I am sorry :) : | | http://bul

[JBoss-user] [Security & JAAS/JBoss] - Re: Security for remote but not for local EJB?

2005-03-21 Thread SeverityOne
Hi Scott, Thanks for your reply. However, I'm missing some essential bit of information to understand the problem. I've read about unauthenticatedIdentity and unauthenticatedPrincipal, but tweaking with these has not led to solving the issue: I keep getting the checkSecurityAssociation ... prin

[JBoss-user] [JBossWS] - Re: 0 or null return values when .Net client accesses JBoss

2005-03-21 Thread jasong
"md5georg" wrote : | | | | |http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> | | | | http://bullen.com/fleet/api/types";> | | heppadoda!

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Virtual Hosts - asked before, got no response

2005-03-21 Thread binario
Thanks Anil, but really, that doesn't answer this question. I am not just asking about virtual hosts. I have used virtual hosts on jboss before, I have seen the wiki page before, I am asking a very specific virtual hosts question. Posting it on the faq looks as if this thread has been closed off

[JBoss-user] [Installation & Configuration] - Re: Setting up multiple Tomcat SARs & WARDeployers in 1 JBos

2005-03-21 Thread jhecking
Thanks, good to get a definitive answer. Unfortunately we don't have time to wait for a new JBoss release but I'll add the feature request nonetheless because I think this feature would be really useful to have. Jan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [Clustering/JBoss] - Re: JBOSS 4.0.1sp1 clustering on gentoo 2004.3

2005-03-21 Thread [EMAIL PROTECTED]
can you try with 1.2.1 ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870991#3870991 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870991 --- SF email is sponsor

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Virtual Hosts - asked before, got no response

2005-03-21 Thread [EMAIL PROTECTED]
I have added this to the FAQ at the beginning of this forum section View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870989#3870989 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870989

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Virtual Hosts - asked before, got no response

2005-03-21 Thread binario
Thanks for the reply Scott, but that doesn't really answer the question. I'm a long time user of jboss and I have deployed virtual hosting before where each virtual host points to a different war file. I have noted that as of 3.2.4 you can deploy one war to mulitple virtual hosts via the jboss-w

[JBoss-user] [HTTPD, Servlets & JSP] - Frequently Asked Questions[Tomcat/Http/Apache/Servlets/JSF/J

2005-03-21 Thread [EMAIL PROTECTED]
Tell me about virtual hosts? http://www.jboss.org/wiki/Wiki.jsp?page=VirtualHosts View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870990#3870990 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870990 --

[JBoss-user] [EJB/JBoss] - ejb deploy question?

2005-03-21 Thread liu000jian
Hello, Can anyone help me ,i have some ejb deploy question? The log like this: 00:10:53,714 INFO [EjbModule] Deploying Path 00:10:54,324 WARN [EjbModule] Could not load the org.jboss.resource.connectionm anager.CachedConnectionInterceptor interceptor for this container javax.management.Instanc

[JBoss-user] [JBossWS] - SOAP authentication problem

2005-03-21 Thread Mttu
Hi, I have configured EJB End Point then add security proxy to protect my methods. With java apps authentication works fine , example: | Stub stub = (Stub)endpoint; | stub._setProperty(Stub.USERNAME_PROPERTY, "kermit"); | stub._setProperty(Stub.PASSWORD_PROPERTY, "thefrog");

[JBoss-user] [Installation & Configuration] - Re: Remote Deployment

2005-03-21 Thread [EMAIL PROTECTED]
We've done some prototyping using the http://www.jboss.org/wiki/Wiki.jsp?page=DeploymentService were we could upload e.g. a lib in the ./lib directory and create new deployments in the ./deploy directory. Trasferring remotely deployments (e.g. an .ear) files is not currently possible, it will

[JBoss-user] [EJB/JBoss] - Re: Cannot deploy EJB with both remote and local interfaces

2005-03-21 Thread SeverityOne
OK, it appears to be not a problem at all. For those who may encounter the same problem, let me outline the solution to this problem, which doesn't exist in the first place. There's only one listing in the JMX console, because obviously there's only one bean. If browsed with a JNDI broswer, JBo

[JBoss-user] [Management, JMX/JBoss] - Re: Problem to deploy

2005-03-21 Thread jpsabadini
dimitris: It's tue, but this makes no difference. I still have the same exception. JP View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870982#3870982 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870982 -

[JBoss-user] [Security & JAAS/JBoss] - Re: principal=null even when unauthenticatedIdentity is set

2005-03-21 Thread [EMAIL PROTECTED]
The JAAS Howto in this forum has an example of an unauthenticated servlet accessing a secured ejb. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870981#3870981 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870981

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Virtual Hosts - asked before, got no response

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

[JBoss-user] [Management, JMX/JBoss] - Re: Problem to deploy

2005-03-21 Thread [EMAIL PROTECTED]
You class should be named: EquipmentQueries *not* EquipementQueries (drop the extra "e") :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870978#3870978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870978

[JBoss-user] [Security & JAAS/JBoss] - Re: Identifying a java.rmi.ServerException as a failed login

2005-03-21 Thread [EMAIL PROTECTED]
More recent versions throw a security specific java.rmi.AccessException with the underlying cause. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870975#3870975 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870975

[JBoss-user] [Installation & Configuration] - Re: ejb deployment

2005-03-21 Thread [EMAIL PROTECTED]
There is no script, its dynamic ddl. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870977#3870977 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870977 --- SF email

  1   2   >