[JBoss-user] [Persistence & CMP/JBoss] - unable to passivate due to a context lock

2004-08-12 Thread ais
I am using jboss 3.2.4 for production and after a period of time, I get the exception: unable to passivate due to a context lock. What exactly happens and what is the solution to this? I have around 100 ejbs (85 entity beans cmp) and 15 session beans. tia View the original post : http://www.j

[JBoss-user] [Beginners Corner] - MDB deployment

2004-08-12 Thread hswen
I need help on MDB. I keep getting "JNDI lookup failed: javax.naming.NameNotFoundException: No object bound for java:comp/env/queue/MyTestQueue" when running the client. Do I miss some steps? following line was added into jbossmq-destinations-service.xml jboss.mq:service=DestinationManager

[JBoss-user] [Management, JMX/JBoss] - Re: Bug: MdbEjb.jsp Still 404 in JBoss Web Console

2004-08-12 Thread genman
Not in CVS, AFAIK. Could you file a bug on this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845000#3845000 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845000 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Configuring Tomcat in JBOSS

2004-08-12 Thread genman
Sorry, wrong thread... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844998#3844998 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844998 --- SF.Net email is sponso

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to config Jboss to allow it access the server local

2004-08-12 Thread genman
You can add an explicit content description to server.xml in the tomcat.sar directory. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html I'm not sure on the details, especially under JBoss, but that's what I used to use a long time out. View the original post : http://www.jbo

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Configuring Tomcat in JBOSS

2004-08-12 Thread genman
You can add an explicit content description to server.xml in the tomcat.sar directory. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html I'm not sure on the details, especially under JBoss, but that's what I used to use a long time out. View the original post : http://www.jb

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Problem with https for Jboss3.25 and TomCat50 bundle

2004-08-12 Thread genman
Just a wild guess, but maybe you put in a password for you key? http://www.unlimitedftp.ca/help/TomcatSSL-CSR.jsp There should be some sort of tutorial you can follow... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844996#3844996 Reply to the post : http

[JBoss-user] [Beginners Corner] - Re: Which Port number - Where can I see that?

2004-08-12 Thread Jboss_achan
dschneller The default port is 8080. Because you cannot see the jboss-run-console(dospromt) window in a pause mode Look out for the files (server.xml and jboss-service.xml) inside your JBOSS installation directory you may come across your answer Regards Jboss_achan View the original post : htt

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

2004-08-12 Thread vishwajit_pantvaidya
Hello, I am using Oracle 8.1.7, jboss 3.2.5 with Sun JDK 1.4.2 . I built and deployed the sample roster application and expected it to create the tables like PlayerEJB, etc. But jboss window shows the following error: Starting failed jboss.j2ee:jndiName=local/LeagueEJB,service=EJB org.jboss.dep

[JBoss-user] [JCA/JBoss] - unable to fill pool

2004-08-12 Thread hiteche
We are getting this error with jboss 3.2.3 on our prod.env, which fails filling db connection pool. The issue stays until server is restarted. DB has enough connections to serve though. < datasources> < local-tx-datasource> < connection-url>jdbc:oracle:oci8:@DBINSTANCE_NAME --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to config Jboss to allow it access the server local

2004-08-12 Thread leeson1125
"pritam" wrote : let's say your war package name is: example.war under which u have one jsp, test.jsp and web-inf folder. | | Then you must access the test.jsp like this | | http://localhost:8080/example/test.jsp | | where i assume that the server runs on your local machine on port

[JBoss-user] [JBoss.NET] - Re: Can not Deploy Web Service with Custom typeMappings (Nul

2004-08-12 Thread iamapony
SOLVED: the qname namespace was suppose to be logistics, not locationServices, corrected typeMapping section looks like this http://schemas.xmlsoap.org/soap/encoding/"/> | | http://schemas.xmlsoap.org/soap/encoding/"/> View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Persistence & CMP/JBoss] - Re: DeploymentException: Couldn't create entity command: ; -

2004-08-12 Thread vishwajit_pantvaidya
Actually, I checked and realized that I had left out some default settings from standardjbosscmp.xml. Added and other tags and then the tables teamejb, playerejb got created. But now I get following error Starting failed jboss.j2ee:jndiName=local/LeagueEJB,service=EJB org.jboss.deployment.Depl

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

2004-08-12 Thread [EMAIL PROTECTED]
The CCM (Cached ConnectionManager) is optional. A well written app (by which I mean one that doesn't use all the bad patterns provided by the spec) doesn't need the CachedConnectionInterceptor. Its main use for well written apps, is to catch unclosed connections during development. If you start

[JBoss-user] [JBoss.NET] - Re: Can not Deploy Web Service with Custom typeMappings (Nul

2004-08-12 Thread iamapony
Ooops the xml didn't come through, here's another try. | | | | | | | http://xml.apache.org/axis/wsdd/"; | targetNamespace="http://www.creeksystems.com/activeChain/locationServices"; | xmlns:logistics="http://www.creeksystems.com/activeChain/locationServices"; |

[JBoss-user] [JBoss.NET] - Can not Deploy Web Service with Custom typeMappings (Null qu

2004-08-12 Thread iamapony
When I try to deploy my webService with custom typeMappings I get the following error: 17:34:52,694 ERROR [MainDeployer] could not start deployment: file:/C:/apps/eclipse/workspace/ACServer/server/default/tmp/deploy/tmp28001ActiveChain.ear-contents/locationServices.wsr org.jboss.deployment.Deploy

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Problem with https for Jboss3.25 and TomCat50 bundle

2004-08-12 Thread uuayelteaeare
Somehow, my details did not get sent. I am a beginner . What am I doing wrong? Please help 2004-08-12 16:58:52,639 DEBUG [org.jboss.management.j2ee.factory.ServiceModuleFactory] Create MBean, name: jboss:service=invoker,type=jrmp, SAR Module: jboss.management.local:J2EEServer=Local,j2eeType=Serv

[JBoss-user] [JCA/JBoss] - Disabling CachedConnectionManager

2004-08-12 Thread Ironbeard
Although I'm not using OJB, I am using JDO and I was having problems similar to those mentioned in these (and lots of other) posts: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49041 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49044 I followed the suggested work-around in

[JBoss-user] [Beginners Corner] - Re: lomboz & xdoclet & jboss

2004-08-12 Thread achirinosc
The tag for the StoreAccessBean is incorrect, replace the tag @ejb.ejb-ref ejb-name="Customer" view-type="local" ref-name="ManagerLocal" with @ejb.ejb-ref ejb-name="Customer" view-type="local" ref-name="ejb/ManagerLocal" or with @ejb.ejb-ref ejb-name="Customer" view-type="local" That solv

[JBoss-user] [JCA/JBoss] - Re: Error deploying Inbound Resource Adapter example

2004-08-12 Thread [EMAIL PROTECTED]
Argh! That was also fixed, but after 4.0.0RC1 You can get a 4.0.0RC2 snapshot (not yet released) from cvs. http://sourceforge.net/cvs/?group_id=22866 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844981#3844981 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Clustering/JBoss] - Re: Problems with jms-tobic in cluster (ConnectionFactory no

2004-08-12 Thread danielamadei
Hi! I'm getting the same behaviour as you may see in my post. I believe this happens to guarantee that only one instance consumes the messages but I'd like to confirm this. Did you get any new info about it? Daniel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [JCA/JBoss] - Re: Thread spawned from the servlet cannot get DataSource, w

2004-08-12 Thread OBender
please ignore this post, it was just missing java:/ in the thread's lookup code... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844978#3844978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844978 --

[JBoss-user] [JCA/JBoss] - Thread spawned from the servlet cannot get DataSource, why?

2004-08-12 Thread OBender
I have a servlet that launches, in its init() method, a bunch of threads (some schedulers and background tasks). When such a thread tries to lookup DataSource name via JNDI it fails with NameNotFoundException but servlet itself can access DataSource just fine. I think this points to the fact th

[JBoss-user] [JCA/JBoss] - Re: Error deploying Inbound Resource Adapter example

2004-08-12 Thread nepuhb
Adrian, I installed JBoss 4.0RC1, but I am still getting an error, though a different one: ERROR [JBossMessageEndpointFactory] Starting failed jboss.j2ee:binding=message-inflow-driven-bean,jndiName=local/EchoXMLMDB,plugin=invoker,service=EJB org.jboss.deployment.DeploymentException: Endpoint acti

[JBoss-user] [Persistence & CMP/JBoss] - DeploymentException: Couldn't create entity command: ; - nes

2004-08-12 Thread vishwajit_pantvaidya
Hello, I am using Oracle 8 and jboss 3.2.5. I build and deployed the sample roster application and expected it to create the tables like PlayerEJB, etc. But it jboss window shows the following error: 14:03:54,721 INFO [EJBDeployer] Deployed: file:/C:/jboss-3.2.5/server/default/tmp/deploy/tmp3

[JBoss-user] [EJB/JBoss] - Re: deployment order of ejb modules, how?

2004-08-12 Thread OBender
Dependencies that one can specify in jboss.xml didn't work (at least for me). I was trying to make those like this jboss.j2ee:jndiName=MyBeanName,service=EJB To make the given EJB depend on one MyBean The fix is rather trivial and I'm not sure if I should put it on sourceforge.net. It's one line

[JBoss-user] [Installation & Configuration] - How to restrict http accesss to /WEB-INF./web.xml

2004-08-12 Thread bkornele
I am trying to restrict access to http://www.theserver.com:jbossportnum/WEB-INF./web.xml. This opens up the \default\deploy\http-invoker.sar\invoker.war\WEB-INF\web.xml file and views in the browser. Is there a way to redirect or just not allow access to this file? Thank you for any help

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Creating a permanant queue

2004-08-12 Thread genman
You can create a -service.xml and copy it in during run-time. It does not need to be part of the destionations.xml file. If you are creating queues programmatically (i.e., from a list in a database), use JMX: Get the MBeanServer and call invoke. View the original post : http://www.jboss.org

[JBoss-user] [Security & JAAS/JBoss] - How to login to web programatically with FORM based

2004-08-12 Thread cboxall1
We are using FORM based security with our application and everything is working great. We now have a requirement to automatically log a user in when they pass a URL with a user/password. There is custom code that will be used to decrypt the user/password string in the URL. The problem that I hav

[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-12 Thread jae77
no - it's just the code that you already pasted, but in .java file form. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844968#3844968 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844968 ---

[JBoss-user] [Nukes User] - Time out in index writer...

2004-08-12 Thread MilesParker
java.io.IOException: Lock obtain timed out at org.apache.lucene.store.Lock.obtain(Lock.java:97) at org.apache.lucene.index.IndexWriter.(IndexWriter.java:173) at org.apache.lucene.index.IndexWriter.(IndexWriter.java:160) at org.jboss.nukes.core.modules.index.Index.get

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Configuring Tomcat in JBOSS

2004-08-12 Thread thainguyen
hi cari34, Have you figure out the way ? I would appreciate if you can give me some hints. Thanks! hi Scott, Any further information on how to set it up? I used Postgres DB and found the file postgres-ds.xml and copy it to $JBOSS/server/default/deploy/ and that is all. Perhaps, a sample on how t

[JBoss-user] [JCA/JBoss] - Disguising non-XA resource as an XA resource

2004-08-12 Thread [EMAIL PROTECTED]
I have 2 resources: 1. Oracle which is of course XA compliant 2. non-XA-compliant, proprietary connection to ArcSDE, a GIS database My Goal: I have business calls that span both databases and thus I want both to commit/rollback at the same time. While this is not 100% possible, what I'm aimin

[JBoss-user] [Advanced Documentation] - Re: Member plus access

2004-08-12 Thread admin
In just about every case, the reason for any problem has been a failure to fully complete the MemberPlus registration form. It's our (JBoss) fault that has been corrected now. Folks registering now cannot proceed until every *required* field has been completed. For those of you that registe

[JBoss-user] [Messaging, JMS & JBossMQ] - Queue receiver failing on cluster fail-over

2004-08-12 Thread sreek
I have Jboss 3.2.5 cluster (2 serves on Redhat linux) with HA-JMS setup. Also we have a simple POJO queue receiver for consuming messages from queue using HA-JNDI. Everything works fine when 2 servers in the cluster are running. When one server is down, queue receiver client stops consuming

[JBoss-user] [JCA/JBoss] - Re: Error deploying Inbound Resource Adapter example

2004-08-12 Thread [EMAIL PROTECTED]
That was fixed in 4.0.0RC1 as you would have found out for yourself if you had used search. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844960#3844960 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844960

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseServerLoginModule : datasource's name not bound

2004-08-12 Thread [EMAIL PROTECTED]
That says you datasource configuration has the wrong login info. Jetty has not been supported since jboss-3.2.1 as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844959#3844959 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [The Lizzard's corner] - Re: JBoss 3.2.6 release date

2004-08-12 Thread [EMAIL PROTECTED]
Somtime early september. There are no planned 3.2.x releases after that. They would be created as needed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844957#3844957 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844

[JBoss-user] [JCA/JBoss] - Re: Error deploying Inbound Resource Adapter example

2004-08-12 Thread nepuhb
Adrian, Thanks for the quick response. After setting verifier to false, the verification error has disappeared, however I am now hitting another error: ERROR [JBossMessageEndpointFactory] Starting failed jboss.j2ee:binding=message-inflow-driven-bean,jndiName=local/EchoXMLMDB,plugin=invoker,servi

[JBoss-user] [The Lizzard's corner] - Re: JBoss 4.0 Release Date

2004-08-12 Thread [EMAIL PROTECTED]
Sun does not certify vendor products, the vendors do the certification themselves. The sep release of jboss-4.0.0 will be the j2ee 1.4 certified release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844956#3844956 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Advanced Documentation] - Re: Member plus access

2004-08-12 Thread mmobarak
OK, I just signed up, and of course there doesn't seem to be access to anything but the usual free stuff. It's two weeks since the first post on this thread and there doesn't seem to be a response from JBoss. Very lame, and frankly dishonest. View the original post : http://www.jboss.org/index.

[JBoss-user] [EJB/JBoss] - Re: deployment order of ejb modules, how?

2004-08-12 Thread [EMAIL PROTECTED]
Right, we don't consider the order of the application.xml modules as important. I don't see a problem with honoring this ordering though. Submit your patch for the ordering to sourceforge and I'll look to integrate it. http://sourceforge.net/tracker/?group_id=22866&atid=376687 You should be abl

[JBoss-user] [Nukes User] - Re: Integrating web application

2004-08-12 Thread cuoz
What is it that your code will accomplish? Is it code that integrates nukes with JAAS? My end goal is to have nukes integrated with other J2EE applications. If your code will help in this regard, then I guess I'm interested. So far, I've not really found any other options for doing this. Vie

[JBoss-user] [Beginners Corner] - Re: Hot Deployable Property Files

2004-08-12 Thread cortesr
Below (in a follow up post as to not screw up the wrapping of this reply) is the definition of the URLDeploymentScanner from my jboss-service.xml. The scanning period is set to 5000 (5 seconds). I don't see anything that's glaring from the definition. I realize the truly only hot deployable d

[JBoss-user] [Beginners Corner] - jboss-service.xml - URLDeploymentScanner Definition

2004-08-12 Thread cortesr
| | | jboss.system:service=MainDeployer | | | org.jboss.deployment.scanner.PrefixDeploymentSorter | | | | org.jboss.deployment.scanner.DeploymentFilter | | 5000 | | | | deploy/ |

[JBoss-user] [Installation & Configuration] - Re: Licensing Question for Custom Login Module

2004-08-12 Thread [EMAIL PROTECTED]
The LGPL license kicks in if you are redistributing jboss. If your not, the mods are irrelevent. If you are, the derived login module source should be made available under LGPL license. This can be done most simply by supplying the code as a patch to the sourceforge jboss project. If you can't d

[JBoss-user] [HTTPD, Servlets & JSP] - JSF and JSTL bug with JBoss 3.2.5

2004-08-12 Thread KennethAitken
I have tried to create a simple set of URL links using Java Server Faces coupled with JSTL, which change to plain text when the relevant link was clicked: one two three I click on three, then three is selected and no longer a link(underlined): one two three If I then click on two, two is select

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Kerberos for securing JMS

2004-08-12 Thread [EMAIL PROTECTED]
This would require a customization of JMS transport level. Create an RFE on sourceforge with the example socket code and we'll see if we can integrate support for this into the existing UIL2 transport, or at least provide sufficient configuration capability to enable it. RFE URL: http://sourcef

[JBoss-user] [Nukes User] - Re: change database location

2004-08-12 Thread jae77
no - edit the nukes-ds.xml file in the "deploy" directory and make your changes there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844947#3844947 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844947 -

[JBoss-user] [Beginners Corner] - Re: Hot Deployable Property Files

2004-08-12 Thread [EMAIL PROTECTED]
And you have checked that the conf/jboss-service.xml URLDeploymentScanner has not had hot deployment disabled? What is the setting for the ScanPeriod attribute? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844945#3844945 Reply to the post : http://www.jbos

[JBoss-user] [JBoss.NET] - Re: Performance with large SOAP messages

2004-08-12 Thread efrinmn
Look at "Discover SOAP encoding's impact on Web service performance" (http://www-106.ibm.com/developerworks/webservices/library/ws-soapenc/ ) which not only explains the performance impact of different encoding styles: rpc/encoded, rpc/literal, document/literal but also offers free test suite to

[JBoss-user] [Security & JAAS/JBoss] - DatabaseServerLoginModule : datasource's name not bound

2004-08-12 Thread richaud
Hi all, I'm configuring an application to use DatabaseServerLoginModule to authenticate users. According to my web application and the securioty tag of my web.xml I'm defining in my login-config.xml file a new application policy | | | |java:/MySqlDS |select password fr

[JBoss-user] [Persistence & CMP/JBoss] - Re: Database locking problem with CMP and SQL Server

2004-08-12 Thread DaveyS
Hi, createNew() is the only method being called. This creates the CMP beans only and the relationships between them. I am not knowingly doing any updates, but the CMP engine may be. I have just turned off hyperthreading on my pc (having had bad experiences of it before) and the situation has

[JBoss-user] [Installation & Configuration] - Unable to fill pool

2004-08-12 Thread hiteche
Hi! We are getting this error with jboss 3.2.3 on our prod.env, which fails filling db connection pool. The issue stays until server is restarted. DB has enough connections to serve though. < datasources> < local-tx-datasource> < /local-tx-datasource> < /datasources>

[JBoss-user] [Persistence & CMP/JBoss] - Re: Configuring MySQL with JBoss 4

2004-08-12 Thread davecasserly
How would i map it to the jndi name of java:comp/env/jdbc? Is this possible? Recommended? I read about the fact that everything under java: is available only to the JVM. I thought mapping datasources under java:comp/env/jdbc was the common trend. Thanks Dave View the original post : http://ww

[JBoss-user] [Persistence & CMP/JBoss] - Re: Database locking problem with CMP and SQL Server

2004-08-12 Thread fredrikbromee
Hi, I don't know if what I'll say applies to your situation but here goes: What is it your test client is trying to do? Is it only creating more and more of BeanA, or is it doing updates on them? Is createNew() the only method being called? These deadlocks that occur, are they only in the db, or

[JBoss-user] [Clustering/JBoss] - Re: bind_addr ignored?

2004-08-12 Thread bela
BTW: the --host switch suffices here, no need for bind_addr in the parameters for JGroups. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844937#3844937 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844937 --

[JBoss-user] [Clustering/JBoss] - Re: bind_addr ignored?

2004-08-12 Thread bela
I fixed this in the CVS. Did it for UDP, but apparently forgot TCP... Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844936#3844936 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844936 --

[JBoss-user] [Installation & Configuration] - Licensing Question for Custom Login Module

2004-08-12 Thread bdbogg
My company has a commercial application which is hosted in JBoss (version 3.2.3). We need a way to encrypt our database username/password, so I am looking at copying the code from the SecureIdentityLoginModule (from version 3.2.5) and writing our own similar login module which will fit our needs

[JBoss-user] [Persistence & CMP/JBoss] - EJB relations an PK fields

2004-08-12 Thread apurrichus
Hi, I am Using Container Managed Persistence with JBOSS, and I have a problem when i try to insert a record on an ejb that its primary key makes reference to another EJB, i've mapped the field as CMP, but when i set the ejb-relation the sql is corrupt I have the next database Model: | IFX

[JBoss-user] [Beginners Corner] - Which Port number - Where can I see that?

2004-08-12 Thread dschneller
Hi, how can I see or where can I look to see on which port my JBoss-Server runs? Thanks for answering :-) dschneller View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844933#3844933 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Throwing javax.ejb.CreateException from ejbCreate() of a

2004-08-12 Thread [EMAIL PROTECTED]
This case is clearly defined by the ejb 2.1 spec: anonymous wrote : | 15.7.3 ejbCreate Method | The message-driven bean class must define one ejbCreate method whose signature must follow these rules: | The method name must be ejbCreate. | The method must be declared as public. | The me

[JBoss-user] [JCA/JBoss] - Re: Error deploying Inbound Resource Adapter example

2004-08-12 Thread [EMAIL PROTECTED]
Set verify deployments to false in conf/jboss-service.xml The verifier has been fixed since DR4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844931#3844931 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844931 ---

[JBoss-user] [EJB/JBoss] - Re: jndi lookups fail (under load)

2004-08-12 Thread praveenkushwaha
dfgdgdf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844929#3844929 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844929 --- SF.Net email is sponsored by Shop4tec

[JBoss-user] [EJB/JBoss] - Re: jndi lookups fail (under load)

2004-08-12 Thread praveenkushwaha
parveen kushwaha asdffasf sdfsd f sdff sdf sdf sd f sdf sd View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844930#3844930 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844930

[JBoss-user] [EJB/JBoss] - Re: jndi lookups fail (under load)

2004-08-12 Thread praveenkushwaha
?njjh %20; &hjkghjk; m,n,n "m,mk'' View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844928#3844928 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844928 --- SF.Net

[JBoss-user] [Beginners Corner] - Re: Hot Deployable Property Files

2004-08-12 Thread cortesr
So, I was able to get the property file defined in property-service.xml to be hot deployable in my staging environment but as soon as I moved the implementation to one of our production servers the properties no longer hot deployed. This is the *same* situation I was in with the JAR approach I

[JBoss-user] [EJB/JBoss] - Re: Remote Call on Java Stored Procedure

2004-08-12 Thread lucasam
its not there... :-( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844925#3844925 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844925 --- SF.Net email is sponsor

[JBoss-user] [Clustering/JBoss] - about loadbalancer??

2004-08-12 Thread tisomcn
hi,i want to deploy the loadbalancer,loadbalancer.sar was deployed. http://test1:8080/ 1 http://test2:8080/ 2 to access server(test1/test2) need a LB Http Port,but how to deploy the LB http port?thanks a lot. waitting View the original post : http://w

[JBoss-user] [Messaging, JMS & JBossMQ] - Sending JMS messages from MDB

2004-08-12 Thread jkario_78
Hi, I'm using an MDB as a "server" for my own QueueRequestor (added timeout). Response messages are sent back through temporary queues. Now everything works perfectly as long as I initialize JMS QueueConnection and QueueSession (the ones that use to send response messages back to the requestor)

[JBoss-user] [Persistence & CMP/JBoss] - Re: Single call commits a dozen times.

2004-08-12 Thread loubyansky
I am also curious... | final long startTime = System.currentTimeMillis(); | log.debug("RUN>"); | | final DLocalHome dh = DUtil.getLocalHome(); | CLocal c = CUtil.getLocalHome().create(new Long(1)); | for(int i = 1; i < 5; ++i) | { | dh

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem with transactions

2004-08-12 Thread loubyansky
You have to provide more info or a testcase as it works for me. Are there methods with NotSupported? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844920#3844920 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844920

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB Container Managed Persistance Not Rolling Back Trans

2004-08-12 Thread loubyansky
This seems to be a Hibernate issue. The changes are rolled back using CMP. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844919#3844919 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844919 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Transaction RequiresNew Problem

2004-08-12 Thread loubyansky
Is the session object shared between the transactions? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844918#3844918 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844918 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Transaction RequiresNew Problem

2004-08-12 Thread loubyansky
It seems like an issue with Hibernate. Please post on the Hibernate forums. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844917#3844917 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844917 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Transaction RequiresNew Problem

2004-08-12 Thread loubyansky
Works for me with Oracle9i and 3.2.6rc2. |/** | * @ejb.interface-method | * @ejb.transaction type="RequiresNew" | */ |public void run(long l) throws Exception |{ | final long startTime = System.currentTimeMillis(); | log.debug("RUN>"); | |

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Struts unload() causes NPE

2004-08-12 Thread Lviz
hi randahl we use "struts 1.2.1" UseJBossWebLoader: A flag indicating if the class loader used by Tomcat as the web application class loader is a JBoss unified class loader. The default is true, and this means that the classes available in the war inside of the WEB-INF/classes and WEB-INF/jars

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss Hibernate

2004-08-12 Thread loubyansky
We decided to discuss Hibernate integration issues here http://forum.hibernate.org/viewforum.php?f=8&sid=74a08b0457b45bcfe449aea84187792c Please, post there. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844914#3844914 Reply to the post : http://www

[JBoss-user] [Persistence & CMP/JBoss] - Re: Configuring MySQL with JBoss 4

2004-08-12 Thread loubyansky
The datasource will bound under java:/jdbc/MySqlDS. You should use jboss.xml to map jdbc/MySqlDS to the actual jndi name. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844913#3844913 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to config Jboss to allow it access the server local

2004-08-12 Thread pritam
let's say your war package name is: example.war under which u have one jsp, test.jsp and web-inf folder. Then you must access the test.jsp like this http://localhost:8080/example/test.jsp where i assume that the server runs on your local machine on port 8080 View the original post : http://

[JBoss-user] [Persistence & CMP/JBoss] - Re: Composite key -CMP Bean

2004-08-12 Thread loubyansky
Make sure you have a proper implement for hashCode and equals? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844911#3844911 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844911 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Inst. Per Tx with Cache Invalidation?

2004-08-12 Thread loubyansky
1) yes, 3.2.6 will include a new container configuration anonymous wrote : | | | cmp2.x jdbc2 pm | This container is a new implementation and does not have all the features of the current standard container. This was driven by SPECjAppServer2002 optimization wor

[JBoss-user] [HTTPD, Servlets & JSP] - JSP compiler Setting in Jboss

2004-08-12 Thread pritam
Hi guys, In Weblogic, the compiler for jsp compilation could be set like this: compileCommand /bin/javac.exe in weblogic.xml. Does anybody know how to set the similar stuff in JBoss? View the original post : http://www.jboss.org

[JBoss-user] [Installation & Configuration] - Re: Server shutdown on errored startup

2004-08-12 Thread jamiew
When calling shutdown via JMX I get the error java.lang.IllegalStateException: not started. Is there a fatal exception I can call which will cause the JBoss startup to fail? Any other ideas? Jamie -- 06:31:12,765 ERROR [STDERR] R

[JBoss-user] [Persistence & CMP/JBoss] - Re: ebjQl, ho do I get COUNT while using LIMIT/OFFSET

2004-08-12 Thread loubyansky
There is no size() method on ResultSet. And no way to know the number of elements thrown away with limit/offset. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844907#3844907 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Persistence & CMP/JBoss] - Re: Locking behaviour unclear

2004-08-12 Thread loubyansky
A CMR getter does not lock its value. The instances are locked when you iterate through the CMR collection and invoke methods on instances. This intended behaviour for the standard container configuration. Mark CMP getters as read-only. View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [Installation & Configuration] - Re: JBOSS-4.0.0DR4 and Lomboz

2004-08-12 Thread DiscoBoy
Heh... I spent about two hours looking for a solution and then posted here about my problem. 5 minutes later I stumbled on the answer. kawaz made a lomboz server file that works perfectly. http://www.kawaz.jp/pukiwiki/?plugin=attach&openfile=jboss325.server&refer=JBoss%203.2.3%A2%AA3.2.4 In my

[JBoss-user] [Messaging, JMS & JBossMQ] - Kerberos for securing JMS

2004-08-12 Thread solso
Hello to all! I'm asking myself (and you) if I can use Kerberos for authentication and encryption to JMS like the GSS API can be used for a secured connection. I want to realise the following scenario: - Sending binary messages from EJB's to a client over an unsecured network (Internet) and ba

[JBoss-user] [Installation & Configuration] - Re: JBOSS-4.0.0DR4 and Lomboz

2004-08-12 Thread DiscoBoy
I'm having the same problem with JBOSS 3.2.5 and Lomboz 3.01 I learnt that javax.servlet.jar has been renamed to server\default\deploy\jbossweb-tomcat50.sar\servlet-apt.jar I suspect the same has been done for jboss-boot.jar... Does anyone have an answer? Thank's in advance View the original pos

[JBoss-user] [Nukes User] - Re: bug in EJBQLToSQL92Compiler

2004-08-12 Thread loubyansky
This is was fixed in 3.2.6. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844901#3844901 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844901 --- SF.Net email is s

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Throwing javax.ejb.CreateException from ejbCreate() of a

2004-08-12 Thread dannyyates
Just because other app servers allow something doesn't make it right! When you say "left up to the interpretation of the implementation", I assume you haven't read section 18.1.1 of the EJB (2.0) spec? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844900#384

[JBoss-user] [Persistence & CMP/JBoss] - Database locking problem with CMP and SQL Server

2004-08-12 Thread DaveyS
I have developed some entity beans and have deployed them on JBoss 4.0RC1 (and also JBoss 3.2.4) against a SQL Server 2000 database. CMP BeanA has a 1 to many relationship with CMP BeanB which in turn has a 1 to many relationship with CMP BeanC. i.e. 1 BeanA has many BeanB and 1 BeanB has many

[JBoss-user] [EJB/JBoss] - Re: Unexpected select object

2004-08-12 Thread loubyansky
Right. This was fixed http://cvs.sourceforge.net/viewcvs.py/jboss/jboss/src/main/org/jboss/ejb/plugins/cmp/jdbc/JDBCEJBQLCompiler.java?r1=1.10.2.48&r2=1.10.2.49 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844898#3844898 Reply to the post : http://www.jboss

[JBoss-user] [EJB/JBoss] - Re: Unexpected select object

2004-08-12 Thread zarni
"waggj" wrote : Shouldn't there be an 'AS' in there? | 'SELECT DISTINCT u.clTitle FROM Unspsc AS u WHERE u.sgCode= ?1 AND u.faCode=?2 ORDER BY u.clCode' I think that's not the problem... Actualy I solved the problem by removing these lines from JDBCEJBQLCompiler.java in jboss3.2.6RC1 snapshot

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBossQL work in 3.2.3 but failed in 3.2.5

2004-08-12 Thread zarni
"loubyansky" wrote : You can ORDER BY fields that are in SELECT, i.e. in your case ORDER BY name. It's bug. There is no reason for this limitation. It's now fixed. | | Index: JDBCEJBQLCompiler.java | | === | | RCS file:

[JBoss-user] [Nukes User] - change database location

2004-08-12 Thread crevette
hi my database location changed. how do I notify it to nukes? do I have to run again the nuke-installer to change the database URL? :/ thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844895#3844895 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [Clustering/JBoss] - Cache Invalidation (over TCP) intermittent failure

2004-08-12 Thread arisa
Hi everyone, I have JBoss 3.2.3 in production over two servers. I've been having intermittent cache invalidation problems ever since we deployed. An example is an update to an entity bean in Server A is occasionally not reflected in Server B. The situation improved when we optimized the appli

[JBoss-user] [JCA/JBoss] - Dramatic SQL response time moving from jboss 3.0.6 to 3.2.5

2004-08-12 Thread DaffyDuck
Hi, (sorry for first posting this item in JBossWS forum!) Moving a production application from jboss 3.0.6 to jboss 3.2.5, we found a critical issue; the SQL queries execution time were rising from about 160 ms to 1200 ms ! Database server is on a dif. machine and remains the same. (MS-SLQ serv

[JBoss-user] [HTTPD, Servlets & JSP] - Relative URI problem in Jboss

2004-08-12 Thread pritam
Hi guys, I have the web-jsptaglibrary_1_1.dtd put under WEB-INF\dtds . One of my tlds which is under WEB-INF\tags\up is referring to the dtd like this When i start the jboss server and try to access any custom tag which refers the tld, server throws an exception like this org.a

[JBoss-user] [EJB/JBoss] - Re: deployment of quite simple bean fails

2004-08-12 Thread itteerde
now i added localinterface and localhomeinterface tasks at the JBoss-IDE and its still the same (minus i fixed some include information in the packaging reducing the messages): 2004-08-12 10:42:07,246 WARN [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation: Bean : ServerImpl Section: 22

  1   2   >