[JBoss-user] [News & Announcements] - Re: 3.2.7 Release Available

2005-01-31 Thread [EMAIL PROTECTED]
Your vision must be impaired today as the 4.0.1 release is directly below the 3.2.7 release on the sourceforge download page. http://sourceforge.net/project/showfiles.php?group_id=22866 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864508#3864508 Reply to

[JBoss-user] [News & Announcements] - What happed to 4.0.1

2005-01-31 Thread rajeshcmo
Hi , Is 4.0.1 dead? Where is it? I dont find it on sourceforge.net. I am confused. I want jboss. which one should i take 4.0.1 or 3.2.7. Please. -Rajesh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864506#3864506 Reply to the post : http://www.jboss.or

[JBoss-user] [EJB/JBoss] - Deploy a Weblogic 5.1 EJB on JBoss 4.0.1

2005-01-31 Thread joybhowmik
Hi I am trying to make an equivalent jboss.xml from a weblogic-ejb-jar.xml. The weblogic DD is for Weblogic v 5.1. Here is a sample: spa.anesthesia.AnesthBilling 100 100 60 60 spa.anesthesia.AnesthBilling TRANSACTION_READ_COM

[JBoss-user] [Security & JAAS/JBoss] - Re: securing a remote client for a simple session bean

2005-01-31 Thread aviananta
Hi davehaas, As I can see from the stackTrace, your principalRoles=null. Try to add CallerPrincipal to roles.properties file, see if it works. Your roles.properties file may like this: # org.jboss.security.auth.spi.UsersRolesLoginModule username to roles mapping david=tester david.CallerPrinci

[JBoss-user] [Beginners Corner] - Re: How to make util classes use JNDI_NAME instead of COMP_N

2005-01-31 Thread bluezero000
It works like a charm. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864498#3864498 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864498 --- This SF.Net e

[JBoss-user] [Beginners Corner] - ORB shutdown problem

2005-01-31 Thread prakah
Hello, I am new to Jboss and now i am using JBoss 4.0 edition. There is a problem while running Jboss in default and all configurations. starting Jboss is no problem. All the things are going fine. When stopping the server, the server hang at half way. Problem exists while shut downing

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

2005-01-31 Thread med_soft
Not sure where in the Wiki this should go? As Adrian indicates, (no locking in excess of) row level locking is a requirement no matter what the database. To make that more explicit, the SQL in the /docs/examples/jms/sybase-jdbc2-service.xml should probably be changed to add in the LOCK DATARO

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Question about multi-language support

2005-01-31 Thread wxwang
Thank you very much I did it. The problem is caused by my custom form authenticator, which deals with request paramter at the first time and affect the others. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864487#3864487 Reply to the post : http://www.jb

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

2005-01-31 Thread kenkyee
Thanks, Scott! That was one of my annoyances w/ JBoss; it seemed JBoss could dynamically load an app unless you have a custom app policy w/ its own security context. You guys should make this a default mbean (it's not in the default instance's jboss-service.xml for JBoss 4.0.1). Seems like it

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

2005-01-31 Thread Mette
I tried updating to 4.0.1, n case this issue might have been fixed. i still get a null pointer exception, but this time I get several, so there may be more clues as to what is going wrong. Please help! anonymous wrote : [exec] java.lang.NullPointerException | [exec] at org.apac

[JBoss-user] [JBossWS] - Re: Not a proxy instance

2005-01-31 Thread parressh
I've gotten a bit farther. My webservice works on 4.0.0, but fails in the same configuration on 4.0.1. I still get "Not a proxy instance" error. Does anyone know what the code is doing that's causing this issue? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Security & JAAS/JBoss] - Re: About Loing Model

2005-01-31 Thread wxwang
Thank you for your response. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864485#3864485 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864485 --- This SF.Net emai

[JBoss-user] [Clustering/JBoss] - Re: Cluster SessionBean Questions

2005-01-31 Thread HariV
It looks like your Session Bean is stateless. Session State is propogated only for StateFule Session Beans. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864481#3864481 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Clustering/JBoss] - Re: Cluster Problem 2

2005-01-31 Thread HariV
Please check the commit-option you are using. Please check whether you have set the clustered option in jboss.xml for your entity beans to true. If you are using commit-option A , then the container assumes the it has total control over the entity bean(ie. the tables are not updated by other app

[JBoss-user] [Clustering/JBoss] - Re: How to seperate two clusters within the same network ?

2005-01-31 Thread HariV
We have two developers in the same workgroup (Windows XP) trying to develop in isolation but their JBoss servers (3.2.4 and 4.0.0) keep detecting each other and trying to cluster. How can we stop this? Is this the default behavior? Use different partition name in both nodes. Hari View th

[JBoss-user] [Clustering/JBoss] - Re: NewBee to Cluster

2005-01-31 Thread HariV
JBOSS clustering supports only JNDI,EJB and RMI Clustering. It looks like you need HTTP clustering. For that you have to use the clustering provided by Apache or any hard ware load balancer. Thanks Hari View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864478

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

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

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

2005-01-31 Thread kanno
Stephan - Show us what your .wsdd file looks like. Also, go into the log4j configuration file for your JBoss server instance and change the following: This way, you can see exactly the SOAP message being sent into your service, etc and where it's failing. _RK View the original post

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

2005-01-31 Thread kenkyee
Has anyone found a simple way to do this in Ant? Trying to figure out a simple way to deploy an app without telling the user to edit this file manually and add it View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864475#3864475 Reply to the post : http:/

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

2005-01-31 Thread Lilly
I tried to install Axis 1.2 to JBoss 4.0. Basically I dropped the axis.war to Jboss\server\default\deploy. When I tried to view the list of web services, I got the following exception: org.apache.axis.ConfigurationException: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jbo

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

2005-01-31 Thread [EMAIL PROTECTED]
Your client and server libraries are probably different version. Check your client classpath. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864473#3864473 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864473 --

[JBoss-user] [Beginners Corner] - Re: Problem running JBoss 3.2.4 under Eclipse

2005-01-31 Thread cdberner
Hi, I have the same problem in JBoss 3.2.6. Have you solved the problem? If so, how? Derek View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864472#3864472 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864472 --

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

2005-01-31 Thread [EMAIL PROTECTED]
So you mean, since jboss.web:type=protocolHandler,className=org.apache.jk.server.JkCoyoteHandler doesn't emit any notification on its own to which you could subscribe to, you want to monitor for its registration to the MBean server. That would require a filter that doesn't filter by type, but b

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: error with jms mbean

2005-01-31 Thread genman
So, that class is in those jar files? How do you know? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864467#3864467 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864467

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

2005-01-31 Thread leoliveira82
How knows a good book that can help me to leard how to use JBoss clustering services? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864471#3864471 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864471 --

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

2005-01-31 Thread dsouza
Hi, I have a stateful ejb running in jboss and two web apps running in tomcat. The two web apps are a product catalog and a shopping cart for an online store. The shopping cart uses the stateful ejb to keep track of it's contents. However, I'd like to have the product catalog access the same be

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

2005-01-31 Thread genman
Can you add this to the Wiki? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864468#3864468 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864468 --- This SF.Net em

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

2005-01-31 Thread Bapha
Greetings Firstly, I have had a look at http://www.jboss.org/wiki/Wiki.jsp?page=UnableToCompileJSP and this didnt solve my problem - I have the Java_home set correctly. The jsp page I am trying to run is: | | | | JSP Test Page | | <% | out.print("Hello World"); | %>

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

2005-01-31 Thread anu_katta
Hi, I need help in fixing the following error in jboss4.0.0 and linux OS. javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.io.InvalidClassException: org.jnp.interfaces.MarshalledValuePair; local class

[JBoss-user] [Beginners Corner] - jndi naming communication exception

2005-01-31 Thread anu_katta
Hi all, I got this exception adn don't know why it is... and how can I fix this. I am using Jboss4.0.0 , linux and postgreSQL Please help me how can I fix this javax.naming.CommunicationException [Root exception is java.rmi.UnmarshalException: error unmarshalling return; nested exception is:

[JBoss-user] [Installation & Configuration] - Re: log file for multiple EAR file.

2005-01-31 Thread boss4242
You can set up Log4j for each of ur application and can separate the logs...More info can be found at http://logging.apache.org/log4j/docs/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864460#3864460 Reply to the post : http://www.jboss.org/index.html?modu

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

2005-01-31 Thread mcorey
Is there any way in the Tomcat/JBossWeb SSL configuration to indicate a security provider? I have a situation where I have a hardware SSL accelerator that has it's own JCE provider, but the only way I can currently use it with Tomcat/JBossWeb is to configure it as my default security provider (

[JBoss-user] [Installation & Configuration] - JBoss on a 64 bits intel based linux server, anyone tried it

2005-01-31 Thread ctesti
We are looking into running a very large J2EE app that requires more than 4GB of RAM, and we were looking into setting up JBoss on a 64 bits intel based linux server. Did anyone tried that yet? Is JBoss stable in such an environment? Thanks, -Chris View the original post : http://www.jboss

[JBoss-user] [Persistence & CMP/JBoss] - In-memory Entity Beans?

2005-01-31 Thread archevis
Been trying to track down an answer to the following problem, obviously unsuccessfully. The thing is, I have a set of entity beans which represents data about the configuration of the running J2EE-application. It is constantly accessed so I need to performance optimize to the max. The data repr

[JBoss-user] [Installation & Configuration] - run jboss as a service for 'all' server configuration on Lin

2005-01-31 Thread boss4242
Hi All, I am able to run jboss with tomcat as service on Linux, but only in 'default' mode by using the scripts given below. Can anyone let me know what changes should be done to start jboss in 'all' config. ( like done in $JBOSS_HOME/bin/run.sh - c all ) **

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

2005-01-31 Thread acxsjones
I found out a little more. In the handleNotification2 event I change change from a Notification object that is passed to me to a MBeanServerNotification object. Off of this object I can find the actual mBeanName by calling getMBeanName() This will be equal to jboss.web:type=protocolHandler,

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

2005-01-31 Thread acxsjones
I am trying to catch the startup of the Coyote Handler. I have followed instruction on how to apply a listner but can not get a notification to just catch the startup of JkCoyoteHandler. Below is a print out of the Notifications that are caught with a subscription list also listed below.

[JBoss-user] [JBossWS] - Re: Malformed Content-Id in SOAP Attachment Response?

2005-01-31 Thread gregcrider
That's interesting. I have another method where I upload a file as DataHandler argument. The client code runs with the Sun J2EE 1.4 jar files, and does not wrap the id with < and >. That was the basis for my assuming the JBoss AS 4.0.1 was messing up. For the original problem pointed out by thi

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

2005-01-31 Thread tim5901
I'm sorry, but I am really stupid. Where is the jboss.xml descriptor located? Do you mean the one in the ejb jar under the META-INF directory? Or do I create one in the actual deploy directory? Or do I create one in the conf where the standardjboss.xml is located? View the original post :

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

2005-01-31 Thread [EMAIL PROTECTED]
Its done through the jboss.xml descriptor. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864443#3864443 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864443 --- Th

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

2005-01-31 Thread siano
Thank you for your input. I tried to follow your advice, but I got the same error as before (I also tried gen:server instead of gen:client, but all that gave the same result). How do your web.xml and webservice.xml look like? I have the following two files. Is there something wrong? http://jav

[JBoss-user] [EJB/JBoss] - Re: javax.ejb.DependentObject missing in 5.0.alpha

2005-01-31 Thread mathewa
see this thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58867 Dependant has been renamed to Embedded/Embeddable... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864440#3864440 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: error with jms mbean

2005-01-31 Thread sheik
in my opinion i had set the classpath correctly but it must be something in this direction. mbean was build using ant: here my build.xml file command was: ant mb-build | | | | | | | | | | | | | | | | |

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

2005-01-31 Thread tim5901
I am developing an application component on jboss 3.2.5. I have been reading about the ejb-env-ref tags that can be used to allow the component to be assigned to a reference which is then connected to something in the global JNDI. How do you do that? I have been trying to understand it for qui

[JBoss-user] [Installation & Configuration] - Re: ./shutdown -S.........

2005-01-31 Thread [EMAIL PROTECTED]
You can try that, but if it does not work you need to check with the vm vendor for a fix. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864437#3864437 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864437 --

[JBoss-user] [Installation & Configuration] - Re: ./shutdown -S.........

2005-01-31 Thread beyarecords
Scott, what's the best way to deal with this issue, re-install java? beya View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864436#3864436 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864436 --

[JBoss-user] [Installation & Configuration] - Re: ./shutdown -S.........

2005-01-31 Thread [EMAIL PROTECTED]
It means your vm installation is screwed or at least buggy. The vm should never produce a seg fault. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864434#3864434 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864434

[JBoss-user] [Security & JAAS/JBoss] - Re: Security Propagation between JVM's

2005-01-31 Thread vdweij
Check out this thread http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55287. It shows a workaround that uses a Filter to catch the password passed in the HTML Form. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864433#3864433 Reply to the post : h

[JBoss-user] [Installation & Configuration] - ./shutdown -S.........

2005-01-31 Thread beyarecords
would, in the past, shutdown my install of jboss 4.0.0 (os x 10.3.7). Now, the same command gives me the following: Segmentation fault What does this mean? beya View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864432#3864432 Reply to the post : http://www.j

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

2005-01-31 Thread med_soft
I experienced the same deadlock problems you described, which tend to show up more under load. I discovered that row level locking in Sybase 11 & 12 is not always enabled/displayed properly by 3rd party database tools. The default seems to be to lock the entire table even when MAX_ROWS_PER_PAGE

[JBoss-user] [Management, JMX/JBoss] - Re: mbeans read-only attributes

2005-01-31 Thread [EMAIL PROTECTED]
If you use XMBeans you have the option of declaring attributes, that don't correspond to actual POJO attributes (i.e. no getter/setter) and for which a default value may be specified, e.g | | SomeString | java.lang.String | | | | | A p

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

2005-01-31 Thread kanno
Siano - Nobody seems to be responding to these types of questions, but after 3 days of staring at this, I finally got mine to work. :) Here's what I did to get a document/literal web service to work in JBoss 4.0.1. Like yourself, I implemented the endpoint interface and the implementing POJO

[JBoss-user] [Installation & Configuration] - Re: Java 5 & JBoss 4

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

[JBoss-user] [Management, JMX/JBoss] - Re: mbeans read-only attributes

2005-01-31 Thread [EMAIL PROTECTED]
This can be achieved by running with a security manager and assigning the core service layer jars the approriate permission while not allowing write access from the jmx-console.war or jmx-invoker-service.xml. You can partition out the untrusted access paths into a seperate deploy directory that

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: error with jms mbean

2005-01-31 Thread genman
Caused by: java.lang.NoClassDefFoundError: com/ibm/mq/jms/MQXATopicConnectionFactory Check your classpath View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864426#3864426 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=386

[JBoss-user] [Management, JMX/JBoss] - Re: mbeans read-only attributes

2005-01-31 Thread [EMAIL PROTECTED]
I had the same question, sort of. I think I want the same thing you do. I want a "read-only" attribute (I don't want any user code modifying it - either through a JMX console, a remote JMX API call, etc.). However, i want the deployer to be able to set it in via its [mbean>[attribute> setting

[JBoss-user] [JBossWS] - Re: Malformed Content-Id in SOAP Attachment Response?

2005-01-31 Thread jasong
"gregcrider" wrote : | In the SOAP envelope, you can see "cid:A9FCB00186FA6E4FFC4DB12F3B36CAFB";, but in the MIME portion where the attachment lives, the Content-Id is wrapped with < and >. I think this is causing the exception in my client. | | Any thoughts? | FYI, This is how cid l

[JBoss-user] [Installation & Configuration] - Problem with a 2nd instance of JBOSS ?

2005-01-31 Thread martiny
Hello, I?ve got a problem of configuration with Jboss 4.0.1. I work from the  all  configuration and I add 3 services in my service-jboss.xml which are : | ConnectionFactory | QueueConnectionFactory | jboss:service=Naming |

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

2005-01-31 Thread gmeroz
Hi, i'm trying to use LDAP on active directory from JBoss3.2.6. can anyone send me a working login-config.xml entry. i'm using ActiveDirectory on Win 2000 with the following schema: myDomain (domain) | |-People (organization unit) || ||-user1 (User)

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.il.uil2.SocketManager: loadFromStorage Null

2005-01-31 Thread [EMAIL PROTECTED]
The jdbc3 pm has received little testing and should not be used unless your wanting to debug it. Use the jdbc2 version, which is configured as the default. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864417#3864417 Reply to the post : http://www.jboss.org

[JBoss-user] [JBossWS] - Consuming Service with Array of Complex Types Returned

2005-01-31 Thread cmnewcomer
I am trying to deploy a EJB WS in JBoss 4.0.0 with an array of complex types as the return type. The service endpoint follows: public HumanSubjectsUsedVOArray findAllHumanSubjectsByLogNo(String logNo) throws RemoteException; I then generated my WSDL, RPC mapping, etc. using wscompile

[JBoss-user] [Installation & Configuration] - Java 5 & JBoss 4

2005-01-31 Thread bperry
Is JBoss 4 compatible with Java 5; in other words, can I use run.sh to start up JBoss in a Java 5 JVM? Thanks very much, Bruce View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864414#3864414 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [EJB/JBoss] - Re: Remote client and EJB

2005-01-31 Thread fbiaggi
Hi, 99,9% your classes server/client are not the same. I think that the system cannot create serialVersionUID itself. Maybe Eclipse has a cache of the old classes. Try to start it with the -clean option. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864412#

[JBoss-user] [Installation & Configuration] - Starting Jboss 4.0.1 with 'all' config set

2005-01-31 Thread krishna505
I installed Jboss 4.0.1 on a machine that already has Jboss3.x installation. I configured the new Jboss 4.0.1 in myeclipse and disabled jboss 3.x . Jboss has been started from myeclipse with out a problem with 'default' config set . When I try to start it up with 'all' config set, the following

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

2005-01-31 Thread [EMAIL PROTECTED]
You are more likely to get help if you post in the correct group. This is for discussing the getting started guide, not for general questions. To answer your question anyways, the only reason I could imagine that your MBean interface isn't being found is that it is in the wrong package. Ch

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-31 Thread [EMAIL PROTECTED]
I am glad that it worked out for you. Is it possible for you to contribute back a case story on how you used JBoss/jUDDI in your project, when you are ready? Remember both jUDDI and Scout will have updates and the wiki page will be the ultimate reference as to what is happening in the Jaxr in

[JBoss-user] [Clustering/JBoss] - Multi-Homed Configuration passing wrong ip to Remote Clients

2005-01-31 Thread DashV
Hello. I currently have a 2 node JBoss 4.0.1 cluster running. I have two interface adapters in each machine. the first adapter in each has an ip 155.x.x.x that corresponds to our main subnet. The second adapter in each has its own private non-routable ips 192.168.1.x. I have set the bind_addr

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

2005-01-31 Thread Jarva55
I'm trying to deploy a xml that only references to a MBean create on Java. But always i try to deploy it, i 've the same exception. What interface i need? The xml is: | | | | | | And the java source code is: | public class DAOQTreeCache extends ServiceMBeanSu

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-01-31 Thread combsv
Up and running without so much as a burp! You RULE! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864403#3864403 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864403

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Wiki FAQ link to WebSphere MQ integration not working

2005-01-31 Thread [EMAIL PROTECTED]
The content was moved to the wiki as indicated in another posting on the same topic. http://www.jboss.org/wiki/Wiki.jsp?page=SampleConfigurationForMQSeriesWebsphereMQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864404#3864404 Reply to the post : http://

[JBoss-user] [Messaging, JMS & JBossMQ] - org.jboss.mq.il.uil2.SocketManager: loadFromStorage NullPoin

2005-01-31 Thread klng
Hi, We're deploying 4.01 with hibernate and postgresql driver (pg74.215.jdbc3.jar). After running the application for few hours, we'd get a nullpointer exception as shown in the trace below. Restarting the app server solved the problem but only very temporarily... we've searched a few forums bu

[JBoss-user] [Beginners Corner] - Re: ConfiguredIdentityLoginModule help

2005-01-31 Thread johnv
Thanks for the link. It looks like CallerIdentityLoginModule would do what I need though combining that with my existing UsersRolesLoginModule is netting the same results. version: 4.0.1RC1 destinations (note, I left out a couple '>' chars for this posting as they were causing the text not

[JBoss-user] [Installation & Configuration] - log file for multiple EAR file.

2005-01-31 Thread caesarkim
is there any way to generate log file for each EAR file when the server starts? i am using jboss 3.2.5. for now, I see only one log file for all deployed EAR file, but I want to separate them. I want to generate like this if an EAR filename is "Sample.EAR", then I want to generate "sample.EAR

[JBoss-user] [JBossWS] - XML-> Java naming in jaxrpc mapping file is not honored

2005-01-31 Thread forkbomb
The mapping from xml names to Java names in the jaxrpc mapping file is not honored. I have created an issue in the JIRA, but I wanted to post it here to let everyone know that this isn't working. http://jira.jboss.com/jira/browse/JBWS-83 View the original post : http://www.jboss.org/index.htm

[JBoss-user] [EJB/JBoss] - Re: Remote client and EJB

2005-01-31 Thread eldiosyeldiablo
I just verified to make dead certain that I am grabbing the 4.0.1 version of jbossall-client.jar To make sure I removed the JBoss library from my Eclipse. Added the library again going to the hard location of the 4.0.1 (no symbolic link). Cleaned my build. Exited Eclipse. Go back into Eclipse.

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

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

[JBoss-user] [JBossWS] - Re: Malformed Content-Id in SOAP Attachment Response?

2005-01-31 Thread [EMAIL PROTECTED]
Is this of any help http://www.jboss.org/wiki/Wiki.jsp?page=WSAttachments View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864392#3864392 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864392 ---

[JBoss-user] [JBossWS] - Re: WS does not undeploy

2005-01-31 Thread [EMAIL PROTECTED]
Its not expected. In jboss-4.0.1 it works for me View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864389#3864389 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864389

[JBoss-user] [JBossWS] - Re: Session state in Web Services

2005-01-31 Thread [EMAIL PROTECTED]
There is no notion of a user session in WS at the message level. You could add an appllication specific header that contains the session id. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864390#3864390 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [JBoss.NET] - AXIS 1.2 Installation

2005-01-31 Thread Lilly
I am trying to install Axis 1.2 on JBoss 4.0. I grabbed the axis folder from axis-1_2RC2\webapps and drooped to jboss-4.0.1\server\default\deploy folder. It gave me the error and couldn't even find the index.html file. I did the same thing in Tomcat 5.0.28, there was no problem. I also set u

[JBoss-user] [JBossWS] - Re: Problem in Generation of WSDL

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

[JBoss-user] [Beginners Corner] - Re: What means PROVIDER_URL?

2005-01-31 Thread anu_katta
Hi, each application server has their own jndi properties file. which will specify the initial context naming factory and the provider url and others as needed. here is the jndi.properties for jboss.. --- java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url

[JBoss-user] [JBossWS] - Re: java endpoint from a wsdl

2005-01-31 Thread [EMAIL PROTECTED]
You mean a WS4EE endpoint? I use JWSDP-1.5 wscompile. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864384#3864384 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864384 ---

[JBoss-user] [J2EE Design Patterns] - Re: Design advice, are Stateful session beans the answer?

2005-01-31 Thread kalyan120
Can you not bind the key/name to the JNDI tree? If you do so, in clustering scenarios, HA JNDI will take care of replicating the key/name to the other JNDIs in the cluster. Thanks, Kalyan. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864383#3864383 Reply

[JBoss-user] [Messaging, JMS & JBossMQ] - error with jms mbean

2005-01-31 Thread sheik
hi folks, I am trying to access a Websphere MQ queue with JBOSS. So i carrefully followed the document: http://www.jboss.org/wiki/Wiki.jsp?page=SampleConfigurationForMQSeriesWebsphereMQ On my laptop i was able to connect to a WS-queue...so i day after i tried the same at my workplace. I did exac

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

2005-01-31 Thread Andy_Wagg
XMLDA.wsdl | | | http://schemas.xmlsoap.org/wsdl/http/"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:s="http://www.w3.org/2001/XMLSchema"; xmlns:s0="http://opcfoundation.org/webservices/XMLDA/1.0/"; xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:tm="ht

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

2005-01-31 Thread Andy_Wagg
I'm not sure it was helping with my wsdl service being called Service as well, so i have changed this to MyService. I know have the files MyService.java, MyServiceLocator.java, Service.java, ServiceImpl.java, ServiceSkeleton and ServiceStub. It's still not clear which classes should be reference

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

2005-01-31 Thread rtomlinson
I want to launch a client app from a web page such that it will access web services with the same authentication as existed for the web page. In JBoss 3.2.3, I could do this by passing the session id to the app so it could add the jsessionid cookie to the http headers. This technique doesn't se

[JBoss-user] [JBossWS] - Re: Monitoring Web Services

2005-01-31 Thread mpitanga
Sorry, [IÂm have..] I have. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864377#3864377 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864377 --- This SF

[JBoss-user] [JBossWS] - Monitoring Web Services

2005-01-31 Thread mpitanga
Hi, IÂm have installed a simple-ws4ee HelloWorld example and now workÂs fine using the Axis 1.2RC2. Now, iÂd like monitoring this service and iÂve implemented a J2EE Filter that displayed the request and response of web applications at Jboss services Tomcat... When i execute a client program

[JBoss-user] [Beginners Corner] - What means PROVIDER_URL?

2005-01-31 Thread alexxandro76
Hi, i'm trying to create an jms web application. I have installed JBoss and create a simple test (see http://www.javaportal.it/docs/jms.htm) but obviously it does not work :-(. My problem is on javax.naming.Context.PROVIDER_URL... maybe.. I don't know what it is. I work in local and then I set pro

[JBoss-user] [EJB/JBoss] - How to find JBoss' implementation classes

2005-01-31 Thread ypfamily
Hi, I downloaded the source code for the JBoss AS, but I can't seem to find classes that implement regular J2EE interfaces... Am I missing something? Where can I find them? I am trying to link those classes in my Eclipse so I can right-click and "Open Declaration" and see JBoss' implementation

[JBoss-user] [JBoss Getting Started Documentation] - Re: Need detail information on following XML's under deploy

2005-01-31 Thread [EMAIL PROTECTED]
Is there something that neither those files for the application server guide tell you that you were hoping to learn about? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864371#3864371 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [JBoss Getting Started Documentation] - Re: Deploy and Undeploy

2005-01-31 Thread [EMAIL PROTECTED]
Deploying the application is loading the application into the application server and making it active. Undeploying is the opposite... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864372#3864372 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Installation & Configuration] - Custom System Properties

2005-01-31 Thread sylobsa
Hi all, I want to define new System Properties, so I configured jboss-service.xml to load my properties file. I'd like to define some properties using other properties already defined. Is it possible ? I tried the Ant syntax, but it doesn't work. Var1=Value1 Var2=${Var1}_and_some_complement does

[JBoss-user] [EJB/JBoss] - Re: How Dynamic Proxy works...

2005-01-31 Thread ypfamily
The JNDI will give you smart proxies? Are you trying to answer my question or give me more questions to ask? Could you explain this for me? I am only guessing when I ask: what if JNDI is not JBoss' JNDI, but a 3rth vendor? Or are you saying that JBoss' EJB container sticks those "smart proxies"

[JBoss-user] [JBossWS] - Re: XML Payload Best Practice

2005-01-31 Thread [EMAIL PROTECTED]
Yes it did, it even made it to the wiki. Enjoy. http://www.jboss.org/wiki/Wiki.jsp?page=WSMessageEndpoints View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864366#3864366 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=386

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Wiki FAQ link to WebSphere MQ integration not working

2005-01-31 Thread llivings
I raised an issue with sf.net and the response was basically to defer to the project team. The response is here along with the original request. https://sourceforge.net/tracker/?func=detail&atid=21&aid=702&group_id=1 I really need to get this done and while the 3.2.x docs talk a little

[JBoss-user] [Beginners Corner] - Collecting runtime stats on EJB

2005-01-31 Thread danl_thompson
I have Stateless Session bean, that I would like to collect some runtime stats on. For example, how often it catches a RollBack exception, how many times it retries, etc. My thinking is that these run time status represent a form of instrumentation. And that as soon as I think instrumentatio

[JBoss-user] [Beginners Corner] - Re: change password to web and jmx console

2005-01-31 Thread beginner
Thank you, I've changed only the user.properties file and It works fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864362#3864362 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864362

  1   2   >