[JBoss-user] [Persistence & CMP/JBoss] - Re: ORA-01786: FOR UPDATE of this query expression is not al

2004-05-19 Thread cslenkey
Thanks for your answer. Of course we use false setting. That is the reason why I do not understand what has changed between the two versions. Csaba View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835630#3835630 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Beginners Corner] - Re: How can i see the numbers of threads in runtime?

2004-05-19 Thread tirana
I find reason of this problem if i start new thread (demon), which successfully finished but ActiveThreadCount is not decrease. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835629#3835629 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is one to many bidirectional working?

2004-05-19 Thread john_anderson_ii
Consider this one fixed guys! I got a bit retarded and decided to make my CMR fields CMP fields as well. That didn't work very well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835628#3835628 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Installation & Configuration] - Referencing environment variables from configuration files?

2004-05-19 Thread tomerbd
Hi Can I reference environment variables (in example dos environment variable) from within jboss-service.xml ? i.e. deploy/,file:///${JAVA_HOME} ? (I know I can access system properties...) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [EJB/JBoss] - General EJB relationship question

2004-05-19 Thread Rolf
Let's say I have two Entity Beans A and B. The relashionship between them is mxn. A have a getBs() method that return a Collection of B and B have a getAs() method that return a Collection of A. No how do I add two new beans. 1) NewA = home.create() 2) NewB = home2.create() 3) Collection

[JBoss-user] [Beginners Corner] - JBoss IDE launcher problems

2004-05-19 Thread adas
Hi, Using: Eclipse 2.1.3 JBoss 3.2.3 JBoss IDE I am getting this error "Launch mode run not supported for configuration type org.jboss.ide.eclipse.launcher.configuration.jboss.JBoss32XLaunchConfiguration" when I click on Preferences->JBossIDE->Launcher. Could some help me with this. Thanks Vie

[JBoss-user] [Management, JMX/JBoss] - Setup startup class.Urgent!

2004-05-19 Thread j88
Hi, i'm using JBoss4.0. i'm having problem iwf startup class. i need to lookup for "DatabaseManagerImpl" with is a jndi name to startup class. May i know how to bound the jndi name in the JBoss so i can lookup for it when i strat the server? Can we just bind the name in the JMX console?? This is

[JBoss-user] [J2EE Compliance] - Loose Deployment Descriptor Checking

2004-05-19 Thread treespace
JBoss does not validate the ejb-jar.xml elements and has very loose checking on method-param elements of container-transaction descriptors at runtime. The imact of this is near zero until we do periodic WebLogic builds where we have to fix all of the accumulated "errors". Can we enable more stri

[JBoss-user] [Beginners Corner] - Re: Error Msg while installing JBoss

2004-05-19 Thread pythonista
I suspect HL7ToQueueMsgAdapter is part of a third-party product to handle Health Level 7 XML messages. If this is the case, you should probably take this up with the vendor/project that provided your HL7 messaging capability. If HL7ToQueueMsgAdapterService is something you developed in-house, y

[JBoss-user] [Management, JMX/JBoss] - Re: MBean JNDI Name: Alternative to RMIAdapter?

2004-05-19 Thread budworth
Unless something has changed recently, MBeans are *NOT* remote objects. You can either a) use RMIAdaptor to access things via the MBean server (which you would like to avoid) b) Use HTML adaptor (not a good choice IMHO) c) Bind an RMI stub for your service to the JNDI tree My company does "c"

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to save JSP Page to Excel w/ JBoss 3.2.2. Help pls..

2004-05-19 Thread maccoy
hello guys! M sori it took a while for me to check and test your ideas. I've been out of office for almost a month, I had a short vacation and after a training. Anyway, can you give me (if possible) a sample code. Should I issue clear buffer every end of the line? How would I assure that the co

[JBoss-user] [Beginners Corner] - Re: Error Msg while installing JBoss

2004-05-19 Thread [EMAIL PROTECTED]
When I posted a link on how to use the JBoss forums, I meant for you to post more information, not post in the beginners forum. Your post contains no useful information, it mentions neither a jboss error message or a jboss stacktrace. i.e. what is HL7ToQueueMsgAdaperService? - it is certainly not

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid Transaction ID Error

2004-05-19 Thread [EMAIL PROTECTED]
Yes, I will add it for 3.2.4 (after some testing of my own). Let me know how the XA tests go. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835617#3835617 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835617 --

[JBoss-user] [JCA/JBoss] - Re: Problem with rolling back transactions with JBoss 3.2.3

2004-05-19 Thread [EMAIL PROTECTED]
That is because you are still allocating the connection in ejbCreate() If you really want to do this (I don't recommend it) you need to: 1) Change deploy/transaction-service.xml to have SpecComplaint=true 2) Define a resource-ref for your ejb that has something like the following example taken f

[JBoss-user] [Security & JAAS/JBoss] - Re: Extending DatabaseServerLoginModule... (urgent)

2004-05-19 Thread sbocquet
Hi again, I've deployed my personal login class in a jar file in the specified JBoss lib directory. I can see (in debug mode) that it goes throw the initilize() method, but that's all !!! No getUsersPassword() ou getRoleSets() are called ! When I try to connect, I have this error in the log file

[JBoss-user] [Persistence & CMP/JBoss] - Re: curious SQL-Statements when loading related data

2004-05-19 Thread darranl
anonymous wrote : Is this perhaps a bug ? Why is everyone so obsessed with blaming any problem on a bug at the moment? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835614#3835614 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is one to many bidirectional working?

2004-05-19 Thread john_anderson_ii
Thanks a lot for the help. I appreciate the time you spent on it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835613#3835613 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835613 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is one to many bidirectional working?

2004-05-19 Thread sesques
Try to add | * @jboss.persistence | * datasource-mapping="mySQL" | * table-name = [Same as the schema] | in each entity header. Anyway, even if you change the database, you must specify the correct database-mapping or you will experiment problems with data types. Good luck, I go to

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is one to many bidirectional working?

2004-05-19 Thread john_anderson_ii
I don't really know if I'm defining the mappings correctly or not. I'm not anywhere near experienced enough with JBoss to give a definate answer. I've used the default configurations for the mappings though. I can test this with MSDE/MSSQL and see if I have the same problem with MSSQL. Vie

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is one to many bidirectional working?

2004-05-19 Thread sesques
No, I'm using MSSQL2000 (for the current test), Oracle and sometimes DB2. I'm not sure it is a MySQL issue. I'm surprise that you don't have any @jboss.persistence tag in the bean's header. Do you correctly define the datasource-mapping to "mySQL" ? Perhaps the problem is in this way, because a

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is one to many bidirectional working?

2004-05-19 Thread john_anderson_ii
I'm not quite sure which configuration you would like to see. But I also believe it's a mysql configuration issue, and not a JBoss CMP engine issue. Are you using a MySql back end with your applications? If so, how do you have your standardjbosscmp-jdbc.xml, mysqlds-jdbc2-service.xml, and your

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is one to many bidirectional working?

2004-05-19 Thread sesques
anonymous wrote : | You were right about the part of the above code that comes after the else part of the if statement. That code will not set anything in the database. I just haven't gotten far enough along to fix it because I'm still working on getting this relationship right. Since the Col

[JBoss-user] [Persistence & CMP/JBoss] - Re: java.lang.ClassCastException

2004-05-19 Thread john_anderson_ii
I don't know very much about CMR, I'm learning that now. But I think the ClassCastException could possibly come from these lines: Collection col = myBean.getAllDocumentByCategoryId(11); -SNIP EDocuments element = ((EDocuments) iter.next()); Unless you can guaruntee that eve

[JBoss-user] [EJB/JBoss] - 3.2.3 IllegalAccessError on private inner class

2004-05-19 Thread guy_rouillier
We have an EJB that works fine under 2.4.3. I'm moving our environment to 3.2.3 (finally!). This EJB has a private inner class (tried making it public, no difference.) It compiles and deploys fine, but at runtime I get this error: 2004-05-19 17:31:24,105 ERROR [org.jboss.ejb.plugins.LogInte

[JBoss-user] [Installation & Configuration] - Re: NoRouteToHostException on standalone Win@K box

2004-05-19 Thread hildo
In case anyone's having this problem, here's how I got around it. I'm still using JBoss 4 (don't know if this fixes for JBoss 3, but I'm assuming it will). I've borrowed a hub from a friend, and basically used a network cable to connect my Win2K box and the hub. The Win2K box now happily think

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment failure in JBoss 4.0.0 DR3

2004-05-19 Thread hildo
OK, here are more details. I have an EAR file (bpserver.ear) which contains two jar files: bpserver.jar, containing the server code bpserver-test.jar, containing JUnit test cases and a single EJB which is used to execute the test cases within the JBoss server The application.xml looks like

[JBoss-user] [Persistence & CMP/JBoss] - Re: curious SQL-Statements when loading related data

2004-05-19 Thread sesques
Hi, It looks like you are playing with eager and lazy loading options. As far I as know, nobody here has seen this problem. I use myself JBoss 3.2.3 and all the fields are loaded in one shot. Give us more details about the JBoss version and perhaps your descriptors. Pascal View the original po

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is one to many bidirectional working?

2004-05-19 Thread john_anderson_ii
Okay, let me try to break the problem down completely. The problem lies within these three sections of code. The addUser method: | public void addUser(String email, String password, String firstName, String middleName, | String lastName, Str

[JBoss-user] [JCA/JBoss] - Re: Problem with rolling back transactions with JBoss 3.2.3

2004-05-19 Thread cwoodill
Here is the DB logs. I see an autocommit=1 and no transaction markers, so that is why it is not rolling back. Any idea why? 040519 15:43:23 17 Connect [EMAIL PROTECTED] on eCity | 17 Init DB ecity | 17 Query select round('inf'), round('-i

[JBoss-user] [Nukes User] - Re: nukes-ds.xml deploy fail

2004-05-19 Thread jae77
i don't see anything wrong w/ that datasource (altho where did you get the driver from? that is not the default value that is generated via the build). where did you get your "jboss install"? have you modified any of the configuration files under conf? View the original post : http://www.jbo

[JBoss-user] [Installation & Configuration] - Re: load-repository to a acheive ear isolation(deployment ba

2004-05-19 Thread davidmboon
Two things make me think that this error is caused by the ear: 1) I only get the error when I have the loader-repository specified in the ear 2) The error messages show up while deploying the ear | 2004.05.18 07:25:07.890 EDT INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:

[JBoss-user] [Installation & Configuration] - Re: load-repository to a acheive ear isolation(deployment ba

2004-05-19 Thread davidmboon
Just to be clear, this is what I'm attempting to do, from page 71 of JBossBook_322.pdf: To enable an EAR specific loader repository, you need to create a META-INF/jboss-app.xml descriptor as shown in Listing 2-10LISTING 2-10. An example jboss-app.xml descriptor for enabled scoped class loading a

[JBoss-user] [EJB/JBoss] - using eclipse and lomboz to make EJB problem

2004-05-19 Thread zhangj
I'm using Eclipse+lomboz develop EJB on Jboss.eclipse alway generate ejb-jar.xml and jboss.xml automatically.but I need to customaize these files.I saw somebody put /* [EMAIL PROTECTED] int the code,which can change this file.but I don't like this way.since these are configuration infomation,I

[JBoss-user] [Nukes User] - Re: Forums admin security and roles

2004-05-19 Thread javamac
Does this mean that I should create a "moderator" group, assign people to that moderator group and then update the jboss-service.xml file? | | "cooper" wrote : The group for the forums are specified in the Nukes security which is defined in the jboss-service.xml of the Core module and

[JBoss-user] [Persistence & CMP/JBoss] - Re: Bean not found for relation

2004-05-19 Thread gorano
You can have your entities in different jars, no problem. Do you have the beans defined in different deployment descriptors? You can't have separate dds . Both beans have to be defined in the same dd if you have a cmr relationship between them. View the original post : http://www.jboss.org/ind

[JBoss-user] [Persistence & CMP/JBoss] - Re: Value object use

2004-05-19 Thread sesques
No you are not crazy, sorry. I looked very fast the example (1s) and I read @ejb.persistent-field everywhere (optical effect). So, the error says that nothing was generated by XDoclet (My understanding is that the value object tag will generate extra classes). Do you define a valueobject tag in

[JBoss-user] [Persistence & CMP/JBoss] - curious SQL-Statements when loading related data

2004-05-19 Thread lafr
I have existing database tables for order and /line item. Orders are in Table afsta represented by EB Afsta, line items are in Table afpos represented by EB Afpos. Afsta has afstaSerial as PK, Afpos has afposSerial as PK and afstaSerial as FK. In server.log I found this lines: [org.jboss.ejb.plug

[JBoss-user] [EJB/JBoss] - Re: using eclipse and lomboz to make EJB problem

2004-05-19 Thread gorano
Lomboz is generating the XDoclet that prefixes your classes and methods. This is where you have to do the changes if you want to change the dd. If you don't like it you have to leave Lomboz and XDoclet behind and make the dd by hand. /Goran View the original post : http://www.jboss.org/inde

[JBoss-user] [Persistence & CMP/JBoss] - Re: ORA-01786: FOR UPDATE of this query expression is not al

2004-05-19 Thread lafr
One reason for the "for update" clause would be a config line in standardjbosscmp-jdbc.xml /jbosscmp-jdbc.xml: true View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835589#3835589 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Persistence & CMP/JBoss] - Re: curious SQL-Statements when loading related data

2004-05-19 Thread gorano
This is not a bug. It is the way JBoss is doing it. Please see, http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49517 /Goran View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835590#3835590 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is one to many bidirectional working?

2004-05-19 Thread sesques
Hi, I'm not sure I understand all your thinking. In the first post, you say that when you insert a new collection, it works (what's your code do). I'm not sure that "group.getUsers().add(user)" works. The spec says that only the setter wil update the ejb, not the add method on the collection. An

[JBoss-user] [Persistence & CMP/JBoss] - Re: curious SQL-Statements when loading related data

2004-05-19 Thread lafr
I think you misunderstood the problem description. My problem is not the where clause of the statement. The problem is, that the first access gets the PK-field plus first additional field, the second access reads the same rows, but know the PK-field plus second additional field, and so on and so

[JBoss-user] [Installation & Configuration] - running jboss over nfs mounts

2004-05-19 Thread jae77
has anyone had any experience running jboss over nfs mounted directories? does it work well, does it cause problems, is it even recommended? i've seen some posts specific to jbossmq, but nothing else (did a search on nfs). View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is one to many bidirectional working?

2004-05-19 Thread john_anderson_ii
Sesques, Thank you for taking an interest in this quirky little problem. Here is some background and relevant source. To setup MySQL, I removed the $JBOSS_HOME/server/default/deploy/jms/hsqldb-jdbc2-service.xml and replace it with the mysql-jdbc2-service.xml. I changed the name= tag in the m

[JBoss-user] [HTTPD, Servlets & JSP] - struts ClassCastException upon hot deploy

2004-05-19 Thread kjc5664
My web-app runs great when first starting JB. After making src changes to my web-app, I build, and redploy using ant. I then attempt to test my changes by going down the exact same html:link navigation as before, only to receive a ClassCastException from org.apache.util.RequestUtils.createActio

[JBoss-user] [Persistence & CMP/JBoss] - Re: Value object use

2004-05-19 Thread HoMER
I am not crazy ?! | * @ejb.value-object | * name="Customer" | * match="*" | * | * @ejb.value-object | * name="CustomerLight" | * match="light" | */ | public abstract class CustomerEJB implements EntityBean { | | ... | | /** | * @ejb.interface-me

[JBoss-user] [Nukes User] - Re: nukes-ds.xml deploy fail

2004-05-19 Thread alexj
Can I post mine? exactly the same problem... | | | | NukesDS | jdbc:mysql://localhost:3306/nukes | com.mysql.jdbc.Driver | nukes | nukes | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835575#3835575 Reply

[JBoss-user] [JCA/JBoss] - Re: Problem with rolling back transactions with JBoss 3.2.3

2004-05-19 Thread cwoodill
Thanks for the quickly reply. I put on the tracing as recommended and here is the rollback section: 2004-05-19 14:19:36,814 TRACE [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] supplying ManagedConnection from pool: [EMAIL PROTECTED] 2004-05-19 14:19:36,814 TRACE [org.jboss

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Local JBoss http 500 Error. Web Host JBoss no Problem

2004-05-19 Thread gberish
I am using this URL for the local host http://localhost:8080/servlet/SmallWebAppServlet And I am using this one for the web host http://America-3.org/servlet/SmallWebAppServlet Thanks George View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835572#3835572 Rep

[JBoss-user] [Security & JAAS/JBoss] - Re: Extending DatabaseServerLoginModule... (urgent)

2004-05-19 Thread sbocquet
Thanks for the quick answers ;-))) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835571#3835571 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835571 --- This SF.Ne

[JBoss-user] [Persistence & CMP/JBoss] - Bean not found for relation

2004-05-19 Thread agoncal
Hi, Based on the PetStore I've got the following CMP EntityBeans Order & OrderItem -> both packaged in order-ejb.jar Category & Product & Item -> packaged in catalog-ejb.jar And OrderItem has a link to Item (both CMPs are in a different jar). Both jars are put into a .ear file and when I deploy

[JBoss-user] [Persistence & CMP/JBoss] - Re: Results missing in ejb-ql in jboss 3.2.3

2004-05-19 Thread sesques
Hi, I think that you cannot use CMR fields for this query. Using CMR fields force the container to join the tables, so the null values are omitted. In fact, testing null values on foreign keys is similar to testing values on CMP fields. I think you have 2 major solutions: 1) Add CMP fields for

[JBoss-user] [Security & JAAS/JBoss] - Re: Extending DatabaseServerLoginModule... (urgent)

2004-05-19 Thread morenito9000
Hi, you can find DatabaseServerLoginModule class in jbosssx.jar (in /lib directory). For your second question I created a personal JAR file (with MyDatabaseServerLoginModule class + other classes) that I put in /lib directory. Then I restarted JBoss. I don't know if this is the correct way of doi

[JBoss-user] [Nukes User] - Link type in Manage HTML module

2004-05-19 Thread arnaud.tessier
Hi, I don't understand the behavior of the LINK type objet in the MANAGE HTML module. I believed that make a redirect to the designated target but NOT. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835566#3835566 Reply to the post : http://www.j

[JBoss-user] [Installation & Configuration] - Issue with DTD ??

2004-05-19 Thread benvenutto
Is there an issue with the DTDs for the JBoss specific DDs? I've got an Ant XSLT task that processes them and is trying to resolve the external URI, get the following error: [xslt] E:/rates/services/generated-conf/domain/META-INF/jbosscmp-jdbc.xml:2: Fatal Error! External entity not found:

[JBoss-user] [Persistence & CMP/JBoss] - Results missing in ejb-ql in jboss 3.2.3

2004-05-19 Thread jofli
Hi, I have a problem with ejb-ql and IS NULL expression combined with '=' expression. What I'm trying to do in pure SQL is quite complex by here here it is: select id from article_byline where product_id=1 and (section_id is null or section_id=1) and (article_type_id is null or article

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid Transaction ID Error

2004-05-19 Thread llivings
Hi, We are still doing testing, but initial assessment looks like your latest changes have solved the problem. We were able to use the ConnectionFactory to publish a text message from the WebLogic Bridge to JBoss. The message was received by our MDB. Your help was great. I hope that this new

[JBoss-user] [Security & JAAS/JBoss] - Extending DatabaseServerLoginModule... (urgent)

2004-05-19 Thread sbocquet
Hi all, I'm trying to extend DatabaseServerLoginModule. But I can't find the JAR file where the compiled class is stored. I can find the class in the sources tree, in org.jboss.security.auth.spi, but where is the compiled one ? I've searched in jbosssx-client.jar (JBoss/Tomcat v3.2.3), and find

[JBoss-user] [Persistence & CMP/JBoss] - ORA-01786: FOR UPDATE of this query expression is not allowe

2004-05-19 Thread cslenkey
Hi, We have an EJB application wich is running now in JBoss-3.2.2RC3. I would like to use this on JBoss-3.2.4RC1 because I have read in the forum that there is a solution to use JOINs and SUBSELECT in querys. When we are running our application we get the: ORA-01786: FOR UPDATE of this query expr

[JBoss-user] [O'Reilly JBoss 3.0 Workbook] - Re: O'Reilly Enterprise JavaBeans 4th edition and JBoss 4.0

2004-05-19 Thread Bill Burke
EJB Workbook for JBoss 4.0 lwill be included with EJB 4th edition in print. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835558#3835558 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835558 -

[JBoss-user] [Installation & Configuration] - Re: Copying server then gives error in web console 3.2.3

2004-05-19 Thread tldtld
Tried that too. Also deleting dirs, moving files and all. I even have the problem after copying the files onto a Linux server and running them there. Only solution that works for me right now is to run the code in the "all" server setting. Removing the jboss-net dir makes the problem disappear f

[JBoss-user] [Installation & Configuration] - Re: How do I delete temp files in work directory?

2004-05-19 Thread tbauer
Oops, forgot to say I am using JB3.2.4RC2 with tomcat View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835556#3835556 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835556 ---

[JBoss-user] [Beginners Corner] - Re: application.xml created with Ant?

2004-05-19 Thread Itchyoinker
Thanks a bunch gorano and jae77, I looked all over for a method that would generate application.xml, but couldn't find one. Now I know why I didn't find it. Using tokens looks like the best way. Thanks for the input. Itchy View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Installation & Configuration] - How do I delete temp files in work directory?

2004-05-19 Thread tbauer
Does anyone which configuration file, and which variable, I need to tweek to have jboss DELETE the compile jsp's etc. under the /server/default/work directory? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835551#3835551 Reply to the post : http://www.jbo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote Queue Receivers not pulling data

2004-05-19 Thread mhemling
Nevermind. Problem solved. It was my problem afterall. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835550#3835550 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835550 --

[JBoss-user] [Installation & Configuration] - configuring as windows service

2004-05-19 Thread vbala_jboss
I am installing JBoss for the first time..I want to start JBoss as a windows service. I got this url http://www.alexandriasc.com/software/JavaService/documentation.html But I am not sure what class path should be given? Can someone who has done this before share with me, pls.? View the orig

[JBoss-user] [Installation & Configuration] - Problems with jboss a JCO

2004-05-19 Thread pruanju
I'm trying to make a connection using sap JCO, but we get the following error: LOCATIONCPIC (TCP/IP) on local host ERROR max no of 100 conversations exceeded The parameter in SAP is established to 2000 !! Any suggestions? View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [Messaging, JMS & JBossMQ] - Remote Queue Receivers not pulling data

2004-05-19 Thread mhemling
I am using JBOSS 3.2.3 on Red Hat 9 linux with java 1.4.2 jvm. I have 3 machines (all LINUX) and have queue receivers that connect to the main machine - A. The problem is that all of the machines "look up" and "connect" to A just fine but they never pull data from the queue. Only the queue rec

[JBoss-user] [Beginners Corner] - Re: Postgres problems

2004-05-19 Thread ghoyle
Thanks that worked a treat. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835544#3835544 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835544 --- This SF.Net emai

[JBoss-user] [Beginners Corner] - Re: application.xml created with Ant?

2004-05-19 Thread gorano
With a template it would be something like this: | | | | | | | /G View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835538#3835538 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38355

[JBoss-user] [HTTPD, Servlets & JSP] - classloading delegation for jsp compiling

2004-05-19 Thread joa23
Hi, I'm had implement a jboss as plugin in eclipse solution. (It has nothing to do with the jboss ide, its about a integration solution) http://sf.net/projects/jstaff I start my jboss with a own root classloader, it is working very well. This classloader implements a getUrls method as well, sinc

[JBoss-user] [Installation & Configuration] - Re: Sudden Stopping

2004-05-19 Thread Lviz
hi marco there was a problem with older versions of jboss "using /tmp" as temporary for deployment. and redhat cronjobs clean up the /tmp dir but this isn't true anymore 3.2.3 should use server/*yourconf*/tmp just a shot in the dark... the cron jobs ? cheers lviz View the original post : http

[JBoss-user] [Beginners Corner] - Re: Postgres problems

2004-05-19 Thread sesques
Hi, The datasource mapping is PostgreSQL. You have an extra "s" in your descriptor. Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835533#3835533 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835533 --

[JBoss-user] [JCA/JBoss] - Re: HELP - JBoss 3.0.4/Oracle TopLink 9.0.3/JTS/Oracle (XADa

2004-05-19 Thread f2racer
"weljo" wrote : Hi Mike, | | 3. datasource not a compound name exception: Also placed the code within the PreLogin event. weljo, what code did you put in the PreLogin event to get this to work? Can you please post the source for this class? Thanks! View the original post : http://www.jb

[JBoss-user] [Persistence & CMP/JBoss] - Re: Is one to many bidirectional working?

2004-05-19 Thread sesques
Hi, How do you test that ? it works perfectly for me in production (order lines of orders). Post your code snippet to see what's wrong. Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835532#3835532 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Beginners Corner] - Postgres problems

2004-05-19 Thread ghoyle
Hi, I am having some problem running postgres 7.3.2 and jboss I am trying to deploy 2 entites and the erros i am getting in JBOSS are | 2004-05-19 15:11:05,669 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/opt/jboss-3.2.3/server/all/deploy/jblog.ear | 2004-0

[JBoss-user] [Persistence & CMP/JBoss] - Re: Value object use

2004-05-19 Thread sesques
Hi, I never use the value object pattern, and of course the Xdoclet tag. I can tell you that the error you get comes from the reason I give you. When I look at the code snippet given as example in SourceForge for the Value Object tag, I can see that each getter and setter pairs are defined as CMP

[JBoss-user] [Installation & Configuration] - Re: JBoss 3.2.3 installation with standalone Tomcat

2004-05-19 Thread [EMAIL PROTECTED]
If you've removed the servlet container from JBoss then you need to remove these WARs as well. The web-console only connects to the local server, so deploying it on tomcat won't help you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835523#3835523 Reply t

[JBoss-user] [Installation & Configuration] - Re: Copying server then gives error in web console 3.2.3

2004-05-19 Thread gorano
Delete the temp directy, might help. /G View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835521#3835521 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835521 --- This

RE: [JBoss-user] [Beginners Corner] - deployment big picture

2004-05-19 Thread Brian Styles
Hi everyone, I've built an application in a standard j2EE format JSPs-->Struts-->Session Beans-->CMR Entity Beans. This is deployed in an exploded ear, with struts and JSPs in the war as well as the session bean interfaces. Then I have the Session Beans and CMR Entity Beans in a jar. Now I want

[JBoss-user] [Beginners Corner] - Re: application.xml created with Ant?

2004-05-19 Thread jae77
i don't believe ant can do this, unless you wrote a custom task for it. you can add tokens to the file that can be replaced when a build is performed, but you still have to create the "templated" application.xml" for it to work with. View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invalid Transaction ID Error

2004-05-19 Thread llivings
I have not yet tried out your last suggestion but here is a trace after trying the previous suggestion. Here is a snippet from server.log with Tracing on for org.jboss.mq category. 2004-05-19 09:34:13,701 TRACE [org.jboss.mq.server.TracingInterceptor] CALLED : addMessage 2004-05-19 09:34:13,7

[JBoss-user] [Persistence & CMP/JBoss] - Re: Value object use

2004-05-19 Thread HoMER
Thanks for your reply, anonymous wrote : Your getter end setter for languageValue must be defined as a relation between your bean and the "LanguageValue" bean | I don't want to have a relation between Language (Bean) and LanguageValue(Value Object of the Language bean), just get the value ob

[JBoss-user] [Beginners Corner] - Re: application.xml created with Ant?

2004-05-19 Thread gorano
That shouldn't be a problem at all, most stuff can be created with Ant (apart from my coffe, but I'm working on it :-). /Goran View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835516#3835516 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [Beginners Corner] - Re: JBOSS runs on Solaris 8?

2004-05-19 Thread nmounasamy
Thanks a lot. That helps! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835515#3835515 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835515 --- This SF.Net email i

[JBoss-user] [Beginners Corner] - Re: Calling JBoss 3.2.3 from standalone Tomcat

2004-05-19 Thread gorano
If you used the default settings when you installed Tomcat it added a space in the path to Tomcat. Get rid of this space if you have it, otherwise it won't work. /Goran View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835514#3835514 Reply to the post : http:

[JBoss-user] [Security & JAAS/JBoss] - JAAS cache updating role on the fly

2004-05-19 Thread david_crecente
Hi all, I am using jboss-3.2.2RC4 and JDBCRealm (JAAS). My application has a user with Administrator role who can change the role for other users in the application. When it happens if the user logins again with updated role then this user works with the old role yet. I belive t

[JBoss-user] [Persistence & CMP/JBoss] - Re: Value object use

2004-05-19 Thread sesques
Hi, Your error got nothing to do with value objects. The error says that the getLanguageValue method do not correspond to a CMP or a CMR field, which is the case in your code. Your getter end setter for languageValue must be defined as a relation between your bean and the "LanguageValue" bean.

[JBoss-user] [EJB/JBoss] - Re: problem with authentication domains

2004-05-19 Thread niox
Hello, It seems this problem was related to the fact that Tomcat does not delete credentials(?) from a thread that served a request. Whenever a request required authentication things worked normally. If however a request did not require authentication, like in the case of a client site, the cre

[JBoss-user] [Beginners Corner] - Error Msg while installing JBoss

2004-05-19 Thread gfortun
First time install JBoss -- Trying to store HL7 messages in a database-- Messages are received-- How ever no databasing of messages takes place-- The following error message is displayed -- 2004-05-18 12:11:55,517 [HL7ToQueueMsgAdaperService] ERROR - Error in HL7ToQueueMsgAdapterService.run:

[JBoss-user] [J2EE Compliance] - alt-dd element in application.xml

2004-05-19 Thread wtff
I've got an ear application which I need to deploy several times in different configurations. At the moment I facilitate a build script to generate different versions of all deployment descriptors but this is tedious. Now I tried to use the alt-dd element within the application.xml file which wo

[JBoss-user] [Beginners Corner] - Re: Deployment of an lib jar fails on Solaris

2004-05-19 Thread [EMAIL PROTECTED]
I refer you to my previous response. http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-system/src/main/org/jboss/deployment/Attic/JBossEntityResolver.java?annotate=1.10 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835506#3835506 Reply to the post : http://

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS and MQ Queues

2004-05-19 Thread nitgul
Sorry Adrain, I was not logged into the site which was causing the problem. I have downloaded the zip. Anyways thanks for the help and sorry for bothering you. Nitin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835504#3835504 Reply to the post : http://w

[JBoss-user] [Javassist user questions] - Re: inserting duplicated members

2004-05-19 Thread chiba
Are src and dest different CtClass objects? If yes, the problem is not adding copied methods. I think maybe your way of using a class loader is somewhat wrong. Can you show me the code that throws ClassFormatError? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Beginners Corner] - Re: Deployment of an lib jar fails on Solaris

2004-05-19 Thread microbiotic
I found the mistake. We use JBoss without a direct connection to the internet and I mapped the sites java.sun.com and jboss.org to our local webserver - unfortunately there was a public id mapped to www.jboss.org in the deployment descriptor which wasn't mapped to localhost. Maybe there is an

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS and MQ Queues

2004-05-19 Thread [EMAIL PROTECTED]
If you are having problems downloading from sourceforge, contact their support staff. Much as I would like to spend time figuring out why you can't download from a website (not!), I have better things to do. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38355

[JBoss-user] [Management, JMX/JBoss] - Re: Hotspot Server VM crashes with JBoss 3.2.3

2004-05-19 Thread Karmona
2 * WORKAROUNDS I had the same problem and I have noticed that the permanent generation size was reaching 99% usage although the MaxPermSize (default=64m) was higher (see below part of the dump) so I have increased the minimum permanent generation allocation and it works Try to add -XX:Per

[JBoss-user] [HTTPD, Servlets & JSP] - Filtering JSP page failed

2004-05-19 Thread paszti
Hi all! I use JBoss 3.2.3. I'd like to write a filter that removes the new lines from the result of a JSP page. Found an excelent article concerning this topic ( http://www-106.ibm.com/developerworks/java/library/j-tomcat/?open&l=101,t=grj,p=TomcatTricks). The filter code is really simple: pa

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS and MQ Queues

2004-05-19 Thread nitgul
I have downloaded the attached file and when i try to unzip it using winzip it gives me an error that it is not a valid archive and try to download again. The name of the file that gets downloaded is "download.php.zip". Please provide me the correct zip. Thanks for the help. View the original p

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS and MQ Queues

2004-05-19 Thread nitgul
yes by MQ I mean MQSeries/WebsphereMQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835496#3835496 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835496 --- This S

  1   2   >