[JBoss-user] [Beginners Corner] - Re: I am very new to it and learning

2005-03-21 Thread vikasbhandari
dont mind .. I have solved. i set the java_home in Caps, and it got solved. Than View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870925#3870925 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870925

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

2005-03-21 Thread [EMAIL PROTECTED]
JMS specification does not say anything about naming policy. So the 'queue' prefix is specific to JBoss. Chances of JBoss future relase changing this is very dim, unless JMS Specification changes drastically :) Amit. View the original post :

[JBoss-user] [Installation Configuration] - ejb deployment

2005-03-21 Thread harshi2003
when deoloying ejbs if the create table option is set to true, does jboss genetate a create table script for entity beans? if so where is it being stored? any help is appriciated regards, harshi View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: JBOSS AND JSP

2005-03-21 Thread [EMAIL PROTECTED]
The best way to achieve this is use exploded .war, and make changes to .jsp in .war deployed. This way you dont have to redeploy your application and all your changes are permanent (or use IDE to make changes to your .jsp in your development area which copies the files to deployed .war). Hope

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

2005-03-21 Thread SeverityOne
After searching some more, I stumbled upon the reference to 'unauthenticatedPrincipal'. I installed a new version of XDoclet and had this line added to jboss.xml. ?xml version=1.0 encoding=UTF-8? | !DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 3.0//EN http://www.jboss.org/j2ee/dtd/jboss_3_0.dtd;

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

2005-03-21 Thread arnoraps
I want to have a modbus resource adapter to pool my connections. Currently, i have a modbus driver in java (open source) that does the job, but when running it from a bean, the open connection time is about 4 seconds, which is far too long. The main delay is in the java.net.socket call, so is

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

2005-03-21 Thread SeverityOne
This is more or less the way that I'm doing it, except that I use a loop that keeps on retrieving the parent cause (with the getCause() method) until the message (from the getMessage() method) starts with 'checkSecurityAssociation'. This way, I remove a dependency in the application client on

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

2005-03-21 Thread FunkyHippy
Managed to figure it out. Needed to add a multicast route (224.0.0.0) to the linux boxes so the machines could see each other. However I do have a problem with it. Everything seems to run ok, but after about 20 mins of the cluster running I get the following errors anonymous wrote :

[JBoss-user] [EJB/JBoss] - Re: Transaction Timeout and Locking issue

2005-03-21 Thread armorris007
Having done some further reading around the QueuedPessimisticEJBLock, can anyone confirm this understanding: This Lock is responsible for managing both TRANSACTION based and NON-TRANSACTION based access to a specific entity bean instance, so as to conform to the EJB spec's requirement of

[JBoss-user] [JBossWS] - Soap Attachments

2005-03-21 Thread gayathiri
Hi, i want to use Soap attachments in my web services... can you please give any links or examples available for this. Thanks Rgds Gayathiri View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870936#3870936 Reply to the post :

[JBoss-user] [JBossWS] - Re: Interop Problems with C#/Delphi

2005-03-21 Thread peterng
Yes, the mapping file is as follows: | ?xml version=1.0 encoding=UTF-8? | java-wsdl-mapping version=1.1 xmlns=http://java.sun.com/xml/ns/j2ee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee

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

2005-03-21 Thread liseed
In the JBOSS-3.2.4, send data into JBOSSMQ queue. When the size of data is over 1M, system send a error message: java.lang.OutOfMemoryError org.jboss.mq.SpyJMSException: Could not store message: 2 msg=0 hard NOT_STORED PERSISTENT queue=QUEUE.A priority=4 lateClone=false hashCode=23840604; -

[JBoss-user] [Installation Configuration] - Re: BindingManager

2005-03-21 Thread rmk
Sorry, something is wrong with the configuration file snippet. Here it is... service-config name=jboss:service=Naming delegateClass=org.jboss.services.binding.AttributeMappingDelegate delegate-config portName=Port hostName=BindAddress 1098 /delegate-config

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

2005-03-21 Thread sasgon
[EMAIL PROTECTED] wrote : Yes. Please come back when you make an effort to understand. | | This is NOT the please can you configure my server/network for me forum. | | Hint: If you want it to connect to the proxy, should you really be telling it to connect | to the hidden tomcat

[JBoss-user] [EJB/JBoss] - ejb-ref element references to other beans

2005-03-21 Thread balteo
Hello, Can anyone tell me what ejb references to other beans are for? (ejb-ref element). I am completely missing the point and would be grateful if someone could tell me why I should have the overhead of writing this: ejb-ref ejb-ref-nameejb/waUserMgr/ejb-ref-name

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

2005-03-21 Thread jhecking
After some experimentation it seems It can't be done! is indeed the correct answer to my question. :-( I tried deploying a second instance of the Tomcat service as a copy of the default jbossweb-tomcat50.sar but I'm running into two problems. I literally copied the jbossweb-tomcat50.sar

[JBoss-user] [Installation Configuration] - BindingManager

2005-03-21 Thread rmk
Hi all, I want to use the BindingManager and therefore I have a question about the xml-configuration-file of the manager. What is the difference between the attrbute name=RmiPort and the binding port-Element (see below). Where can I get a good documentation about using the BindingManager.

[JBoss-user] [EJB/JBoss] - Transaction Timeout Message from Log4J

2005-03-21 Thread armorris007
I am using JBoss 2.4.3 using standard Log4J logger factories (rather than JBoss customised ones). JBoss is reporting the following transaction timeout on a periodic basis. 2005-03-14 14:00:44,625 [Thread-49] WARN LoginP - Transaction XidImpl [FormatId=257, GlobalId=knowledge1//20790,

[JBoss-user] [Persistence CMP/JBoss] - Relation across different ejb.jars

2005-03-21 Thread glum
Hi all, Is it possible to create unidirectional relationship across different ejb.jar archives? Both jars are in the same ear archive and both components use local interfaces. I have searched through jboss docs and web forums but I failed to find explicit answer. Thans for your answers, -

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

2005-03-21 Thread mbeyer73
Please give me a hint! This is driving me crazy :-( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870946#3870946 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870946

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

2005-03-21 Thread md5georg
Hello, We are currently developing an api that is exposed through doc/literal web service methods and our customers are going to use their own developed .Net clients to access it. We are now testing this api from a .Net VB client. Connection and access between the client and server is now up

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

2005-03-21 Thread andrzejros
Hi! As described in wiki and example JCA config, I have configured my datasource with Master Server Password (http://www.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords, part about keystore, but with consolepassword plugin). Works fine, but - when starting server - all resorces

[JBoss-user] [Management, JMX/JBoss] - Re: not getting JMX MBean Operation Result for Topic

2005-03-21 Thread k_s_ashok
Any update? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870950#3870950 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870950 --- SF email is sponsored by - The IT

[JBoss-user] [Installation Configuration] - Re: deploy web app on jboss without making war , jar file

2005-03-21 Thread masdeval
I would like to know that too. Unfortunately the forums in the site are very poor of answers. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870951#3870951 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870951

[JBoss-user] [Performance Tuning] - High CPU usage on Windows

2005-03-21 Thread jova73
Hi, when I run JBoss 3.2.1 on my computer (Windows XP SP2) launching the run.bat file then I see an overall decrease of my computer performances. JBoss, even if it seems idle (I don't use any of the deployed applications and it doesn't log anything), takes the 90/95% of my CPU. Using

[JBoss-user] [Management, JMX/JBoss] - Re: not getting JMX MBean Operation Result for Topic

2005-03-21 Thread [EMAIL PROTECTED]
Can you be more specific about your problem??? I just run 3.2.3 and I see operations on both queues and topics. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870952#3870952 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: deploy web app on jboss without making war , jar file

2005-03-21 Thread darranl
I think this is what you are looking for: - http://www.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870955#3870955 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870955

[JBoss-user] [Installation Configuration] - Virtual Hosts - Asked before, got no response :-(

2005-03-21 Thread binario
Hi all, I asked before but got no response to this question. I am trying to run multiple virtual hosts to my application one for each category, eg: toys.mysite.com books.mysite.com etc... I want these virtual hosts to map to a jsp for each one that correspond to: www.mysite.com/toys

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

2005-03-21 Thread binario
Hi all, I asked before but got no response to this question. I am trying to run multiple virtual hosts to my application one for each category, eg: toys.mysite.com books.mysite.com etc... I want these virtual hosts to map to a jsp for each one that correspond to: www.mysite.com/toys

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

2005-03-21 Thread oabidian
darranl, This is not working either! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870958#3870958 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870958 --- SF email is

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

2005-03-21 Thread oabidian
I am sorry to say it but I am not convinced about the quality of this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870959#3870959 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870959

[JBoss-user] [Beginners Corner] - EJB-QL upgrade on JBOSS3.2.1

2005-03-21 Thread hatoug
Hello, I have a cMP Bean, but I cannot deploy it because I have this error on my query : org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement 'SELECT OBJECT(a) FROM TsaGed a where a.tsaver='0' and a.tsavis='01' and a.tsatbl = ?1 order by a.tsarga'; - nested throwable:

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

2005-03-21 Thread darranl
Ok, I will have a look this, I will get back to you tomorrow. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870964#3870964 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870964

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

2005-03-21 Thread jpsabadini
Hi! I'm getting a javax.management.NotCompliantMBeanException when deploy my MBean: Here is the interface: package com.miradores.vmon.mbean; | | import javax.management.ObjectName; | import org.jboss.mx.util.ObjectNameFactory; | import org.jboss.system.ServiceMBean; | | public

[JBoss-user] [Installation Configuration] - Re: deploy web app on jboss without making war , jar file

2005-03-21 Thread kernelvn
thank you :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870966#3870966 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870966 --- SF email is sponsored by - The IT

[JBoss-user] [Installation Configuration] - commons logging API

2005-03-21 Thread cruegger
I am trying to use the commons Logging API with JBoss 4.0 but I cannot seem to get it configured properly. Is there any documentation on how to set this up? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870967#3870967 Reply to the post :

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

2005-03-21 Thread [EMAIL PROTECTED]
Multiple deployers for the same deployment type are not supported. Create a feature request for mapping Connectors to different vhost settings in jira to see if we can support this with a single deployer in the future. http://jira.jboss.com View the original post :

[JBoss-user] [EJB/JBoss] - Re: ejb-ref element references to other beans

2005-03-21 Thread [EMAIL PROTECTED]
So that you do not have to hard code jndi names in your application. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870971#3870971 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870971

[JBoss-user] [EJB/JBoss] - Re: Transaction Timeout and Locking issue

2005-03-21 Thread [EMAIL PROTECTED]
Correct, locking has nothing to do with home many entity proxies may exist. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870972#3870972 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870972

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

2005-03-21 Thread [EMAIL PROTECTED]
Read the unauthenticatedIdentity option on the jboss login modules. This combined with unchecked method permissions on the local interfaces will allow for unrestricted local access and secured remote access. View the original post :

[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=bbop=viewtopicp=3870977#3870977 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870977 --- SF email is

[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=bbop=viewtopicp=3870975#3870975 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870975

[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=bbop=viewtopicp=3870978#3870978 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870978

[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=bbop=viewtopicp=3870979#3870979 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870979

[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=bbop=viewtopicp=3870981#3870981 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870981

[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=bbop=viewtopicp=3870982#3870982 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870982

[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,

[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] [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] [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

[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=bbop=viewtopicp=3870990#3870990 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870990

[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-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=bbop=viewtopicp=3870989#3870989 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870989

[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=bbop=viewtopicp=3870991#3870991 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870991 --- SF email is sponsored

[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 :

[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

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

2005-03-21 Thread jasong
md5georg wrote : | | | ?xml version=1.0 encoding=UTF-8? | |soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=http://www.w3.org/2001/XMLSchema; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | | soapenv:Body | |

[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 ...

[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 :) : | ?xml version=1.0

[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 application-policy name=appnetauth |authentication | login-module code=mt.com.vodafone.appnet.jaas.JBossAppnetLoginModule | flag=required | module-option

[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=bbop=viewtopicp=3871012#3871012 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871012

[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] [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 :

[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

[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

[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=bbop=viewtopicp=3871025#3871025 Reply to the post :

[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=bbop=viewtopicp=3871027#3871027 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871027 --- SF email is

[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=bbop=viewtopicp=3871028#3871028 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871028 --- SF email is sponsored by - The IT

[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=bbop=viewtopicp=3871029#3871029 Reply to the post :

[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=bbop=viewtopicp=3871030#3871030 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871030 --- SF email is sponsored by - The IT

[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=bbop=viewtopicp=3871031#3871031 Reply to the post :

[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: 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=bbop=viewtopicp=3871033#3871033 Reply to the post :

[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=bbop=viewtopicp=3871036#3871036 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871036

[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;); |

[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=bbop=viewtopicp=3871039#3871039 Reply to the post :

[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(

[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=bbop=viewtopicp=3871040#3871040 Reply to the post :

[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=bbop=viewtopicp=3871041#3871041 Reply to the post :

[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=bbop=viewtopicp=3871044#3871044 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871044

[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=bbop=viewtopicp=3871043#3871043 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871043 --- SF email is sponsored by - The IT

[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

[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=bbop=viewtopicp=3871049#3871049 Reply to the

[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

[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=bbop=viewtopicp=3871051#3871051 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871051

[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=bbop=viewtopicp=3871053#3871053 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871053

[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

[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=bbop=viewtopicp=3871057#3871057 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871057

[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

[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=bbop=viewtopicp=3871060#3871060 Reply to the post :

[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

[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 ...

[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 :

[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=bbop=viewtopicp=3871064#3871064 Reply to the post :

[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 (again,

[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=bbop=viewtopict=61328 2. Use HTTP basic auth. See http://www.jboss.org/wiki/Wiki.jsp?page=WSSecureEndpoint -Jason View the original post :

[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=bbop=viewtopicp=3871070#3871070

[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-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=bbop=viewtopicp=3871073#3871073

[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

  1   2   >