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
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
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
-
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
--
| [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/
|
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
---
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
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
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
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
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
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
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
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
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
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
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.
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
-
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
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
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
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
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
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
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
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
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
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
28 matches
Mail list logo