[JBoss-user] [Beginners Corner] - Re: Debug JBoss Sourcecode

2005-02-01 Thread aibo
Hello Pablo, thanks for your answer. But I have one more question: How to mount these folders from the source code to an Eclipse Project? Do I have to create all folders and add all .java-Files (which would be much work) or is there an easier way? Thanks in advance View the original post : h

[JBoss-user] [JCA/JBoss] - Re: No ManagedConnections available ...

2005-02-01 Thread [EMAIL PROTECTED]
http://www.jboss.org/index.html?module=bb&op=viewforum&f=136 At the beginning of the forum, you should see sticky tags that are usually for FAQ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864772#3864772 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss-web.xml

2005-02-01 Thread [EMAIL PROTECTED]
Tomcat uses a default web.xml in which it defines a servlet used for JSP compilation. The default web.xml is found in JBoss at /server/default/deploy/jbossweb-tomcat5x.sar/conf The following servlet definition applies to the compiler used for JSP | | | | | | |

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss-web.xml

2005-02-01 Thread Subash_Rath
As we specify in weblogic.xml the following element compileCommand javac verbose true when JSP's are used, how doe we map to thes in JBOSS. In which XML we need to map these corresponding to which elemnts inside it. View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [Persistence & CMP/JBoss] - CMP EJB findall returns a Proxy object

2005-02-01 Thread pvanonselen
I am working with XDoclet and Eclipse 3.1 on a JBoss 4.1 server. I have created a CMP Entity Bean that deploys fine and I can findByPrimaryKey with success but when I do a findAll I get a collection of Proxy objects instead of a Remote object. I am doing something wrong? Here is my Bean Code:

[JBoss-user] [JCA/JBoss] - Re: No ManagedConnections available ...

2005-02-01 Thread [EMAIL PROTECTED]
link to the FAQ please. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864766#3864766 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864766 --- This SF.Net email is

[JBoss-user] [Installation & Configuration] - Re: 4.0.1 hang when debug enabled

2005-02-01 Thread [EMAIL PROTECTED]
This is standard behavior for the jpda configuration when you include the suspend=y option. The vm is waiting for a debugger to attach to the process. Read the jpda options and behavior: http://java.sun.com/j2se/1.5.0/docs/guide/jpda/conninv.html View the original post : http://www.jboss.org/i

[JBoss-user] [Installation & Configuration] - Re: Missing J2EE Compliant Server Cofiguration Package

2005-02-01 Thread [EMAIL PROTECTED]
This page is incorrect. There is no seperate distribution. The only difference is the default call by value beahvior and class loader isolation. Read the readme.html enclosed in the release on how to configure this behavior. View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Nukes User] - Help I cant get my images to render

2005-02-01 Thread paarsar
hello i've deployed a new theme as a service, within this html of the Theme Java object im referencing images, the all come up broken, where do i store the images and how do i reference them thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864761#386476

[JBoss-user] [Installation & Configuration] - Re: 4.0.1 hang when debug enabled

2005-02-01 Thread schwarcz
Well, I still can't figure it out but I have narrowed down the issues some. No problem running JBoss 3.6 in debugging mode. Identical problem running either JBoss 4.0.0 or JBoss 4.0.1 Falling back to the 1.4 JDK doesn't help. Still hoping for some insight from you JBoss experts out there. View

[JBoss-user] [Management, JMX/JBoss] - Re: Can MBeans be packaged in an EAR?

2005-02-01 Thread danl_thompson
Excellent advice, I don't look there often enough! Merci du conseil. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864759#3864759 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864759

[JBoss-user] [Persistence & CMP/JBoss] - Re: commit option A plus optimistic locking on read only ope

2005-02-01 Thread alt_amit
Here's what I opted for: commit option A, CMP with cache invalidation container config, get methods RO, SimpleReadWriteEJBLock (need 3.2.7 for the correct version), use InvalidationManager to invalidate thru JMS topic, to cover case of db write not always going thru entity bean (which was optio

[JBoss-user] [Javassist user questions] - Get a private final static field

2005-02-01 Thread dechamps
Bonjour, Is it possible with Javassist, knowing its name and type, to get the value of a private final static field, without instantiating the class and without method call ? I don't want to have risk building an object I don't know the behavior. I think I need to use CtClass.getDeclaredFie

[JBoss-user] [JBossWS] - Re: Did anybody sucessfully deploy a document literal webser

2005-02-01 Thread kanno
As Thomas pointed out in the following forums post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=56424 "This usually occurs when you use more than one parameter in your endpoint message. With doc/lit there is no wrapping RPC element. The entire message is defined by a single XMLSc

[JBoss-user] [Security & JAAS/JBoss] - How to reference a custom login module inside a war file fro

2005-02-01 Thread vartanix
I want to create a custom login module to authenticate a user by comparing the userID and password with MySQL database. - My custom login module is called RdbmsLoginModule which implements the javax.security.auth.spi.LoginModule interface. - The configuration file, jaas.config is: Example {

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

2005-02-01 Thread Mette
I found the problem that was causing the exception! I do not remember exactly how I created the jax-rpc mapping file, but I assume I must have copied and pasted it from somewhere and changed the details to fit my own. On the root element of the mapping file was the following schemaLocation: x

[JBoss-user] [EJB/JBoss] - Naming Exception with Null Message

2005-02-01 Thread Randall Pleasant
I need a little friendly help. I am attempting to connect to an Session bean on JBoss from a Session bean on WebLogic. I can get the Naming Context from JBoss and can see EJB in the list of bound objects. However, when I attempt to lookup the Home interface I get a Naming Exception with a nul

[JBoss-user] [Installation & Configuration] - can't put login-config.xml into WEB-INF directory in .war fi

2005-02-01 Thread kenkyee
>From the description on the Wiki, it sounds like you can put login-config.xml >into the WEB-INF directory in your .war file, but JBoss4 doesn't see it when >you do that. I tried changing the mbean to look like this: WEB-INF/login-config.xml jboss.security:servic

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

2005-02-01 Thread valban
For sure... It works... Thank you Scott View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864748#3864748 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864748 --- This

[JBoss-user] [Installation & Configuration] - Re: I'm dying!!! Please help me find where error is coming f

2005-02-01 Thread richardholmes
I had this problem and I've managed to get around it. Someone pointed out that I was deploying a log4j.jar file in the hot deployment of my EAR file so I took it out and it seems to have done the trick. Cheers, Richard Holmes :) View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [Installation & Configuration] - Re: run.sh --host=.... woes

2005-02-01 Thread osandum
Ouch! This is JBoss 3.2.6. Sorry. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864745#3864745 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864745 --- This SF.N

[JBoss-user] [Installation & Configuration] - Re: run.sh --host=.... woes

2005-02-01 Thread [EMAIL PROTECTED]
What version of JBoss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864744#3864744 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864744 --- This SF.Net email is s

[JBoss-user] [Installation & Configuration] - Missing J2EE Compliant Server Cofiguration Package

2005-02-01 Thread barrycaceres
According to: http://docs.jboss.org/jbossas/whatsnew40/html_single/ We read: >From JBoss AS 4.0.1, the server configuration names switch back to the JBoss >3.2 convention. The default configuration uses the JBoss optimized class >loader and the standard configuration goes away. The J2EE 1.4 ce

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

2005-02-01 Thread [EMAIL PROTECTED]
| [EMAIL PROTECTED] vhost_log]$ cat deploy/jmx-console.war/WEB-INF/jboss-web.xml | | |localhost |vhost1.test.com | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864742#3864742 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [EJB/JBoss] - Re: How can I create an Application client that has a java:c

2005-02-01 Thread peake
Thanks for replying. Sorry to pursue this topic more but I still have questions. I understand the link provided that shows me the jboss-client.xml. And the reference to it from the client Java application. What I dont' understand is 'where' to put it. Do I put it with the ejbs? Do I creat

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

2005-02-01 Thread valban
Ohh i realize that i should have other problems... Can I see your jboss-web.xml. Witch file is used to resolve the host name... the jboss-web.xml??? | |localhost |vhost1.mydot.com |vhost2-alias | Because the log files are created but empty... Who and when call the serv

[JBoss-user] [Installation & Configuration] - Re: automatically adding application policy in login-config.

2005-02-01 Thread kenkyee
In that Wiki, I replaced "..." with "jboss:service=DynamicLoginConfig". If I didn't do that, jboss would blow up because it couldn't find a domain for that mbean. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864737#3864737 Reply to the post : http://www

[JBoss-user] [Installation & Configuration] - Re: JMS Default Data Source

2005-02-01 Thread osandum
The short version: you need to edit or replace deploy/hsqldb-ds.xml, deploy/jms/hsqldb-jdbc-state-service.xml, and deploy/jms/hsqldb-jdbc2-service.xml with appropriate equivalents. In place of deploy/hsqldb-ds.xml you'll use your preferred data source In place of deploy/jms/hsqldb-jdbc2-service

[JBoss-user] [Beginners Corner] - Re: jsp not compiling

2005-02-01 Thread Bapha
thanks Danl Thats what I thought it would be, but this is my class_path C:\jboss\server\default\lib\javax.servlet.* I have also tried: C:\jboss\server\default\lib too but with no joy. Do you know how I should write the class path? Thanks View the original post : http://www.jboss.org/index.h

[JBoss-user] [Installation & Configuration] - 4.0.1 hang when debug enabled

2005-02-01 Thread schwarcz
When I enable debugging and launch JBoss 4.0.1 (Windows XP Pro SP2 & JDSK 5.0), there is no cpu activity and no logging output once the message "Listening for transport dt_socket at address: 8787" is echoed. I'm assuming it is some sort of config problem at my end but wonder if anybody has an

[JBoss-user] [JBossWS] - Re: Problem with EJB Web service Client

2005-02-01 Thread afalokun
I'm having similar issues. Where do I make changes in my code. -- My classpath is as follows: C:\Java\JBoss-4.0.1\server\default\deploy\jboss-ws4ee.sar\axis-ws4ee.jar;C:\Java\JBoss-4.0.1\server\default\deploy\jboss-ws4ee.sar\commons-discovery.jar;C:\Java\JBoss-4.0.

[JBoss-user] [Clustering/JBoss] - JBOSS Cluster

2005-02-01 Thread HariV
I have a java application which runs outside the jboss application server ,which gets an EJB Home. But the application does'nt pass the url with the JNDI port name, but it still able to get an handle to the home stub. How is that possible?.But the jboss instance and the java client runs in the s

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

2005-02-01 Thread [EMAIL PROTECTED]
The following server.xml works fine for me with the jboss-4.0.1 release: | | | | | | | | | | | | | | | | | | | | | |

[JBoss-user] [Messaging, JMS & JBossMQ] - ConnectionFactory not bound Error

2005-02-01 Thread chavarao
Hi, I am trying to deploy my web application under Jboss3.2.5 . I have a start up servlet which invokes a class ( which implements javax.jms.MessageListener ) , this class basically looks up a JMS Topic Connection Factory and creates publisher and subscriber. when I do look up for ConnectinFa

[JBoss-user] [EJB/JBoss] - automatic generation of DB fields via relationship tags?

2005-02-01 Thread fifihead
Hi, I am very new to the EJB world but trying to develop an application that interacts with a MySQL DB. I have a number of tables which i am relating to one another via foreign keys which i have specified in the jbosscmp-jdbc file and the ejb-jar deployment descriptor. After executing ant on the

[JBoss-user] [EJB/JBoss] - pk autogeneration

2005-02-01 Thread fifihead
Hey, I was hard-coding ids for an entity bean called report. I was retrieving all previously defined report names from the db in order to populate a list on the GUI, i used the following for-loop as follows: for(int i = 1; ; i++) { Integer pk = new Integer(i); ReportDefinitionRemote report;

[JBoss-user] [EJB/JBoss] - Re: How can I prevent the auto deployment of an EJB module?

2005-02-01 Thread [EMAIL PROTECTED]
Don't declare it in the application.xml. To have the jar included in the classpath it would have to be referenced via a Class-Path manifest header or by declaring it to be a simple java module rather than an ejb module. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Management, JMX/JBoss] - Re: Can MBeans be packaged in an EAR?

2005-02-01 Thread [EMAIL PROTECTED]
The answer to every question exist in the testsuite module of the source download. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864721#3864721 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864721 -

[JBoss-user] [Management, JMX/JBoss] - Re: Can MBeans be packaged in an EAR?

2005-02-01 Thread danl_thompson
It works just like magic. You know Scott, after working with JBoss for 18 months, my biggest problem is still understanding how to find answers like this. And spending days doing so. (More often just spending days understanding which questions to ask) The 3.2.3 manual leaves one with the foll

[JBoss-user] [Beginners Corner] - Re: ejb-env-ref and a deployer (person)

2005-02-01 Thread [EMAIL PROTECTED]
Start with the getting started guides. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864718#3864718 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864718 --- This S

[JBoss-user] [Clustering/JBoss] - Re: Multi-Homed Configuration passing wrong ip to Remote Cli

2005-02-01 Thread [EMAIL PROTECTED]
Use the --host iface startup option to specify that all network interfaces should be using the given iface. The UDP bind_addr is only one piece of several layers when considering an ha lookup and access of an ejb. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Alternate security providers

2005-02-01 Thread [EMAIL PROTECTED]
Look at providing your own org.apache.tomcat.util.net.SSLImplementation: | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864717#3864717 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864717 --

[JBoss-user] [Management, JMX/JBoss] - Re: Catching Jboss shutdown notification

2005-02-01 Thread [EMAIL PROTECTED]
Its a known issue that is being looked at: http://jira.jboss.com/jira/browse/JBAS-1008 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864716#3864716 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864716 -

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

2005-02-01 Thread Mette
It was 4.0.0, I retried it in 4.0.1 with the same result: Exception in thread "main" javax.xml.rpc.ServiceException: org.xml.sax.SAXException: src-resolve: Cannot resolve the name 'j2ee:dewey-versionType' to a(n) type definition component. @ *unknown*[257,22] | at org.jboss.webservice.cli

[JBoss-user] [HTTPD, Servlets & JSP] - Deployment of the same jar files in different war files

2005-02-01 Thread jarome
I am developing in Sun Studio Creator. I seem to be able to deploy only ONE of my projects at once. I think this is because the same jar files appear in the different war files. Is this correct? And does this extend to classes with the same package and name but in different war files? It seems

[JBoss-user] [JBossWS] - Re: Exception when calling web service

2005-02-01 Thread Mette
I am trying to figure that out, although it might take me a while as I don't have very much knowledge of the underlying code. I will get back to you if I get any more information. However, I did find these warnings output on deployment , which I realize come from the parsing of the wsee-deploy

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Persistence-related exceptions in JMS under heavy load

2005-02-01 Thread [EMAIL PROTECTED]
The original jira issue has been moved to http://jira.jboss.com/jira/browse/JBAS-1368 and the sybase-jdbc2-service.xml DDL statements updated to include the LOCK DATAROWS condition. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864712#3864712 Reply to the p

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Use DLQ without MDB

2005-02-01 Thread [EMAIL PROTECTED]
No, only MDBs have a DLQ notion currently. This is something you can implement yourself using a MessageListener base class that catches any exception thrown from onMessage and posts the message to a DLQ of its choice. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Management, JMX/JBoss] - Re: Can MBeans be packaged in an EAR?

2005-02-01 Thread [EMAIL PROTECTED]
EARs only deploy what has been declared as deployable content. A sar must be declared using the ear META-INF/jboss-app.xml descriptor: | | | cts-v2cmp.sar | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864710#3864710 R

[JBoss-user] [Clustering/JBoss] - Re: MDB in a cluster talking with a remote queue on other cl

2005-02-01 Thread DashV
I don't know if this will help but you could try explicitly defining the context settings like this: Hashtable contextSettings = new Hashtable(); | contextSettings.put("jnp.disableDiscovery", "true"); | contextSettings.put(Context.INITIAL_CONTEXT_FACTORY, |

[JBoss-user] [Management, JMX/JBoss] - Re: problem adding notification listener from remote client

2005-02-01 Thread [EMAIL PROTECTED]
Go over the example from the admin/devel guide that uses a remote notification listener. You cannot simply pass an implementation of RMINotificationListener to the server. This has to be an exported rmi service as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Management, JMX/JBoss] - Re: javax.naming.CommunicationException

2005-02-01 Thread anu_katta
Hi, I am actually running my program on the same machine. which has java 1.4.2_03 version. I started the jboss 4.0 through command line and in another command line I've tried to run my program, then I am getting the above error. And I checked with classspath also but couldn't really find anythi

[JBoss-user] [EJB/JBoss] - Re: Web apps and stateful beans

2005-02-01 Thread dsouza
Great! I get it now! Thanks a lot! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864706#3864706 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864706 --- This SF.N

[JBoss-user] [EJB/JBoss] - Re: Web apps and stateful beans

2005-02-01 Thread Lviz
hi ok... as in my first post ;) lets say your cart servlet (or whatever) has created the SFSB lets call it cartBean now you get the Handle of the bean with.. javax.ejb.Handle carthandle = cartBean.getHandle() now transport the "carthandle" to the "other application" in the "other application" d

[JBoss-user] [Security & JAAS/JBoss] - Re: jaas identity replaced

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

[JBoss-user] [Installation & Configuration] - JMS Default Data Source

2005-02-01 Thread mcarabias
Hi all, i'm using jboss-3.2.5 and it's using the default ds (hypersonic) to persist the jms-messages. I have my own data source and i'd like to persist the queue messages on it. Does anybody know where do i have to change this? Thanks a lot Matias View the original post : http://www.jboss.or

[JBoss-user] [Management, JMX/JBoss] - Can MBeans be packaged in an EAR?

2005-02-01 Thread danl_thompson
I have a nice little MBean, which, if I deploy it separately in a SAR (outside of my EAR) it works and I can get to it via the JMX console. But we need it to be packaged as part of the EAR. Following the 3.2.3 manual I have the following: my.ear +- my.jar (archive) [EJB jar] | +- META-INF

[JBoss-user] [EJB/JBoss] - Re: Web apps and stateful beans

2005-02-01 Thread dsouza
Yes, that's a good solution, another would be to keep that information in a cookie. But my problem is not exactly how to know which SFSB to look for. What I can't figure out is how do "find" the already created SFSB? So let's suppose I already have the info needed to find it. How do I do it? I ca

[JBoss-user] [EJB/JBoss] - Re: Deja Vu.... Unable to passivate due to ctx lock

2005-02-01 Thread GavinAndrews
I have used... org.jboss.ejb.plugins.InvalidableEntityInstanceCache Perhaps this is not appropriate for D ??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864694#3864694 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [EJB/JBoss] - Re: Deja Vu.... Unable to passivate due to ctx lock

2005-02-01 Thread GavinAndrews
Standard CMP 2.x EntityBean false entity-rmi-invoker false false org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor org.jboss.ejb.plugins.LogInterceptor org.jboss.ejb.plugins.SecurityInterceptor

[JBoss-user] [EJB/JBoss] - Re: Web apps and stateful beans

2005-02-01 Thread Lviz
hello again when the other application knows nothing about the cart (or many carts..) and could not be invoked by the cart. the cart could store the info of his SFSB in an entity bean in the database? the "other application" could query the entity bean and find the already created SFSB's cheers

[JBoss-user] [Javassist user questions] - Re: reading java 5.0 annotations

2005-02-01 Thread bheal
Many thanks for prompt reply. However when I do that, I find that 'attr' is always null! Here's part of a test of annotating methods. When I annotate a class, I can get the annotation for the class, but then find memberNames() always returns null, so cannot get members from within the annotion.

[JBoss-user] [JBossWS] - Re: Prefixed namespace bindings may not be empty

2005-02-01 Thread md5georg
Ok... It looks like the Xdoclet tag (wsee.jaxrpc-mapping value: namespace-uri) is not substituted correctly as it is described in the jaxrpc-mapping_xml.xdt. I am able to generate a wsdd file if I manually change the value in the jaxrpc-mapping file to the correct. Hard coding the jaxrpc-mappi

[JBoss-user] [EJB/JBoss] - Deja Vu.... Unable to passivate due to ctx lock

2005-02-01 Thread GavinAndrews
We use 3.2.5 with Standard CMP but with Commit Option D on a 120 second timer... Once in a while (every week or so) we get very odd behaviour... Essentially our application processes a request, changes some entities and then sends a latest image of our entity out on a JMS message bus. 99.999% o

[JBoss-user] [JBossWS] - Re: Authenticating Webservice as Web Session

2005-02-01 Thread forkbomb
Instead of passing the session ID, you can configure the security domain to have the same user names and passwords as your web users, configure your web services to use basic auth, then pass the username and password as the HTTP headers. The wiki link that Thomas posted above explains it all. Th

[JBoss-user] [Security & JAAS/JBoss] - Re: problem connecting to active directory

2005-02-01 Thread gmeroz
thank you, this was the problem. i defined roles and i manage to connect to the LDAP, but only as long as the users and the roles (groups) are in the same ou (with the same login-config above). if i change it to ou=Roles,dc=bevents,dc=local it's not working. i didn't find any documentation on

[JBoss-user] [Installation & Configuration] - How to force restart when doing Shutdown -e 20 in Windows

2005-02-01 Thread ylo
Hi, I am able to do Shutdown -H 20 and force a restart, but not when doing Shutwdown -e 20. The shutdown is done, but the retorncode is 0. Run.bat in Windows has the following lines to trigger the restart: :RESTART "%JAVA%" %JAVA_OPTS% -classpath "%JBOSS_CLASSPATH%" org.jboss.Main %* IF ERRORL

[JBoss-user] [Installation & Configuration] - run.sh --host=.... woes

2005-02-01 Thread osandum
There is a whole lot of posts around here saying the solution for "Failed to start AutomaticDiscovery" is to add "--host=ip-address" to the run.sh command line. Or else we get the dreaded: INFO [HANamingService] Listening on /0.0.0.0:1100 | WARN [HANamingService] Failed to start AutomaticDis

[JBoss-user] [Beginners Corner] - distributed design question and jboss

2005-02-01 Thread aoutdoors12
Hi, I am new to jboss and j2ee and have a design question to pose to you all and how you would solve it. Here is a simple example. Lets say I have an ordering system, every time an order is placed a special order number we manage must be incremented sequentially. No two threads can manipulate t

[JBoss-user] [EJB/JBoss] - distributed question

2005-02-01 Thread aoutdoors12
Hi, I am new to jboss and j2ee and have a design question to pose to you all and how you would solve it. Here is a simple example. Lets say I have an ordering system, every time an order is placed a special order number we manage must be incremented sequentially. No two threads can manipulate t

[JBoss-user] [Beginners Corner] - Refrencing resources and the path

2005-02-01 Thread pt_dev1
Hi, I'm trying to reference a css and a png file from a jsp page. My file hierarchy is: /{app}.war /{app}.war/WEB-INF /{app}.war/WEB-INF/reports if I put the resoures under the "root" (/{app}.war) directory everyting works fine. But I want to have them exist in the '/{app}.war/WEB-INF/repor

[JBoss-user] [Management, JMX/JBoss] - Re: Catching JkCoyoteHandler startup with Listener

2005-02-01 Thread acxsjones
I vote for the enhancement. It more what I would expect View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864668#3864668 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864668

[JBoss-user] [The Lizzard's corner] - Re: Tomcat a JBoss project??!

2005-02-01 Thread ikester
"[EMAIL PROTECTED]" wrote : And who told you that JBoss owned Tomcat? | | ... | | I would be interested to know why you had the thought in the first place. Maybe because it's listed on the left navigation of the JBoss.com site under the heading "JBoss Projects"? There is no explicit re

[JBoss-user] [Messaging, JMS & JBossMQ] - Use DLQ without MDB

2005-02-01 Thread spossner
Hello JBoss Community! I scanned the FAQ and searched the forum the whole day without success. Maybe I search for wrong key words 8-|. I want to use JMS from a simple servlet (no MDB), which works fine. In addition, I'am interested in timed out and not delivered messages. I saw DLQ configura

[JBoss-user] [EJB/JBoss] - Re: Web apps and stateful beans

2005-02-01 Thread dsouza
Hi, from what I could understand from your solution you are assuming both apps have access to the same session object. Perhaps I wasn't very clear... let me explain in greater detail. I created the two web apps in jsf. Each of them has a backing bean with a session scope, which basically means

[JBoss-user] [JBossWS] - Re: Help! - Asix 1.2 Installation problem

2005-02-01 Thread forkbomb
If you want to use Axis in JBoss 4, you need to remove jboss-ws4ee.sar from your deploy directory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864665#3864665 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864665

[JBoss-user] [JBossWS] - Re: Prefixed namespace bindings may not be empty

2005-02-01 Thread [EMAIL PROTECTED]
No it does not, you can specify the port name as the third parameter. http://cvs.sourceforge.net/viewcvs.py/jboss/webservice/src/main/org/jboss/webservice/deployment/WSDDGenerator.java?rev=1.27&view=markup View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864663#

[JBoss-user] [JBossWS] - Re: Creating a web service from a wsdl

2005-02-01 Thread [EMAIL PROTECTED]
None, JBossWS is about portable J2EE compliant webservices, therefore no dependency on generated axis components. If you want to expose a web service (i.e. server side) use wscompile to generate the SEI and jaxrpc-mapping.xml View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Persistence & CMP/JBoss] - Re: Error checking if entity exists

2005-02-01 Thread vmukkamala
You must not have provided your DataSource. JBoss is trying to find that table in the DefaultDS which by default HSQLDB and hence you see (org.hsqldb.jdbc.*). Kindly read the documentation on how to set up datasource to point to your db2 8.0 server. VM View the original post : http://www.jb

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss-web.xml

2005-02-01 Thread [EMAIL PROTECTED]
You'll have to be more specific which elements of the jsp-descriptor you need. I don't think all of them have equivalents. (but on the bright side very few of them actually provide real value) I suggest poking around in the Tomcat forum for questions on a specific piece of functionality. V

[JBoss-user] [JBossWS] - Re: SOAP Messages and Servlet Filter

2005-02-01 Thread mpitanga
Hi Thomas, SOAP router is a servlet , ok? Then a Filter intercept this request or not? This is my filter execution Quote: Request address : 192.168.2.41 RemoteHost : 192.168.2.41 RemotePort : 3576 sessionId : null method : POST url : http://popshopdes:8080/simple-ws4ee/exactpath/jse RemoteUs

[JBoss-user] [Installation & Configuration] - Re: JBoss causes performance-problems

2005-02-01 Thread Lviz
phew !; if i had that info about several instance of jboss on one machine running fine and just one going crazy in your first post... ;) did you try to shut down the bad (empty) instance (make a backup, delete the files) and copy the working (equal) instance over the bad one (you have to change

[JBoss-user] [JBossWS] - Re: Prefixed namespace bindings may not be empty

2005-02-01 Thread md5georg
Hello again, the result from the WSDDGenerator: | Exception in thread "main" java.lang.IllegalArgumentException: Multiple bindings for not supported for service: {http://bullen.com/fleet/api}FleetAPI | at org.jboss.webservice.deployment.ServiceDescription.getWsdlBinding(Ser | vic

[JBoss-user] [JBossWS] - Re: Creating a web service from a wsdl

2005-02-01 Thread Andy_Wagg
My understanding of this is that the wsdl is the starting point for creating a web service. Although in most cases people seem to generate this. However, in my case I have a supplied wsdl file and have generated java from this using wsdl2java --server-side --skeletonDeploy true. This generates

[JBoss-user] [JBoss Getting Started Documentation] - Re: Wrong xml deploy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2005-02-01 Thread [EMAIL PROTECTED]
When a post is so obviously posted in the wrong forum, I try to point it out. I don't always do that, and even if I did people would still keep posting in the wrong forums. I can tell you that the guys who work on that section of the code do not generally read this forum, which is only for d

[JBoss-user] [EJB/JBoss] - Re: invalid IIOP IDL repository identifiers

2005-02-01 Thread bonoc
Also, It was a typo. However, the rmic that I used to generate the same repository id that janeva is using was from the 1.4.2_05 jdk - which is the same JDK that jboss is running against. That doesn't make sense. So Janeva is using the proper one at compile time, but it may be the one that is us

[JBoss-user] [JBoss Getting Started Documentation] - Re: Wrong xml deploy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2005-02-01 Thread darranl
anonymous wrote : I don't know why if in this forum, if i get an answer, is to say me that go to another group. You were told why to go to the correct forum, a lot of people will only read the forums specific to items that they are working with. Questions in this forum would mainly be read by

[JBoss-user] [Installation & Configuration] - Re: JBoss causes performance-problems

2005-02-01 Thread knutschik
No, we have serveral server-instances on the server, but the problem appears only in one server. One server configuration is equal to the problem-server and there are no problems. It's very curios because in the server is no application deployed and the cpu and memory usage is highly increasing.

[JBoss-user] [EJB/JBoss] - Re: invalid IIOP IDL repository identifiers

2005-02-01 Thread bonoc
Thanks for the clarifications Francisco. The post was due to a lack of knowledge in the IIOP area. I am using 1.4.2_05 - but maybe Janeva isn't. I will investigate further. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864637#3864637 Reply to the po

[JBoss-user] [JBoss Getting Started Documentation] - Re: Wrong xml deploy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2005-02-01 Thread Jarva55
Yeah, my MBean interface wasn't being found because it was in the wrong package. But my problem too was that my mbean classes wasn't at the corresponding directory on Jboss, lib. I don't know why if in this forum, if i get an answer, is to say me that go to another group. You know the answer, so

[JBoss-user] [EJB/JBoss] - Re: invalid IIOP IDL repository identifiers

2005-02-01 Thread reverbel
anonymous wrote : | rmic and janeva both generate the following valid IDL id | | RMI:org.foo.Insured:63ACAFEDF0A89F11:9114CF3E9A780A71 | | jboss outputs the following - notice that the last hex section is off | RMI:org.foo.Insured:63ACAFEDF0A89F11:9114CF3E9A780A71 | I guess there

[JBoss-user] [EJB/JBoss] - ear deployment problem

2005-02-01 Thread tariel
Hello! I searched the forums and internet but still couldn't a working solution to my problem. My problem is following. When i try to deploy the .ear file on jboss 4.0 i get following error: org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.naming.Name

[JBoss-user] [J2EE Design Patterns] - Re: Class with Singleton design pattern shared by 2 applicat

2005-02-01 Thread gquintana
After several days spent looking for a solution I finally understood I should isolate EAR class loaders. All I had to do was turn "Isolated" to true in the ear-deployer.xml! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864631#3864631 Reply to the post : h

[JBoss-user] [Security & JAAS/JBoss] - jaas identity replaced

2005-02-01 Thread amdonov
I have a custom login module that uses client certificates. It sets the identity to a SimplePrincipal with the CN portion of the certificate. However, in my servlet calls to request.getUserPrincipal().getName() return the entire subject DN. I checked, and the principal is an instance of sun.

[JBoss-user] [Clustering/JBoss] - Re: How can i setting up JMS clustering on jboss4.0?

2005-02-01 Thread DashV
The jboss wiki talks about HAJMS in some detail: http://www.jboss.org/wiki/Wiki.jsp?page=JBossHA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864629#3864629 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864629

[JBoss-user] [Clustering/JBoss] - Re: A good book about clustering with jboss

2005-02-01 Thread DashV
The JBoss folks have written excellent docs on clustering. It explains what clustering in jboss means, the mechanisms and technologies they use to pull it off. How to configure it. And they even dive into some code. Do yourself a huge favor and get the JBoss Clustering docs http://docs.jboss.org

[JBoss-user] [Performance Tuning] - Re: JBoss vs. WebLogic tuning results

2005-02-01 Thread bobsklar
Looking at the gc data from the Wed Dec 8, 2004 19:20 PM posting by koreth, I wonder what is triggering the gc by jboss since the new bucket is not full, nor is the tenured generation collection. What is striking is the size of the permanent generation...which appears to be full...could this be

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message resent too many times

2005-02-01 Thread marktaylor
Hi, There may be a change to throw an exception in MDB because I am trying to connect to third party server in MDB. If third party server is down it will throw an exception. In that case how do I control the exception? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [JBossWS] - Re: My web services work in 4.0.0 but not in 4.0.1

2005-02-01 Thread [EMAIL PROTECTED]
Joel, this is only for me as a reference. Changes in the jboss-4.x will have to be backed by a successful CTS testrun. I have not come to a conclusion yet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864624#3864624 Reply to the post : http://www.jboss.org

[JBoss-user] [JBossWS] - Re: DII webservice client works using jdk1.4.2_07 but not wi

2005-02-01 Thread sirwio
Ok, Created JIRA issue and attached eclipe projects that can reproduce the problem. http://jira.jboss.com/jira/browse/JBWS-92 \Magnus View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864623#3864623 Reply to the post : http://www.jboss.org/index.html?module=b

  1   2   >