[JBoss-user] [Messaging, JMS JBossMQ] - Re: connecting to localhost

2005-01-03 Thread rino_salvade
Well, then here is the next proposal. Which Invocation Layer are you using? We had a problem with the standard one to connect to a remote server as well. We then used UIL2 and the problem went away. See as well the topic http://www.jboss.org/index.html?module=bbop=viewtopict=58106 View the

[JBoss-user] [Persistence CMP/JBoss] - Reading/writing blob objects through CMP

2005-01-03 Thread varahavenkatesh
Hi, I was able to write blob object as byte array . But was unable to read blob object from client programme. I have added classes12.jar into the jboss lib. Any other oracle libraries needed ,to read blob objects. Exception during read, java.sql.SQLException: Invalid column type: getBLOB not

[JBoss-user] [EJB/JBoss] - Re: problem with entity bean - transaction

2005-01-03 Thread milowe
An entity bean will by default not allow concurrent access (EJB spec). You might declare the bean to be reentrant in its deployment descriptor allowing mulitple concurrent clients (Watch your steps though). View the original post :

[JBoss-user] [Beginners Corner] - Connection Pool with EJB

2005-01-03 Thread ter_d
Hello! I'm trying to connect my database with an EJB and it doesn't work. That's what I do: 1. I configure my jboss.xml in META-INF folder: enterprise-beans ejb-namegestionDB/ejb-name jndi-nameejb/gestionDB/jndi-name

[JBoss-user] [EJB/JBoss] - Re: application.xml not found error

2005-01-03 Thread Frito
Well, then check for typos and if the zip (EAR) is not corrupt. It must be something like that. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860393#3860393 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860393

[JBoss-user] [JCA/JBoss] - Scope of JCA 1.5

2005-01-03 Thread yogs
Hi, I am new JCA 1.5 . I wants to know whether JCA 1.5 will work beyond the fire wall. For example the application server is behind the fire wall and EIS system is beyond the fire wall. Thanks in advance. with regards. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Secure connection to port 1099

2005-01-03 Thread rajs1
Most of what I have read about SSL to JBoss is do to with Tomcat. For web connection to JBoss/Tomcat, this is acheived (by us) using Apache as the web server (with a digi cert port:443) and jk2 connectot from Apache to Tomcat. The web users are public access users. However users inside the

[JBoss-user] [JBoss.NET] - Re: Problem in passing parameters to .NET web service

2005-01-03 Thread [EMAIL PROTECTED]
Hi Thomas I am using Apache Axis for Java client to access the .NET web service. I am able to invoke the .NET WS but i am not able to pass the parameters. In the .NET WS the parameters are received as NULL values. I searched the internet and found that AXIS uses SOAP RPC encodying style and

[JBoss-user] [JBoss.NET] - Re: Problem in passing parameters to .NET web service

2005-01-03 Thread [EMAIL PROTECTED]
Hi Thomas Can you please tell me how to turn on debugging in AXIS? Thanks Prasanna View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860401#3860401 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860401

[JBoss-user] [Installation Configuration] - Re: Connection handle has been closed and is unusable

2005-01-03 Thread sctom123
I have meet the same problem.I have solve it. before encounter this problem. you probley(?) see a exception a connection for you. Please close them yourself in your jboss's server log. I see a forum in

[JBoss-user] [Messaging, JMS JBossMQ] - Deploying topics via JMX vs. jboss-service.xml

2005-01-03 Thread jpace
I am using the default configuration with JBoss 3.2.6. I can deploy a topic using the following XML: mbean code=org.jboss.mq.server.jmx.Topic name=jboss.mq.destination:service=Topic,name=SampleTopic | depends

[JBoss-user] [EJB/JBoss] - Re: application.xml not found error

2005-01-03 Thread jgra
Try to redeploy EAR after completed JBoss startup. I have the same problem with JBoss 4 and redeploy always work ;-) Regards Janusz View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860404#3860404 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: Scope of JCA 1.5

2005-01-03 Thread jgra
Sure why not. Your question isnt really JCA specyfic. Regards Janusz View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860405#3860405 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860405

[JBoss-user] [EJB/JBoss] - Re: problem with entity bean - transaction

2005-01-03 Thread wmaidub
Hi, your you say that reentrant in true in description my places tag deployment so that entity bean begin to be concurrent View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860406#3860406 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: connecting to localhost

2005-01-03 Thread pavanchoukhada
i got it...now its working. problem was with RMI server. somehow my progam getting 127.0.0.1 when it need to contact to rmi server. defaul rmi service run on localhost and my server pc's /etc/hosts file has one entry 127.0.0.1localhost so there was a mapping to 127.0.0.1 and my client

[JBoss-user] [Management, JMX/JBoss] - Re: Non-proprietary connection to JBoss JMX MBeanServer

2005-01-03 Thread hengels
Could you please send me your code? I tried to do the same, but I keep getting ClassCastExceptions during: | JMXConnector connector = JMXConnectorFactory.connect(url); | This is my binding code: | JMXServiceURL url = new JMXServiceURL(rmi, null, 0); | connectorServer =

[JBoss-user] [Installation Configuration] - CreateTableDDL in ejb-deployer.xml

2005-01-03 Thread jukvaa
Hi, Can I somehow tell in ejb-deployer.xml that I don't want to use CreateTableDDL for timer persistence? Leaving it away creates NullPointerException. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860412#3860412 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Starting an MDB from IBM MQ (aka. WebSphere MQ aka. MQ Serie

2005-01-03 Thread tazly
I can succesfully send messages from JBoss to an IBM MQ on a remote Queue Manager. But when messaging to JBoss, I cannot get my MDB to work. I'm using the JMSAdmin tool from IBM, which binds the IBM MQ and QCF to JBoss' JNDI. All is fine here: | define ctx(jms) | change ctx(jms) | define

[JBoss-user] [Installation Configuration] - BindAdress with JBoss 2.2.2/Tomcat?

2005-01-03 Thread openmind
Can I use the BindAddress attribute with JBoss 2.2.2/Tomcat? I want to bind my JBoss instance to a certain interface on my computer, since I need JBoss as well as my mail to both use SSL. I have two interfaces and have connected my mail to interface #1 (port 443). Now I need to connect my JBoss

[JBoss-user] [EJB/JBoss] - Re: JBOSS connection pool caching problem

2005-01-03 Thread HariV
Are you using entity beans for reding and writing from your tables. Please check your commit-option If you dont need caching you can use commit-option C. If the data can be changed from other applications running outside the jboss container you should not use commit-option A. Use either

[JBoss-user] [Persistence CMP/JBoss] - JBoss 4.x EJB home methods are not allowed to access CMP or

2005-01-03 Thread gmyrek
Hi, I have the following problem: I have en entity bean (TimezoneEntity) with id (Long - oracle sequence, is primary key), name, symbol persistant fields and the following finder: * @ejb.finder * signature=java.util.Collection findBySymbol(java.lang.String symbol) * view-type=local *

[JBoss-user] [Messaging, JMS JBossMQ] - Persisting the JMS messages in ORacle

2005-01-03 Thread mabrukars
I am using jboss 323 and have created a MDBean which processes the requests from a queue. This works fine, I just want to persist the JMS messages going to the queue so I made the necessary changes in the C:\jboss-3.2.3\server\myserver\deploy\jms\oracle-jdbc2-service.xml to persist the

[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss 3.2.6 and the new cmp2.x jdbc2 pm caching mechanis

2005-01-03 Thread rcostanzo
Figured it out: | container-configuration | !-- | | This is like standard IPT but with global (cross-transactional) row cache behind, | | i.e. no locking in EJB layer + global persistence data cache | -- | container-namecmp2.x

[JBoss-user] [Management, JMX/JBoss] - Re: Non-proprietary connection to JBoss JMX MBeanServer

2005-01-03 Thread hengels
hengels wrote : This is my binding code: | | | JMXServiceURL url = new JMXServiceURL(rmi, null, 0); | | connectorServer = JMXConnectorServerFactory.newJMXConnectorServer(url, null, getServer()); | | connectorServer.start(); | | bind(jndiName,

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0/SQL Server Lock Condition

2005-01-03 Thread ericmolitor
JBoss 3.2.6 does this as well. If you play around with clustered indexes you can make it go away, however JBoss does access the DB in a non-optimal way (at least from SQL Servers perspective). I've been meaning to fix this (or at least supply a working XML file for SQL server) but dont have the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: PLEASE HELP ME MDB and Remote Topic

2005-01-03 Thread craig1980
Hi [EMAIL PROTECTED] First of all thanks for your replay. I'll try your tips as soon as posible (from this night to tomorrow :-) ). I have a question. I have this configuration: | !-- Remote connection -- | mbean code=org.jboss.jms.jndi.JMSProviderLoader |

[JBoss-user] [EJB/JBoss] - Re: pool of connections

2005-01-03 Thread HariV
SQL Server locks the row ,even if you are reading it in a transaction. Please take a lock at this site http://www.developerfusion.com/show/1688/4/ If you have lot of traffic , this locks can escalate to page , table and database level lock. I guess you are talking abt straight jdbc access

[JBoss-user] [EJB/JBoss] - Re: How to handle 1:1 related beans in facade/value objects

2005-01-03 Thread HariV
You can have a non-abstract setImage method in your Account entity bean ,which accepts a byte array, which will inturn create the dependent image entity bean and sets the byte array on the image entity bean. I hope this helps. Thanks View the original post :

[JBoss-user] [JBoss.NET] - Re: Problem in passing parameters to .NET web service

2005-01-03 Thread [EMAIL PROTECTED]
|category name=org.apache.axis | priority value=DEBUG/ |/category | in ${jboss.server.conf.dir}/log4j.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860441#3860441 Reply to the post :

[JBoss-user] [The Lizzard's corner] - Re: Where is ServiceMBeanSupport?

2005-01-03 Thread KaMiKaTze
Whoever out there needs to find something in a jar under linux: for i in `find $JBOSS_HOME -name \*.jar`; do echo $i; jar tf $i | grep ServiceMBeanSupport; done Because jar does not take a list of jar's to explode. The above builds up a list of all jars below $JBOSS_HOME and passes it one by

[JBoss-user] [Installation Configuration] - From Tomcat to JBoss, a hibernate application

2005-01-03 Thread leebase
I have an application that runs fine under Tomcatit uses hibernate. When I try to deploy on Jboss 4.0.0 I'm getting class not found errorsand mention of not being able to find the /hibernate.cfg.xml I read that Hibernate is built into JBoss...is there something I need to do to migrate

[JBoss-user] [Performance Tuning] - ant integration

2005-01-03 Thread astormnen
Hi I'm using JBoss 3. something, ant 1.6 something. Running on windows XP professional(yes, for developement I use windows) I set properties within the ant build.xml. I have the path and classpath configured and ant runs the build file, compiles the code, builds the ear and deploys to jboss.

[JBoss-user] [Performance Tuning] - build server

2005-01-03 Thread astormnen
I'm putting together a build server. Application is for JBoss. Ant starts the build server and is suppose to update from cvs. I can't get the update to work. Ant compiles and deploys app to JBoss just fine. I use windows so I'm using ssh and wincvs at the client end. Both are on the classpath.

[JBoss-user] [Nukes User] - Site running JBoss Nukes

2005-01-03 Thread drew.varner
I tried adding my JBoss Nukes site to the Wiki with no luck, so... My research group, the SCAPE Laboratory at the University of South Carolina, is running our website on Nukes 1.0. We'll move to JBoss Portal 2.0 once it becomes functional. You can see our site at http://scape.cse.sc.edu. Feel

[JBoss-user] [JBoss.NET] - Re: Missing org.jboss.net.ws4ee.server.EJBProxyFactoryImpl?

2005-01-03 Thread arashsun
Apearently noone from JBoss can answer this question. Any idea how to solve this problem? anyone? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860466#3860466 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860466

[JBoss-user] [Installation Configuration] - Re: How to set a system property during JBOSS startup.

2005-01-03 Thread astormnen
peterfellwock I tried to email you but the email([EMAIL PROTECTED]) doesn't seem to exist. I wanted to ask you about your setup and why you're doing what you're doing. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860464#3860464 Reply to the post :

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

2005-01-03 Thread dtauzell
Is your Weblogic installation using the JRockit JVM? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860468#3860468 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860468

[JBoss-user] [Security JAAS/JBoss] - Re: authenticate against underlying Linux OS

2005-01-03 Thread janoss
Excellent. Thanks for writing this up. I will go over it today. I was writing my own JNI C program to use PAM to get to the NIS passwd file. In place of downloading Sysauth. If I can't get mine to work, I may punt and get the Sysauth library. You should post this on java.sun.com forums as well

[JBoss-user] [Messaging, JMS JBossMQ] - Getting a

2005-01-03 Thread Fake_Bobbi
We currently support two servers: WebLogic and JBoss. I get the following exception only under JBoss. Any ideas what might be causing it? 2005-01-03 10:58:36,546 ERROR [org.jboss.ejb.plugins.LogInterceptor] EJBException: javax.ejb.EJBException: Failed to acquire the pool semaphore,

[JBoss-user] [Installation Configuration] - Problems bringing EJB3.0-Tutorial-Examples to run on JBoss A

2005-01-03 Thread ghodina
I installed the JBoss 4.0 and EJB3.0. I followed the instruction in INSTALL.html. The only suspicious thing was that jboss-aop.deployer did not exist in $JBOSS_HOME/server/all/deploy but this is no problem because the file is to delete. Starting up the server with ./run.sh -c all worked, but

[JBoss-user] [Beginners Corner] - Calling EJBs on JBoss 4 from a client running on jdk 1.3

2005-01-03 Thread viktor_i
Is it possible to call EJBs Running on JBoss 4 from a client running on jdk 1.3 ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860491#3860491 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860491

[JBoss-user] [EJB/JBoss] - Re: DatabasePersistencePolicy Not Found

2005-01-03 Thread exactarget
Basically, it means that your class cannot be found. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860492#3860492 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860492

[JBoss-user] [Clustering/JBoss] - Unable to compile class for JSP after configuring clusters

2005-01-03 Thread dpasiuk
Hello, Friends, I am running JBoss 3.2.6 with Tomcat 5+Apache 1.3.31 on Solaris with JDK 1.4.2_05. I have successfully run my application in single server mode (i.e., pre-clustering, running under the default server). I configured clusters as described in Edition 6 of JBoss Clustering by

[JBoss-user] [EJB/JBoss] - Calling EJBs running on JBoss4 from a client running on jdk

2005-01-03 Thread viktor_i
Is it possible to call EJBs Running on JBoss 4 from a client running on jdk 1.3 ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860497#3860497 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860497

[JBoss-user] [Installation Configuration] - adding to container-configurations in standardjboss.xml

2005-01-03 Thread dnanto
Is there a way that I can add a new container configuration without modifying the standardjboss.xml file found under conf/? I would like to add a new standardjboss.xml file to my .ear file which just lists my new container configuration, and makes it available to all apps in that ear. I've

[JBoss-user] [Beginners Corner] - Re: ExampleHelloWorldService in Wiki gets error on deploymen

2005-01-03 Thread exactarget
your interface has to be in the same package as your MBean class ... i think that should fix the org.jboss.deployment.DeploymentException: Class does not expose a management interface error View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860502#3860502 Reply

[JBoss-user] [Security JAAS/JBoss] - Re: authenticate against underlying Linux OS

2005-01-03 Thread mrchucho
janoss wrote : I was writing my own JNI C program to use PAM to get to the NIS passwd file. SysAuth uses JNI to access PAM. The authentication is then handled like any other PAM module (e.g. ssh, ftp, login, etc.). You might want to save yourself the duplicated effort. View the original post

[JBoss-user] [Persistence CMP/JBoss] - JDBCStoreManager versus JDBCStoreManager2

2005-01-03 Thread rcostanzo
Does anybody know what the difference between the peristence managers JDBCStoreManager and JDBCStoreManager2 is? Is there any harm if I use the Standard CMP 2.x EntityBean container config with the JDBCStoreManager2 persistence manager rather than the JDBCStoreManager persistence manager it

[JBoss-user] [JBoss Getting Started Documentation] - Dynamic Class Reloading in jboss 4.0.1

2005-01-03 Thread samjboss
I have my webapp classes expanded out ex: WEB-INF/classes/blah blah blah How do i tell jboss to dynamically reload these classes when they change ? Or is the setting in tomcat meaning in the server.xml file ? peace, sam View the original post :

[JBoss-user] [Installation Configuration] - Installing JBoss on Linux via service

2005-01-03 Thread gwichman
The getting started guide is pretty weak on how to setup JBoss as a service on Linux. I'm an experienced UNIX admin and i'm still having issues getting it to work. Thanks to doing searches in here i'm making progress but here is where i'm at.. first downloaded j2sdk1.4.2_06 for linux as rpm

[JBoss-user] [Installation Configuration] - Re: Installing JBoss on Linux via service

2005-01-03 Thread gwichman
Looks like it does eventually start up.. I let it wrong longer this time but there were more exceptions.. 18:36:25,991 ERROR [CorbaTransactionService] Cannot bind transaction factory in CORBA naming service: org.omg.CORBA.TRANSIENT: Retries exceeded, couldn't reconnect to 10.1.82.23:3528

[JBoss-user] [JCA/JBoss] - JBoss 4.0.0 and Interbase 6.01, Interclient 2.01

2005-01-03 Thread posat
Trying to access Interbase 6.01 database from JBoss 4.0.0 Created interbase-ds.xml that can be deployed, connections are created successfully to the db, BUT running the Duke'sBank example causes exception when logging in on the WEB UI: 2005-01-04 04:00:44,097 INFO [STDOUT] Debug: AccountBean

[JBoss-user] [JCA/JBoss] - JCA Transaction to remote file server

2005-01-03 Thread deejboss
Hi, We are using Jboss 4.0 and JCA to connect to an external file server for read and write operations. I would like to start a distributed transaction using XAResource. There are couple of examples for getting an handle to XAConnection and XAConnectionFactory via javax.sql package and

[JBoss-user] [EJB/JBoss] - Unable to fill the pool due to timeout ( 5000 [ms] )

2005-01-03 Thread yxyang
Unable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, My system log this Warning message. I suspect that it is the reason of my system hang. If this happen, the same WARN will repeat every 30 seconds. I can only to restart my server

[JBoss-user] [Beginners Corner] - need help of Logging error messages with JBoss

2005-01-03 Thread robyn963
Hi, i am a new user to JBoss. I need to know the error logging mechanisms of JBoss. What are the different techniques and how do i utilize them? (Log4J / JMX ?) Someone please enlighten me. Robyn, Bangalore View the original post :

[JBoss-user] [Beginners Corner] - need help of Logging error messages with JBoss

2005-01-03 Thread robyn963
Hi, i am a new user to JBoss. I need to know the error logging mechanisms of JBoss. What are the different techniques and how do i utilize them? (Log4J / JMX ?) Someone please enlighten me. Robyn, Bangalore View the original post :

[JBoss-user] [Beginners Corner] - About start up JBoss and debug EJB in Eclipse, please help m

2005-01-03 Thread ccmldjf
Hi, My dev environment is Eclipse3.1M3 + lomboz_3.1.0.N20041219 + jboss-4.0.1, When I run JBoss by executing JBOSS_HOME/bin/run.bat, I can create and deploy EJB normally. But I always can't start up JBoss in Eclipse, I am getting the following error... : 04:26:42,399 INFO [Server] Starting

[JBoss-user] [Installation Configuration] - Tmp directory change

2005-01-03 Thread svdath
Hi, How do i change the tmp directory where Jboss keeps all the work time files. Its right now putting all the files in a folder in MyDocument/Settings/ I need to change this C:\tmp -Vinay View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860530#3860530

[JBoss-user] [Installation Configuration] - Jboss holts @ orb ---- URGENT

2005-01-03 Thread arashsun
Hi All, I am trying to find out why when I start the jboss under linux 2.6AS it halts at | 14:56:40,982 INFO [Server] Starting JBoss (MX MicroKernel)... | 14:56:40,984 INFO [Server] Release ID: JBoss [Zion] 4.0.1RC1 (build: CVSTag=JBoss_4_0_1_RC1 date=200411041143) | 14:56:40,987 INFO

[JBoss-user] [Installation Configuration] - Re: Jboss holts @ orb ---- URGENT

2005-01-03 Thread [EMAIL PROTECTED]
The quick solution is: are you really using corba? If not: remove it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860532#3860532 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860532