[JBoss-user] [J2EE Compliance] - Problem with very long classname !!!

2004-08-26 Thread jbossst
Hi, I'am using JBoss 3.2.4 with the Sun JAXB to generate a lot of classes from XML Schemas. I have an XML Schema with 7 levels of elements and JAXB generates the interfaces with inner-interfaces like this: com/company/appl/server/component/impl/IComponentConfigurationTypeImpl$SecurityActionsTypeI

[JBoss-user] [HTTPD, Servlets & JSP] - java.lang.IllegalStateException: Cannot forward after respon

2004-08-26 Thread ashishabrol
HI Everyone I am facing a big problem for quite sometime now because of which I am not able to proceed further. I would really appreictae if you guys could take some time out of your precious time and help mw out. I have a servlet here but the problem is that when I run this servlet I get ///

[JBoss-user] [Persistence & CMP/JBoss] - Changing the state of Entity beans without calling setXXX

2004-08-26 Thread astewix
Hi Everyone, What is the easiest way to change the state of an entity bean without calling the set methods of an CMP entity bean? The implementation class of the CMP entity bean is not generated until deployment time so you don't have access to the instance variables. I'm sure the persistence m

[JBoss-user] [Clustering/JBoss] - kill jobs in the queue

2004-08-26 Thread df
Hi everyone, I am just wondering whether I can kill jobs in the queue. My client often sends more than 1M data to jboss in one method call. Sometimes he doesn't have patience and wants to cancel the job during the call. Is it possible? Thanks in advance, DF View the original post : http://w

[JBoss-user] [Clustering/JBoss] - Re: Clustering issue with JGroups on JBoss 3.2.5

2004-08-26 Thread rcostanzo
I've found some networking issues in the environment. serverC is in a physically different location that serverA and serverB (though logically on the same LAN). I just ran a test with tcpdump and found that serverC could transmit multicast packets to serverA and serverB, but those servers could

[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread rgimbel
Hopefully this will be my last post in this topic and hopefully someone else finds value in this. The only line I needed to ad was in the output target and this line in the jar section: boy am I a putz! All is good now! View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread rgimbel
Got it.. After disecting the build.xml file I needed to add a couple entries in the default build.xml I added the line in the _default:compile-bin in the compile target. | | and the following line in the output target in the jar file section. View the original post : http

[JBoss-user] [EJB/JBoss] - Re: NoClassDefFoundError in JBoss 3.2.5 but not in 3.2.3

2004-08-26 Thread fljmayer
This issue seems to be related to the order of the JAR files listed in the Class-Path of the manifest file. We had a similar issue in 3.2.3, and reordering things in the Class-Path reolved it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846374#3846374 Rep

[JBoss-user] [Beginners Corner] - Re: secure web console

2004-08-26 Thread awamser
Now that I've posted the xml I noticed what I missed! There's , it's always the little things! web-console-users.properties web-console-roles.properties it should look like this... web-console-users.properties web-console-roles.properties View the original post : http://www.jb

[JBoss-user] [Beginners Corner] - Re: secure web console

2004-08-26 Thread awamser
I added the web-console-users.properties to the web-console policy. web-console-users.properties web-console-roles.properties View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846372#3846372 Reply to

[JBoss-user] [Installation & Configuration] - Re: Jboss and Tomcat on same machine

2004-08-26 Thread JanPrill
Are you aware that JBoss comes bundled with a running tomcat. This is the reason, why a standalone tomcat and jboss are conflicting. Of course you could run them together and should change the ports in your $TOMCAT_HOME/conf/server.xml (e.g. search for http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Installation & Configuration] - Re: Slow startup

2004-08-26 Thread JanPrill
What exactly is your problem in using the hot deploy feature? You could develop against exploded archives in your deploy directory and shouldn't need to restart. Could you please provice more information about libraries you need to change? Best regards Jan Prill View the original post : http:/

[JBoss-user] [Beginners Corner] - Re: Error while creating table in CMP

2004-08-26 Thread JanPrill
Are you sure that you have deployed your mysql-ds.xml correctly? Here is a snippet that definitly creates VARCHAR with a length of 100 correctly. | createdId | FK_CREATED_ID | | VARCHAR | VARCHAR(100) | | |

[JBoss-user] [Beginners Corner] - Re: Where does JBoss keep its services at hard drive?

2004-08-26 Thread JanPrill
Hi, Question, if you want to stay conform to the J2EE spec, you should make yourself familiar with EJB, especially CMP and CMR. This means Container Managed Persistence and Container Managed Relationship. Using these techniques you get a Object-Relational Mapping from JBoss, which in it's 4.0 R

[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread rgimbel
When I moved the images into the bin directory and ran the build.sh the binary directory does not make it into the output directory and consequently doesn't make it into the .sar file. The build script is pulled out of the current nukes cvs tree. Is there something more that I need to do to t

[JBoss-user] [Security & JAAS/JBoss] - Re: how to secure passwords in login-config.xml ?

2004-08-26 Thread AndrejsOpsis
I studied docs and your link about securing datasource passwords. Tried to make as written, but it doesn't works in my situation. IDEA: Client is authentificated using DB via "DatabaseServerLoginModule" Client sends plain password but on server it is hashed in compared with pa

[JBoss-user] [Performance Tuning] - Re: Jboss 3.2.4 slooooooow compared to 2.4.4

2004-08-26 Thread [EMAIL PROTECTED]
Wrong: read-only getters are executed in the context of the transaction. I do agree it is impossible to help somebody that doesn't give ANY useful information. This usually shows a lack of a understanding of the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [JCA/JBoss] - Re: Closing a connection for you. Please close them yoursel

2004-08-26 Thread [EMAIL PROTECTED]
I don't know. The main release is due out in a couple of weeks. If you want the old behaviour just add to your -ds.xml false But then you leak statements, see the FAQ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846364#3846364 Reply to the post : http://

[JBoss-user] [JCA/JBoss] - Re: what does NOTYETINSTALLED mean when i config jca?

2004-08-26 Thread [EMAIL PROTECTED]
NOTYETINSTALLED == Does not exist. The rest of your question is in the FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846363#3846363 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846363 -

[JBoss-user] [JBoss Getting Started Documentation] - Re: SMNP startup error

2004-08-26 Thread pacde
Oops, thats SNMP - Typo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846362#3846362 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846362 --- SF.Net email is spons

[JBoss-user] [Performance Tuning] - Re: Jboss 3.2.4 slooooooow compared to 2.4.4

2004-08-26 Thread triathlon98
I don't think read-only getters are a good idea. AFAIU this executes code outside of transactions, effectively requireing DB reads. If this does not hurt your performance, then your transaction boundaries are probably not well chosen. Which commit option are you using. Could Commit option A or e

[JBoss-user] [JBoss Getting Started Documentation] - SMNP startup error

2004-08-26 Thread pacde
Im trying to get the server running on Suse 9.1 and when I run the Suse shell script I get an Exception thrown in my log file: Its under the SMNP label and its a HostNotFoundException. It shows the computer IP address with one small error: Instead of listing 136.159. it lists d136.159..

[JBoss-user] [JCA/JBoss] - what does NOTYETINSTALLED mean when i config jca?

2004-08-26 Thread jackleeok
I got such exception when i tried to config my jca examples on jboss4.0 RC1. 16:41:03,359 ERROR [URLDeploymentScanner] Incomplete Deployment listing: MBeans waiting for other MBeans: ObjectName: jboss.jca:service=NoTxCM,name=NoTransFS state: CONFIGURED I Depend On: jboss.jca:service=ManagedCon

[JBoss-user] [Clustering/JBoss] - Re: Clustering issue with JGroups on JBoss 3.2.5

2004-08-26 Thread rcostanzo
I also sometimes see serverC (the last server up) spit out this error after receiving the proper cluster view, but then still hang for a while: 2004-08-26 17:20:54,393 INFO [org.jboss.ha.framework.interfaces.HAPartition.ProductionPartition] Fetching state (will wait for 6 milliseconds): 20

[JBoss-user] [Nukes User] - Re: Jboss team must provide a doc on nukes

2004-08-26 Thread theute
The article was written a while ago and may be a little bit outdated but still read it again as there are lot of useful things in it, all the basics are there and didn't change http://www.onjava.com/pub/a/onjava/2003/06/04/nukes.html The best thing to do for you is to look at the existing module

[JBoss-user] [Clustering/JBoss] - Clustering issue with JGroups on JBoss 3.2.5

2004-08-26 Thread rcostanzo
I'm running a cluster on JBoss 3.2.5 and am having issues with my instances joining. It seems to only happen when starting up a 3rd or 4th instance to join the cluster. For example, say I have instance A and B running already, and go to start instance C: 1. serverA will acknowledge serverC as a

[JBoss-user] [JBoss Getting Started Documentation] - Re: No database manager available

2004-08-26 Thread ksbeattie
"ksbeattie" wrote : In the hopes that this will nudge someone in the know to post a suggestion or solution to this problem: I too am experiencing this same 'Failed to start database manager' issue. | | TIA... I'll add that the the rest of the app works, it is just the HSQL Database Manger T

[JBoss-user] [Nukes User] - Jboss team must provide a doc on nukes

2004-08-26 Thread vebs
Hi all, I am very new to nukes and jboss. Since last 7 days i was busy try to set Nukes with Jboss and Eclipse. At last today i got succedded to setup and no error was shown. Now i want to build my website using nukes. I went through whole web search, google but not able to find a single doc w

[JBoss-user] [Persistence & CMP/JBoss] - Re: can jboss generate a different primarykey per bean using

2004-08-26 Thread lafr
The entity-command oracle-sequence has a attribute named sequence which takes the name of the used sequence. I my EB I have this tags for XDoclet: * @jboss.entity-commandname="oracle-sequence" * @jboss.entity-command-attribute name="sequence" value="afpos_seq" This goes to jbosscm

[JBoss-user] [Nukes User] - Re: Problem with classpath when cuztomizing Nukes Modules to

2004-08-26 Thread theute
Ok, i will try to help but the build is pretty complex: You don't have to modify anything but the build.xml of your project I think (i could and proably am wrong but it may worth the try if you couldn't fix your problem) that you just have to add your library to the target "configure" it the "li

[JBoss-user] [Installation & Configuration] - Using PrefixDeploymentSorter with http urls

2004-08-26 Thread r_raman
I am able to use PrefixDeploymentSorter to get the desired order while deploying local resources (war. ejb etc). Is it possible to use PrefixDeploymentSorter to specify something like, deploy "http://someplace/resource.xml"; after deploying "local.sar"? Essentially, I want to know how do I put t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jms hangs by a large number of messages

2004-08-26 Thread genman
There are a large number of bugs fixed since 3.0.0 release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846345#3846345 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846345

[JBoss-user] [Clustering/JBoss] - Re: Failed to find HAPartition with PartitionName=DefaultPar

2004-08-26 Thread [EMAIL PROTECTED]
Add a PartitionName attribute to all/deploy/deploy-hasingleton-service.xml | | jboss:service=DefaultPartition | jboss.system:service=MainDep | loyer | XYZ | deploy | ${jboss.server.home.url}/deplo | y-hasingleton | undeploy | ${jbo

[JBoss-user] [JCA/JBoss] - Re: DeploymentException: Error compiling EJB-QL for Roster a

2004-08-26 Thread vishwajit_pantvaidya
That worked. Thanks for your help Daniels. But now I am getting the following error : WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=local/LeagueEJB,service=EJBRuntimeErrorException: java.lang.NoSuchMethodError Cause: java.lang.NoSuchMethodError at org.jboss.mx.server.Re

[JBoss-user] [JCA/JBoss] - Re: Jboss jdbc local resource adapter

2004-08-26 Thread vishwajit_pantvaidya
Thanks for your reply Adrian. Even the Firebird resource adapter does not seem to implement the CCI. I can guess the reason - because JDBC is already a standard, it may not make sense to implement CCI on top of that. However, taking advantage of the J2EE pooling facilities and using them alongw

[JBoss-user] [Persistence & CMP/JBoss] - Re: DB-Independent configuration

2004-08-26 Thread Paul Kenneth Dickson
Have you tried Hibernate? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846341#3846341 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846341 --- SF.Net email is spo

[JBoss-user] [JCA/JBoss] - Re: Closing a connection for you. Please close them yoursel

2004-08-26 Thread cboucher
Is there going to be a RC2 that has the ConcurrentModificationException fix in it? Chad View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846340#3846340 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846340

[JBoss-user] [Nukes User] - Problem with classpath when cuztomizing Nukes Modules to use

2004-08-26 Thread dontrango
Hi All, I have this module GetAttrs that extends ModuleSupport; it's been successfully deployed. The compilation is done using the build.xml provided by the source, "nukes-1.1.0-RC3-src/nukes/build.xml". Nukes |-nukes/src/main | |- org.jboss.nukes.addons.modules.linkmodule |

[JBoss-user] [Persistence & CMP/JBoss] - Persist after ejbcreate

2004-08-26 Thread optimusprime
Hi there! I have the following scenario: I create an entity using ejbCreate(params). Soon after, I send a message to a queue, consumed by a mdb. This mdb, peforms some business rules (not it, I have other classes to do so :P ) and then updates data in the entity. Problem is Sometimes, It had

[JBoss-user] [Persistence & CMP/JBoss] - Re: Resetting The Cache

2004-08-26 Thread ioparra
Programmatically: 1) You'll need somesort of threshold that would define when to flush the cache 2) When that threshold is reached, use the JMX calls to flush the cache. If you want to automate it, you could schedule a job or start your own MBean Service(a worker thread) that periodically che

[JBoss-user] [JCA/JBoss] - Re: Closing a connection for you. Please close them yoursel

2004-08-26 Thread [EMAIL PROTECTED]
That's because 3.0.4 didn't check for unclosed statements. The CCME has already been fixed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846338#3846338 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846338

[JBoss-user] [Clustering/JBoss] - Re: Failed to find HAPartition with PartitionName=DefaultPar

2004-08-26 Thread ganguri
I too have the exact same problem... Could some one help? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846335#3846335 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846335 ---

[JBoss-user] [JCA/JBoss] - Closing a connection for you. Please close them yourself:

2004-08-26 Thread cboucher
I do not understand why I am getting the following exceptions. I am using JBoss4.0RC1 with j2sdk1.4.1_03 on Windows XP. The code works fine with JBoss 3.0.4. Code logic: MDB { EJB = GetEJB(); EJB.doDataBaseStuff(); { DS = GetDataSource(); Conn = DS.getConnecti

[JBoss-user] [Installation & Configuration] - Classpath question

2004-08-26 Thread cingram
I guess in web logic and web sphere there is the ability to set a classpath for a web app in side the container i.e. Add a specific dir only for web app x, that way web app y wont be able to see that dir. Is there a way to do some thing similiar in JBoss? View the original post : http://www.jbo

[JBoss-user] [JBoss Getting Started Documentation] - Re: No database manager available

2004-08-26 Thread ksbeattie
"darranl" wrote : JBoss version? [Server] Release ID: JBoss [WonderLand] 3.2.5 (build: CVSTag=JBoss_3_2_5 date=200408041031) and in case this helps... [ServerInfo] Java version: 1.4.2-p6,Sun Microsystems Inc. [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.2-p6-root_12_mar_2004_14_24,Sun Mic

[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread rgimbel
Thank you! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846331#3846331 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846331 --- SF.Net email is sponsored by Shop4

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jms hangs by a large number of messages

2004-08-26 Thread awg
I'm sorry, but I can't decide when to use the new version of jboss. Is my problem a common problem with version 3.0.0? Is it eliminated in version 3.2.5? I don't have this problem in every run. Is there a reason for this? View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [Performance Tuning] - Re: Jboss 3.2.4 slooooooow compared to 2.4.4

2004-08-26 Thread clebertsuconic
I know that this would give you some extra work, but it's just an idea. I'm writting JBossProfiler. JBossProfiler works with the concept of LogFiles. Every event is sent to a Log.gz file, and you can analyze it later, or even sent it over the network. You could run your application with JbossPr

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS and HTTPServerILService

2004-08-26 Thread [EMAIL PROTECTED]
Change the "properties" on the jms provider to use jndi over https. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846329#3846329 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846329 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS and HTTPServerILService

2004-08-26 Thread skidvd
"[EMAIL PROTECTED]" wrote : DefaultJMSProvider | uses jnp not https by default when accessing jndi. I had suspected this may be part of the problem. However, despite significant searching, I cannot seem to find any documentation or example that would suggest what this (or anything else that

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do I destroy a TemporaryQueue on the server?

2004-08-26 Thread darranl
anonymous wrote : I don't see how this answers my questions. Well one of your questions was: - anonymous wrote : Should I call tempQueue.delete () at all, or simply close all senders/receivers and hope that some sort of reference counting mechanism will destroy the queue? Partly you were ask

[JBoss-user] [Management, JMX/JBoss] - Problems with mbeans, if JBOSS runs under isolated....

2004-08-26 Thread saint
I uncomment the in the jboss-service.xml the attribute isolated. After that i cant see my MBeans. I know that there are two different ways to register or create MBeans. I must use the create-method. Can someone help me? regards Pierre View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [EJB/JBoss] - Re: A CMR collection may only be used within the transction

2004-08-26 Thread cvandyck
This is caused by, well, usually, executing some method that obtains a collection of entities within the context of a transaction, and then another method (possibly the calling method) using that collection within * a transaction (if the collection was obtained without a transaction) * no trans

[JBoss-user] [EJB/JBoss] - Re: Inconsistencies of CMR collections

2004-08-26 Thread cvandyck
How are you deleting the associations? If your entity container configuration specifies commit option A, then deleting the associations from outside the container (using an SQL query) would cause this behavior. However, if you are iterating through each person entity and setting the association

[JBoss-user] [Installation & Configuration] - classloading isolation

2004-08-26 Thread pedrosalazar
Greetings, I'm trying to isolate my web app as described in http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration. The classloader's SourceCode is a good way to verify it. But another good test to verify it is using log4j inside my web application file (WEB-INF/lib/log4j.jar and WE

[JBoss-user] [Clustering/JBoss] - HAJNDI Replication time (blocking bind?)

2004-08-26 Thread ameadows
We are currently using HAJNDI and are wondering if there were any data integrity issues that were possible as data is replicated across a cluster. For example, if an object is retrieved from HAJNDI, modified, and rebound, does the rebind return before or after the data has been replicated acros

[JBoss-user] [JBoss.NET] - XDoclet jbossnet generates web-service.xml with error

2004-08-26 Thread leonardo.cardoso
Hello everyone. I`m trying to use the XDoclet tag to generate my web-service.xml file, but something is wrong. The XML file generated don`t have the service name, neigther the homeInterfaceName parameter, and puts the wrong provider, as shown bellow: | | | | |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: delivery mode

2004-08-26 Thread [EMAIL PROTECTED]
Give an example, I still don't understand your question. If you are trying to achieve the following in a single transaction it is not possible: sender.send(message); // Send to a queue reciever.receive(); // Try to receive that message session.commit(); // The send is not done until here! View

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: purpose of Session.setMessageListener(...)

2004-08-26 Thread [EMAIL PROTECTED]
Quoting the javadoc: anonymous wrote : This is an expert facility not used by regular JMS clients View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846312#3846312 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846312 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to setup DefaultJMSProvider

2004-08-26 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJMSProvider View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846310#3846310 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846310 ---

[JBoss-user] [Performance Tuning] - Jboss 3.2.4 slooooooow compared to 2.4.4

2004-08-26 Thread guix
Hi: I have an application that I have migrated from Jboss 2.4.4 Tomcat 4.0.1 to Jboss 3.2.4 and to my surprise not jboss starts up slower (even build ing up from the minimal server and adding services till my application worked) but also it runs MUCH MUCH slower... around 3 times. I have gone th

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do I destroy a TemporaryQueue on the server?

2004-08-26 Thread [EMAIL PROTECTED]
You cannot delete a temporary destination while is has subscribers/listeners. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846308#3846308 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846308 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jms hangs by a large number of messages

2004-08-26 Thread [EMAIL PROTECTED]
Try JBoss-3.2.5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846309#3846309 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846309 --- SF.Net email is sponsored by

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HA-JMS & Transactions

2004-08-26 Thread [EMAIL PROTECTED]
HA-JMS has nothing to do with transactions. It is about making the jms administered objects available on a separate machine in the event of a failure. In the event of a failure during a transaction you have to "roll it back" (in practice discard it - using connection.close()), and retry with a ne

[JBoss-user] [JBoss.NET] - Re: Which WS Toolkit to use with Jboss 3.2.4?

2004-08-26 Thread jmorrey
Thanks for the reply. We've considered moving to Jboss 4.0 to take advantage of JbossWS, but are not certain when the production release date is. Anyone know for certain? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846305#3846305 Reply to the post : ht

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Durable MDB Issue Null or empty subscription

2004-08-26 Thread [EMAIL PROTECTED]
The error messages says it is not using the jboss.xml snippet you post. Hard to tell why not without further information. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846304#3846304 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS and HTTPServerILService

2004-08-26 Thread [EMAIL PROTECTED]
DefaultJMSProvider uses jnp not https by default when accessing jndi. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846306#3846306 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846306 ---

[JBoss-user] [JCA/JBoss] - Re: New timeout blocking call

2004-08-26 Thread [EMAIL PROTECTED]
Because I made some fixes in this area. Additionally, you'll find you won't get much help unless you can reproduce the problem with the latest stable release. Nobody wants to waste time analyzing problems that have already been fixed. Off Topic, advice: If you cannot reproduce a production proble

[JBoss-user] [JCA/JBoss] - Re: TransactionManager - error in delist; already committed

2004-08-26 Thread [EMAIL PROTECTED]
THis has been fixed for 3.2.6. The example given by somebody else on a different thread (where the full stacktrace is available) shows that it is just noise in the logs and has no detrimental affect. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846302#38463

[JBoss-user] [JCA/JBoss] - Re: Problem with Transaction Manager and closing datasource

2004-08-26 Thread [EMAIL PROTECTED]
The delist message is just noise. You seem to have selectively ignored the key point in my previous post. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846301#3846301 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846

[JBoss-user] [JCA/JBoss] - Re: Jboss jdbc local resource adapter

2004-08-26 Thread [EMAIL PROTECTED]
JBoss's jdbc resource adapters do NOT implement CCI View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846300#3846300 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846300 -

[JBoss-user] [JCA/JBoss] - Re: connection pooling : connection release for further use

2004-08-26 Thread [EMAIL PROTECTED]
Moderated: This has been discussed so many times before. It depends upon the number concurrent of transactions. Use search details. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846299#3846299 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Installation & Configuration] - Slow startup

2004-08-26 Thread alessandro_rizzi
I'm in a developing step of a big J2EE applications, with (at now) more that 35 jar each one with some EJB inside. I've JBoss 3.2.3 and at now on my P4 1.5Mh it needs something like 1 minute and 20 seconds to start. Since I need to change my EJB very often, and the hot deploy feature is not so ni

[JBoss-user] [JCA/JBoss] - Re: Fiberbird XATransaction error: Could not enlist in trans

2004-08-26 Thread [EMAIL PROTECTED]
5:13:30,795 ERROR [JDBCExceptionReporter] Cannot open connection View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846297#3846297 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846297 ---

[JBoss-user] [Management, JMX/JBoss] - Re: how to deploy MBeans

2004-08-26 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=JBossService View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846293#3846293 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846293

[JBoss-user] [Installation & Configuration] - jboss 3.0 + mssql2000

2004-08-26 Thread tlin5043
1, index.jsp Context ic = new InitialContext(); DataSource ds = (DataSource) ic.lookup("java:/testdb"); Connection con = ds.getConnection(); String sql = "select top 5 * from tbnewsphoto "; 2, mssql-xa-service.xml MSSQLXaDS ServerName=localhost;DatabaseName=MyData;SelectMethod=cursor co

[JBoss-user] [Management, JMX/JBoss] - how to deploy MBeans

2004-08-26 Thread itteerde
hi, just outing myself as noob i fear... i have my MBean class and interface - but how do i deploy them? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846287#3846287 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38462

[JBoss-user] [Persistence & CMP/JBoss] - Re: finder exception is not thrown

2004-08-26 Thread elich11
When will the cmp engine will throw a finder exception (in case of finder that returns a collection) ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846286#3846286 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846286

[JBoss-user] [Persistence & CMP/JBoss] - Re: finder exception is not thrown

2004-08-26 Thread darranl
What makes you think that the home interface says that the exception should be thrown if no results are found. Having no data returned from a query is a valid response, it says that there was nothing that matched the search criteria. It is only in the context of your application that you can d

[JBoss-user] [J2EE Design Patterns] - Re: DAO or EJB

2004-08-26 Thread Imhotep
Hi Puneet, Alternatively, if you want ease of development and neat code (therefore, easy to debug code). You should use: 1. Vanilla Hibernate 2. BMP (replace JDBC with Hibernate) 3.Session Beans with Hibernate Trust me, you'll save yourself a lot of trouble steering away from JDBC and CMP bean

RE: [JBoss-user] [Performance Tuning] - Re: Memory problems?

2004-08-26 Thread Mateus Gonçalves dos Santos
are you using the Oracle JDBC driver? This driver has memory leak probabily. In the release notes of 10g version has a comment about this. Mateus -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of clebertsuconic Sent: quarta-feira, 25 de agosto de 2004 23:59 To

[JBoss-user] [EJB/JBoss] - NoClassDefFoundError

2004-08-26 Thread biggeronimo
Hi, I have deployed a bean, which try to use some classes from a jar. The jar exists in the ear file. After making a request, the server throws a java.lang.NoClassDefFoundError exception. I have copied the jar file to the server/default/lib directory, but the server still can not find the class

[JBoss-user] [Persistence & CMP/JBoss] - Re: finder exception is not thrown

2004-08-26 Thread elich11
I know that, the question is should jboss throw a finder exception in this situation (hint: the HomeInterface says it should) | public Collection findByName(String name) throws FinderException; | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846281#3846

[JBoss-user] [Messaging, JMS & JBossMQ] - Durable MDB Issue Null or empty subscription

2004-08-26 Thread dan_pretty_boy
Hi All, I am having problems with have an MDB registering as a Durable Topic Subscriber. I am getting the following problem WARN [JMSContainerInvoker] JMS provider failure detected: javax.jms.JMSException: Null or empty subscription at org.jboss.mq.SpyConnection.createDurableConnectionConsume

[JBoss-user] [JBoss Getting Started Documentation] - Re: No database manager available

2004-08-26 Thread darranl
JBoss version? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846277#3846277 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846277 --- SF.Net email is sponsored by S

[JBoss-user] [Persistence & CMP/JBoss] - Re: can jboss generate a different primarykey per bean using

2004-08-26 Thread Imhotep
Hi Shai, Why not use Hibernate? -Imho View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846276#3846276 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846276 --- SF.N

[JBoss-user] [Beginners Corner] - Re: Where does JBoss keep its services at hard drive?

2004-08-26 Thread question
is it possible to use org.apache.axis.client.Call to call JBoss services? or it is used to call someting else? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846275#3846275 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [EJB/JBoss] - Inconsistencies of CMR collections

2004-08-26 Thread Cyxs
Hi! I have to Entities, say house and person. The relation is many-to-many. I made some associations so that every person has one or more houses- So far the preconditions. I deleted all associations and then tried to find all persons without houses (which should return all persons). For this

[JBoss-user] [Beginners Corner] - Error while creating table in CMP

2004-08-26 Thread imsathya
Hi, I am using (My)Eclipse, XDoclet and MySQL for developing my EJBs. I have an entity bean whose corresponding table requires to be created in the database. All my compiles and deployment goes through fine - but MySQL throws an error complaining the max column size for a VARCHAR field is 256.

[JBoss-user] [Nukes User] - Re: nukes 1.1RC2 available

2004-08-26 Thread theute
The propose of a ddl is to keep everything synchronized, it's already a pain to keep everything synchronized between mysql/postgresql and oracle, adding another support is just not maintanable. We are looking for a better way to be generic but it's not as easy as it seems. Anyway, the installer

[JBoss-user] [Beginners Corner] - Where does JBoss keep its services at hard drive?

2004-08-26 Thread question
I have to write a service for JBoss to work with MS SQL Server... I've never did it before... How to do it, and where will my service be kept at the hard drive? Service should be like this: User --- clicks button "Show Users" ---> JBoss --- SELECT * FORM Users ---> MSSQL Server --- ResultSe

[JBoss-user] [Nukes User] - Re: [Nukes] Theme deployment question

2004-08-26 Thread theute
You need to put the binary files in the bin directory and create the same path as in src /cvs/nukes/mytheme/src/bin/org/jboss/nukes/addons/themes/mytheme/images View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846268#3846268 Reply to the post : http://www.jbo

[JBoss-user] [Persistence & CMP/JBoss] - Re: Resetting The Cache

2004-08-26 Thread daEel
First use JMX and twiddle to make a list of all local EJBs (I.e. in my case all the entities) by ./twiddle.sh -s localhost:1299 invoke 'jboss:service=JNDIView' listXML | grep local | sort | uniq >flush.sh Then edit flush.sh to include a flush command for each entity i.e.: ./twiddle.sh -s loc

[JBoss-user] [Persistence & CMP/JBoss] - Re: Flush commit option A's cache

2004-08-26 Thread daEel
Is it really that obvious no one care to answer, it can't be too hard could it? Anyway I found a solution that work: First use JMX and twiddle to make a list of all local EJBs (I.e. in my case all the entities) by ./twiddle.sh -s localhost:1299 invoke 'jboss:service=JNDIView' listXML | grep loca

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: StoreAccessBean not

2004-08-26 Thread tony1929
Thanks Vishal, but the proplem is not found in that thread. The problem is that the tutorial was set up for jboss-3.2.1 and I am using version jboss-3.2.5. with jboss jboss321all.server a ejbGenerate file is generated with jboss325all.server a xdoclet file is generated. And I have a feeling i

[JBoss-user] [Persistence & CMP/JBoss] - Re: cannot switch from hypersonic to oracle

2004-08-26 Thread itteerde
"FearlessSpiff" wrote : could you fix it? I have exactly the same problem. But my jbosscmp-jdbc.xml is ok. All mapped nicely. What i could see is, that the jbosscmp-jdbc.xml is ignored by JBoss! Don't know why, but i can change what i like, the file isn't read by JBoss... I use the same softwar

[JBoss-user] [Installation & Configuration] - Jboss and Tomcat on same machine

2004-08-26 Thread lbtanjitha
Hi, I want to run Tomcat and Jboss on same machine. While running these 2 servers i encountered a problem. I think the problem arises because, both Tomcat and Jboss use same 8080 port. First I run the Jboss and then started the tomcat. At this stage Jboss gives following error. 12:37:56,392 INF

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do I destroy a TemporaryQueue on the server?

2004-08-26 Thread yurifyurif
I'm aware of that, but I don't see how this answers my questions. I was trying to show that _I am_ trying to delete this topic earlier then closing the queue connection, but getting an exception. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846164#3846164

[JBoss-user] [Persistence & CMP/JBoss] - can jboss generate a different primarykey per bean using ora

2004-08-26 Thread bentins
I have my system configured with an entity - command using oracle secuemce to generate the Primary-Key for my cmp beans. The way it is now is one sequence for all beans. I wan't to use a different sequence for each bean, can I configure Jboss to do so? Thanks Shai View the original post : h

[JBoss-user] [HTTPD, Servlets & JSP] - Want to support more concurrent accesses to JBoss, How to?

2004-08-26 Thread gfzhang
My web application is required to support more concurrent access, for example, 500. I find the following definition in server.xml: Is it OK if I only change the value of maxThreads? Thnak you very much. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

  1   2   >