[JBoss-user] [Beginners Corner] - please help: ava.lang.UnsupportedClassVersionError: org/apac

2004-08-20 Thread schwarcz
I have compiled and deployed the same four application to two different servers (Wind Xp Pro SP1, JBoss 3.2.5/Tomcat, JDK 1.4.2, J2EE 1.3). However one (and only one) of the applications bombs on only one of the servers complaining about my jsp (see below). Any ideas or suggestions as to what

[JBoss-user] [Installation & Configuration] - need configuration https in jboss 3.0.8

2004-08-20 Thread ottoniel
i need configuration of https in jboss 3.0.8 someone can help me? Tank you. Ottoniel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845784#3845784 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845784

[JBoss-user] "setModelerType method not found" - when updating attributes using JMX-console

2004-08-20 Thread Sastry Malladi
I'm using JBOSS 3.2.5 (latest production version). When I use the jmx-console page and then select catalina server mbean to update any attributes, I get the following exception. The method "setModelerType" is indeed not there in the StandardServer. So the question is, why is the catalina server mbe

[JBoss-user] [Clustering/JBoss] - running two clusters on the same network

2004-08-20 Thread elindauer
Hi, I'm trying to run two clusters (development / production) on the same network. I've read several suggestions in the forums indicating that I need to change the multi-cast address in cluster-service.xml, ie: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845781#3845781 Reply

[JBoss-user] [EJB/JBoss] - Forcing a commit for a Container Managed Transaction

2004-08-20 Thread hmae
Is there a way to force an CMT entity bean to commit to a database without caching? Is there some setting that I need to edit? Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845780#3845780 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Beginners Corner] - Over rule JDBC driver default properties

2004-08-20 Thread svenbeer
Hallo Eveerybody I would like to over rule some default properties of the JDBC driver I am using. I have tried the following config statements in my -ds.xml file, but it does not seem so effect the connection at all!? propertyValue and propertyValue http://www.jboss.org/index.html?module=bb

[JBoss-user] [The Lizzard's corner] - Re: What is the biggest site using JBoss ?

2004-08-20 Thread grnwood
"jaap" wrote : Well | | I have got a small site running JBoss. About 1000 visitors a day. The site is reasonably complex - light pages are about 10 database requests, the heavier pages need up till 1000 database requests. | | Before JBoss I had the same war's where running flawlessl

[JBoss-user] [EJB/JBoss] - Re: why i can't invoke bmp method

2004-08-20 Thread jamesstrachan
You found the bug, not me. I missed that one. James View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845777#3845777 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845777 --

[JBoss-user] [Persistence & CMP/JBoss] - EJB-QL - IS EMPTY

2004-08-20 Thread juniorcarl
I'm not sure if the following EJB-QL with the "IS EMPTY" expression is translated correctly by JBoss 3.2.5. Wouldn't the generated SQL return an empty result no matter what? | | | | | translated to... | | SELECT DISTINCT t0_s.service_id FROM service t0_s, subscription t1

[JBoss-user] [HTTPD, Servlets & JSP] - Re: HttpServletRequest.getServerPort() incorrectly returns 8

2004-08-20 Thread danorris
Another followup: I don't see this behavior in JBoss 3.2.3; getServerPort() correctly returns 8080 with the stock configuration. Is it possible this is a bug introduced between .3 and .5? -- David Norris [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [Javassist user questions] - Metaobject NullPointerException caused by final methods (and

2004-08-20 Thread nathanmeyers
Hello, I just got back to using Javassist after some unsuccessful earlier attempts. I was hitting a strange NullPointerException during execution of some methods in classes I had instrumented with Javassist reflection. The problem turned out to be some faulty logic in ClassMetaobject for determ

[JBoss-user] [Installation & Configuration] - Re: JBoss, Hibernate, JDBC, hotdeploy causes error

2004-08-20 Thread forhead
driver jar should not be inside EAR file View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845772#3845772 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845772 --- SF.N

[JBoss-user] [EJB/JBoss] - Re: why i can't invoke bmp method

2004-08-20 Thread osataken
oh , sorry ejbCreate() was invoked.(i just see it in my last reply - -") i miss a very simple statement in ejbCreate(). i miss pstmt.executeUpdate(); | in ejbCreate() so database was not created too. thank you again jamesstrachan.^^ View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [EJB/JBoss] - Re: why i can't invoke bmp method

2004-08-20 Thread osataken
no error occur while i deploy ejb module. this is an output when i deploy ejb module(i test in jboss 3.2.3 and 3.2.5) anonymous wrote : | 00:00:07,066 INFO [EjbModule] Deploying Account | 00:00:07,657 INFO [EJBDeployer] Deployed: file:/C:/jboss-3.2.5/server/default/deploy/Account.jar |

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-20 Thread theute
Arf sorry i forgot about the stripped tags... "theute" wrote : First you should modify your .classpath with Eclipse closed as i think Eclipse will replace your .classpath by the one it has in memory. So check that your .classpath has not been modified | | I only use 1 project and 1 classpat

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss+WSMQ - connection to queue is closed after several

2004-08-20 Thread [EMAIL PROTECTED]
JBoss's MDB already registers a Connection.setExceptionListener() on the WSMQ connection (as defined by the JMS api). If WSMQ doesn't report any error, there is nothing JBoss can do about it. If WSMQ does report an error, JBoss will try to reconnect (once every 10 seconds by default - see reconne

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Lost or forgotten messages in queue

2004-08-20 Thread [EMAIL PROTECTED]
Yes there are two problems with the file persistence managers. 1) They do not guarantee the data is flushed to the physical disk, it could still be held in OS buffers. 2) They have no checksum so it is impossible to detect data corruption. View the original post : http://www.jboss.org/index.htm

[JBoss-user] [Beginners Corner] - Re: How to connect to HyperSonic DB on JBoss?

2004-08-20 Thread wieza
I'm using JBoss 3.2.5. It has Hypersonic embedded, I created some tables using Database Manager but the problem is how to connect to it in Java application? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845763#3845763 Reply to the post : http://www.jboss.or

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Sending JMS from session bean and transaction time-out

2004-08-20 Thread [EMAIL PROTECTED]
The reason is that the session stores messages sent in a transaction locally. It doesn't send them to the server until the commit (which never happens because the timeout forces a rollback). 1) connection.createSession(...); // enlists session in transaction 2) add messages to the session (it is t

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: XAConnectionFactory not bound

2004-08-20 Thread [EMAIL PROTECTED]
There is no such deployment "QueueConnectionFactory". There is a "ConnectionFactory" or "UIL2ConnectionFactory", etc. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845759#3845759 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [HTTPD, Servlets & JSP] - Re: POST request truncated in JBoss but not in WebLogic?

2004-08-20 Thread raquelaraujo27
Hello, I am having a similar problem and I am wondering if you found the answer to your problem. Thanks... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845758#3845758 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384

[JBoss-user] [JCA/JBoss] - Re: Connection failure during managed transaction

2004-08-20 Thread [EMAIL PROTECTED]
Moderated: It is an FAQ on the WIKI Moderated: Stop posting "me too"s they do not help the original poster. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845756#3845756 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [EJB/JBoss] - Re: Is there a way to download stub jar for an deployed EJB

2004-08-20 Thread yueming
Ok, but it will be very hard for the client side to assemble this Jar because the user who consumes the EJB probably is not the one who develops this EJB, so the only way is resorting to the runtime, and I just think JBoss might do that for the client. About the spec, I was wrong, "Because this

[JBoss-user] [JCA/JBoss] - Re: jboss.xml (4.0RC1) for Message Driven Beans

2004-08-20 Thread [EMAIL PROTECTED]
On the WIKI: http://www.jboss.org/wiki/Wiki.jsp?page=ConfigMessageListener or docs/dtd/jboss_4_0.dtd in the distribution View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845755#3845755 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [EJB/JBoss] - Re: ABSTRACT_SCHEMA problem with ejb-ql

2004-08-20 Thread pique
Version JBoss 3.2.5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845754#3845754 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845754 --- SF.Net email is sponsored

[JBoss-user] [EJB/JBoss] - Re: ABSTRACT_SCHEMA problem with ejb-ql

2004-08-20 Thread pique
Is ORDERING so may cause problem? and error - generated query has starnge "table-name" after from SELECT t0_aa.id, t0_aa.ordering FROM TABLE-NAME = "ACCOUNTANAL" t0_aa, ACCOUNT t1_aa_account WHERE (t1_aa_account.id = ? AND t0_aa.account_id=t1_aa_account.

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Update a deployed web app

2004-08-20 Thread johnyu
It works (JBoss 4). A simple mistake with two Tomcats running. Thanks formenti. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845753#3845753 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845753

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-20 Thread theute
First you should modify your .classpath with Eclipse closed as i think Eclipse will replace your .classpath by the one it has in memory. So check that your .classpath has not been modified I only use 1 project and 1 classpath (in the root directory of the project) Be careful with the different

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Update a deployed web app

2004-08-20 Thread formenti
try under "jboss4\default\tmp\deploy\\xxx.war\" where is your most recent ear directory... It works in JBoss 3.2.3, i don't know in JBoss4 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845750#3845750 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Update a deployed web app

2004-08-20 Thread johnyu
How to update individual JSP files? I tried under "jboss4\default\deploy\xxx.war\", but with no success. I'm wondering if only archive files can be hot deployed (I'm using a directory structure). formenti, it seems you were able to do that. Could you give more details? View the original post :

[JBoss-user] [EJB/JBoss] - Re: Is there a way to download stub jar for an deployed EJB

2004-08-20 Thread darranl
You will need to create the jars for the clients yourself so that they just contain the required classes. If you are going to mention the specs, which spec (title and version), and which section are you referring to? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-20 Thread dontrango
hi theute, thanks for your classpath. if you don't mind i'd like to try 1st. i'm using eclipse3.0 200406251208 with jboss-ide plugin what's wrong with these steps? - created a new project : file->new->'java project' source folder : Jnukes/src output folder: Jnukes/bin - selected file->new->

[JBoss-user] [JCA/JBoss] - Re: Jboss - MS SQLSERVER2000 configuration problem

2004-08-20 Thread mbaptist
Hi, Here is the Datasource definition we are using to connect to a MS-SQLServer 2000 from a Linux Jboss server: (replace jndi name and properties values with your own...) jdbc/DSNAME jdbc:microsoft:sqlserver://DBSERVER:;ServerName=DBSERVER;PortNumber=;DatabaseName=DBNAME;Us

[JBoss-user] [EJB/JBoss] - How to get the JNDI name of an EJB deployed to JBoss?

2004-08-20 Thread yueming
Hi there, Is there an API for this in JBoss? I know the JNDIView MBean can be used to browse all the name entried in JNDI, but I want to get a JNDI name for an EJB, is there a function like getJNDIName(ObjectName objname) in some MBean or service, where for example objname="EJBModule=KTJAR.jar,

[JBoss-user] [Installation & Configuration] - Add excludes to DeploymentFilter

2004-08-20 Thread davidmboon
I would like to add several additional matches to the DeploymentFilter in jboss-service.xml.For example in the root of our war we have several symbolic links that link to several hundred gigabytes of content, I'd like skip that directory. Option 1 (Prefered): I would like to be able to sp

[JBoss-user] [EJB/JBoss] - Re: Is there a way to download stub jar for an deployed EJB

2004-08-20 Thread yueming
Just like you said, the client just needs jbossall-client.jar and the home and remote interfaces, what I'm trying to do is get this home and remote interfaces from JBoss for client usage. Usually a stub jar can contain those things, I think in JBoss case I used the wrong word since JBoss is usin

[JBoss-user] [JCA/JBoss] - Re: Dramatic SQL response time moving from jboss 3.0.6 to 3.

2004-08-20 Thread mbaptist
Hi, We finally found the trick ;-) It was due to a misconfiguration in the DataSource definition (pointing to a wrong server :-( ). Sorry for that thread!!! By the way, during our tests we discovered that the JTDS driver were 15 to 20 % faster that M$ one. We do recomend the p5spy profiler. E

[JBoss-user] [Nukes User] - Re: Security and Permission setting

2004-08-20 Thread innovate
Hi, Solved the problem. Following an excerpt from my custom advertisement block which should be displayed only for a particular url pattern: public boolean getDisplayed(Page page) { | String advertisementUrl = page.getRequest().getServletPath(); | Level level = secGetLevel

[JBoss-user] [Beginners Corner] - News in JBoss 3.2.x

2004-08-20 Thread daniels
We are currently using JBOSS version 3.0.4. Before moving to 3.2.5, we wanted to analyze the improvements that JBOSS 3.2x provides. We tried searching for change logs and in the forums, but in vain. Please help! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Persistence & CMP/JBoss] - Re: BLOBs and Transactions

2004-08-20 Thread ceh
I am not using PreparedStatement. I am using the setter, i.e. myobj.setGraphic(g) and myobj.setAudio(a) where g and a are byte[]. Please keep in mind, this works just fine outside of an explicit transaction. If there were a typo, this would not be true. View the original post : http://www.jboss

[JBoss-user] [Installation & Configuration] - Classloading problems betw EJBs and WARs

2004-08-20 Thread bgw2
I'm deploying several web applications on JBoss 3.0.7 running on Solaris. These web applications share some EJBs which are deployed in a separate EAR. The EJBs in the EAR share some common core classes (value objects, PKs, exceptions) which are packaged in a "support" jar which is then referenced

[JBoss-user] [JCA/JBoss] - Re: 3.2.5 + JCA + CCIBlackBox

2004-08-20 Thread ralf.siedow
"deguoren" wrote : Hi, | | | try | | { | | Context initCtx = new InitialContext(); | | javax.resource.cci.ConnectionFactory cf = (javax.resource.cci.ConnectionFactory)initCtx.lookup( "java:comp/env/eis/CciBlackBoxLocalTx

[JBoss-user] [JCA/JBoss] - Re: jboss.xml (4.0RC1) for Message Driven Beans

2004-08-20 Thread ralf.siedow
Hello, isn't there anyone who can tell me what this error means?: 14:32:44,959 ERROR [JBossMessageEndpointFactory] Starting failed jboss.j2ee:binding=message-inflow-driven-bean,jndiName=local/SmsInfoBean,plugin=invoker,service=EJB org.jboss.deployment.DeploymentException: Cannot locate resource a

[JBoss-user] [Beginners Corner] - Stateless Bean to Hibernate

2004-08-20 Thread arunarao
Hi, I am trying to make some data persistent in to the database and using hibernate for that.i am doing this through a session ejb..I have a client where i am calling addItem(item) method. Problem is in client program.i am stuck there itself. i get the following error

[JBoss-user] [Installation & Configuration] - JBoss/Tomcat creating HttpSession automatically

2004-08-20 Thread ltcmelo
Hi, my applicatio (jboss 3.2.3/tomcat 4.1) always creates HttpSession automatically, is this some kind of configuration. If in the first jsp of my application request.getSession(false); NEVER returs null. Why this behaviour??? How can i avoid it??? View the original post : http://www.jboss.or

[JBoss-user] [Nukes User] - Re: Nukes 1.1 default theme

2004-08-20 Thread ninus2
ahhh imagic!! simple, cosy, its blue lines! its little shadow below the banner! =) vote imagic ! that's a cool poll, thanks again for the SecuredHtmlBlock cooper. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845720#3845720 Reply to the post : http://www.jbo

[JBoss-user] [Installation & Configuration] - Re: Preoblems with JNI-modules

2004-08-20 Thread frodeh
My initial problem was solved by creating a MBean that took care of the instanciating of the object that loaded the DLL. My next problem is to discover when the object has lost connection with the DCOM-server, and then restart the MBean. The detection is easey, because any call to any method of

[JBoss-user] [Persistence & CMP/JBoss] - Oracle 9.2 TAF with JBoss 3.2.5

2004-08-20 Thread sheckler
Hi all, I would like to use "Transparant Application Failover" (TAF) with my JBoss. What programmatic changes are necessary in my source code, what configurative changes in the JBoss configuratation files? Im am using the following connection URL anonymous wrote : jdbc:oracle:oci:@CMD-DBR1

[JBoss-user] [Persistence & CMP/JBoss] - Re: Oracle database cluster

2004-08-20 Thread sheckler
"schmidts" wrote : Assuming you mean Oracle RAC (previously known as Parallel Server), you'll need to use the OCI JCDBC driver (aka "thick" JDBC driver) and have an appropriate tnsnames-configuration. When setup correctly, this makes the jdbc driver choose an available database server at connect

[JBoss-user] [EJB/JBoss] - Re: why i can't invoke bmp method

2004-08-20 Thread jamesstrachan
Are you getting any errors when you deploy the jar file ? If you get any messages similar to :- Instance of primary key not located that would indicate a problem. And are you getting any error messages or stack traces when you call the ejbCreate() method ? James View the original post : ht

[JBoss-user] [EJB/JBoss] - Re: wrong local-jndi tags in jboss.xml using Eclipse+Lomboz

2004-08-20 Thread AdCo
I have a session bean that use local home interfaces of a few entity beans. I'm using Eclipse 3.0 with Lomboz and XDoclet to generate the EJB classes and the deployment descriptors. The session bean contains a sequence like * @ejb.ejb-external-ref *ref-name="ejb/TaskLocal" *type="En

[JBoss-user] [Beginners Corner] - Re: how to precompile JSP?

2004-08-20 Thread darranl
Stop cross posting. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845706#3845706 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845706 --- SF.Net email is sponsored

[JBoss-user] [HTTPD, Servlets & JSP] - Re: how to precompile jsp?

2004-08-20 Thread darranl
Stop cross posting View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845707#3845707 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845707 --- SF.Net email is sponsored

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

2004-08-20 Thread sbrbot
Bidirectional relation between Pricing and PricingService (one-to-many); part of ejb-jar.xml: | | Pricing-has-PricingServices | | pricing | PricingRelationshipRole | One | | pricing | Pricing |

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-20 Thread theute
You only need 1 .classpath per project, the easiest thing to do is to put all nukes as 1 project (including all modules). When you create a project Eclipse creates a .classpath for you. In the wiki page it's explained If you have only the .ear then you have only the binaries you need to take th

[JBoss-user] [Installation & Configuration] - Memory management of web apps. 2 webapp vs. 1 big webapp...

2004-08-20 Thread gwillner2
Hi, I have the following server resource-related question: We have 2 webapps deployed on the same instance of jboss. Both webapps are unscoped and they use their own connection pool instances. -As far as I know, both apps are running in the same JVM. Is that true? -As far as I know, unscoped a

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

2004-08-20 Thread daEel
Hej! We use jboss 3.2.4 in production with commit option A. It works great but occationaly we need to hand edit some data in the database (maybe once a week maximum). This of course doesn't work very well since the data is cached in JBoss. I wonder if there is any way to flush this cache with

[JBoss-user] [EJB/JBoss] - Re: Is there a way to download stub jar for an deployed EJB

2004-08-20 Thread darranl
Stub jars are not required, the client just needs jbossall-client.jar and the home and remote interfaces of the component. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845700#3845700 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Persistence & CMP/JBoss] - Re: unique constraint & TransactionRolledbackLocalException

2004-08-20 Thread tomerbd
Truely, that was my second option, I wanted to use CMP's + My database capabilities to automatically detect such state, however it seems like it cant be done. I'm interested to know why wasnt the exception thrown at the right point ? (at the end of the method that had a required transaction).

[JBoss-user] [Persistence & CMP/JBoss] - Re: unique constraint & TransactionRolledbackLocalException

2004-08-20 Thread sbrbot
If you want to check before inserting new user whether the user with this alias already exist, you should create home test (finder or even better select) method findByAlias(String Alias) which will use EJBQL fo find user with this alias. Insert your new user only upon FinderException of findByAl

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-20 Thread dontrango
Hi, guys, have anybody tried the suggestions? referring to nick's steps, do I need to specify $JBOSS_NUKES to be my project directory? then I go to $JBOSS_NUKES/path-to-{common,nukes,other-modules} to place the .classpath? which .jar that I need? can you refer me to a web-site that show step-b

[JBoss-user] [HTTPD, Servlets & JSP] - how to precompile jsp?

2004-08-20 Thread didiss
Hello, i have searched and i have found nothing about how to precompile jsp on JBoss. I use JBoss 3.2.5. In fact the only thing i have found is that apparently tomcat use Jasper to compile the jsp. I have to work on a big application si i need to do that because that would be too much work f

[JBoss-user] [Persistence & CMP/JBoss] - Re: BLOBs and Transactions

2004-08-20 Thread sbrbot
It seems that we're talkink about typo! Look at your column indicies of prepared statement (AFAIK the PreparedStatement is the only way for inserting BLOB/CLOB fields). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845695#3845695 Reply to the post : http://

[JBoss-user] [Beginners Corner] - how to precompile JSP?

2004-08-20 Thread didiss
Hello, i have searched and i have found nothing about how to precompile jsp on JBoss. I use JBoss 3.2.5. In fact the only thing i have found is that apparently tomcat use Jasper to compile the jsp. I have to work on a big application si i need to do that because that would be too much work for

[JBoss-user] [Persistence & CMP/JBoss] - Re: Delete Foreign Key Object

2004-08-20 Thread sbrbot
First of all you have to know that MyISAM table type in MySQL is obsolete because it does NOT support referential integrities! It is strongly recommended to use InnoDB database type where you can implement referentional integrities. Database without referential integrities and without transactio

[JBoss-user] [Beginners Corner] - Re: Beginner trying to understand the classloader system: pl

2004-08-20 Thread didiss
"albert_steed" wrote : | 1. First I tried dropping the jar into the %jboss_home%\lib directory and | I get a package does not exist error. Why? | this directory is only for the jboss specific jar, you don't have to put any of your lib in this directory. "albert_steed" wrote : | 2. Se

[JBoss-user] [JCA/JBoss] - Re: Prepared Statement Caching

2004-08-20 Thread pants
Found answer, if you call prepareStatement with any arguments other than just the sql then caching doesn't work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845691#3845691 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Beginners Corner] - Re: making http request from within a session bean

2004-08-20 Thread columod
cheers, i'm familiar with that client but was wondering if jboss has a standard api/connector for handling this. cheers, colum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845689#3845689 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [Clustering/JBoss] - apache2/mod_jk/jboss4: fail over but no round robin

2004-08-20 Thread dukehoops
Hi, I have a basic 2 node cluster with apache2/mod_jk load balancer in front of it. the LB is supposed to be doing round robin with sticky sessions. However, all requests seem to be going to one and same node. the second gets requests only if i bring down the first one (failover). please note t

[JBoss-user] [JBoss Getting Started Documentation] - Re: javax.servlet.jar missing in 3.2.5?

2004-08-20 Thread dee_cal
Hi ! I am getting problems in import javax.ejb.* even after setting variables as mentioned below in build.properties and build.xml files. Any help is highly appreciated. TIA, Dee. "noel.rocher" wrote : Hi, | | the main pb comes from the new packaging of the web container. | You should

[JBoss-user] [Clustering/JBoss] - availability expectations with apache/mod_jk/tomcat?

2004-08-20 Thread dukehoops
I think I need to set my expectations of apache/mod_jk/tomcat realistically, so I'm hoping someone will be kind enough to clarify the following: Setup: 2 clustered nodes running jboss4/tomcat5, one node running apache/mod_jk with sticky round-robin. a distributable web app is farmed out to the cl