[JBoss-user] [JBoss Portal] - Re: newbie can't find cms-content.zip

2005-04-30 Thread [EMAIL PROTECTED]
For the jboss portal bundle, you don't need to perform any of the install steps in the docs. All of the content is already under .../default/data/portal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876041#3876041 Reply to the post : http://www.jboss.org/in

[JBoss-user] [Beginners Corner] - JBoss AS 4.0 + Unable to load tag handler class + org.apache

2005-04-30 Thread Koudry
Dear colleagues, I am currently developing simple tags using JBoss 4.0. I have written a simple tag handler class that extends a SimpleTagSupport. I have created a *.tld file for this tag handler and stored this under the WEB-INF folder for simplicity. I then created a JSP page to use the tag

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS Web Security Problem

2005-04-30 Thread [EMAIL PROTECTED]
Read the JAAS Howto and how the ClientLoginModule propagates the security context. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876035#3876035 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876035 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Folder Watch

2005-04-30 Thread [EMAIL PROTECTED]
No, but its simple to write your own mbean service to do this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876034#3876034 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876034 --

[JBoss-user] [Installation & Configuration] - Re: Scheduler in JBoss 4.0.0

2005-04-30 Thread [EMAIL PROTECTED]
| [EMAIL PROTECTED] build]$ ls /cvs/Releases/jboss-4.0.0/server/standard/deploy/ | bsh-deployer.xmljbossjca-service.xml | cache-invalidation-service.xml jbossweb-tomcat50.sar/ | client-deployer-service.xml jms/ | ear-deployer.xmljmx-console.war/ |

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with logout with FORM based authentication and s

2005-04-30 Thread [EMAIL PROTECTED]
Invalidating the session does not remove the request principal from the current request. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876032#3876032 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876032 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss 4.0.1 SP1 and JOSSO

2005-04-30 Thread [EMAIL PROTECTED]
No, the getActiveSubject is not a reliable call as evidenced by the change in behavior. 4.0.x no longer has a side effect of setting the thread subject on return from the authenticate method. Its the jobs of the caller of authenticate to establish whether or not there is a caller. View the ori

[JBoss-user] [JBoss Portal] - Re: New Portal Install getting a 404 erorr

2005-04-30 Thread keynetx
Sorry about the last post. JBoss Portal - 2.0 Beta1 JBoss - 4.0.0 I'm now seeing the following in server.log when I start JBoss. I don't know what JBoss Portal is looking for. Can you point me in the right direction? 2005-04-30 11:53:04,912 ERROR [org.jboss.portal.server.kernel.Kernel.(comp

[JBoss-user] [Beginners Corner] - Re: Can I use nested query in ejb finders?

2005-04-30 Thread fbiaggi
reSorry | | | o | | WHERE o.status = {0} AND o.CPTransactionId = ( SELECT MIN(o1.CPTransactionId) FROM CPRecoverLog o1 WHERE o1.status = {0}) | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387602

[JBoss-user] [Beginners Corner] - Re: Can I use nested query in ejb finders?

2005-04-30 Thread fbiaggi
Sorry... anonymous wrote : | | | o | | WHERE o.status = {0} AND o.CPTransactionId =( SELECT MIN(o1.CPTransactionId) FROM CPRecoverLog o1 WHERE o1.status = {0}) | | | | View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Beginners Corner] - Re: Can I use nested query in ejb finders?

2005-04-30 Thread fbiaggi
Hi, try (cannot test if works): o WHERE o.status = {0} AND o.CPTransactionId = ( SELECT MIN(o1.CPTransactionId) FROM CPRecoverLog o1 WHERE o1.status = {0}) But do you relly need a subquery ? Hope this helps View the original post : http://w

[JBoss-user] [JBoss Portal] - newbie can't find cms-content.zip

2005-04-30 Thread clawdiakatz
I'm tring to install jboss_portal_2.0-jboss_4.0.1sp1 on a w2k system. The instructions state to unzip cms-content.zip into the ../default/data directory. I cannot find cms-content.zip in any downloads. Although I've been using JBoss 3.2.x and have installed Nukes under both 3.2 and 4.0, I have

[JBoss-user] [JBoss Getting Started Documentation] - Re: newbie can't find cms-content.zip

2005-04-30 Thread clawdiakatz
sorry about posting to wrong forum, tried to delete but could not. will figure that out later. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876022#3876022 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876022

[JBoss-user] [Persistence & CMP/JBoss] - Re: Finder Problem with 3.2.6

2005-04-30 Thread Roger01
Hi, I've found that if I change the row locking tag from "true" to "false" that I overcome the problem. Here is the snippet from jbosscmp-jdbc.xml < jbosscmp-jdbc > < defaults > < row-locking > false < /row-locking > I presume the reason that this works is because JBoss only outputs a SELECT s

[JBoss-user] [Persistence & CMP/JBoss] - Re: New

2005-04-30 Thread Roger01
Hi, If I understand correctly your error may be occuring in compiled JSP files. Further, I understand that 4.0 is using a later version of the Servlet specification than 3.2.2. Your error may be due to features no longer supported in this latter version of the servlet spec. Alternatively, th

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.0 is slow on Solaris 8 (64bit SunFire v120) 4

2005-04-30 Thread [EMAIL PROTECTED]
For Solaris, make sure you're always running with all the latest/required OS patches from Sun. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876018#3876018 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876018

[JBoss-user] [Installation & Configuration] - Re: Error on start up, could not open the jvm.config

2005-04-30 Thread [EMAIL PROTECTED]
Did you try reinstalling your JDK ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876017#3876017 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876017 --- This SF.

[JBoss-user] [Beginners Corner] - Re: [ContextConfig] Missing application web.xml, using defau

2005-04-30 Thread [EMAIL PROTECTED]
Make sure WEB-INF is capitalized, and the web.xml declares correct DTD and validates. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876016#3876016 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876016 -

[JBoss-user] [Beginners Corner] - Re: NullPointerException during deployment process

2005-04-30 Thread [EMAIL PROTECTED]
Try deploying it without jbosscmp-jdbc.xml configuration (using defaults only), and see if it deploys correctly (or just without any load group configuration). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876015#3876015 Reply to the post : http://www.jbos

[JBoss-user] [Beginners Corner] - Re: Remote call between isolated EARs

2005-04-30 Thread [EMAIL PROTECTED]
What exactly are you trying to do? Deploying two ears on an application server is not a problem. If they are the same ear then you need to resolve any global resource conflicts they might introduce (such as global JNDI lookup names). Only if you suspect you need to use different class versions

[JBoss-user] [JBossWS] - Problem with Sun Wireless Toolkit Soap Request to JBoss 4 We

2005-04-30 Thread kcurley
Hi All, I have a web service running in JBoss 4. Its a servlet style web service and is a document literal type service. Now I have a MIDlet in the Sun Wirless Toolkit, that is using the JSR 172 Web Services interface, that calls this web service. This is the SOAP message (as caught by the Axis

[JBoss-user] [Beginners Corner] - Re: Can I use nested query in ejb finders?

2005-04-30 Thread amit10may
Not yet. I could not figure out how to construct the declare-sql clauses. Can you help me out? The query is not trivial . SELECT OBJECT(o) FROM CPRecoverLog o WHERE o.status = ?1 AND o.CPTransactionId = ( SELECT MIN(o1.CPTransactionId) FROM CPRecoverLog o1 WHERE o1.status = ?1) View the origina

[JBoss-user] [Beginners Corner] - Re: problem running Budi Kurniawan's Tassie Online Book stor

2005-04-30 Thread [EMAIL PROTECTED]
Is com/brainysoftware/tassies//Cart.class in your compiler's classpath when you try to compile ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876011#3876011 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876011

[JBoss-user] [Beginners Corner] - Re: Error deploying WebModules

2005-04-30 Thread [EMAIL PROTECTED]
The class AddItemServlet is not part of the server's classpath. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876010#3876010 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876010

[JBoss-user] [Beginners Corner] - Re: Overhead? jmx-console vs web-console

2005-04-30 Thread [EMAIL PROTECTED]
They're just servlets and JSPs so as such have little impact to your application server. At minimum you need to make sure they're secured, or if you have no use for them, removed from a production system. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387600

[JBoss-user] [Beginners Corner] - Deploying Servlets

2005-04-30 Thread sangeeths
Hello, I want to create a servlet , aspectize it , create a web module & deploy it on JBoss server using Eclipse. Can anyone tell me how to go about it. Also, I downloaded the JBoss AOP IDE plugins for Eclipse. I created a JBoss AOP project & tried running it. But I get a error message saying

[JBoss-user] [Installation & Configuration] - Re: Activate Log Rotation

2005-04-30 Thread darranl
If you look in the log4j.xml in the conf folder you should see another appender that has been commented out called the 'RollingFileAppender' if you use this instead of the 'DailyRollingFileAppender' you can configure Log4j to start a new log file when the current one reaches a certain size. You

[JBoss-user] [Installation & Configuration] - Activate Log Rotation

2005-04-30 Thread gemino
Is there a way to enable Log Rotation in JBoss? At the moment the size of the Logs gets too big to stay readable after a few days :( And how do i set the log warning level (e.g. to fatal?) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876005#3876005 Reply t