I use Oracle instead of Hiberate for Jms Persistence.
But how can I let tables of jms to be truncated when jboss is running.
I must avoid those table grows without limit.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876920#3876920
Reply to the post :
htt
Hi All,
I had this question as well. I work with Java and JBoss regularly at my 9 to
5. For my small web site projects I do on the side, I've used mambo, a CMS
system which is written in PHP. It utilizes templates to layout all of the
content areas, as well as a common css so that every pag
In Section 2.2.4 (Additional Services) of the Getting Started Guide - release
3, it is stated that ear-deployer.xml deploys J2EE EJB JAR files and that
ejb-deployer.xml deploys J2EE EAR files.
I believe this is a typo...
View the original post :
http://www.jboss.org/index.html?module=bb&op=
Scott:
You (of course!) were right!!
I re-installed my JDK1.5 and the problem was resolved.
Once JBoss 4.0.2 was running, I methodically added jars to the new
JDK1.5/jre/lib/ext directory until I could determine the exact cause of the
problem. And this worked.
It seems that I had put j2ee.ja
Hi,
I'm using JBoss 4.0.1 and Struts 1.2.4, when the server starts and loads the
application, the application reads struts-config.xml. In the moment of reads
struts-config.xml needs to check the DTD, and doesn't find the local DTD, it
tries to load the DTD from jakarta.apache.org and I obtain a
Hi,
I have one web application that i have written with JSPs and Servlets. That
web application accesses one .NET webservice. I deployed that web application
in TOMCAT5.0 and it is working fine. I have to deploy the same web application
in JBOSS4.0.1SP1. As JBOSS have tomcat integrated a
I can understand now... I'm downloading Java Tutorial release 4.
What happens with release 3?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876913#3876913
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876913
Hello
I got the same problem and I'm using the document "Getting Started with JBoss
4.0 (release 3.0).
I also tried to put down the server, do the deploy and the problem persists.
Could anyone help?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=387
[JBAS-1517]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876911#3876911
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876911
---
This SF.Net email is sponsored b
check deploy-hasingleton/jms directory
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876910#3876910
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876910
---
This
I see this example:
- how to implement an MDB with EJB 3.0
- http://docs.jboss.org/ejb3/tutorial/mdb/mdb.html
I want to know... how to create a web version for this?
can be jsp or servlet!
Please help me...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876
I see this example:
- how to implement an MDB with EJB 3.0
- http://docs.jboss.org/ejb3/tutorial/mdb/mdb.html
I want to know... how to create a web version for this?
can be jsp or servlet!
Please help me...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876
SOLVED!
You do not need to modify your server.xml file. You need to include a
jboss-web.xml file in your project's WEB-INF directory that contains and empty
context-root.
Hope this helps someone.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876901#387690
I don't getting erros in the console, the deployment is successfull, but in my
project, I create on EJB Module and add any Beans in this, It 's correct?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876900#3876900
Reply to the post :
http://www.jboss.org/in
I am trying to build the startup guide bank example. When running the "ant -f
jboss-build.xml compile" command I get the following error.
[javac] C:\install\jboss\example\examples\bank\src\com\jboss\ebank\TellerBea
n.java:16: package com.sun.ebank.ejb.account does not exist
[javac] impor
Hi there,
i have a small problem with obtaining a client certificate from message context
of a secure web service runing on jboss 4.0.0. i have two jboss instances on
two diff. computers and one instance is calling a web service hosted on another
instance via TLS. The TLS is set up on both inst
I am trying to get my web application to be the one that loads when JBOSS 4.0
is running and you type something like:
http://myweb.com/
But I only see the JBOSS welcome page even though I have my webapp deployed. I
can see myweb when I do this: http://myweb.com/myweb/ but I want it to be at
Please read my response right after my posting. "Problem resolved". Thank you
anyway.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876892#3876892
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876892
Hi, all
I have a modular application built on JBoss. I have several ejb jars and ears
deployed in the same single server instance. I'm just developing a new module
containing a CMP Entity been that needs to make a relation to and existing CMP
entity bean in a different module (ejb jar or ear).
No, see:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=48838
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876890#3876890
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876890
---
Are you getting any errors in the console when you go through deployment?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876889#3876889
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876889
---
I need a little guidance on porting an older RMI application to JBoss. Today I
have a server that is comprised on mainly RMI objects. I'm trying to move this
server into JBoss and eventually to J2EE, but right now I'm just trying to get
the server into JBoss. As it stands I have created a MBe
That should not be neccessary as there is an entity resolver entry for the
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" public id.
See http://jira.jboss.com/jira/browse/JBAS-1789
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876884#3876884
Reply
There is no support for refreshing an existing login's associated roles without
reauthenticating.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876883#3876883
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876883
--
Thank you, my bean is bound in JNDI View MBean ,
but if I deployed all Beans( 10 in my application), all Beans are undeployed.
I don't know the souce of this problem.
Can you help me?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876882#3876882
Reply to t
Your jdk1.5 install or classpath is polluted with jacc classes then as:
| at
javax.security.jacc.PolicyConfigurationFactory.getPolicyConfigurationFactory(PolicyConfigurationFactory.java:128)
| ... 139 more
|
does not match the jboss implementation of this class.
On my winxpsp2 box usin
Try changing jboss-web.xml like this:
|
|
|
| jdbc/dev
| java:/dev
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876879#3876879
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
trying to download the pdf files for jBoss AS 4 from jboss.com documentation
page. But when I try to open it in acrobat readder 6, it does not open it and
gives me the error the file does not start with PDF. Should use a different
reader? what am I missing? Thanks
View the original post :
Gilb:
My situation is similar to yours...
Windows XP
Java 1.5.0
JBoss 4.0.2
No jmx-console, because (according to the server console) of problem starting
WebService.
On the other hand, your log seemed to indicate that you got past that point...
As I get ready to retire after spending the last
Regarding my previous posts:
I thought that the problem might have been fixed with JBoss 4.0.2 (which was
recently released). So, I downloaded it only to get the same exact error! :(
Nowhere in the installation/configuration guide is there even a clue as to what
is going wrong...
I did read
I see that the matrix claims that JBoss 4.0.1+ runs with JDK5. What I do not
see is why I am getting this error:
2005-05-07 07:30:40,270 ERROR [org.jboss.web.WebModule] Starting failed
jboss.web.deployment:war=invoker.war,id=-1795632456
org.jboss.deployment.DeploymentException: Error during dep
hello all,
i am having jboss 4.0 version which was working fine, but after i
deployed my application based on entity beans, and then tried to run the jboss
home page http://loclhost:8080/, it is giving the error message the page can
not be displayed.
But at the initial stages, this
actually we do not use slide security (yet). all data is accessed through the
"root" role and we have custom security checks in front of it.
I know that you can implement the security manager in slide by implementing
org.apache.slide.security.Security . Perhaps this can solve your issues.
Also
The "Instance Per Transaction ... EntityBean" configuration relies on propper
SQL database level locking (That's why the entity bean container configuration
itself has no locking strategy). You have to configure your database tables
with the appropriate locking mode (page/row locking) and select
rty to Use ./run.sh -c default --host=server's Ip address
./run.sh --help will show you the help message
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876868#3876868
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876
try to use ./run.sh -c default -b your_Ip_Address
or
./run.sh -c default --host=Your Ip address
or
./run.sh -c default --help > will show you something would be help
??and I want to know how do you scan your ports??
View the original post :
http://www.jboss.org/index.html?module=bb&o
36 matches
Mail list logo