[JBoss-user] [Messaging, JMS JBossMQ] - Re: Caching messages in Hypersonic database

2004-11-14 Thread topatidle
Hi, Thanks for the quick reply. I've noticed the I had an error in my previous post - I use a topic, not a queue. I did what you wrote (removed all messages), but the size of the file stayed the same. Is it because it was already alocated, and it will not insert new messages to the same

[JBoss-user] [Nukes User] - Problem deploying nukes.ear

2004-11-14 Thread hayes_philip
Hi, I am trying to install Nukes 1.1.0-RC3MYSQL using Jboss 3.2.3, MYSQL 4.0 and mysql-connector-java-3.0.15 When I try to deply nukes.ear I am getting the following message. This message is repeated a lot of times during the deployment. Any ideas? 22:15:37,815 WARN [ServiceController]

[JBoss-user] [J2EE Design Patterns] - Re: Decimal's question

2004-11-14 Thread zzsky
already OK View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855100#3855100 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855100 --- This SF.Net email is sponsored by:

[JBoss-user] [HTTPD, Servlets JSP] - Re: Serving static content stored in any directory

2004-11-14 Thread plamarqu
I followed the instructions for jboss-3.2.3/tomcat-4.1.x as described at : http://www.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories I am using jboss-3.2.0+tomcat-4.1.24 but it doesn't seem to work. Are there some specific steps for it to work on jboss 3.2.0? thks. View the original post

[JBoss-user] [Installation Configuration] - Re: Source files with 100644 termination???

2004-11-14 Thread duardor
Sorry, this is a problem with my decompress software... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855103#3855103 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855103

[JBoss-user] [Beginners Corner] - Hot Deploy

2004-11-14 Thread mcampelo
Hi All, I'm starting to play with JBoss and I read that there is a Hot Deploy feature. It is very nice to use if you are in a Development Box, but IMHO, it's not that interesting when we are in a Production Box. So my question is: is there a way to turn off the Hot Deploy feature? Thanks in

[JBoss-user] [Persistence CMP/JBoss] - Primary key for created instance is null

2004-11-14 Thread jobor
Hello, I get this message with the combination of: entity-command name=mysql-get-generated-keys/ and container-configuration extends=Standard CMP 2.x EntityBean container-nameDelayed CMP 2.x EntityBean/container-name insert-after-ejb-post-createtrue/insert-after-ejb-post-create

[JBoss-user] [Installation Configuration] - Cannot bind transaction factory in CORBA naming service

2004-11-14 Thread jerryp64
When I start the JBOSS server up on a SuSE Linux box I get exceptions during the CorbaTransactionService. The console says that it could not connect to 10.1.18.42:3528. I am not connected to a network. I am just trying to run a local version of JBoss for testing purposes. This seems to make

[JBoss-user] [Persistence CMP/JBoss] - Re: Primary key for created instance is null

2004-11-14 Thread loubyansky
Valid primary key value must be available after ejbCreate. So, the combination is not allowed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855111#3855111 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855111

[JBoss-user] [EJB/JBoss] - Re: Error: lock 0

2004-11-14 Thread loubyansky
NoLock policy can't be used with commit option A. See wiki CMP caching page. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855112#3855112 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855112

[JBoss-user] [Installation Configuration] - Re: jboss 4 and PostgreSQL

2004-11-14 Thread komone
With Postgres you need to change other to oid. If you have no need for persistent ejb timers then the noop is ok, but if you do need them, then unfortunately, the default setting will throw a SQL exception on second boot complaining that the table timers already exists. /k1 View the

[JBoss-user] [EJB/JBoss] - Re: Error: lock 0

2004-11-14 Thread duardor
Thank you so much! If we change the commit opton to B the performance will be affected badly, am I right??? At least , the system probably will work... We are having another problem, related to use a CMR iterator in a different transaction... I think that changing the commit option to B and

[JBoss-user] [Persistence CMP/JBoss] - Re: Can CMP contain non-persistent fields

2004-11-14 Thread jobor
The answer is NO If you deploy a CMP bean without setter for an CMP field you get this message: 17:04:18,664 WARN [verifier] EJB spec violation: Bean : MyBean Section: 10.6.2 Warning: The entity bean class must define a set accessor for each CMP field. Info : Field: myField The CMP fields

[JBoss-user] [Persistence CMP/JBoss] - Re: CMR Collection to ArrayList

2004-11-14 Thread jobor
I think this is because of the EJB spec. All CMR fields are of type Collection or Set. You never know the real implementation of the Collection of Set. If you want an ArrayList just create one and populate this one with help of the returned Collection or Set. Johan. View the original post :

[JBoss-user] [The Lizzard's corner] - I think I found a bug in jboss 3.2.5

2004-11-14 Thread eantoranz
I'm developing a web application for the hospital I'm working for. It's still in development state. During the development process I chaged the name of the war file I was using for development. I had brought the job home once to make a presentation and didn't delete the old file. When I

[JBoss-user] [HTTPD, Servlets JSP] - Building a .ear file

2004-11-14 Thread Sald
I am beginning with JBoss, please, i would like to know, how can I build the .ear file?!?!?!?! thanks regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855119#3855119 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - JBoss 4.0 documentation

2004-11-14 Thread ypfamily
Where is JBoss 4.0 docs? I was about to download the docs for 4.0 when I saw that the jboss.org pages were redesigned, but now I can't find the docs for 4.0 and only see docs for 3.2. Where are they? Thanks, Yaakov. View the original post :

[JBoss-user] [Installation Configuration] - Re: ClassCastException - JavaMail JNDI in Application Clie

2004-11-14 Thread tmarrs
OK, I can answer my own question. I set everything up correctly (that?s why I could use the Environment Variable and URL with J2EE-style JNDI ENC names) on the client side. However, according to Ingo Klckl, you can't access JNDI resources bound under the java:/ namespace. Here's an excerpt from

[JBoss-user] [Nukes User] - jboss-3.2.3_nukes-1.1.0-RC3 doesn't boot

2004-11-14 Thread me3x
Hi I downloaded Nukes + JBoss Bundle to give it a try, but I can't make it run. I get this error all the time and don't know what to do with it. I'm running Win XP Eng SP2, any ideas? I've got jboss 4.0 as well and it's working without any problems... it's just this nukes bundle that's not

[JBoss-user] [Advanced Documentation] - Re: information on jboss 3.2

2004-11-14 Thread nrichards
The 3.2.6 admin guide is available at http://www.jboss.org/docs/index#as. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855132#3855132 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855132

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0 documentation

2004-11-14 Thread microneering
http://www.jboss.org/docs/jbossj2ee-src.zip has an update to the j2ee tutorial from SUN. This tries to transform the bank j2ee example into something that runs with jboss 1.4. It doesn't work or win xp where I tried it. Lots of missing and incorrect pieces. View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: An error in Getting started Documentation

2004-11-14 Thread microneering
http://apache.ziropay.org/jakarta/taglibs/standard/binaries/ I have sympathy for you, I can't find the stuff the docs say is there or the the ant build wants. I put these in the ant lib to get it to do the compile step. Now the package step doesn't work, says

[JBoss-user] [JBoss Getting Started Documentation] - 4.1.3. Package the EJBs

2004-11-14 Thread microneering
expected result 4.1.3. Package the EJBs The application has one EJB jar, bank-ejb.jar, which contains the code and descriptors (ejb-jar.xml and 15 jboss.xml) for the entity beans and associated controller session beans which the clients interact with. The pacakge- ejb Ant target will create

[JBoss-user] [Beginners Corner] - Where is Getting Started for 4.0?

2004-11-14 Thread ypfamily
Hi, Before the jboss.org website was redesigned I know I saw a document on getting started using JBoss 4.0... Now, that it is redesigned, I can't find ANY docs on JBoss 4.0. I only see 3.2. Could someone provide the link to the free and NOT free docs for JBoss 4.0? Thanks, Yaakov. View the

[JBoss-user] [Clustering/JBoss] - Could not load the org.jboss.ejb.plugins.ServiceEndpointInte

2004-11-14 Thread shuchan
Hello, (I posted this to JBoss Developer's forum and re-post here again.) I get the following warning mesasge every time when stateless session beans are deployed onto clustered JBoss AS 4.0.0. 16:59:42,034 INFO [EjbModule] Deploying BorrowRecordSearch 16:59:42,058 WARN [EjbModule] Could

[JBoss-user] [Management, JMX/JBoss] - Re: Retrieve listing of connection pools

2004-11-14 Thread diripu
Thanks. jboss.management.local:J2EEServer=Local,ResourceAdapter=JMS Adapter,j2eeType=JCAResource,name=JmsXA In the above connection pool MBean JmsXA, there is attribute called stats of type JCAStats. In which there are two methods called getConnections() and getConnectionPoolStats() and

[JBoss-user] [Security JAAS/JBoss] - Re: One basic problem about authentication..can someone help

2004-11-14 Thread planet11
no one knows...? please.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855140#3855140 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855140 --- This SF.Net email is

[JBoss-user] [Security JAAS/JBoss] - 403 - Access to the requested resource has been denied

2004-11-14 Thread infectedrhythms
I am trying to set up jass security on my web site and am getting: 403 - Access to the requested resource has been denied. This is in my login-config.xml... | application-policy name = Mamoth |authentication | login-module code =

[JBoss-user] [Installation Configuration] - Re: Creating minimal server package for deployment.

2004-11-14 Thread infectedrhythms
am running 4.0 I think it still quite big no or that the smallest it can go? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855142#3855142 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855142

[JBoss-user] [Nukes User] - News Admin - Error creating a new topic

2004-11-14 Thread kdaal
I am running on Linux and using 'jboss-3.2.3_nukes-1.1.0-RC3.zip : Standalone Nukes 1.1.0 RC3' build. When I try to create a new topic (logging in as 'admin' and using 'News Admin') I am getting the following error. Any help is appreciated...Thanks in advance..

[JBoss-user] [Security JAAS/JBoss] - Re: 403 - Access to the requested resource has been denied

2004-11-14 Thread infectedrhythms
It seems to be working some what! I get the 403 error only when I enter the correct username and password... If not the browser will keep asking me to enter username and password! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855147#3855147 Reply to the post

[JBoss-user] [JBoss.NET] - Re: Axis EJB provider not registered with JBoss 3.2.6

2004-11-14 Thread mjea
Thank you. I replaced the old handler !--service name=WSTest type= regenerateElement=true | provider=java:EJB style=rpc use=encoded | ... by service name=WSTest type= regenerateElement=true | provider=Handler style=rpc use=encoded | parameter