[JBoss-user] [EJB/JBoss] - java.sql.SQLException: ORA-00936: missing expression

2004-11-07 Thread findatalus
I am running on JBoss 3.2.2. every now and then (approx every fifth startup or deploy to the server) i start getting errors: java.sql.SQLException: ORA-00936: missing expression this happens with no relation to deployed code. if i restart the server everything then runs fine. i must be

[JBoss-user] JBoss 3.2.6 and

2004-11-07 Thread Jiri Chaloupka
--- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click

[JBoss-user] JBoss 3.2.6 and IllegalAccessError

2004-11-07 Thread Jiri Chaloupka
Hallo, I have applications in JBoss uses frontends with Struts. When I deploy in latest version, I got IllegalaccessError. I tried to set Loader repository (in conf/jboss-service.xml and jboss-app.xml too, but I still have this exception. Does somebody know what to do with? Thanks, Jiri

[JBoss-user] [JBoss.NET] - Re: trouble deserializing with axis

2004-11-07 Thread tdiesler
The current Branch_3_2 contains the workbook example as a testcase. I also ammended it using by a single bean. Have a look at the WSDL and the generated wsdd there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3854207#3854207 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: How do I set 3 context for one web module?

2004-11-07 Thread mikefinn
What version are you using? Are there errors? This works for me. JB 3.2.2/TC 4.1. Pretty sure it's J2EE 1.3 spec behavior. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3854209#3854209 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: notification of authentication success/failure

2004-11-07 Thread mikefinn
You could modify the loginmodule you're using to trap login attempts or successes and record them somewhere - database, file, etc. Otherwise, I think you're limited to the solution you described. Unfortunately, there's no way I know of to intercept the login process, since the j_security_check

[JBoss-user] [JBoss.NET] - Re: faultString: Attempted to write schema for bad QName (no

2004-11-07 Thread tdiesler
The Axis based JBoss.NET implementation has entered maintenance and will not be developed further. Instead we encourage users to switch to J2EE compatible web services (WS4EE) with JBossWS. Among other advantages, JBossWS is BasicProfile-1.0 compliant which should give you better

[JBoss-user] [JBoss.NET] - Re: Reading soap body as a string in a Document style ws.

2004-11-07 Thread tdiesler
Giuseppe, unfortunately not. By the time the message reaches your endpoint Axis has already parsed the message and recorded the SAX events. Also, the SAAJ view of the message is W3C DOM based, so the incomming message is already an in memory DOM tree. Your best bet might be, to forget about

[JBoss-user] JBoss Security with IDS (LDAP) problems with ROLES

2004-11-07 Thread Edgar Ankiewsky
Hi Folks... I am with a trouble with org.jboss.security.auth.spi.LdapLoginModule, I am trying to do an authentication and authorization at IDS Server I made de configuration in login-config.xml from my Realm, I Think that all configurations are ok, however I coudn´t to connect due to this

[JBoss-user] [HTTPD, Servlets JSP] - Call EJB objects by reference

2004-11-07 Thread roberto
How can i configura jboss to pass arguments between web container and ejb container by reference instead by value ? I know that are better for performance... but i must check if my application works fine too. Thank You View the original post :

[JBoss-user] JBoss Security + IDS Issue

2004-11-07 Thread Edgar Ankiewsky
Hi Folks... I am with a trouble with org.jboss.security.auth.spi.LdapLoginModule, I am trying to do an authentication and authorization at IDS Server I made de configuration in login-config.xml from my Realm, I Think that all configurations are ok, however I coudn´t to connect due to this

[JBoss-user] [Installation Configuration] - Re: Unable to display PDF's

2004-11-07 Thread tomislavr
Take a look at: http://support.microsoft.com/default.aspx?scid=kb;en-us;812935#kb3 I am having the same problem, and it is definitely IE with SSL bug. cheers, Tomislav View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3854221#3854221 Reply to the post :

[JBoss-user] [Nukes User] - Re: How to integrate JSPWiki into JBoss Nukes?

2004-11-07 Thread karimrg
Hi, I am stuck at this point too. Please some body point me to any Readme, hint or something showing the light how to compile and get the jspwiki running with nukes. Thanks a lot for help me View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3854222#3854222 Reply

[JBoss-user] [Installation Configuration] - Re: Unable to display PDF's

2004-11-07 Thread [EMAIL PROTECTED]
This is answered here: http://www.jboss.org/index.html?module=bbop=viewtopict=55212 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3854223#3854223 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854223

[JBoss-user] [Persistence CMP/JBoss] - Optimistic version field does not increment with cmp2.x jdbc

2004-11-07 Thread jobor
Hello, I'm using JBoss 3.2.6, JDK build 1.4.2_05-b04 and MySQL 4.0.20. I tried the new cmp2.x jdbc2 pm container with an optimistic lock version field. But I don't really understand what should happen with the version field. Listing 1 is the version field which is incremented when the

[JBoss-user] [EJB/JBoss] - Bad transaction won't go away

2004-11-07 Thread javajedi
JBoss 3.2.5, JDK 1.4.2, Linux I'm seeing an intermittent problem with an EJB where sometimes, on a new remote invocation (tx Required), JBoss gives me an old, invalid transaction. This results in an Already marked for rollback exception. I turned on trace debugging, and I notice that every

[JBoss-user] [Clustering/JBoss] - Re: Cluster MDB's

2004-11-07 Thread RolfZ
Did you find a solution/workaround for this problem yet ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3854228#3854228 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854228

[JBoss-user] [Beginners Corner] - Re: auto-testing my JBoss application

2004-11-07 Thread mikefinn
If you're using Ant 1.6.x, you should be able to start JBoss using the exec task. Something like: exec dir=/path/to/jboss-3.2.2/bin executable=bash spawn=true | arg line=run.sh/ | arg line=-c default/ | /exec Stopping it would just be something like so: | arg

[JBoss-user] [Beginners Corner] - Re: auto-testing my JBoss application

2004-11-07 Thread mikefinn
Sorry - if it wasn't clear, that custom JSP page I referred to would be called by the waitfor/http task instead of jmx-console. Fingers are typing faster than brain View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3854231#3854231 Reply to the post :

[JBoss-user] [Nukes User] - nukes-installer problem

2004-11-07 Thread zam62
Below is an excerpt from the error I get when I try to install MySql into Nukes. Waht am I doing wrong? 21:36:57,965 INFO [STDOUT] path = /WEB-INF/setup/mysql.xml 21:36:58,122 ERROR [STDERR] java.sql.SQLException: Syntax error or access violation message from server: You have an error in your

[JBoss-user] [Installation Configuration] - Data Source Not Bound

2004-11-07 Thread cres_ss
I am facing the problem in deploying CMP Entity Beans at JBoos (Version 32.2 / Version 4.0) using Microsoft SQL Server 2000 Driver for JDBC Service Pack 3. While deploying the Entity Bean, I recieved Message Data Source Not Bound ; apart I have done the following steps :- 01. I have

[JBoss-user] [HTTPD, Servlets JSP] - JBOSS 3.2.6 and Tomcat 4.X

2004-11-07 Thread duardor
Hello guys Is possible to use the 3.2.6 release with tomcat 4.X (j2ee 1.3, I dont want JSP 2.0)??? Thank you so much! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3854234#3854234 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - How to change

2004-11-07 Thread diripu
Hi I want to change the localhost name to machine name in the jboss.web domain . Where to set this ?? For example in the following mbeans. J2EEApplication=none,J2EEServer=none,j2eeType=WebModule,name=//localhost/