In the clustering webinar there was an example of running two nodes on same
machine and all they did there was updating the ServiceBindingManager and its
with ports-01 , wasnt this supposed to be working??
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873354
12:25:31,437 INFO [Server] JBoss (MX MicroKernel) [4.0.1RC1 (build:
CVSTag=JBoss_4_0_1_RC1 date=20041100)] Started in 29s:610ms
12:26:56,765 INFO [TomcatDeployer] deploy, ctxPath=/my,
warUrl=file:/D:/jboss-4.0.1RC1/server/default/tmp/deploy/tmp46423my-exp.war/
12:26:56,968 INFO [ContextCon
Road maps are posted within Jira -
http://jira.jboss.com/jira/secure/BrowseProject.jspa?id=10030&subset=-1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873347#3873347
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387
Gents, in jaas_howto the first link on the main page is:
1. Invoke PublicSession.echo() as java, echoman [PASS]
it calls the servlet (EJBServlet), secured by the web container to the "Echo"
userRole.
The user "java" logs in and is granted the "Echo" role. Therefore, the result
is displayed. B
Let me pose the question a different way
I've written a customer JMS queue append for log4j.
What do I need to do to get the appender to load either...
1) When JBoss 4.01 loads
2) Read and use my log4j.xml file in WEB-INF/classes
I've followed the example in the WIKI dealing with jboss-
Oh! Surprise awaiting...
Let me be anyyb with this...
Abstract Context classes gets inherited and at the end there is
org.jboss.chap7.ex1.ra.FSDirContext class which return null from each method??
It took awhile to get there :)
Looks like I'm in the search for implemented DirContext class (and
anonymous wrote :
| I have been interested in contributing an MBean that provided this type of
behavior for a while now.
|
Your contribution will be very welcome! (Good to see you in JBoss forums,
Jimmy.)
Francisco
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
I have a war file inside an ear file that I would like to get "mounted" by
tomcat under 2 different context paths. I have attempted to do the following in
application.xml:
|
|
| mypp.war
| foo
|
|
|
|
| myapp.war
| bar
|
|
hello?i had the same problem with you ,if you have find the way .please
tell me .my email is :[EMAIL PROTECTED]
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873334#3873334
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
Hello,
What does "contained by reference" mean when on says that a class my be
contained by inclusion or by reference?
Can anyone give me examples please?
Thanks in advance,
Julien.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873332#3873332
Reply to the po
Yeah that sounds like what I have as well...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873329#3873329
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873329
---
Found out that the an xml file for the adapter needed more configuration
afterall and the filesystem access problem shifted to be a java language
learning task :)
I was so sure that accessing filesystem was somehow tricky by the j2ee
restrictions.
Hope that some points to the question about a
I wonder if I missed something re: JBoss setup in general with regards to Flex.
In my war, I have all of the flex supporting jars. Regarding JBoss, the only
flex jars I copied to the installation were the 2 tomcat specific jars, along
with the tomcat Valve entry...is this inline with your setup
ok, thanks. Yeah, I checked the whitelist location...I'm reviewing my other
descriptors (login-config, jboss-web, etc.) to see if I did something stupid in
there too...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873326#3873326
Reply to the post :
http:
Get jstl.jar and standard.jar from tomcat5/lib
(http://jakarta.apache.org/site/binindex.cgi) into the /WEB-INF/lib/ directory
of my war file. All is OK.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873325#3873325
Reply to the post :
http://www.jboss.org/i
I would start with this:
anonymous wrote : java.lang.Exception: Port 4446 is already in use
If you want to run both nodes on the same machine, you need to change the port
assignments for the second node. I would consult the wiki on what ports are
being used and where they're configured:
http:/
As far as I know, there's no easy way to control the order of jar files in the
server/xxx/lib directory or even the WEB-INF/lib directory of a webapp.
For webapps, you can place your overridden classes in WEB-INF/classes, as
WEB-INF/classes must come before any jars in WEB-INF/lib in the classpa
Hi
I'm using jboss4.0.2RC1
I have made 2 copies of the all configuration, one is called node1 and one is
called node2.
* I ran run -c node1 - everything is ok.
* In node's 2 configuration i have updated jboss-service.xml and uncommented
the ServiceBindingManager and its with ports-01
* However
Hi Phil,
no is the answer to your questionI haven't got any futher. I still run my
app in JBoss 4.0.1, but I have removed jaxen.jar from the lib directory.
Everything works fine so farI haven't experienced any problems since I
removed jaxen.jar.
But I would like to handle this problem
I got the following exception while deploying Entity bean using CMP on JBOSS
RuntimeErrorException: java.lang.NoSuchMethodError
JBOSS Version 3.2.7
JDK version 1.3.1_07
I read various threads for the same exception but all the threads were related
to the deletion of bcel.jar and xalan.jar from
I confirm that I'm using 4.0sp1.
anonymous wrote : 1) when using a "named" RO (per original code), I get a
compile error stating "Invalid value for 'named' - does not match any object
name from the configuration file", or;
Weird... might sound like a stupid clue but did you check you pasted the
Ty Andy.
i will try using a jndi.properties in my ear.
I'm not able to pass a new argument in the business method, because i need to
pass this to all methods.. and i have about 300 Entity and over 500 session
bean... and so too much methods...
ty very much
View the original post :
http://ww
Hi!
I'm having jboss 4 series AS installed with embedded tomcat VM in use is
tiger..platform is linux. This installation might or might not have EJB 3.0 Pre
4 in there...
I've configured a datasource on the server and it seems to be installed in JNDI
namespace by java: NoTransFS .I'm now figur
Well, I went back to square one because I ran into some interesting behavior,
so, I re-installed Brian's sample app and am now in a state whereby I am either:
1) when using a "named" RO (per original code), I get a compile error stating
"Invalid value for 'named' - does not match any object name
24 matches
Mail list logo