[JBoss-user] [Installation & Configuration] - Re: Where should I config the data source ?

2004-06-13 Thread meissa
in the deploy dir of your config set. As an example you can see hsqldb-ds.xml in the deploy directory of the default config set. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838612#3838612 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss and UTF Character encoding

2004-06-13 Thread Dargrim
Thank you You had right. I use JBoss 3.2.4 with tomcat 5, and set up useBodyEncodingForURI as "true". I this moment all is ok. All parameters from "get" method are displayed as polisch characters. One more time, thank you. View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Persistence & CMP/JBoss] - Re: unexplained lock in 3.2.4

2004-06-13 Thread loubyansky
If it is a lock in EJB container then another concurrent transaction locked the instance. You can enable trace logging for org.jboss.ejb.plugins. Once again, if you use Instance Per Transaction, do you get the deadlock? View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Installation & Configuration] - Getting shared memory error "java.lang.Exception: java.sql.S

2004-06-13 Thread nischalsharma
hi friends I am facing one problem while using the jboss-3.2.3 with oracle 9i as RDBMS. here in my application i am using ejb which mainly contain cmp and session bean when i starts my application on jboss and after browsing few pages i get this error message: ERROR message is given below

[JBoss-user] [Persistence & CMP/JBoss] - Re: Erroneous Error Msg. When Hot-Deploying

2004-06-13 Thread loubyansky
Make sure you do deploy the correct bean class version and the correct class name is used for VendorContactEJB as ejb-class in ejb-jar.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838608#3838608 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Persistence & CMP/JBoss] - Re: Method is not a known CMP field accessor, CMR field acce

2004-06-13 Thread loubyansky
Which JBoss version? I guess, this is because you also have | abstract public void setParent(com.stalworth.dqrules.vobj.RuleSetValue val); | This should be fixed in 3.2.4 release. Try renaming value object setter if you are using an earlier version. View the original post : http://www.jbo

[JBoss-user] [Persistence & CMP/JBoss] - Re: One CMP with 2 Tables

2004-06-13 Thread loubyansky
No. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838606#3838606 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838606 --- This SF.Net email is sponsored by the new

[JBoss-user] [Persistence & CMP/JBoss] - Re: DataSource API's from JBoss

2004-06-13 Thread loubyansky
Yes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838605#3838605 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838605 --- This SF.Net email is sponsored by the ne

[JBoss-user] [Persistence & CMP/JBoss] - Re: DataSource API's from JBoss

2004-06-13 Thread yundi
so, did the data source implementation of jboss support connection pool itself? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838604#3838604 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838604 -

[JBoss-user] [Installation & Configuration] - Where should I config the data source ?

2004-06-13 Thread yundi
I know if I wanna get the connection by data source. I need to have a jndi configured. Where should I put it and how ? One more question, did the data source of jboss support connection pool ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838603#3838603 Rep

[JBoss-user] [EJB/JBoss] - getEJBLocalObject

2004-06-13 Thread sanjewad
Hi I am using JBoss 3.2.3 and I have written a proxy class to invoke ejb methods. public Object invoke(Object ejbObjectName, String methodName, Object[] parms) Iam invoking the method above because I have the Localobject with me when I call the invoke method. my parms include LocalObject paramet

[JBoss-user] [Installation & Configuration] - Extremely verbose debug mode?

2004-06-13 Thread Some1ne
I'm trying to debug a mobile application which sends requests to a JBoss server and was wondering if there's any way to make JBoss spew all requests it recieves either to the console or to a log file...basically, if (in the land of pretend where everything is simple like it should be) a server-c

[JBoss-user] [Beginners Corner] - Issues Parsing XML After 3.2.4 Upgrade

2004-06-13 Thread HunterHillegas
I am testing 3.2.4 for deployment. When deploying one of my EARs, I see the stack trace below in my log. Anyone else seen this? Any ideas what is causing it? We use JDOM to parse an XML file when the web app is started up. That seems to be the source Is this some kind of issue with a library th

[JBoss-user] [HTTPD, Servlets & JSP] - Issues Parsing XML with 3.2.4 Upgrade

2004-06-13 Thread HunterHillegas
I am testing 3.2.4 for deployment. When deploying one of my EARs, I see the stack trace below in my log. Anyone else seen this? Any ideas what is causing it? We use JDOM to parse an XML file when the web app is started up. That seems to be the source Is this some kind of issue with a library th

[JBoss-user] [Performance Tuning] - Re: Hundreds of MBeans running concurrently

2004-06-13 Thread hbaxmann
The well known, but hidden: @jboss-make-fastestest bax View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838598#3838598 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838598

[JBoss-user] [Persistence & CMP/JBoss] - how to find the application server info

2004-06-13 Thread xeibya
Hi, I am wondering how to get the application server info in Java code, just like we can find out which db platform be used. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838597#3838597 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Performance Tuning] - Re: Declared sql runs slowly

2004-06-13 Thread treespace
To confirm the performance loss, I would execute the same query using the same driver using JUnit or from a simple Java main method. Unlikely to be a JBoss problem per se. PL/SQL will be faster, but no an order of magnitude faster. View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [Beginners Corner] - Re: Rank beginner trying to get anything working ...

2004-06-13 Thread sheepdog
"pumuckel" wrote : this file must be on the classpath when starting up the client It was not in the classpath. Seems strange to put a "properties" file in the classpath. Anyway the standard JBoss template has this file in 2 places, /etc and /build/bin. I put the one in /build/bin into the clas

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB-QL Finder method error

2004-06-13 Thread pumuckel
I think I solved the problem. I used a MySQL 4.0.15 DB. This DB does not support subqueries. MySQL 4.1.x should do it, but at this is at the moment at alpha stage. I tried it with MSSQL DB and it worked. Does anybody know if Postgres does support subqueries? View the original post : http://www.

[JBoss-user] [Performance Tuning] - Hundreds of MBeans running concurrently

2004-06-13 Thread walkman
How can I improve the performance of MBeans ? I have got hundreds - thousends of them running concurrently. I need to be able to run concurrently as many as I can and each MBean needs to do fast. Any Idea ? if so are there any XDoclets tags for it. View the original post : http://www.jboss.org/i

[JBoss-user] [Persistence & CMP/JBoss] - One CMP with 2 Tables

2004-06-13 Thread madadi
Dear all... I am new to j2ee. i want to strore data in mysql which contains 2 tables.is it possible with one Ejb(CMP) ? when i tried i got some problems.. thanks in advance... regards madadi View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838591#3838591 Re

[JBoss-user] [Persistence & CMP/JBoss] - Re: NO HTTPSESSION DISTRIBUTION

2004-06-13 Thread madadi
hai, my problem solved...thanks.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838590#3838590 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838590 --- This SF.Ne

[JBoss-user] [Beginners Corner] - Re: JBoss API doc

2004-06-13 Thread vashistvishal
Download src code and then generatea pi doces from there, it has a shell script which does that for you in one of the directoreis i forgot now which one. I hope this helps. Cheers... Vishal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838589#3838589 Reply

[JBoss-user] [HTTPD, Servlets & JSP] - redeploy: IOException while loading persisted sessions: java

2004-06-13 Thread idocoding
hi folks, since i am using jboss 3.2.4 with catalina (used 3.2.1 with jetty before), i get the following error, if i redeploy. thanks, marcus 11:41:17,236 ERROR [ManagerBase] IOException while loading persisted sessions: j ava.io.WriteAbortedException: writing aborted; java.io.NotSerializableE

[JBoss-user] [Beginners Corner] - Re: Rank beginner trying to get anything working ...

2004-06-13 Thread pumuckel
Have you specified a jndi.properties filr for the client. | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces | java.naming.provider.url=localhost | this file must be on the classpath when starting up t

[JBoss-user] [Beginners Corner] - JBoss API doc

2004-06-13 Thread xeibya
Hi, Can anyone tell me where I can find JBoss API doc? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838586#3838586 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838586