[JBoss-user] [Persistence & CMP/JBoss] - Re: IllegalStateException Help!

2004-06-11 Thread akhilanand
hi, i think you are geeting a collection of localhome objects and then getting an iterator and you are running a while loop over that within which you are type casting the object to the secondary localhome object and then you are applying remove over that, but you do like this get the collec

[JBoss-user] [Security & JAAS/JBoss] - Re: Apache 2.0.49 + mod_jk2 + JBoss 3.2.4 + Mutual Authentic

2004-06-11 Thread jtorres
Well, finally figured this out. In Apache's httpd.conf, the following SSL Directive must be added: | SSLOptions +ExportCertData | So, for example, I have a Location setup within Apache to require client authentication for a URI within JBoss. I am self-signing, and only need to verify my

[JBoss-user] [Management, JMX/JBoss] - How to get access to the MainDeployer from outside of JBoss

2004-06-11 Thread jspence96
How can I get access to the MainDeployer from a program running outside of JBoss? I want to deploy a .sar file from an external program. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838550#3838550 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Persistence & CMP/JBoss] - Re: Entity name confict problem in 3.24, but not 3.23

2004-06-11 Thread supernovasoftware.com
After 8 hours sleep I finally got the syntax right. I needed to change schema to "wtf", the query to "SELECT OBJECT(o) FROM wtf AS o WHERE o.customer.userId = ?1", and add "AS o". | /** | * | * @ejb.bean | * name="Order" | * type="CMP" | * view-type="local"

[JBoss-user] [Security & JAAS/JBoss] - using DatabaseLoginModule, no matter what i put in for a pas

2004-06-11 Thread echoi1975
Hi , I just followed the tutorial for JAAS and tried implementing my own protection of my sample webapp. Everything seems to work okay, but no matter what i put for a password or login (valid or not), i am able to access my page? Is there a way to turn up logging so taht i can see what the probl

[JBoss-user] [Security & JAAS/JBoss] - Getting Callback Handler from LoginModule

2004-06-11 Thread jeeads
I have written my own callback handler, MD5UserNamePasswordCallbackHandler, that handles TextInputCallbacks. When I logon to the app server this handler is invoked. Later when a remote datasource is accessed via a session bean the connection information is renedered through another login mod

[JBoss-user] [Installation & Configuration] - Re: Iplanet webserver with JBoss

2004-06-11 Thread plainsboro
Hi, If you were successfull in getting this to work, please let me know. You can also email me at [EMAIL PROTECTED] Thanks a bunch! Regards Martin Louis View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838537#3838537 Reply to the post : http://www.jboss.org/

[JBoss-user] [Installation & Configuration] - Re: JBoss on IBM Mainframe under z/OS

2004-06-11 Thread dmeany
If you change the default encoding of the VM as I suggested above, console output is in ascii. If you want to see it without downloading the server log file you can convert the output stream to EBCDIC so that you can view it in a telnet console for instance. You can pipe the output thru a filt

[JBoss-user] [Installation & Configuration] - Re: starting jboss as a daemon under suse linux (8.1)

2004-06-11 Thread carpy1970
I haven't used suse linux, but I would suspect that you can follow the instructions for red hat View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838533#3838533 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838533

[JBoss-user] [Installation & Configuration] - Re: How to define user under whick JBoss will run?

2004-06-11 Thread carpy1970
Read the FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838532#3838532 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838532 --- This SF.Net email is sponsored b

[JBoss-user] [The Lizzard's corner] - Re: jboss 3.2.4

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

[JBoss-user] [Installation & Configuration] - Re: starting jboss as root on linux

2004-06-11 Thread carpy1970
Have a look at the FAQ under "Start JBoss on boot with Linux? " View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838530#3838530 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838530 -

[JBoss-user] [Beginners Corner] - Re: run jboss in linux background

2004-06-11 Thread carpy1970
PS, if you follow this approach you can also start/stop jboss any time using the service command. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838527#3838527 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838527 --

[JBoss-user] [Security & JAAS/JBoss] - Re: Running JBoss with the default sandbox

2004-06-11 Thread [EMAIL PROTECTED]
The only issue with relying on ${user.home}/.java.policy is that this may not be configured to load in a given JDK/JRE installation so there is no guaretee it will be used. The other problem with your policy file is that you are using the jboss.home.dir and jboss.server.home.dir system property

[JBoss-user] [Beginners Corner] - Re: Deployment descriptor writing tools

2004-06-11 Thread carpy1970
XDcolet comes with ant tasks, so if you're using ant for your build process then it would be simple to use XDoclet View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838528#3838528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Beginners Corner] - Re: run jboss in linux background

2004-06-11 Thread carpy1970
If you look at the FAQ, there's a section entitled "Start JBoss on boot with Linux?" that, strangley enough, tells you how to start jboss on boot with Linux. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838526#3838526 Reply to the post : http://www.jbo

[JBoss-user] [Security & JAAS/JBoss] - Re: javax.net.ssl.SSLException in JBOSS 3.2.4

2004-06-11 Thread mkyaj
Hi, Can anyone give me a hint why is this exception coming so that i can start my search in that direction? DEBUG [org.apache.coyote.http11.Http11Protocol] IOException reading request javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException: java.net.SocketExcep

[JBoss-user] [Beginners Corner] - Start and Stop java apps

2004-06-11 Thread nicholesj
How do I stop or start deployed apps using jmx-console? I can do it with sun's server, but am not successful with jboss. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838523#3838523 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [EJB/JBoss] - Exceptions on redeploy of EJB Jar

2004-06-11 Thread daorriss
Hi, When I start Jboss with an ejb JAR file and a servlet WAR file that accesses a bean in the EJB file, everything works fine. However if I redeploy the EJB JAR file I'm getting either a java.lang.ClassCastException *or* I'm getting the following (I've included a partial stacktrace): javax.e

[JBoss-user] [Beginners Corner] - JBoss 3.2.3 as service in 2003 Server

2004-06-11 Thread mvalentine
I have a java-based application that I am building that is using jboss 3.2.3. I have the JAVA_HOME set to j2sdk1.4.2_04 and the path set to j2sdk1.4.2_04\bin. When I run Jboss manually, the tools run fine, when I start jboss as a service and try to access our web-client tool, I get an error that

[JBoss-user] [Installation & Configuration] - Re: pleaaasssseee!!!-HELP

2004-06-11 Thread kabkhan
Check out the getting started docs View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838520#3838520 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838520 --- This SF.Ne

[JBoss-user] [Beginners Corner] - Re: Error in the startup of JBoss 3.2.3.

2004-06-11 Thread mvalentine
I've only been able to get JBoss 3.2.3 to work with JDK 1.4.2. If that's an option, you may want to try upgrading Java versions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838519#3838519 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Beginners Corner] - Re: deployed EJB's on wrong datasource

2004-06-11 Thread kabkhan
You need a jbosscmp-jdbc.xml file as well. Thet's where you define what datasource to use for your entities and perform field/relationship mapping View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838509#3838509 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Installation & Configuration] - pleaaasssseee!!!-HELP

2004-06-11 Thread try_yess
Somebody, can share me an example aplication programming wich working with .jms libraries and that, make .jar files. Thanks for their help, I need quick answer, please!! :) Yesenia View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838514#3838514 Reply to the po

[JBoss-user] [Messaging, JMS & JBossMQ] - Help with JBoss JMS and Oracle Patch

2004-06-11 Thread mphee
I'm having problems using JBoss JMS with oracle. I'm using the patch for JBoss from sourceforge, but can't get it to work. Below is the error I'm getting. I also had problems compiling this, so I don't know if I'm missing a lib or something also. To fix the compile I had to make sure a var was

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

2004-06-11 Thread kabkhan
http://www.jboss.org/wiki/Wiki.jsp?page=SecureJBoss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838512#3838512 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838512 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Use Tibco JMS from JBoss 3.2.3

2004-06-11 Thread aoathout
We have integrated Tibco EMS into JBoss a little differently than the Tibco documents suggested. We used the method described in the WSMQ JBoss integration found here: http://sourceforge.net/tracker/index.php?func=detail&aid=753022&group_id=22866&atid=376687 This approach has allowed us to use J

[JBoss-user] [Installation & Configuration] - jBoss 3.2.4 xercesImpl and jboss-service.xml

2004-06-11 Thread vivkap01
Hi I just downloaded jboss 3.2.4 and started it and i worked fine. Then I changed the jboss-service.xml under server\default\deploy\jbossweb-tomcat50.sar\META-INF and set this value false After that when I start jBoss I get these errors javax.xml.parsers.FactoryConfigurationError: Provider or

[JBoss-user] [Management, JMX/JBoss] - JMX Remote API 1.0

2004-06-11 Thread palani
I would like know whether JBossMX 1.1.2 has implemented all of JMX Remoting API 1.0 specification. If not when is the full implementation expected? Thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838516#3838516 Reply to the post : http://www.jb

[JBoss-user] [Installation & Configuration] - Re: starting jboss as root on linux

2004-06-11 Thread gorano
Sorry. I'm just a programmer using a Linux server configured by our network guys. I think you should ask the question in a Linux forum, since this question is not JBoss related. /G View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838508#3838508 Reply to the p

[JBoss-user] [Installation & Configuration] - Re: URGENT- Classloader issue

2004-06-11 Thread vivkap01
Yes I tried that I put this in jboss-web.xml under WEB-INF/ surya.com:loader=log4j.jar java2ParentDelegation=false What should be the String values under loader-repository ? It still did not work View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [The Lizzard's corner] - How to get a new project started

2004-06-11 Thread cbuckley
I have been reading the case study for the JBossMail project and it started me thinking about a project I would really like to implement using JBoss and it's open source community. The project is a network monitoring system built as jboss services (it just fits together real nice with existing

[JBoss-user] [The Lizzard's corner] - Re: jboss 3.2.4

2004-06-11 Thread [EMAIL PROTECTED]
This is a case 0, they are a support customer which paid for dev of a feature and they were waiting for the final 3.2.4 release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838504#3838504 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Installation & Configuration] - Re: changing default http port to 8090

2004-06-11 Thread nuser
Hello All.. Thanks for all your comments and information! At last, it worked!! I don't know what was wrong but I went for a fresh install and it made changes and it started working Again thanks for all you help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Management, JMX/JBoss] - Programmatic deployment of MBean

2004-06-11 Thread jspence96
I am currently creating a .sar file for my MBean and copying it to the deploy directory to deploy my MBean. I am looking for a way to programmatically deploy an MBean from an external application. Can anyone help me, maybe give me a coding example. View the original post : http://www.jboss.org/

[JBoss-user] [Installation & Configuration] - Re: starting jboss as root on linux

2004-06-11 Thread juduf24
How do you change what user jboss uses to run? And by the way .. what is the minimum directories or files this user has to have access to. Thanks for your help View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838500#3838500 Reply to the post : http://www.jbo

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

2004-06-11 Thread juduf24
HI, Do you have any idea on how to restrict access to this web-console? Because it seems a bit unsafe to leave access to it Thanks for your help View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838498#3838498 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [The Lizzard's corner] - Re: jboss 3.2.4

2004-06-11 Thread marc fleury
I don't mean to be a hard ass but the "we commissioned a few features" doesn't ring right. Are you a development support customer? if so you are entitled to wait for stuff, if you are not a paying customer then you have other options: 1- write it yourself (so you don't have to wait) 2- wait for

[JBoss-user] [The Lizzard's corner] - Re: Benefits for JBoss developers

2004-06-11 Thread marc fleury
Hey, We all start for fame, but what keeps everyone going is the money. JBoss today is professional open source. If you are going to do that full time and not just "amateur open source" then you need to be paid and feed the kids and pay the mortgage. View the original post : http://www.jbo

[JBoss-user] [Persistence & CMP/JBoss] - Re: Entity name confict problem in 3.24, but not 3.23

2004-06-11 Thread supernovasoftware.com
I tried renaming, but was unsuccessful. Here is the xdoclet code that is generating what I sent before. Is this where I need to make the modifications? Does anyone know why this would suddenly stop working in 3.2.4? | /** | * | * @ejb.bean | * name="Order" | * type="

[JBoss-user] [Beginners Corner] - deployed EJB's on wrong datasource

2004-06-11 Thread u9707118
I am so close, I can smell it! I have installed a datasource for oracle9i by adapting the oracle-ds.xml file in the examples/jca directory. I deploy my EJB jar file in the deployment directory - which unpacks and installs fine. I even get my client java app to communicate with my EJB's on the s

[JBoss-user] [Persistence & CMP/JBoss] - Re: Entity name confict problem in 3.24, but not 3.23

2004-06-11 Thread millerm1
You need to change your abstract schema name to not be order. Mark View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838492#3838492 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838492 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Entity name confict problem in 3.24, but not 3.23

2004-06-11 Thread supernovasoftware.com
Unfortunatly I was wrong about the name causeing the problem. I renamed to CustOrder and Odr and got the same error message. The same ear file deploy perfectly on my 3.2.3 installation. I would appreciate any assistance. Let me know if more information is required. Here is the entity definit

[JBoss-user] [Messaging, JMS & JBossMQ] - Incomplete Deployment listing:

2004-06-11 Thread thammoud
Hello, I am trying to set a 2-node cluster. I have a couple of topics defined. I get the error below from the 'second server' that boots. The first node never shows the error. I am using 3.2.4 RC2 (CVS build) on Linux. Why is the destination manager not being deployed on the second node thus

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

2004-06-11 Thread bentins
I turned on trace: here is what I have: 2004-06-11 17:43:58,978 TRACE [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Getting connection tracked by transaction [EMAIL PROTECTED] [EMAIL PROTECTED] handles=0 lastUse=1086968627491 permit=true trackByTx=true [EMAIL PROTECTED] [EMA

[JBoss-user] [Security & JAAS/JBoss] - Re: How to configure JBOSS for digest authentication

2004-06-11 Thread [EMAIL PROTECTED]
DIGEST auth cannot work in general because it needs a cleartext password from the security domain database. If you store you password in cleartext in the database accessed by the JAAS layer for authentication, then its possible to use DIGEST auth, but the integration to support this has not been

[JBoss-user] [EJB/JBoss] - Re: EJBs in WebApp

2004-06-11 Thread pnevado
Yes, the references have to be stated in the web.xml deployment descriptor. Have a look at the servlet specification; it contains all the details. Regards. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838483#3838483 Reply to the post : http://www.jboss.or

[JBoss-user] [Security & JAAS/JBoss] - Re: IIOP and Security (a follow-up)

2004-06-11 Thread [EMAIL PROTECTED]
jacorb 2.1 does not support CSIv2 correctly according to our j2ee testing. The first version of jboss that will support CSIv2 will be the final release of jboss-4.0.0, due out once certification is completed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Communicating between two JBoss servers using JMS

2004-06-11 Thread haninaguib
I have done that. I suspect the problem you are having has to do with how you located your topic/queue's jms factory. You need to create an appropriate InitialContext to do this lookup. In it you need to specify the InitialContext.INITIAL_CONTEXT_FACTORY and InitialContext.PROVIDER_URL (making su

[JBoss-user] [Security & JAAS/JBoss] - Null CachePolicy

2004-06-11 Thread [EMAIL PROTECTED]
All, Using JBoss 3.2.4, I have been experimenting with a custom login module and I have it working except for this one error: --- DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] Added jmx-console, [EMAIL PROTECTED] to map WARN [org.jboss.security.plugins.JaasSecurityManagerService

[JBoss-user] [Security & JAAS/JBoss] - JAAS

2004-06-11 Thread JAIME GOMEZ
JBoss version: 3.2.3 (Linux) Tomcat version: 4.1.29 (Linux) Apache version: 1.3.29 (Linux) Java Version: 1.4.2 I have successfully configures Apache-JBoss-Tomcat, but I have the problem when Authenticate with JAAS, with JAAS I don't login two twice in the same session, when I try to login by the

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

2004-06-11 Thread loubyansky
This is logged just before obtaining the connection from the datasource and executing the prepared statement. Looks like a connection pooling problem. What does the thread dump show when it hangs? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838477#3838477

[JBoss-user] [EJB/JBoss] - EJBs in WebApp

2004-06-11 Thread Itchyoinker
Hello, I'm deploying a WebApp with a Servlet that calls Session EJB interfaces. The Servlet is declared in web.xml, but what is the format for including EJB interfaces in web.xml? Do they need to be declared anywhere else in my WebApp? And is there a documentation source for this? Thanks t

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

2004-06-11 Thread loubyansky
No, it's not implemented. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838475#3838475 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838475 --- This SF.Net email i

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

2004-06-11 Thread loubyansky
What query is generated/executed? You could use declared-sql in jbosscmp-jdbc.xml. It's covered in CMP docs. But this is a configuration problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838474#3838474 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0 embedded within XFlow 1.2.1 - Connexion proble

2004-06-11 Thread frala
After more than one day of tests, I have found what is the problem. The JAR files were not accessible .. Bad day for me .. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838473#3838473 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Persistence & CMP/JBoss] - Re: Error checking if entity exists

2004-06-11 Thread loubyansky
Try with auto-increment instead of autoincrement. If it executes SELECT COUNT(*) then it's definitely not auto-increment. The prim-key-class should still be java.lang.Object. It was working from the beginning. Check the spec for unknown pk. View the original post : http://www.jboss.org/index.

[JBoss-user] [EJB/JBoss] - Accessing files outside depolyed .EAR file

2004-06-11 Thread Bahman
Hi All! We have Production on RH 9 using JBoss 3.0.8. development is done on win2000 When on Win2000: We create a .EAR file where images folder is left outside the deployed .EAR file. On start, application reads a prperty file and knows where the images folder is placed. (eg. C:/myproje

[JBoss-user] [Persistence & CMP/JBoss] - Entity name confict problem in 3.24, but not 3.23

2004-06-11 Thread supernovasoftware.com
I have been using JBoss 3.2.3, but I wanted to switch to 3.2.4 for Tomcat 5. I could not get my project to deploy and I finally figured out why. I have an entity bean named Order and now with 3.2.4 the following error is thrown: Caused by: org.jboss.deployment.DeploymentException: Error compili

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unique constraints and surrogate keys

2004-06-11 Thread pgb
No, not a single exception at deployment nor runtime. It is a snippet from my jbosscmp-jdbc.xml (it's working properly, as the specified datasource is correctly used (and it's not in standardjbosscmp-jdbc.xml). Thanks again View the original post : http://www.jboss.org/index.html?module=bb&op=v

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

2004-06-11 Thread pumuckel
I have go tables for the entity beans and the relationship. But no table "t2_u_takenModules_RELATION_TABLE" is created. The table created from jboss for this relation is called "Module_taken_Student_takes". Is there a possibility that i can specifiy the sql query by my own instead letting it cre

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

2004-06-11 Thread nacho2004
I want to change the CMP datasource on the fly. Can I use CMP's in this context where I need to connect to different databases(with absolutely identical structure) for each client. Different databases mean different Datasources, hence how do I uniquely associate a CMP Entity Bean with a single t

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unique constraints and surrogate keys

2004-06-11 Thread loubyansky
Any exception at deployment/runtime? Is it a snippet from standardjbosscmp-jdbc.xml? if so, is it overriden in jbosscmp-jdbc.xml? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838466#3838466 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Installation & Configuration] - Re: install/run JBOSS 3.2.4 problem - ConnectionFactoryDeplo

2004-06-11 Thread u9707118
For any-one who has the same problem, I tried upgrading to jdk1.4.2_04 and this seems to have solved the problem...what ever it was. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838465#3838465 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Persistence & CMP/JBoss] - Re: SQL not generating properly

2004-06-11 Thread loubyansky
I am pretty sure it is a bug in the pk definition in the DDs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838464#3838464 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838464 ---

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

2004-06-11 Thread loubyansky
Yes. What do you want to do? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838463#3838463 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838463 --- This SF.Net ema

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

2004-06-11 Thread bentins
I used a trace on the querys using the spy driver package (i hope your familiar with it), it does no show this query ever being sent to the database View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838462#3838462 Reply to the post : http://www.jboss.org/index.

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

2004-06-11 Thread loubyansky
What tables do you have in the database? You have create-table=true so if you enable DEBUG log level for org.jboss.ejb.plugins.cmp.jdbc (have a look at server/default/conf/log4j.xml), you will see DDL and SQL executed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

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

2004-06-11 Thread loubyansky
Is it a deadlock in the database? Does is it hang before the invocation that resulted in the query return or after that? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838460#3838460 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem with m..n relation and load-groups

2004-06-11 Thread loubyansky
Stacktraces? DDs? Code? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838459#3838459 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838459 --- This SF.Net email is

[JBoss-user] [Persistence & CMP/JBoss] - Re: Error compiling EJB-QL statement 'SELECT OBJECT(b) FROM

2004-06-11 Thread loubyansky
Swap multiplicity values for relationship-roles. Please, post xml inside [ code ] tags so we don't have to view html source. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838458#3838458 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [JCA/JBoss] - Re: problem to configure jboss for my JCA connector

2004-06-11 Thread mfavre
I want to deploy the Joss JCA Connector Exemple on my server (chap 7 of the documentation) - I have deployed the connector in the /deploy directory - I have create the chap7-ex1-ds.xml and the notxsf-service.xml files in the /deploy directory like in the doc but I have the same error when I execu

[JBoss-user] [Installation & Configuration] - Unable to download Jboss on Suse Linx 9.1 box

2004-06-11 Thread kmatth007
When I try to download JBoss for Linux I get the following error message. Could not read file. Go back. /home/ftp/pub/sourceforge//j/jb/jboss/jboss-3.2.4.tgz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838454#3838454 Reply to the post : http://www.jboss

[JBoss-user] [Persistence & CMP/JBoss] - Re: Bug in CMP Select

2004-06-11 Thread loubyansky
I fixed EJBQLToSQL92Compiler. The generated SQL is | SELECT t0_ps_permiso.permisosId, t0_ps_permiso.autorizado, t0_ps_permiso.SERVICIOS_FK, t0_ps_permiso.AP_FK, t0_ps_permiso.METODOS_FK | FROM SECURITYUSUARIOS t2_u INNER JOIN SECURITYPERFILESUSUARIOS t4_pfs ON t2_u.UId=t4_pfs.U_FK |

[JBoss-user] [Installation & Configuration] - XML-Parser does not decode correctly ?

2004-06-11 Thread frodeh
I am using JBoss 3.2.3, and the JDom XML-package. This package uses the same parser JBoss already has installed. When I parse documents, it seems that the encoding in the declaration-tag is ignored. The parser does not convert any encoded characters to unicode, thus every string is stored exact

[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting Started on JBoss 3.2.x

2004-06-11 Thread ramon_turnes
Thanks for the link. I had no problems to download the zip file. Try to do it again. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838451#3838451 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838451

[JBoss-user] [HTTPD, Servlets & JSP] - session NOT sticky when switching from http to https

2004-06-11 Thread nobel
using jboss-3.2.3, apache2(without ssl) and mod_jk2 on rh73. i have a copy of the all instance, called jboss0 on the same host as i run apache/mod-jk2 on and another instance called jboss1 on another host. both jvmRoute set in jboss-service.xml for tomcat. if the jboss0 host is targetted then th

[JBoss-user] [EJB/JBoss] - Re: Query method not found:

2004-06-11 Thread darranl
What are the earlier errors that you are getting? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838449#3838449 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838449 ---

[JBoss-user] [Beginners Corner] - Re: jboss 3.2.4

2004-06-11 Thread darranl
http://sourceforge.net/projects/jboss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838448#3838448 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838448 --- This SF

[JBoss-user] [Security & JAAS/JBoss] - Swing + IE(JSP/servlets)

2004-06-11 Thread victorkravtsov
I have the secure Swing-client(JNDI) and want to call some reports (JSP/servlets) with the help of MS Internet Explorer(!). For my web part I have selected form-based authorization. I don't want the authorization form appears in IE before my reports (when I call them from Swing-client). How c

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem with SQL92Compiler

2004-06-11 Thread loubyansky
Yes, there was a bug. It should be fixed now. You can check it out and safely use it with 3.2.4 release. Or, since, it is plugable, you can check it out, rename, compile and package it with the ejb-jar. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=383

[JBoss-user] [Persistence & CMP/JBoss] - Re: Memory Size of cache

2004-06-11 Thread vektom
Hi Sanne, I don't have an out-of-the-box solution for you but: 1) if you are using JBoss 3.2.3 (or higher) the web-console can give you a couple of interesting numbers (one of which is total memory used) 2) for JBoss versions superior to 3.2.2 you can uncomment a BeanCacheMonitor service in th

[JBoss-user] [HTTPD, Servlets & JSP] - Keep session when switching from https to http

2004-06-11 Thread thl-mot
HI, How can I keep the session data when I switch from https to http (both by redirect and link on the site). I want to do the login with https because passwords should not be sent in plain text to the server. All things happening after the login are just performance critical, so I don't wan t

[JBoss-user] [Installation & Configuration] - install/run JBOSS 3.2.4 problem - ConnectionFactoryDeployer

2004-06-11 Thread u9707118
Hi, I am not quite sure why, but I am getting some errors when I try to install/run JBOSS 3.2.4 on my w2k workstation. I have j2sdk1.4.2 installed and have JAVA_HOME set to this directory. I see Xalan in the error message, is it possible that j2sdk1.4.2 has a version of this lib that is incom

[JBoss-user] [Persistence & CMP/JBoss] - Re: Relationship (post-table-create)

2004-06-11 Thread vektom
I don't really know what you are doing in your code but I have an application that involves setting relationships at bean creation time. JBoss only allows me to set these relationships in the ejbPostCreate method (because before that one part of the relationship doesn't exist yet), but on the o

[JBoss-user] [Installation & Configuration] - Multiple instances on the same box and client config

2004-06-11 Thread ivanlc
Hi all, say I have two jboss servers JBOSS1 and JBOSS2 running on the same machine. JBOSS1 runs with the standard ports and JBOSS2 runs with new ports. What configuration changes are necessary for a remote EJB client running originally against an application in JBOSS1 to access the same applicati

[JBoss-user] [Installation & Configuration] - Re: Shutdown Jboss server problem

2004-06-11 Thread ryo1986
I try with javawrapper and this message appear when i shutdown my service: INFO | jvm 1| 2004/06/11 10:40:23 | 10:40:23,552 INFO [HypersonicDatabase] Stopping ERROR | wrapper | 2004/06/11 10:40:30 | Shutdown failed: Timed out waiting for the JVM to terminate. ERROR | wrapper | 2004/06/

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

2004-06-11 Thread dannyyates
At the risk of sounding stupid, have you read the error message? Have you definied get and set methods for the CMP fields mentioned? If so, show the bean's code (including the interfaces, etc.) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838439#3838439 Re

[JBoss-user] [Installation & Configuration] - Shutdown Jboss server problem

2004-06-11 Thread ryo1986
Hi, When i close the dos windows containing jboss server, or when i stop the jboss service. the system don't wait for the end of the prossess. For Dos a message to force the end of the program appear, for service it stop but the process are not finish yet. How can i do to force the system to

[JBoss-user] [Beginners Corner] - Re: run jboss in linux background

2004-06-11 Thread ghoyle
Try running the redhat startup script that comes with the distribution its called jboss_init_redhat.sh or you could run run.sh - c all & Not sure why you could not copy a file though, surely you just needed to open another terminal window. It is possible to start jboss as a daemon process that s

[JBoss-user] [Installation & Configuration] - is it my jboss 4 problem

2004-06-11 Thread msia
i'm found the problem below when i trying to deploy my ejb application using the jboss 4 application server. This application is ok when deploy in jboss 3.x.x. Can any one tell me what the porblem? it occur after my client app trying to create the object. output in eclipse 3: java.lang.IllegalS

[JBoss-user] [Beginners Corner] - run jboss in linux background

2004-06-11 Thread zhebincong
i install jboss3.2 in my redhat8,i go to the bin directory of jboss,the type "run -c all" command,the jboss start,but after it finish the starting,i find that the jboss run in "preemptive" mode,i can't do any other thing,if i press "ctr+c" the jboss stop. who can tell me how i can start the jbos

[JBoss-user] [Beginners Corner] - Web Modules Interfere

2004-06-11 Thread [EMAIL PROTECTED]
I have a servlet in a web module writing information into a static Hashtable. Another servlet of the same class in another web module actually can read that information written by the former servlet in the former web module. Is there any way of configuration I could do to separate *two* web mo

[JBoss-user] [HTTPD, Servlets & JSP] - Re: add files into deployed war file?!

2004-06-11 Thread fingertiploneliness
can't understand my question or my english? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838433#3838433 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838433 --- T

[JBoss-user] [Javassist user questions] - Modifying the import classes @ runtime using javassist

2004-06-11 Thread amey
Hi, My name is Shekhar. I am working in IOPSIS Software, INDIA (www.iopsis.com). My prob:Modifying the import classes and fully qualified classes@ runtime using javassist. Details:(IBM created this prob:) anyways... ) Prob is that Eclipse IDE (open source) does not

[JBoss-user] [Javassist user questions] - [b]Modifying the import classes and fully qualified classes@

2004-06-11 Thread amey
Hi, My name is Shekhar. I am working in IOPSIS Software, INDIA (www.iopsis.com). My prob:Modifying the import classes and fully qualified classes@ runtime using masterCL. Details:(IBM created this prob:) anyways... ) Prob is that Eclipse IDE (open source) does not al

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP EJB cant bind MS SQL Datasource

2004-06-11 Thread littlewing68
ps View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838430#3838430 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838430 --- This SF.Net email is sponsored by th

[JBoss-user] [Javassist user questions] - [b]Modifying the import classes and fully qualified classes@

2004-06-11 Thread amey
Hi, My name is Shekhar. I am working in IOPSIS Software, INDIA (www.iopsis.com). My prob:Modifying the import classes and fully qualified classes@ runtime using masterCL. Details:(IBM created this prob:) anyways... ) Prob is that Eclipse IDE (open source) does not al