[JBoss-user] [Beginners Corner] - Re: Compile Warnings

2005-09-07 Thread darranl
Can you please show how you are attempting to copile your code. What command are you using? Are you using Ant? If you are using Ant what does the script look like? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893342#3893342 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Default JBoss Security problem

2005-09-07 Thread darranl
Ok we are getting a little bit closer, however 4.0 is still not enough information for a version - there should be one more digit (0, 1 or 2) and possibley some letters and a digit. The installer is only available with 4.0.3, I just wanted to check if you were using the installer as that gives

[JBoss-user] [Beginners Corner] - Web services on JBoss 3.0.7 by jwsdp - big problems

2005-09-07 Thread Roman.Angelov
Hi all, Before two weeks, I made web service for JBoss 4.0.2 by jwsdp 1.6. Now I must migrate to JBoss 3.0.7 and my web service doesn't work on the oldest server. I generated the web service with jwsdp 1.1,1.2,1.3 and try on the version 4.0.2 - failure. My question is: is it possible to create

[JBoss-user] [Beginners Corner] - Re: Web services on JBoss 3.0.7 by jwsdp - big problems

2005-09-07 Thread darranl
JBoss 3.0.7 used JBoss.NET for web services. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss.NET View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893346#3893346 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893346

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - javax.naming.NameNotFoundException: jdbc not bound

2005-09-07 Thread hsernah
Hi ! I've a application deployed with JBoss 4.0.2 Solaris 2.8, I've create a Oracle DS, when I try to read data from a database throw DS works fine, but when I try to insert, delete or update records from database the jboss show the next error. 2005-09-07 09:17:55,662 ERROR

[JBoss-user] [EJB/JBoss] - Re: javax.naming.NoInitialContextException

2005-09-07 Thread rrawasi
I create that File and put it in my Client classpath, but still I have that error, I'm new to EJB ,I just make Home,Bean class and remote interface + client . Do I need to create jar file from my EJB files, or do I need to do some extra things? Please recommend me some documentation according

[JBoss-user] [Beginners Corner] - Re: What does no classloaders found mean ?

2005-09-07 Thread gulaplaarajasekhar
Hi Andrew, For the first case, Assume we have 2 webserver/appserver for e.g., jboss and tomcat, then it is not possible to access a file present in tomcat under a.b.c.Src where a.b.c.Src is a class from jboss by default. Because the jboss classloader doesn't know anything

[JBoss-user] [Beginners Corner] - Re: Yet another Class Loader problem - Please Help

2005-09-07 Thread gulaplaarajasekhar
hi, If you are sure that the exception you are getting is due to tomcat, then putting the jar file in $TOMCAT_HOME/lib/. should work for you. Thanks G.Rajasekhar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893356#3893356 Reply to the post :

[JBoss-user] [Clustering/JBoss] - nodes not recognising each other on Linux and farming also n

2005-09-07 Thread gunjan_iitk
I am running two nodes say A and B, one each on different mechines with the partion name DefaultPartion on same network. Node A started first then Node B Started. Node B log says other cluster members are 0. Is itn't suppose to say 1? Any idea what i am doing wrong? pasted below are my logs .I

[JBoss-user] [Beginners Corner] - Re: Run a class method when JBoss startup/an EAR is deployed

2005-09-07 Thread gulaplaarajasekhar
I can just suggest you an idea, But I am sure that it will work, if done correctly.But there may be even other ways better thatn what I say??. The way i am saying is that You have to touch the source of Jboss. Find the method where it says or prints the statement JBOSS started/ Find the

[JBoss-user] [Beginners Corner] - Re: Run a class method when JBoss startup/an EAR is deployed

2005-09-07 Thread raja05
You can write listeners to listen for specific events. In your case, there are events that are generated when a EAR is deployed. http://wiki.jboss.org/wiki/Wiki.jsp?page=ExampleMinimalNotificationListener The link above gives info on how to create a notification. The various Deployer classes

[JBoss-user] [Beginners Corner] - Re: Trying to deploy my first ejb package

2005-09-07 Thread gulaplaarajasekhar
Assuming that you are using only one container or one webserver I think you have set the classpath correctly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893362#3893362 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - limit of Service Binding Management

2005-09-07 Thread BDV
For some time we're using Service Binding management. For each application we have a test, an accept and a production-environment. So that makes 3 instances of JBoss per application. That makes that we're having servers running to up to 9 jboss instances simultaniously. There seems to be no

[JBoss-user] [Beginners Corner] - Re: Trying to deploy my first ejb package

2005-09-07 Thread raja05
phon wrote : | this is the source code of the classes | | import javax.ejb.Stateless; | | javax.ejb.Stateless should be javax.ejb.SessionBean. What is javax.ejb.Stateless? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893365#3893365 Reply to

[JBoss-user] [JCA/JBoss] - query-timeout not working

2005-09-07 Thread daune_jf
Hi, we have a JBoss app. which is hanging for more than 15 minutes when the RDBMS becomes unreachable. To avoid this, I migrated to JBoss 4.0.3 and set query-timeout in our datasource deployer. But it does not seem to work as I don't see any behavior change. I see the TransactionManager's

[JBoss-user] [Management, JMX/JBoss] - Barrier Service and Static SingletonMBean

2005-09-07 Thread milmber
I'm trying to use a BarrierService to detect whether my static singleton MBean has become master, and if so...to start other dependent MBeans. My dependent MBeans seem to be waiting correctly for the Barrier, but I'm having trouble picking up the notification that my static Singleton MBean has

[JBoss-user] [JBossWS] - Webservice Client Consuming An External Webservice

2005-09-07 Thread hopkirk
Hi all, We have the need for a web application POJO web service client to consume an externally provided web service. I have read through the examples on the WIKI and have also gone through the examples-4.0.2.zip. I'm getting an exception when my client does the JNDI lookup to retrieve the

[JBoss-user] [Security JAAS/JBoss] - Re: What is this JBossGenericPrincipal that keeps getting st

2005-09-07 Thread DrPizza
2005-08-30 19:36:29,217 INFO [STDOUT] java.io.NotSerializableException: org.jboss.web.tomcat.security.JBossGenericPrincipal | 2005-08-30 19:36:29,217 INFO [STDOUT] at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1075) | 2005-08-30 19:36:29,217 INFO [STDOUT] at

[JBoss-user] [Beginners Corner] - EJB3 Trailblazer Demo: Issue running on MS SQL

2005-09-07 Thread j.rusch
Hi, while trying out the EJB3 Trailblazer Demo I found out that on Microsoft SQL-Server the investor table is not generated due to the use of end as a field name. I added the following annotation in trail.entity.beans.investor.java @Column(name = endage) public int getEnd() {... which made

[JBoss-user] [Management, JMX/JBoss] - Re: Problem getting mbean server

2005-09-07 Thread milmber
This link http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanIGetAReferenceToTheMBeanServer should help. Perhaps particularly: import org.jboss.mx.util.MBeanServerLocator; |... | // find the local MBeanServer | MBeanServer server = MBeanServerLocator.locateJBoss(); View the original post

[JBoss-user] [Management, JMX/JBoss] - Re: Barrier Service and Static SingletonMBean

2005-09-07 Thread milmber
Further investigation shows that the BarrierService is not receiving any notifications from my static singleton MBean although the subscription seems to succeed: | DEBUG [org.jboss.system.BarrierController] Creating jboss:service=BarrierController | DEBUG

[JBoss-user] [Management, JMX/JBoss] - Re: Barrier Service and Static SingletonMBean

2005-09-07 Thread [EMAIL PROTECTED]
The issue here is, I don't think you can count on the AttributeValueChange (AVC) from your Scheduling service (that is if you extend ServiceMBeanSupport), because it's going to be started anyway when you deploy it. The HASingletonController will invoke startSingleton/stopSingleton on your

[JBoss-user] [JBoss.NET] - Re: Integrate Axis 1.2 with JBoss !!

2005-09-07 Thread [EMAIL PROTECTED]
JBoss has decoupled from Apache Axis in Mar/2004. As of this writing a modified axis version based on axis-1.1 that is BP-1.0 compliant, adds better support for doc/lit is used in jboss-3.2.x, jboss-4.0.x and jboss-head. Any attempt to use another version of axis than the one we provide is not

[JBoss-user] [Beginners Corner] - getting rid of the question marks in SQL output

2005-09-07 Thread phon
hello, anyone knows how to get rid of the questions marks in de sql output of hibernate running inside the JBoss server ? the docs only say to look at log4j.properties, but i can't find that file in my JBoss install anyone knows what to do ? thx in advance View the original post :

[JBoss-user] [Beginners Corner] - Re: Trying to deploy my first ejb package

2005-09-07 Thread phon
i found the solution to the problem a while ago the directory structure of the jar wasn't consistent with the package declaration, so Jboss couldn't find the class View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893386#3893386 Reply to the post :

[JBoss-user] [JBossCache] - Re: Problems with persistent cache

2005-09-07 Thread Motormind
Okay, is there anyone who can tell me then how I can at least make sure that persisted items get deleted? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893387#3893387 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893387

[JBoss-user] [The Lizzard's corner] - Re: Business Rules Engine Presentation @ JBW Missing?

2005-09-07 Thread ivanp98
Where about could this JBW documentation be found, today?? Is JBW available in public domain? Thanks in advance Ivan P. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893393#3893393 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Farming problem on Linux

2005-09-07 Thread gunjan_iitk
I have got a cluster of jboss4.0.2 on 2 linux machines I am using TCP Nodes are recognising each other When i run both instances they recognise each other then when i put my ear manually in farm folder of node 1, it gets deployed on node 1 But deployment doesnt take place on node 2 and I get an

[JBoss-user] [JBossWS] - WSDL wsdlsoap:address location problem on Solaris 8

2005-09-07 Thread markad2
We have a web service where an internal company client uses the WSDL to 'scrape' the service endpoint from the wsdlsoap:address location tag. Problem is they require a full-qualified domain name. The WSDL generated has (for example) host:8080, whereas the client needs host.company.com:8080.

[JBoss-user] [EJB/JBoss] - Re-deploying EAR

2005-09-07 Thread Alar
Greetings. I have a question about deploying EAR. I have created EAR file with 3 JARs - 2 libraries and one with my EJB's, and successfully deployed it. Now i need to deploy a new version, so I copy my new EAR to deploy dir, watching at the server log to make sure it has been succesfully

[JBoss-user] [Clustering/JBoss] - Re: nodes not recognising each other on Linux and farming al

2005-09-07 Thread [EMAIL PROTECTED]
You are binding to the loopback device: [127.0.0.1:1099] So nobody will see *this* node View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893403#3893403 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893403

[JBoss-user] [Clustering/JBoss] - Re: nodes not recognising each other on Linux and farming al

2005-09-07 Thread gunjan_iitk
Hi Bela, Now I tried with TCP and nodes are recognising each other but still farming is not working When i manually put th ear in farm folder of node1 it gets deployed on node1 but not on node 2 and on node 1 i get exception 17:18:52,544 INFO [JkMain] Jk running ID=0 time=0/44 config=null

[JBoss-user] [Clustering/JBoss] - Re: nodes not recognising each other on Linux and farming al

2005-09-07 Thread [EMAIL PROTECTED]
You still have 127.0.0.1 nodes in your cluster... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893407#3893407 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893407 ---

[JBoss-user] [Beginners Corner] - JBoss 3.0.7 jboss-net new web service

2005-09-07 Thread Roman.Angelov
Hi all again, Thank you for your help, now I have example for web service over JBoss 3.0.7. My ant script finish successfull,the web service is bild successfull. My JBoss 3.0.7 in the all deployment version has a jboss-net.sar file and new HelloWorld.wsr file. My problem is when I run JBoss

[JBoss-user] [JBossCache] - Re: Eviction policy implementation question

2005-09-07 Thread antonkommar
Hi, The question looks quite interesting to me. Does anybody has an idea on if a 'put' operation is allowed to be used from insde eviction policy implementation or shall I use some other method? Thanks in advance, Anton View the original post :

[JBoss-user] [JBossCache] - Re: Eviction policy implementation question

2005-09-07 Thread Skipy
Sorry. It was a DNA problem. Question is closed! Regards, Eugene aka Skipy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893413#3893413 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893413

[JBoss-user] [JBossCache] - Re: Eviction policy implementation question

2005-09-07 Thread antonkommar
Thanks, I missed this option too. Anton View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893415#3893415 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893415 --- SF.Net

[JBoss-user] [JBoss Portal] - IS THERE ANY WAY TO RUN JBOSS PORTAL IN WEBSPHERE APPLICATIO

2005-09-07 Thread sreekanthnaidu_r
Ineed to know the possibility of integrating jboss portal with websphere application server. Is there any plugin or any thing to run jboss portal in websphere application server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893417#3893417 Reply to the post

[JBoss-user] [Clustering/JBoss] - Re: nodes not recognising each other on Linux and farming al

2005-09-07 Thread gunjan_iitk
Can you please advice me what configurations i have to do so that 127.0.0.1 nodes are not shown in cluster Thanks and Regards,, Gunjan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893420#3893420 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: IS THERE ANY WAY TO RUN JBOSS PORTAL IN WEBSPHERE APPLIC

2005-09-07 Thread [EMAIL PROTECTED]
no View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893421#3893421 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893421 --- SF.Net email is Sponsored by the Better

[JBoss-user] [Installation, Configuration Deployment] - hot redeployment HttpSession

2005-09-07 Thread k_vtc
Hello, I'm using JBoss 3.27 and I would like to preserve the same http session when the application is hot redeployed. Is that possible? How can it be configured if possible? Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893422#3893422 Reply to the

[JBoss-user] [Installation, Configuration Deployment] - jboss 4.0 and webmethod setup

2005-09-07 Thread rndtesting
I have upgrade our jbos server from 3.2.3 to 4.0 to utilize soap - webservices, but could not find solution on how to setup webmethod. Can you guys please help me on this matters, help is appreciated. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Jboss 3.2.3 - Deploying applications

2005-09-07 Thread fguigou
I believe that the key point to be answered is : when I tried to run the deployer.bat to deploy an application, the batch file is expecting the deployer.jar to be present in the bin folder. But the downloaded zip file did not contain this file. these issues are really frustrating and prevent

[JBoss-user] [JBoss Portal] - Re: How do i setup Single Sign On in JBP2?

2005-09-07 Thread patrickdalla
I'm developing an application that saves content in WEBDAV repository of jboss-portal. To do that, I use WebdavResource to connect do WebDav. I could achieve single sign on when the user access portal and webdav applications from browser (using Valve of tomcat). But the user context of the

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - CMP 1:N Foreign Key Bug?

2005-09-07 Thread rsuffling
Has anyone come across this before? Is it a bug? JBoss is attempting to insert an invalid foreign key (FK) value. The FK value looks like something has overflowed: ¬í\0sr\0$org.jboss.invocation.MarshalledValueêÌàÑôJÐ?

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: javax.naming.NameNotFoundException: jdbc not bound

2005-09-07 Thread rsuffling
From your error message it's clear that your CMP entity bean is failing to get the next Oracle generated sequence number. Here are some things to check: 1) Check that the Oracle Sequence your using is setup and working as expected (Use SQLPLUS) 2)Your jbosscmp-jdbc.xml file should have the

[JBoss-user] [EJB/JBoss] - Re: Single Client. Multiple Initial contexts not working.

2005-09-07 Thread DashV
We redeployed everything into the default directory (it was in the All directory) and connections to multiple (non clustered) JBoss application servers works now. But of course we loose the ability to have JBossAS clusters. So the answer for us for now seems to be to support multiple

[JBoss-user] [EJB/JBoss] - Re: Single Client. Multiple Initial contexts not working.

2005-09-07 Thread DashV
Just for completeness... here is the debug tree from eclipse for the deployment in the default directory which is working... PublisherSequence this= PublisherSequence (id=28) | PublisherSequence IOS= PublisherSequence (id=27) | String intendedServerIP= jnp://x.x.x.155:1099

[JBoss-user] [Installation, Configuration Deployment] - StringThresholdMonitoring Beans won't work

2005-09-07 Thread MetaTom
Hey everybody, Trying to implement a StringThresholdMoniter to monitor a small MBean i've made that trys to connect to a servlet (that i've also made) and if successful sets a String to 'availible', but the monitor keeps throwing this rather annoying error | java.lang.RuntimeException:

[JBoss-user] [Clustering/JBoss] - Re: Farming problem on Linux

2005-09-07 Thread ScottMarlowNovell
Gunjan, I looked at the stack trace that you provided and see the following message: java.io.FileNotFoundException: /root/jboss_cluster/jboss?4.0.2/server/all/farm (Is a directory) This error message usually indicates that the contents of an application archive was extracted into the farm

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Authentication Files

2005-09-07 Thread giscard_aioba
Hi guys, I'm with a little problems when try to use security in JBoss. Where I put the realm file with the users, password and roles (xml file) into JBoss?!?!? I really would like know in which dd I point to this file??!!? web.xml or jboss-web.xml?!?! ps: If someone can point me an example

[JBoss-user] [Security JAAS/JBoss] - Re: What is this JBossGenericPrincipal that keeps getting st

2005-09-07 Thread [EMAIL PROTECTED]
It looks like some place in your code the caller's Subject has been stored as a session attribute. The Subject contains the JBossGenericPrincipal. If your application needs access to the Subject, another approach may be to use the SecurityAssociationValve, which binds the Subject to the

[JBoss-user] [Clustering/JBoss] - fail over JBoss http webservice (ServiceMBean) in case of no

2005-09-07 Thread gwalior
To All JBoss Experts Out There, I am new to JBoss Clustering features. I need to implement a clustering topology where I will use Software based Apache load balancer to balance load to all the nodes in the cluster. Now In case of a particular node goes down, I do not care of sessions running

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Authentication Files

2005-09-07 Thread [EMAIL PROTECTED]
They need to be separate files; not part of any dd. They need to be on the webapp's classpath; I've seen them put in WEB-INF/classes. This allows them to be hot deployed with the webapp. They can also go in the /server/.../conf folder. Give the files a unique, app-specific name --- don't

[JBoss-user] [EJB/JBoss] - Re: Single Client. Multiple Initial contexts not working.

2005-09-07 Thread DashV
FOUND A SOLUTION! Each JBossAS was using DefaultPartition. One of the keys in the hashmap must be based on this. Because as an experiment changing the partition name on one of the servers in the all configuration caused them both to worth concurrently without issue!

[JBoss-user] [JBossWS] - soap client code getting items in the message context for th

2005-09-07 Thread acxsjones
Is there a way to get an item in the MessageContext for a handler to look at. This is from the client code that is calling the gnerated code. | HelloWorld_Implservice = new HelloWorld_Impl(); | HelloWorldEndpoint endPoint =

[JBoss-user] [Beginners Corner] - Re: Yet another Class Loader problem - Please Help

2005-09-07 Thread jboss05
Thanks for your response Rajasekhar. I assume you that you are saying $JBOSS_HOME/server/default/lib. If i put commons-digerter.jar here and also package it with my application, when i hot deploy my sar, i get the following exception. The first time i start JBoss server, my SAR gets deployed

[JBoss-user] [Clustering/JBoss] - Re: nodes not recognising each other on Linux and farming al

2005-09-07 Thread [EMAIL PROTECTED]
Check /etc/hosts and whether some localhost resolves to 127.0.0.1. You can also set -Dbind.address=1.2.3.4, or use bind_addr=1.2.3.4 in your XML for UDP View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893462#3893462 Reply to the post :

[JBoss-user] [JBossWS] - Re: webservice client using junit

2005-09-07 Thread chaseja
I'd love to know the answer to this as well - I'm getting the same error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893464#3893464 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893464

[JBoss-user] [JBoss Portal] - Security and Portlet Modes

2005-09-07 Thread bsmithjj
Is it possible to specify that the user must have the 'admin' role in order for the EDIT mode link to display and/or work? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893468#3893468 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: javax.naming.NoInitialContextException

2005-09-07 Thread darranl
Can you please explain your problem fully including relevant code and commands you are executing. This thread we are discussing how the client can access the deployed bean, why are you asking how to compile the EJB? View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: limit of Service Binding Management

2005-09-07 Thread darranl
The JBoss instances (unless running clustered) would have no relationship with each other - each instance will be running in its own JVM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893471#3893471 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: getting rid of the question marks in SQL output

2005-09-07 Thread darranl
The file name should be log4j.xml for JBoss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893472#3893472 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893472 ---

[JBoss-user] [Installation, Configuration Deployment] - Re: Jboss 3.2.3 - Deploying applications

2005-09-07 Thread darranl
Personally I have never used deployer.bat so do not know the functionality it provides (Other than the obvious function from the name). To deploy an archive copy it to {jboss.home}/server/{config.name}/deploy {config.name} is the name of the configuration passed to the run script (default if

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - when alter-table is true, jboss is trying to create the colu

2005-09-07 Thread ssrinivas
I am using Jboss 4.0.2 I have a table already created in the database(mysql 4.0.1). It has a column id craeted in the database. verified it using mysql when i make alter-table=true in jbosscmp-jdbc.xml, jboss is now trying to create a column ID and the database says it already exists. 1.

[JBoss-user] [JNDI/Naming/Network] - How do I change an env-entry value?

2005-09-07 Thread pslabycz
I need to store a customer-specific configuration value somewhere, so that the customer could change it after deployment. I thought the JNDI env-entry would be the best place, but I did not find and other way to change its value other than to modify the deployment xml. Means the customer has

[JBoss-user] [Beginners Corner] - How do I change an env-entry value?

2005-09-07 Thread pslabycz
I need to store a customer-specific configuration value somewhere, so that the customer could change it after deployment. I thought the JNDI env-entry would be the best place, but I did not find and other way to change its value other than to modify the deployment xml. Means the customer has to

[JBoss-user] [Installation, Configuration Deployment] - DatabaseServerLoginModule + MySqlDS, what am I missing?

2005-09-07 Thread aelnattar
I looked through the forums and can't find the answer, which tells me that my question is probably quite trivial: Simply put, I'm trying to deploy a web application. I know my deployment descriptors are kosher. My problem is with the database that I created in mySQL. I created my owen database

[JBoss-user] [JBossCache] - Re: Problems with persistent cache

2005-09-07 Thread [EMAIL PROTECTED]
You will need to remove them explicitly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893485#3893485 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893485 --- SF.Net

[JBoss-user] [Messaging, JMS JBossMQ] - Connect Jboss 4.x to WebSphere MQ 5

2005-09-07 Thread mleecr
Hi, we are trying to connect Jboss 4.x to WebSphere MQ 5, also were are using Eclipse 3.1.0. Does anybody knows how to make it ?? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893486#3893486 Reply to the post :

[JBoss-user] [JBossWS] - org.xml.sax.SAXException: Invalid element

2005-09-07 Thread hsutarwala
I used the wscompile toolkit to generate the client stubs to a remote WSDL and then wrote a jUnit test. I have been fighting this error for a week now. When the method to perform work is invoked, the jUnit test throws the following errors: | java.lang.reflect.UndeclaredThrowableException |

[JBoss-user] [Clustering/JBoss] - Queues not deploying on server with custom partition name

2005-09-07 Thread dokkah
I discovered the problem on a fully configured pair of nodes, so I worked back to a basic installation and see the same problem. Perhaps I've forgotten something basic, but investigation throughout the day has lead no where. Here's the current dilemma. 1. Download jboss-4.0.2 2. Install on

[JBoss-user] [JBossWS] - Can Axis 1.2.1 be use for client based application?

2005-09-07 Thread shawn_white
I have a JBoss 4.0.3RC2 webservice setup. 1) Can a client application using Axis 1.2.1 SOAP libraries work with JBossWS (rpc/literal)? 2) Has anyone gotten this to work? If so how was Axis configured? 3) Are there any other SOAP libraries open source or commercial that work with JBossWS.

[JBoss-user] [JBoss Getting Started Documentation] - Re: Tried to MySql

2005-09-07 Thread bl4ck3lk
looks like that you need to add in your datasource file, mysql-ds.xml the metadata tag, like this : !-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) -- type-mappingmySQL/type-mapping best way is, you get a copy from the

[JBoss-user] [JCA/JBoss] - Re: JCA/JBoss

2005-09-07 Thread reidmp
Sounds like a case of creating connections without closing them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893496#3893496 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893496

[JBoss-user] [JCA/JBoss] - How to deal with dependencies between JCA adaptors?

2005-09-07 Thread reidmp
I've run into a wierd problem with a pair of JCA adaptors that I created and have working on Weblogic, and kinda working on JBoss. By kinda I mean (described below) I can coax the adaptors into working, but normally I get an IllegalAccessException. Background -- Adaptor 1:

[JBoss-user] [JCA/JBoss] - Re: Is there a way to timeout active connections (instead of

2005-09-07 Thread reidmp
If you use the connector within the context of a transaction, you should be able to use the transaction timeout to do what you want. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3893500#3893500 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: nodes not recognising each other on Linux and farming al

2005-09-07 Thread gunjan_iitk
Hi bela, Thanks for your reply. It solved my problem. yes in my etc/host local host was given 127.0.0.1 , I chnaged it to the corresponding ip adresses on both machines and now everything is working perfectly. Thanks and Regards, Gunjan View the original post :

[JBoss-user] [Management, JMX/JBoss] - StateManager NOT YET INSTALLED

2005-09-07 Thread coolfigo
While I started JBoss , I found this error , can anyone tell me how to resolve , thanks !!! 13:27:02,453 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: jboss.mq:service=InvocationLayer,type=HTTP State: CONFIGURED I Depend On: