[JBoss-user] [Persistence CMP/JBoss] - Re: Optimistic Locking with Timestamp in 3.2.5 having issues

2004-12-16 Thread [EMAIL PROTECTED]
That looks ok. Maybe the problem is 'JBoss.xml'. Try 'jboss.xml' instead. Also, fyi, JDBCOptimisticLock is deprecated since after 3.2.2 it does nothing. You can use just IPT container as is instead. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858818#3858818

[JBoss-user] [Persistence CMP/JBoss] - Re: CMR and too many parameters in delete sql statement

2004-12-16 Thread [EMAIL PROTECTED]
I saw your patch. Thanks. If you have time to fix it in a proper way, i.e. expose a configuration parameter that would indicate whether to use limit on the number of rows deleted in a single DELETE statement and what the limit is or do not apply any limit, please, do. Maybe you'll also commit

[JBoss-user] [Beginners Corner] - JBoss-3.2.6 FileNotFoundException

2004-12-16 Thread rachna_agg
Hi, I have recently shifted to JBoss-3.2.6 from 3.2.3 and I'm facing some issues of FileNotFoundException. Actually, some of the code in my application uses getResource method on a class to get its full path and then uses that path to find a class which is present in the same package as the

[JBoss-user] [JBoss.NET] - java calling .NET web service

2004-12-16 Thread [EMAIL PROTECTED]
Hi All I have created a .NET web service which doesnt need any input. On invoking that it will create a row in the DB table and it is not returning any value.. I have tested by accessing thru browser. If i access thru my java client it is throwing error. I will just paste the code here.. public

[JBoss-user] [Persistence CMP/JBoss] - Adding CMR fails

2004-12-16 Thread jbm166
Hello, I m facing a problem with JBoss 3.2.5 which does not exist under JBoss 3.2.2. Here is my problem : I have 2 entities A and B, with a 1-n relationship. When we add many B to a A we do , inside A : while(B_lentgh) { BLocalHome home = BUtil.getLocalHome(); // Create the B entity

[JBoss-user] [Persistence CMP/JBoss] - Re: Read only lock

2004-12-16 Thread cryb
Hi there! First of all... yes.. there is a preloaded cache but as far as I know this cache is per transaction. So when you come from another transaction to request access for the same row previously loaded by JBoss BUT in another transaction it will go again to database an start building a new

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with JBossMQ+MySQL standalone, no problem with D

2004-12-16 Thread ospri
Sorry, can't edit ... preview seemed fine ... I try with All HTPL/BBCode, OFF /usr/local/jboss-4.0.0/server/jbossmq +---conf | | login-config.xml | | log4j.xml | | jboss-service.xml | | jndi.properties | | jbossmq-state.xml | | | +---xmdesc |

[JBoss-user] [Installation Configuration] - Re: Unable to use MySQL for DefaultDS

2004-12-16 Thread hazarinaveen
Remove jboss-media-entity-ejb.jar and start server View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858832#3858832 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858832

[JBoss-user] [EJB/JBoss] - Re: Sharing EJBs and classes throught different EARs

2004-12-16 Thread kamal_tavant
Take a look at this page http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration I think you will either have to disable class loader isolation or use pass-by value to solve this issue. Both have their pros / cons, you need to figure out which one will work fo you. View the original

[JBoss-user] [EJB/JBoss] - MDB 2.1 Deployment error messages

2004-12-16 Thread GreyDeath
During deployment I get the following Warnings: 11:14:34,971 WARN [JMSContainerInvoker] No message-driven-destination given; using; guessing type 11:14:35,142 WARN [JMSContainerInvoker] No message-driven-destination given; using; guessing type 11:14:35,365 WARN [JMSContainerInvoker] Could

[JBoss-user] [Persistence CMP/JBoss] - Transactions

2004-12-16 Thread ChatBuilder
Hi, I have difficulties to understand how to set up transactions. I'm using servlets and CMP entitity beans. On my servlet I want to do the following. //Start transaction client.pay(500); book.soldAmount(10); //commit transaction I'm using entity beans, so I'm not sure if I can use

[JBoss-user] [Beginners Corner] - Re: maxProcessors acceptCount parameters

2004-12-16 Thread gfzhang
How about the acceptCount parameter? if maxProcessors is 300, and acceptCount is 10, could the web application proecess 300 concurrent calls? Thank you very much. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858842#3858842 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: MDB 2.1 Deployment error messages

2004-12-16 Thread GreyDeath
I think this is definitly a bug as jboss ignores the message selector in the following MDB message-driven | description[CDATA[]]/description | | ejb-nameTransactionWriterBean/ejb-name | | ejb-classcom.ftisoft.streetlamp.ejb.TransactionWriter/ejb-class | |

[JBoss-user] [EJB/JBoss] - ClientUserTransaction with HttpInvoker (when?)

2004-12-16 Thread A.Kilian
Hello JBoss-Team, i noticed that the ClientUserTransaction won't work when using the HttpInvoker for communication between client and server. Now my question: Is there a plan to fix that / implement that feature in the near future? Greetings, Andreas View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: JDBC Insert Data Not Commited

2004-12-16 Thread mremond
I am encountering the same problem. Insert of data (used with prepared statement) do not end up in the database. Do you have found any answer on your problem ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858848#3858848 Reply to the post :

[JBoss-user] [JCA/JBoss] - getting a JCA reference from a session Bean

2004-12-16 Thread narayanrm
I have a File Adapter, I have to refer it from a session bean. In case of Sun One it has a provision in the rar file which can give its JNDI name (sun-ra.xml), which can give the JNDI name reference of the rar deployed, with the tag sun-connector xmlns=http://java.sun.com/xml/ns/j2ee;

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Replacing JBOSS MQ with Active MQ

2004-12-16 Thread narayanrm
have a look at this http://docs.codehaus.org/display/ACTIVEMQ/JBoss+Integration View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858852#3858852 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858852

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Error in create activation spec jboss.jca:name='jms-ra.r

2004-12-16 Thread narayanrm
Thanks Adrian, it did work. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858853#3858853 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858853 --- SF email is

[JBoss-user] [Beginners Corner] - Re: JBoss-3.2.6 FileNotFoundException

2004-12-16 Thread narayanrm
can you paste the piece of code which is returning null? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858855#3858855 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858855

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0 EJB depending on external libraries

2004-12-16 Thread narayanrm
If you are packaging in an ear in 4.0.0 try with false in the ear-deployer.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858856#3858856 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858856

[JBoss-user] [Beginners Corner] - Re: JBoss-3.2.6 FileNotFoundException

2004-12-16 Thread rachna_agg
The piece of code that is giving me error is: | new FileReader(new File(URLDecoder.decode(fileName,UTF-8))) | There's another thing that I've found. Actually my code was packaged inside a jar and then deployed in the server. But when I deployed it in exploded form(in folders hierarchy), the

[JBoss-user] [EJB/JBoss] - New problem faced.

2004-12-16 Thread aashutosh
OK. got to resolve that (last posting). The problem now is that I need to call a component deployed on JBOSS-3.2.3 FROM a jsp called on some other App. Serv (say weblogic) How can this be done? (Extended context problem) Any early replies r welcome and highly appreciated! Thanks in advance.

[JBoss-user] [Beginners Corner] - Re: Class.forName(

2004-12-16 Thread narayanrm
If the current class loader cannot find the class in that path it throws this error. Where from are you executing this piece of code? Put that class file in the class path and then try. or you might have to package this class also in the same jar View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: Persistence of Dynamic MBean attribute

2004-12-16 Thread [EMAIL PROTECTED]
see at the bottom http://www.jboss.org/index.html?module=bbop=viewtopicp=3858704 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858854#3858854 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858854

[JBoss-user] [Security JAAS/JBoss] - Re: principalsQuery fails

2004-12-16 Thread rajs1
My error after all login-config.xml was: | login-module code = org.jboss.security.auth.spi.DatabaseServerLoginModule flag = required/ | module-option name=dsJndiNamejava:/DefaultDS/module-option | module-option name=principalsQueryselect

[JBoss-user] [EJB/JBoss] - Re: Sharing EJBs and classes throught different EARs

2004-12-16 Thread danieldestro
I finally solved my problem. What I did: 1) Created a JAR file with my shared HOME and REMOTE interfaces. 2) Deployed this JAR at server/default/deploy directory. 3) Create an EAR file for each one of the projects (GPA and CGE), without the shared interfaces. 4) Deployed the apps normally. 5)

[JBoss-user] [Installation Configuration] - JBoss4.0.1RC2 EJBTimerService failure (with Apache Derby DB

2004-12-16 Thread rajs1
I noticed this new MBean in the ejb-deployer.xml (whe compared to v4.0.0): | mbean code=org.jboss.ejb.txtimer.DatabasePersistencePolicy name=jboss.ejb:service=EJBTimerService,persistencePolicy=database | depends

[JBoss-user] [JCA/JBoss] - Re: (Help?!?!?!?!) JCA 1.5 Inbound Resource Adapter

2004-12-16 Thread DarthVader
In case anyone else comes across this issue when building and deploying an inbound-only JCA 1.5 RAR, here's the solution that finally worked for me. Although I faithfully followed the pattern and direction of examples given at http://www2.theserverside.com/articles/article.tss?l=J2EE1_4 and

[JBoss-user] [Installation Configuration] - EJB and POJO Packaging - Hot Deployment

2004-12-16 Thread mouanssir
I have an EJB, let's call it UserEJB, lets say that it is a SLSB which returns User information. In this EJB I have a method, let's call it getUserLastName(int userID). Within this method I instantiate a POJO which fills information from a DB table. The user last name is retrieved from the

[JBoss-user] [Security JAAS/JBoss] - Re: Configuration DynamicLoginConfig

2004-12-16 Thread karink
Hi Scott, thanks for your answer. Now it works fine. Also thanks for the hint regarding deploying the UrlDeploymentScanner multiple times. We will not use this in a production (possibly only during development). Regards Karin View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: getOutputStream() has already been called for this respo

2004-12-16 Thread alexcheong
Hi, Anyone know the root of this issue. I almost hit the same error whenever I load any page in my project. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858875#3858875 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS usage over WAN?

2004-12-16 Thread gafanha
Hello David, I'm also interrested in using http tunneling for JMS. If you have some information about that, could you please provide it to me? Thanks in advance View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858880#3858880 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: getting a JCA reference from a session Bean

2004-12-16 Thread narayanrm
Incase of Weblogic also there is a way of referencing / binding the rar in the JNDI the weblogic specific dd in the rar file is : weblogic-ra.xml !DOCTYPE weblogic-connection-factory-dd PUBLIC '-//BEA Systems, Inc.//DTD WebLogic 8.1.0 Connector//EN'

[JBoss-user] [Persistence CMP/JBoss] - Re: JDBC Insert Data Not Commited

2004-12-16 Thread HariV
May be the connection has auto commit set to false once you pull from the connection poll. Try printing the value for the Auto Commit and check. If it is set to false call commit at the end of the transaction View the original post :

[JBoss-user] [J2EE Design Patterns] - Servlet with broker pattern.

2004-12-16 Thread infectedrhythms
Hi, I would like to create servlet that receives a request and depending on the request, the servlet will forward the request to the appropriate broker. The broker will take the request and send it to a 3rd party server. It is important to note that the request is transmited to the 3rd party in

[JBoss-user] [JCA/JBoss] - Re: jboss 3.0.6: connection pool which oracle oci

2004-12-16 Thread ter_d
Hello! I read you were able to configure Jboss with oracle thin driver. Would you mind explaining me what you did or where i can find this information? Thanks! Esther View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=385#385 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with JBossMQ+MySQL standalone, no problem with D

2004-12-16 Thread [EMAIL PROTECTED]
I see, you are using docs/examples/jms/standalone It hasn't been updated for jboss4. This works for with the current JBoss4 codebase - JBoss-4.0.1RC3 jboss-service.xml | ?xml version=1.0 encoding=UTF-8? | | !-- $Id: jboss-service.xml,v 1.2 2004/03/06 19:42:45 ejort Exp $ -- | | !--

[JBoss-user] [JCA/JBoss] - Re: getting a JCA reference from a session Bean

2004-12-16 Thread [EMAIL PROTECTED]
Moderated: FAQ http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIDeployMyResourceAdapter View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858891#3858891 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858891

[JBoss-user] [HTTPD, Servlets JSP] - Re: Mapping virtual hosts to webapplications/context

2004-12-16 Thread icordoba
Hi there, can anybody confirm that this works with JBoss-4's Tomcat? I can make virtual host work in jboss-web.xml, but cannot use the root-context tag to position it at the root context of the virtual host. Am I missing something? Thanks, Ignacio View the original post :

[JBoss-user] [Beginners Corner] - Create a connection pool with Oracle

2004-12-16 Thread ter_d
Sorry if I'm annoying somebody. Finally, I got my HelloWorld servlet running, but I still don't know how to make the connection pool with Oracle cause I do not which file I have to modify in my application and how to do it. Can anyone help me or tell me where i can find this information? I'm

[JBoss-user] [JCA/JBoss] - Re: getting a JCA reference from a session Bean

2004-12-16 Thread narayanrm
I have gone thro' this but I am still not clear as to where to add this tag tx-connection-factory ... rar-namemyapplication.ear#jms-ra.rar/rar-name connection-definitionorg.jboss.resource.adapter.jms.JmsConnectionFactory/connection-definition ... /tx-connection-factory in the

[JBoss-user] [Persistence CMP/JBoss] - EJB Select not working

2004-12-16 Thread stscit04
Hi, I have 2 CMP Beans that have a 1-1 relationship Merchant and MerchantPartnerContract. I need to find all Merchants that dont have a contract, and to get their Ids. I trie to do this using the ejb-select SELECT m.id FROM Merchant AS m WHERE m.merchantPartnerContract IS NULL JBoss deploys

[JBoss-user] [JCA/JBoss] - Re: getting a JCA reference from a session Bean

2004-12-16 Thread narayanrm
This is my file-ds.xml ?xml version=1.0 encoding=UTF-8? connection-factories !-- File XA Resource adapter -- tx-connection-factory jndi-nameFiletoFile_PROJECTDeployment1_jcdFiletoFile1_File2MCF/jndi-name xa-transaction/ rar-namejcdFiletoFile1_File2.rar/rar-name

[JBoss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError while Jboss deploy's my appli

2004-12-16 Thread sumesh_ps
Why don't you try to give JVm options -Xms256m -Xmx512m -XX:MaxPermSize:126m in run.conf $JBOSS_HOME/bin Cheers View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858906#3858906 Reply to the post :

[JBoss-user] [Installation Configuration] - Need help on Setting MySql as Default DS

2004-12-16 Thread jin_yun
Hi all, I am using JBoss 3.0.x, Database: mySql, application development using JBuilder X I have followed the instruction to set mysql as default DS by modifying the file mysql-service.xml. and have changed the following xml code | attribute name=JndiNameMySqlDS/attribute | |

[JBoss-user] [JCA/JBoss] - javax.naming.NameNotFoundException: jdbc not bound

2004-12-16 Thread ter_d
I keep having this error. I've created oracle-ds.xml file, located it in deploy folder, copying in from examples, and just changing the url, user and password. I haven't done anything more. Is there any file I had to modify and I did'nt do? Thanks for your time! Kisses. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - UIL2 message race condition before 3.2.6RC2

2004-12-16 Thread Thoennes
Hi all, we are currently using JBoss 3.2.3 in production and have an issue where two messages arrive in a different order. The message are sent by a Singleton MDB in the server to a permanent queue. The client is a Java process having two JMS sessions to the server: one for receiving and one

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

2004-12-16 Thread darranl
You must be doing something else. When is this error displayed, starting the server? deploying the -ds.xml? Are you trying to access the datasource from a client or something? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858913#3858913 Reply to the post

[JBoss-user] [Messaging, JMS JBossMQ] - Problems with durable topic in jboss-3.2.3

2004-12-16 Thread pizzandre
Hy, I'm trying to make a durable topic with MDB as client. Everything seems to work fine but the bean does nothing. I'm using the example configuration testDurableTopic user: john passwd: needle Here an extract from my publisher and consumer: Publisher = ... TopicConnectionFactory

[JBoss-user] [Persistence CMP/JBoss] - Re: EJB Select not working

2004-12-16 Thread stscit04
I set logging to debug and the generated SQL is Executing SQL: SELECT DISTINCT t0_m.id FROM Merchant t0_m WHERE (t1_m_merchantPartnerContract.id IS NULL) which doesn't look ok to me... Regards Stefan View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: CMR and too many parameters in delete sql statement

2004-12-16 Thread pvainio
Committed a patch. Since I have no real experience in JBoss internals (or patching it) I hope it is something like you were asking for. Br, Pekka View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858903#3858903 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: getting a JCA reference from a session Bean

2004-12-16 Thread narayanrm
Sorry If I have posted it incorrectly Though I have my file-ds.xml, which earlier I have told that I have packaged with my rar, While depoying the ear I am getting the same problem. Could not dereference object [Root exception is javax.naming.NameNotFoundExcepti on:

[JBoss-user] [Installation Configuration] - Can I configure a global jndi environment entry in JBoss 3.2

2004-12-16 Thread mwomack
Similar to something I have done in Tomcat 5.5.4, I want to define a jndi environment entry. In a web.xml, it would look something like this: web-app env-entry env-entry-nameMaxValueenv-entry-name env-entry-typejava.lang.Float/env-entry-type env-entry-value45.4/env-entry-value

[JBoss-user] [Security JAAS/JBoss] - Re: getCallerPrincipal() does not work for the first request

2004-12-16 Thread [EMAIL PROTECTED]
This issue was fixed in the 4.0.1RC1 release: https://sourceforge.net/tracker/?func=detailatid=376685aid=1040200group_id=22866 I'm going to create another 4.0.0 patch that incorporates both security issues in 4.0.0 today. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Principle looses login and password when bean is called

2004-12-16 Thread [EMAIL PROTECTED]
You'll have to describe the security settings on the database datasource. If the ejb is secured and this is working, and your using the CallerIdentityLoginModule then the identity used to access the ejb should be seen at the database. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: UIL2 message race condition before 3.2.6RC2

2004-12-16 Thread [EMAIL PROTECTED]
Why do people insist on reporting bugs with old versions? The only answer you will get from me is Suck it and see. I have no interest in debugging 3.2.3 if I already fixed it in 3.2.6. If you still have a problem with the latest production release (jboss-3.2.6), you wouldn't be wasting our time

[JBoss-user] [Installation Configuration] - Re: enable struts logging in jboss

2004-12-16 Thread bugzill
I have the same trouble. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858923#3858923 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858923 --- SF email is sponsored by

[JBoss-user] [Security JAAS/JBoss] - Re: client JAAS logout from two different j2ee applications

2004-12-16 Thread [EMAIL PROTECTED]
You'll have to show in more detail what your are doing. If you have an example create a bug report with it here: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858924#3858924 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: Can anybody help me out with this ?????

2004-12-16 Thread narayanrm
I have exactly the same problem. did this worked for you? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858926#3858926 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858926

[JBoss-user] [Security JAAS/JBoss] - Re: No method permissions assigned to method=create, interfa

2004-12-16 Thread [EMAIL PROTECTED]
Every method must be assigned a permission. In 3.2.x and lower the default permission for a method is excluded. 4.0.x has an option to switch the default to unchecked. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858927#3858927 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Using PolicyConfiguration in an application

2004-12-16 Thread [EMAIL PROTECTED]
No info exists. You need to make it up. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858928#3858928 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858928 --- SF email

[JBoss-user] [Installation Configuration] - Re: Can I configure a global jndi environment entry in JBoss

2004-12-16 Thread [EMAIL PROTECTED]
The only support for this is at the ejb-jar.xml descriptor level. There is no notion of default environments that should apply. You can write an mbean service that parsed such entries and made them available in the global jndi namespace. The bindings cannot be under the java:comp name as this

[JBoss-user] [Beginners Corner] - Using run.jar and shutdown.jar in minimal configuration

2004-12-16 Thread bellmann29
Hello, i posted a topic few days ago and i thought my problem was solved. But it is not. I want to use and configure the jboss-server in minimal configuration as windows-service. Maybe with JavaService from Objectweb. But I got some problems with shutting down the server. So here is my output:

[JBoss-user] [JCA/JBoss] - Re: Can anybody help me out with this ?????

2004-12-16 Thread dksingh
I solved this problem by wrapping the rar file inside a sar file and including the storageservice.jar file inside sar/lib directory. The ear works but this is a work around. What I need is to deploy rar as it is without creating a sar file. Any ideas, please let me know . Thanks View

[JBoss-user] [JCA/JBoss] - Re: getting a JCA reference from a session Bean

2004-12-16 Thread [EMAIL PROTECTED]
Claiming things work correctly in other application servers and not in JBoss isn't going to endear you to people who might want to help you, is it? Especially, when the real problem is your lack of ability to read documentation or use search engines. View the original post :

[JBoss-user] [JCA/JBoss] - Re: Can anybody help me out with this ?????

2004-12-16 Thread dksingh
One thing more, I need to include -ds.xml file inside the ear file, any suggestions ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858935#3858935 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858935

[JBoss-user] [Installation Configuration] - Re: Can I configure a global jndi environment entry in JBoss

2004-12-16 Thread mwomack
Scott, thanks for the reply. So, instead of jndi, is it possible to create a container-wide context-param setting available to the web apps? Or is the idea of default, container-side environment settings just not supported in JBoss? thanks again, -Mark View the original post :

[JBoss-user] [Installation Configuration] - JBOSS vs. Resin and Apache2

2004-12-16 Thread wiley173
Hello, I just want to make sure I am correct in this obsveration and would really appreciate any feedback. When you set up .jsp pages or servlets and use resin as your container you can put your .jps pages and servlets ANYWHERE on the server, just have apache send the requests to resin and

[JBoss-user] [JCA/JBoss] - Re: Can anybody help me out with this ?????

2004-12-16 Thread [EMAIL PROTECTED]
Yes, read the documentation/WIKI/FAQs/forum search. In particular the parts about DeploymentSorter, Russian Doll packaging and/or jboss-app.xml Then come back to the forums when you stop guessing. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858940#3858940

[JBoss-user] [Security JAAS/JBoss] - Re: Weblogic IdentityAssertor

2004-12-16 Thread [EMAIL PROTECTED]
No, but it can be implemented using either a tomcat valve. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858925#3858925 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858925

[JBoss-user] [Installation Configuration] - JBoss4 + Tomcat5 DB2 CLI0647E error from CMP Bean

2004-12-16 Thread ccpatras
I am installing JBoss4 with tomcat5 on a Solaris 9 OS. The environment has a db2 client installed for version 7 and 8. When the DB2Driver class is being initialized the following exception is thrown. The same configuration is working on all of my other machines with similar architecture.

[JBoss-user] [JCA/JBoss] - Re: getting a JCA reference from a session Bean

2004-12-16 Thread [EMAIL PROTECTED]
Please post in the beginners forum if you can't read documentation. The FAQ is intended to give pointers (like the -ds.xml link) it is not exhaustive documentation like the getting started or admin docs which you obviously haven't read. Time wasters who require spoon feeding are not welcome here.

[JBoss-user] [Installation Configuration] - Re: Unable to use MySQL for DefaultDS

2004-12-16 Thread amenra
I also stumbled across this problem - Does somebody know whether it is fixed in 4.0.1rc2? Thnx Sebastian Rohde View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858700#3858700 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: can't get JMS to rollback send using JmsXA

2004-12-16 Thread jcstaff
From what I have come to know true means use internal transactions, which would require one to use manual calls to commit()/rollback() on the session. false either means none at all (similar to JDBC autocommit=false) when no JTA is active or part of the JTA when using an XAConnection factory.

[JBoss-user] [JBoss.NET] - Re: Access to HTTP headers

2004-12-16 Thread paper57
Let me elaborate and clarify. After a more rigourous authentication procedure, I have a token to be sent with future web service invocations as a HTTP header (this will always be transport specific). The webservice will be invoking EJBs, however certain EJBS will require a check of the

[JBoss-user] [Management, JMX/JBoss] - JBoss4.0.1RC2 EJBTimerService failure

2004-12-16 Thread rajs1
I posted this in Installation Configuration forum and got no joy, maybe it was the wrong forum, maybe I'd have some better luck here. I noticed this new MBean in the ejb-deployer.xml (whe compared to v4.0.0): | mbean code=org.jboss.ejb.txtimer.DatabasePersistencePolicy

[JBoss-user] [JBoss Getting Started Documentation] - Re: Java Adventure Builder

2004-12-16 Thread nusa
maheshbalaji wrote : Finally I got the application to run on Jboss 4. | I had to redo all the deployment desc to get it to work. | Hi, Mind to share your work ... Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858963#3858963 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Using run.jar and shutdown.jar in minimal configuration

2004-12-16 Thread wxwang
It seems like the shutdown jar will call RMIAdapter or JMX service. But for the minimal service, both of the services are not support. Just my opinion View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858968#3858968 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Crystal Reports configuration

2004-12-16 Thread wxwang
Hi suzyrizzo Could you give me the source code of JPEReportSourceFactory.java? I think that it should be something wrong there. JPEReportSourceFactory is responsible for generating a absolute path. the root path in Jboss for my application is the place where you start it.(%JBOSS_HOME%/bin/)

[JBoss-user] [HTTPD, Servlets JSP] - JSTL libraries in a common directory

2004-12-16 Thread vadym
Hi Is there a way of putting jstl.jar and common.jar NOT in WAR's /WEB-INF/lib, but somewhere in the application server directory structure? I tried (with no luck): jboss3.2.6/lib jboss3.2.6/server/default/lib jboss3.2.6/server/default/deploy/jbossweb-tomcat50.sar ~Vadym View the original

[JBoss-user] [Persistence CMP/JBoss] - Optimistic Locking and Transaction Setup

2004-12-16 Thread ppetrou
Hi, I think this is a very simple issue but I am getting confused. I have a form in a web application which displays data and the user edits them. I use optimistic locking using the version lock strategy which seems to work fine as the version_lock column increments after each commit. I have a

[JBoss-user] [Persistence CMP/JBoss] - Re: Using LIMIT in findermethod

2004-12-16 Thread dijkstra
I am wondering whats the problem with my previous post (see above). Nobody has an answer till now. How come? - Is my English that bad, so nobody understands my problem? - Is my question too difficult and really nobody knows the answer? - No experienced jboss users are visiting this forum? How

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

2004-12-16 Thread microsolid
I also got this problem. I even not found the package org.jboss.net.ws4ee View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858658#3858658 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858658

[JBoss-user] [JCA/JBoss] - Oracle 9.2.0.4 datasource redeploy

2004-12-16 Thread jbaesner
Hi everyone! My problem is related to a re-deployment of an Oracle JNDI datasource. The oracle-ds.xml is located in my configured farming directory {jboss.home}/server/myserver/appfarm. The JBoss is a 3.2.5 on a Linux system. The server starts perfectly and runs well. When I touch the

[JBoss-user] [Clustering/JBoss] - Specify which nodes cannot be master for HASingleton?

2004-12-16 Thread DashV
Hey, In porting our current architechture to JBoss 4.0 using clustering there were quite a few Services we had that were caching state. We know that ultimately we need to use something like JBossCache or Entities (or both) to do this properly. But in the meantime we are just making the

[JBoss-user] [Persistence CMP/JBoss] - Read only lock

2004-12-16 Thread HariV
We have been using JBOSS for the last 3 years. I am having an issue with read-only entity beans in JBOSS 3.2.5 when there isheavy load . I have a set of entity beans all of them read-only , some of the them have a CMR relation ship. They all run in a cluster. I am getting a

[JBoss-user] Log4J - file appenders

2004-12-16 Thread Rodrigo Baptista
Dear all, I' m using JBoss+Jetty 3.04 and I want to separate the messages that go to the server.log using the log4j.xml file , I saw an example in http://www.jboss.org/wiki/Wiki.jsp?page=Loggingthat uses log4j categories to specific appenders, but when I do that all the messages go to the

[JBoss-user] [Security JAAS/JBoss] - No method permissions assigned to method=create, interface=H

2004-12-16 Thread kalexm
[jboss 3.0.8-tomcat 4.1.24] Hi, I know, there are some posts regarding this problem, but they do not solve my problem. Our Application consists of a Swing Frontend connecting to the app-server using http, the 'http-invoker' and ejbs in all colors. We need Method-Level Security for the ejbs.

[JBoss-user] [Management, JMX/JBoss] - Switching JMX-Console from JRMP to HTTP invoker

2004-12-16 Thread RandySKNT
Hi, I read in the admin/dev guide that it's possible to switch to the HTTP/RMI invoker from the pre-configured JRMP invoker. But I'm not entirely sure how to do this. Right now the JRMP invoker references are in conf/jboss-service.xml and

[JBoss-user] [HTTPD, Servlets JSP] - Run-time configuration of Tomcat port

2004-12-16 Thread RandySKNT
We sometimes run multiple instances of our application on one machine, each with its own jmx-console on a different port. With a JBoss upgrade, we are migrating from Jetty to Tomcat 5.0 In Jetty, each instance of the application could be launched with different script files that set a

[JBoss-user] [Security JAAS/JBoss] - useFirstPass option

2004-12-16 Thread scroyston
From Sun's JAAS faq http://java.sun.com/security/jaas/faq.html: Q: What are the standard LoginModule-specific options I can use? A: We haven't published a standard list, but here is a list of options commonly used. Note that the following is simply a guideline. Modules are free to support a

[JBoss-user] [Beginners Corner] - java.lang.OutOfMemoryError while Jboss deploy's my applicati

2004-12-16 Thread jakeer_hussain
Hi, I build a sample web application and deployed on JBOss 4.0.0. It worked fine. But, Quite often , I see java.lang.OutOfMemoryError. When this occurs I could not see the web-console or jmx-console. I simply restart the JBoss Server everytime I encounter this error. The Error messages are:

[JBoss-user] [Persistence CMP/JBoss] - CMR and too many parameters in delete sql statement

2004-12-16 Thread pvainio
Hi, I'm sure this issue has been adressed somewhere, but I just could not find it. I have a problem with Sybase and CMR. Sybase does not like to have more than 300 parameters in one SQL statement. When I delete many CMR relations inside one transaction it fails because generated delete

[JBoss-user] [Installation Configuration] - CommunicationException on shutown

2004-12-16 Thread jhudson
Hello, I am having a problem shutting down a server with shutdown.sh. I think I know why but I'm not sure what to do to solve the problem. The communication exception is for the ip of the machine but it can see that internal. It needs to use the 192.168 local ip. Is there any way I can

[JBoss-user] [Persistence CMP/JBoss] - Re: using hibernate in jboss-4.0.0

2004-12-16 Thread rajs1
I got it all working with Apache Derby as the database server, without a hitch (so far). First one needs to replace (in default/lib) the jboss-hibernate.jar that comes with JBoss4RC2 with the one from this wiki http://www.jboss.org/wiki/Wiki.jsp?page=JBossHibernate Rename

[JBoss-user] [Security JAAS/JBoss] - Principle looses login and password when bean is called remo

2004-12-16 Thread rkite01
I am using JBoss 3.2.3, eventually we will upgrade to 4.x. We have a requirement that connections from our JDBC pool assume the users login and password so that database logs reflect who performed what actions. This has been working for us as long as the client call is from the integrated

[JBoss-user] [Persistence CMP/JBoss] - Generated sql for Finder is wrong when xdoclet used

2004-12-16 Thread russelldb
Hi All, I have a finder defined thussly in the Entity Bean using xdoclet: - * @ejb.finder signature=java.util.Collection findByRole(java.lang.String user_role) | * unchecked=true | * view-type=local | * query=SELECT OBJECT(w) FROM WEBAPP_USER_ROLES w

[JBoss-user] [Installation Configuration] - log4j jdbcAppender Configuration

2004-12-16 Thread ocean
I am trying to add a new jdbcAppender to my default\conf\log4j.xml. I need to connect to Oracle 8i via Classes12.zip. I have tried putting the classes12.zip in a number of different directories to allow Log4j to access the database. The error i get is upon startup is:

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

2004-12-16 Thread vzilka
Just to make sure, here is the code in the standardjboss.xml file. | invoker-proxy-binding | nameManta-message-driven-bean/name | invoker-mbeanjboss.mq:service=JMSProvierLoader,name=MantaJMSProvider/invoker-mbean |

[JBoss-user] [Messaging, JMS JBossMQ] - Problem - JMS client authentication using ClientLoginModule

2004-12-16 Thread shivanandt
Friends.. I have a JMS topic, protected for read and write operation to a specific a role. I am using ClientLoginModule in auth.conf file for the client to be able to properly propogate the user and pass to the server. But its not reaching upto the server and server is taking the default

  1   2   >