[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP is treating an invocation of core tag as static text

2005-03-20 Thread [EMAIL PROTECTED]
use or directly use ${person} without c: tag. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870920#3870920 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870920 -

[JBoss-user] [Installation & Configuration] - Re: using java 1.3 client with jboss

2005-03-20 Thread [EMAIL PROTECTED]
Here is the wiki which shows the matrix of JBoss vs JDK http://www.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix Is it difficult to upgrade to 1.4 on your client machine? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870919#3870919 Reply to the p

[JBoss-user] [Installation & Configuration] - Re: JBOSS+Portal=Failure?Please Help!!!

2005-03-20 Thread Invisigoth666
Hallo Pete, thank u a lot, i tested the suggested solution and for the first time the server started up and i could view the portal page off a client. There are still some nullpointer-errors but that is a thing i can live with and correct it later on.Man, u were my rescue :-) By View the orig

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBOSS AND JSP

2005-03-20 Thread i_subhash_jboss
Thnx for the reply...I am using EditPlus,,simple notepad kinda editor,,am i on the wrong side,,,if so suggest me then,, regds Subhash.K View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870915#3870915 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [JBossWS] - Proxy and Web Services

2005-03-20 Thread thorinside
Hi All, I have a JBoss 4.0.1SP1 server running on a Linux box, and I am trying to get my Apache web server on port 80 to proxy to the JBoss which is running on port 9090. I've got Tomcat all happy with the configuration by setting the ProxyHost and ProxyPort for the main http port. This is all

[JBoss-user] [HTTPD, Servlets & JSP] - Distributable webapps and HTTP Sessions

2005-03-20 Thread mcorey
I'm trying to track down a problem I'm having with JBoss appearing to not load an HttpSession object for a request, and I'm wondering how to find information about HTTP Sessions in a webapp that is marked as 'distributable'? In a non-distributable webapp, I know I can get to it with the mbean

[JBoss-user] [Installation & Configuration] - using java 1.3 client with jboss

2005-03-20 Thread placebojim
Hi, We have a legacy application that uses java 1.3 and talks to jboss. We have recently upgraded to jboss 4 and found that the application no longer works. I get this exception: java.lang.UnsupportedClassVersionError: org/jboss/logging/Logger (Unsupported major.minor version 48.0) at j

[JBoss-user] [JBossWS] - Re: JSR181/JSR224 Support

2005-03-20 Thread jcrume
Ok, in looking through the jar files, I don't see support for @WebService or @WebMethod yet. Are any of the annotations supported yet? Thanks! Jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870907#3870907 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [HTTPD, Servlets & JSP] - JSTL sql:setDataSource and JCA

2005-03-20 Thread cascadia4u
I'm having trouble getting sql:setDataSource in my Jakarta standard 1.1.2 tag library to work with my JCA Sybase SQL Anywhere data source. I am using JBoss AS 4.0.1sp1 This code works fine: but this code: generates: javax.servlet.ServletException: Unable to get connection, DataSource inval

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP is treating an invocation of core tag as static text

2005-03-20 Thread cascadia4u
try using ${person} View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870904#3870904 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870904 --- SF email is sponsored by

[JBoss-user] [Installation & Configuration] - Re: watchdog program for jboss

2005-03-20 Thread ThomasMosigFrey
Look at edu-networks.com there may be some minor works to do to jboss 4.X bit it should work in prinziple. do not hesitate to ask questiojns [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870900#3870900 Reply to the post : http://www.jbo

[JBoss-user] [Persistence & CMP/JBoss] - Re: SQL92 and Left-join read-ahead

2005-03-20 Thread jobor
O I forgot to mention that I'm using JBoss 4.0.1P1 on XP with MySQL 4.1.9 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870899#3870899 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870899 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Deferred use of JMSReplyTo / Destination.toString()

2005-03-20 Thread lekkim
I have a scenario where I need to store the JMSReplyTo from a JMS message for later use. When I look at the Message.getJMSReplyTo() the returned Destination (Queue/Topic) has two methods I could use: - toString (example value: QUEUE.lekkim/nitram/bocaj) - getQueueName (example value: lekkim/nitra

[JBoss-user] [Persistence & CMP/JBoss] - SQL92 and Left-join read-ahead

2005-03-20 Thread jobor
Hello, It is possible that the SQL92 compiler ignores the left-join tags in the jbosscmp-jdbc.xml file. If I do a test with a bean A and parent bean B and in a finder method of bean A I specify with a left-join tag that the fields of bean B should also be read from the database an be put in the

[JBoss-user] [J2EE Design Patterns] - Re: JBoss Mail

2005-03-20 Thread jamesstrachan
I would suggest Eclipse (free) with the JBoss plugin. See the separate forum on Eclipse. If you adopt Eclipse, make sure that you install a stable, tested version. Don't use alpha or beta releases. James View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38708

[JBoss-user] [J2EE Design Patterns] - Re: Is JBoss 3.0.4 J2EE Compliant?

2005-03-20 Thread chrispp
Then : is XDoclet also 1.4 compliant ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870889#3870889 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870889 --- SF ema

[JBoss-user] [HTTPD, Servlets & JSP] - Differences between JBoss 4.0.0 and 4.0.1sp1

2005-03-20 Thread eelgueta
Hi again, After struggling with Eclipse/JBoss/Tomcat/Axis for a week, I got a version that runs smoothly on my dev machine: j2sdk1.4.2_04/JBoss 4.0.0/Windows XP SP2. But when I deploy to the production server it doesn't work. It's a JBoss 4.0.1sp1 under Red Hat's White Box Linux, j2sdk1.4.2_07.

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBOSS AND JSP

2005-03-20 Thread eelgueta
Subhash, Don't modify files in the temp dir! Why are you doing that? You should modify pages in your dev tool (What is your development tool?) and then redeploy. Regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870885#3870885 Reply to the post :

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ClassCastExceptio on deployment (Tomcat)

2005-03-20 Thread eelgueta
The problem was I was using Sun SOAP classes, which apparently JBoss/Tomcat don't like (BTW, I tried putting the jar files in the lib/endorsed directory, and it started to get better, but when I added the Sun's common-logging jar, JBoss web server couldn't start any more. Talk about write once,

[JBoss-user] [Beginners Corner] - Re: free download Jboss application server

2005-03-20 Thread tranct
Riccardo, Thanks, I have downloaded OK. Then install on my WindowXP by click on : C:\bin\run.bat Ater about 15 minutes , I get thousands of messages in French like this : un program executable ou un un fichier de commande. '"java"' n'est pas reconnu en tant que commande interne ou externe. th

[JBoss-user] [Installation & Configuration] - Control web module classloader name when deployed in ERA

2005-03-20 Thread erezharari
when a web module is deployed as a war we can define it's classloader name in jboss-web.xml: | some.dot.com:loader=Name.war> | however, when web module is deployed in EAR, jboss-web.xml is ignored (??) and we get the same classloader name for all web modules. i need distinct classloader n