[JBoss-user] [JBossWS] - Re: Namespace problem with JBossWS generated SOAP

2005-08-07 Thread dietmarposselt
Hi there, Unfortunately the soap has been treated as html... so again: The working soap (by JBossNet/AXIS) http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> < QuickOrder xmlns="http://api.compan

[JBoss-user] [Management, JMX/JBoss] - Re: What jar file contains org.jboss.jmx.adaptor.model.MBean

2005-08-07 Thread vinaypurohit
Its part of the jmx-console web application. see JBOSS_HOME/server/default/deploy/jmx-console.war/WEB-INF/classes View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=345#345 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn - TreeCacheSSOClusterManager fails

2005-08-07 Thread bstansberry
"drzewo" wrote : I'll try to convince Remy (that might be tough though and might take some time, AFAIK Remy is off for vacation till August 16th) to enhance the SingleSignOn valve with optional logic, as a the described by me use case, I believe is a common scenario for those who use SSO. I'm c

[JBoss-user] [Messaging, JMS & JBossMQ] - Threads, sessions, connections, and XA

2005-08-07 Thread javajedi
I've got an app that has been using non-XA JMS. I use a single JMS connection, with several sessions, each of which runs in its own thread. When I switched the app to us XA JMS, I started seeing the various sessions use the same thread. Does this sound like expected behavior? Is there any wa

[JBoss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn - TreeCacheSSOClusterManager fails

2005-08-07 Thread bstansberry
I've thought about your problem more and realize my suggestion will not be reliable with the clustered version of SSO. As you've seen, there are two areas where ClusteredSingleSignOn maintains information about sessions associated with a sign-on. The first is the set of session id's maintained

[JBoss-user] [Management, JMX/JBoss] - Accessing the JBossBossManagedConnectionPool MBean

2005-08-07 Thread vinaypurohit
Hi, I have an application deployed on Weblogic that I am migrating to JBOSS 4.0.2. As part of the application, I access the Weblogic MBean Server to access connection pool information and perform operations on the connection pool programatically. Psuedo Code: // Get Inital context // Get

[JBoss-user] [Security & JAAS/JBoss] - Re: Implementation of mandate-type access

2005-08-07 Thread niwhsa
Seems like you have to define a custom implementation of the RealmMapping interface. The interface defines a method anonymous wrote : | /** Validates the application domain roles to which the operational | environment Principal belongs. | @param principal the caller principal a

[JBoss-user] [Security & JAAS/JBoss] - Re: LDAP Authentication

2005-08-07 Thread niwhsa
any exceptions? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=335#335 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=335 --- SF.Net email is Sponsored by

[JBoss-user] [Security & JAAS/JBoss] - Re: has anyone managed to run the program in the top entry o

2005-08-07 Thread niwhsa
Seems like you dont ahve a auth.conf file for your client application. Try providing the system property -D while calling java as follows. anonymous wrote : | -Djava.security.auth.login.config=${full_path_to_auth.conf} | There is a more detailed thread on this available in the same forum. a

[JBoss-user] [EJB/JBoss] - Re: Error: detached entity passed to persist

2005-08-07 Thread sumit_chawla
Never mind, it's working now. See http://www.jboss.com/index.html?module=bb&op=viewtopic&p=331#331 for what I changed to make it work. Can someone please fix the JBoss IDE tutorial? While we are at it, can someone please fix the JBoss IDE so it works with Eclipse 3.1? I am using the bu

[JBoss-user] [Performance Tuning] - Jboss Administration

2005-08-07 Thread sunilbhoriwal
Hi, Could anybody please tell me about a parameter which can limit the post request size. I know Websphere does provide a parameter (LimitRequestBody) but does JBoss has such parameter. I searched all the cinfiguration files but could not find any parameter. Sunil View the original post : htt

[JBoss-user] [EJB/JBoss] - My server can't follow my deployement map from Bean to table

2005-08-07 Thread gberish
Hi, Can anyone help? I put my deployment code for a simple test app to create an entity bean below. My problem is that I have two database resources: DefaultDS (database named jbossdb) and ejbTestDS (database named ejbtestdb) I thought the code below would mapped my OneBean class to the ejb

[JBoss-user] [EJB/JBoss] - Re: Is this A dumb Question -- How to map table name to bean

2005-08-07 Thread gberish
Thanx, but I I couldn't set the table name in jboss.xml and had to use do it in jbosscmp-jdbc.xml. However, now server keeps looking for its table (members) in the DefaulDS resource (jbossdb database) instead of in the ejbTestDS resource (ejbtestdb database) where I created members. I can't f

[JBoss-user] [EJB/JBoss] - Re: Error: detached entity passed to persist

2005-08-07 Thread sumit_chawla
Getting the same error. Can anyone help? Here are the steps I have taken: 1. Download JBoss 4.0.3 RC1 ("all" config, installed using GUI installer) and JBoss IDE 1.5M2 2. Download the code for JBoss IDE trailblazer 'articles' application 3. Modified the code to replace @Inject with @PersistenceC

[JBoss-user] [Installation, Configuration & Deployment] - Management Console for JBoss

2005-08-07 Thread stevehines
The management cosole that comes with JBoss is crude at best, even the administration console for the Sun Java Application Server is 10x better than the JBoss. My question is, is there a 3rd party administration tool that will let you do things like graphically navigate the JNDI tree, define da

[JBoss-user] [Installation, Configuration & Deployment] - HSQLDB 1.8 + SELECT * FROM SYSTEM_TABLES not working

2005-08-07 Thread lpiccoli
hi all, i am using jboss-4.0.3RC1 with HSQLDB 1.8. When deploying my apps now it complains about executing the 'select * from system_tables'. In HSQLDB1.8 the system tables moved into the information_schema and can on;t be address with the schema prefix. Fine so where does JBOSS get the conf

[JBoss-user] [JBoss Getting Started Documentation] - Re: Failed to Deploy Duke's Bank org.jboss.deployment.Deploy

2005-08-07 Thread [EMAIL PROTECTED]
I also had the same error and downloaded from Sun and JBoss in June. Anyone else still having this same problem? Excerpt: 18:05:58,845 ERROR [MainDeployer] could not create deployment: file:/C:/jboss-4.0.2/server/default/tmp/deploy/ tmp17633JBossDukesBank.ear-contents/bank-ejb.jar org.jboss.d

[JBoss-user] [Performance Tuning] - Re: JBoss effectively hangs due to massive context switching

2005-08-07 Thread nwc
"lafr" wrote : What are the memory settings for Xmx ? | When the JVM reaches this limit, garbage collections occur all the time and consume all available cpu time. | /usr/local/jdk/bin/java -server -Xms1024m -Xmx1536m -Djava.awt.headless=true -Dprogram.name=run.sh -XX:PermSize=256M -XX:MaxP

[JBoss-user] [Performance Tuning] - Re: JBoss effectively hangs due to massive context switching

2005-08-07 Thread lafr
What are the memory settings for Xmx ? When the JVM reaches this limit, garbage collections occur all the time and consume all available cpu time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=312#312 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: unable to allocate xxx bytes of shared memory

2005-08-07 Thread lafr
Your oracle configuration has to be changed to work with JBoss. anonymous wrote : 04031, 0, "unable to allocate %s bytes of shared memory (\"%s\",\"%s\",\"%s\",\"%s\")" | // *Cause: More shared memory is needed than was allocated in the shared | // pool. | // *Action: If the sh

[JBoss-user] [Beginners Corner] - Re: what's the error with such EJB-QL : SELECT Object(o) FRO

2005-08-07 Thread lafr
What's the exact definition of the finder ? Collection findRoomWithCapacityGreaterThan( ??? ) What's the datatype for capacity in the entity bean: Integer ? The parameter for the finder method has to be of the same type! View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [JCA/JBoss] - Re: JBOSS and Maxdb

2005-08-07 Thread bl4ck3lk
hello, i have nearly the same problem with jboss jboss-4.0.3RC1 and sapdb 7.6 aka MaxDB. i tried to create my own sapdb-service.xml for jms but : | 21:07:03,533 WARN [ServiceController] Problem starting service jboss.mq:service=PersistenceManager | org.jboss.mq.SpyJMSException: Could not

[JBoss-user] [Beginners Corner] - Many-Many CMP Relationship

2005-08-07 Thread giscard_aioba
Hi guys Well, I try to deploy my first CMP application, but I had a problem When I have a Many-Many relationship where I indicate the fk names into the jbosscmp-jdbc.xml file?!?! For 1-1 and 1-Many I already know how to do...but for Many-Many I don't find where to write it?!?! would an

[JBoss-user] [JNDI/Naming/Network] - JBoss and a Client in the Internet

2005-08-07 Thread farkarich
Hi @ all! I have to develop a Application which uses JBoss as Server and a Java Application as Client The Application should connect to the JBoss all over the Internet. What would be the best way?? I don't think that connection with the normal RMI ports is a very good way beacuse these ports c

[JBoss-user] [Management, JMX/JBoss] - Re: client jmx through httpinvoker

2005-08-07 Thread nehring
If your JBoss server is running on a windows machine. You may have to check the 'jboss-service.xml' file in the 'http-invoker.sar/META-INF' directory of your JBoss server configuration. I've seen that a the windows server hostname may default to it's short name or DNS alias. When the client

[JBoss-user] [JBoss Getting Started Documentation] - Re: Cannot start using Red Hat Fedora 9 with gij

2005-08-07 Thread ckeilitz
Seems to be solved: I installed j2sdk1.4.2_08 (j2sdk-1_4_2_08-linux-i586-rpm.bin), setup the JAVA_HOME, lauched the run.sh and it works fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=301#301 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [JBoss Getting Started Documentation] - Re: Cannot start using Red Hat Fedora 9 with gij

2005-08-07 Thread ckeilitz
I too am having the same problem. I am running Fedora 4 and jre-1.4.2. I am using the defalut JRE that came with Fedora 4. I am going to try to reinstall the J2SDK and see what happens. Anyone solve this one already? View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: send message only if not alredy in jms

2005-08-07 Thread tomerbd2
Hi So... anyway can tell me regarding my previous message is the jmx console java.util.List listMessages() (and the implementation that i used) is working or not? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888799#3888799 Reply to the post : http://www

[JBoss-user] [JBossWS] - Support for custom SOAP headers

2005-08-07 Thread spaak
I am currently working on a project to consume the Sabre Travel System webservices. I have generated stubs for the SessionCreateRQ service by using the wscompile tool (as explained in the WIKI - document style service client); unfortunately, this tool does not generate any code to customize the

[JBoss-user] [Security & JAAS/JBoss] - Re: LoginContext retrieving

2005-08-07 Thread tremalnaik
I'm using jboss 4.0 beta, anyway. Yomorrow I'm going to test with the new stable 4.0.2, maybe it will behave differently. Thanks for your help, anyway TREMALNAIK View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888797#3888797 Reply to the post : http://www.j

[JBoss-user] [Management, JMX/JBoss] - how to invoke a jboss Schdulable class Externally

2005-08-07 Thread sajeevvarghese
hi I am trying to get a info related to external invocation of jboss Schdulable class implements jboss.varia.scheduler.Schedulable. i have jboss Schdulable class which implements joss.varia.scheduler.Schedulable. it works fine on specified time & interval . But if i have to invoke it external

[JBoss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn - TreeCacheSSOClusterManager fails

2005-08-07 Thread drzewo
I'll try to convince Remy (that might be tough though and might take some time, AFAIK Remy is off for vacation till August 16th) to enhance the SingleSignOn valve with optional logic, as a the described by me use case, I believe is a common scenario for those who use SSO. I'd be more than happy

[JBoss-user] [EJB/JBoss] - Re: Is this A dumb Question -- How to map table name to bean

2005-08-07 Thread darranl
The file you are looking for is called 'jboss.xml', the DTD for this file is in the {jboss.home}/docs/dtd folder of your JBoss installation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888791#3888791 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Clustering/JBoss] - Deployed as CLUSTERED but not a single clustered-invoker is

2005-08-07 Thread arvind_pv
Hi all, I'm getting below given message on server startup. deployed as CLUSTERED but not a single clustered-invoker is bound to container In jboss.xml, i have configured as | | AuthenticationSLEJB | AuthenticationSLHome | LocalAuthe

[JBoss-user] [JNDI/Naming/Network] - Custom JNDI elements

2005-08-07 Thread sumedh
hi all, I've been doing this on Tomcat (5.5.4) standalone. I have a custom javax.naming.spi.ObjectFactory instance that I use to read custom elements in tomcat... for example... So I have a class "ConnPool" which is an instance of ObjectFactory, it reads the above resource and returns me o

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: ROOT.war, root context, wildcard virtual hosts?

2005-08-07 Thread maheshkudva
Hi The domain name is uniqui as test.com. I made some mistake in my earlier post. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888786#3888786 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888786 --

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: ROOT.war, root context, wildcard virtual hosts?

2005-08-07 Thread maheshkudva
Hi Teej I am also having the same problem. Can you let me know if you have any answers to this. In my case, the web apps are WAR files and I want to have the similar action. http://test.com/library (Works perfectly) http://library.test.com (never worked) My DNS points to the correct IP wher