No, we don't currently support that type of redeployment capability.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852408#3852408
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852408
This is an os issue. Take a look at the nohup command.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852407#3852407
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852407
--
You can have a component invocable by multiple transports at the same time. Here is an
example from the testsuite that shows a stateless session bean with an RMI/JRMP and
RMI/Socket transport active. The client chooses which transport to use by selecting
the corresponding jndi-name for the ejb h
There are 3 different way:
- The legacy DistributeState service which is replaced by TreeCache
- The newer TreeCache
- HAJNDI
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852405#3852405
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
I wonder what the project page says about this?
http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQ
Oh look, there is even an italicized note about the extra support in jms1.1/jboss4
It guess "READ THIS FIRST" means completely ignore this post and waste
everybody's time?
View the original post :
h
Ok, For the record:
The problem occurred because the sequences for the serial primary keys of the nukes
tables were not incremented after populating the default data installed by the
nukes-installer (see postgres.xml in nukes-installer.war).
For example, the nukes-installer creates the nuke_f
Post your cluster-service.xml
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852401#3852401
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852401
---
This SF.ne
I have just discovered that I'm unable to use three methods which are in the J2EE 1.4
API but which are undefined in the JBoss 3.2.5 library I'm using (jboss-j2ee.jar):
javax.jms.ConnectionFactory.createConnection()
javax.jms.Connection.createSession(boolean, int)
javax.jms.Session.createConsum
Hi all,
I have downloaded jboss 4.0.0RC1 and have placed run.jar on the classpath but when I
click on run.bat I get too many lines of the following error
Failed to initialize plugin : org.jboss.logging.log4jplugin
Any ideas how to fix this.
thanks
Syed
View the original post :
http://www.
Is there a way to have all the nodes in a JBoss cluster to share (used loosely)
properties, so that if I update a property on one node it will propagate to all other
nodes in the cluster?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852394#3852394
Reply to
Hi,
I would like to know how an EGB can be a singleton in a cluster system.
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852393#3852393
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852393
Checked the box which says if you want to send attachments, check on this box.
When I click on Submit Change after sometime I get error "Invalid Filename"
The .ear file that I am trying to attach is around 5MB
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38
I've successfully configured a jboss 3.2.4 instance to expose my SLSB's over http.
This was done following documentation and other people's posts.
My main question is... is it possible to call my remote interfaces with RMI via
JRMPInvoker soley based on jndi.properties (or appropriate ENV) ch
In your jboss.xml for each bean you want to be exposed via http, add the following.
(I do this post compilation during (pre)deployment with some xml-task tasks via ant).
|
| stateless-http-invoker
|
|
|
In your jboss.xml of each jboss.xml (or in standardjboss.xml), you have to c
Hi rimmeraj,
yes Hibernate starts up properly. My log output is:
21:24:01,184 INFO [Environment] Hibernate 2.1.5
21:24:01,194 INFO [Environment] hibernate.properties not found
21:24:01,199 INFO [Environment] using CGLIB reflection optimizer
21:24:01,223 INFO [Configuration] Mapping file:
/Li
We are using JBoss 3.2.5, Oracle 10g on Solaris, and the Oracle 10g drivers. This
behavior has occurred with both thick and thin drivers.
Very occasionally, and for no reason we can determine, insertion of a new CMP bean
containing a BLOB or CLOB element will fail with an exception like the one
I restarted JBoss Server, and now the error is not occurring, but the pages of the
DukeÂs Bank website isnÂt showing any data.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852386#3852386
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=post
I am also having the same problem with [Servlet] Registration is not done -> stop
Everything appears to be working fine... why the messages?
I have a single war that uses the spring framework and is deployed to two virtual
hosts (JBoss 3.2.6) my WAR jboss-web.xml is as follows:
|
| http:
hi i am trying to follow the directions to build nukes to support oracle and when i
run build.sh after modifying the local.properties file i get the below error,
[EMAIL PROTECTED] build]# build.sh
build.sh: Executing: /home/jboss/nukes-1.1/tools/bin/ant -logger
org.apache.tools.ant.NoBannerLogg
Hello, anyone know what is the problem?
I have SourceID-Liberty2.0 deployed in JBoss. SourceID-Liberty2.0 is a toolkit used
for userID federation and it needs to use JBoss. The toolkit was deployed under
jboss\server\default. When I try to start JBoss with run.bat, I got the following
errors:
After I have deployed the Duke's Bank Example, I pointed the browser to the url
http://localhost:8080/bank/main, and the application login page appeared. I filled the
form with the ID of 200 and the password j2ee. Then the following error occurs:
Your request cannot be completed. The server got
the problem can be in many configurations of the OS , Server , Fw
my suggestion: use the following configuration it works 4 me on xp !!
1.set up an apache virtual server listening to your ip
add to the httpd.conf
proxyPass / http://localhost:8080
ProxyPassReverse / http://localhost:8080
(af
I always use hibernate within an EJB transaction so I don;t have to open/close ect ..
Is hibernate starting correctly? When I start my app I see something like this on my
console. Maybee your test is throwing a NPE?
15:56:59,035 INFO [Environment] Hibernate 2.1.5
15:56:59,091 INFO [Environmen
Hello,
I wrote and deployed an MDB under JBoss3. Everytime I launch JBoss, initialization of
this MDB fails because of dependent resources not yet initialized. In particular, I
get:
javax.management.InstanceNotFoundException: jboss.jca:service=CachedConnectionManager
is not registered.
and
j
rimmerraj,
my hibernate-service.xml is as follows:
jboss.jca:service=LocalTxCM,name=PostgreSQL
java:/HibernateFactory
java:/PostgreSQL
net.sf.hibernate.dialect.PostgreSQLDialect
net.sf.ehcache.hibernate.Provider
update
x
y
I have sent the bug report to the sourceforge but when I try to attach the .ear file I
get error invalid file name
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852377#3852377
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
Is there a way to deploy a SFSB in a single server environment that would NOT cause
existing instances of that SFSB to be lost/destroyed?
In other words, in some situations, I would want any new requests for the SFSB to get
the new code, but I don't mind if any current clients continue using t
I have the same problem.
What files did you move to the directory?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852372#3852372
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852372
-
Thank you for the prompt reply.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852367#3852367
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852367
---
This SF.net e
Hi friends,
We just upgraded our sever from jboss-3.0.4_tomcat-4.1.12 to
jboss-3.0.8_tomcat-4.1.24. We used the old .keystore file that was working in jboss
3.0.4. Now when our users get to the login page and try to login, they get the
j_security_check page and the server.log is showing an exc
I have a user id on a unix box where I have JBoss. I telnet into this box to start and
stop JBoss. Once I start it with run.sh, if I close my telnet connection, the server
is killed. This happens even if I run the start script in the background. If I run the
start script with root access, this d
Howdy all. We recently moved our JBOSS application server onto a new box. We literally
copied the jboss directory and all of its contents. We noticed the following stack
trace when starting up JBOSS:
2004-10-21 13:21:11,782 WARN [org.jboss.ejb.EjbModule] Could not load the org.j
boss.resource.co
what does your hibernate-service.xml services file look like?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852352#3852352
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852352
--
See the jmx chapter of the free online admin/devel guide:
http://www.jboss.org/docs/index
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852353#3852353
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852353
---
Yes, a custom login module is required. If there is a patch to the existing
LDAPLoginModule that works for you, post it to sourceforge for future inclusion.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852356#3852356
Reply to the post :
http://www.jboss.or
So, I can't start HSQL database manager in the same machine when is JBOss instaled?.
Even if I want to use HSQL only for learning a testing?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852355#3852355
Reply to the post :
http://www.jboss.org/index.html?mo
Although you should have been able to access the TimerService from within ejbCreate,
the rest of the example is invalid as you are not allowed to create timers from within
ejbCreate. An ejb timer currently has to be create via a business method invocation.
View the original post :
http://www.jb
The only issue is securing the ejb with the DatabaseLoginModule. Clearly there must be
some minimal set of user/roles to allow access to the entity beans modifying the
DatabaseLoginModule tables. The only other issue with the scenario you describe is
ensuring the authentication cache is flushed
Is it possible to authenticate off one LDAP server, and
then authorize off a different LDAP server, or will this
require a custom JAAS Login Module?
I think this requires a custom JAAS Login Module, considering
that the LDAPLoginModule only has one LDAP Server URL
binding in the java.naming.provid
Clearly the state of 64 bit vms on this platform are pathetic then.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852349#3852349
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852349
-
Hi rimmeraj,
I have ammend my code as follow but nothing is happening and I am not getting any
errors!:
User user = null;
Transaction transaction = null;
Session session = null;
try {
session =
o
I guess it depends on your file descriptor, if you are having this problem with
something else than nukes, we can't help you.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852347#3852347
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
jboss-net.sar is not supposed to be in JBoss4.0 version. It is only for the 3.2.x
version.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852346#3852346
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852346
---
This page provides some examples. See section "Simple Configuration example"
http://tom.unitn.it:8080/tomcat-docs/jk2/jk/aphowto.html
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852343#3852343
Reply to the post :
http://www.jboss.org/index.html?module=bb&
Did you ever get this fixed? I see a lot of folks asking the question online, but am
not seeing replies with any solid advice. I'm having the same problem, tho not with
nukes.
TIA,
ekim
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852345#3852345
Reply t
HAve you tried JBoss 4.0 final?
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=254646
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852344#3852344
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
use ..
org.jboss.hibernate.session.HibernateContext.getSession("java:/hibernate/SessionFactory");
Or what ever yopu have defined for SessionFactoryName in your hibernate mbean.
This will return a session. If you are within an ejb your session becomes part of the
ejb transaction. When the ejb tra
Hi all,
I have downloaded jboss 4.0.0RC1 and have placed run.jar on the classpath but when I
click on run.bat I get too many lines of the following error
Failed to initialize plugin : org.jboss.logging.log4jplugin
Any ideas how to fix this.
thanks
Syed
View the original post :
http://www.jboss
Hi,
I have just migrated from Apache/Tomact to Apache/Jboss 3.2.6 and now need to change
my class files to take advantage of JNDI. I have declared my jndi:
[SessionFactoryObjectFactory] Factory name: java:/HibernateFactory
What I am not to clear about is how to now access a transaction via jn
This illegal argment error has mysteriously disappeared. The RMIAdaptor now appears
to be working for me as advertised. Hallelujah !
--James
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852338#3852338
Reply to the post :
http://www.jboss.org/index.html?
i am using jboss 3.2.4
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852336#3852336
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852336
---
This SF.net email is s
I've created an ejbSelect statement that uses the following ejbQL:
ejbSelectMaxDBID
Local
select max( o.orderdbid ) from OrderTable o
I've set this bean with true because I would like the bean to lock the
rows whenever its loaded. Ho
Found this at sourceforge:
anonymous wrote :
| Date: 2004-10-04 13:29
| Sender: tdiesler
|
| The axis-client-config.xml lives in $JBOSS_HOME/client/jboss-
| ws4ee-client.xml which must be on your classpath.
|
But I cannot find this file in the client directory. I only use the origi
I need to lookup some EJBs hosted on Websphere.
IBM provides some J2ee client models togheter with an executable that should configure
automatically the environment. However this client is for main class application types
and i wasn't able to find references to containers. I didn't succed in tryi
4.0, even though the 4.0 product links to the 3.2, i originally made that mistake, but
then went back and got the right doco. same problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852331#3852331
Reply to the post :
http://www.jboss.org/index.html?mod
Are you using the 4.0 getting started guide or the 3.2 getting started guide?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852329#3852329
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852329
-
anonymous wrote : javassist.CannotCompileException: by java.lang.LinkageError:
duplicate class definition: com/PersonVO
This means the class loader has been already loaded PersonVO and
thus it cannot load your modified version of PersonVO. I guess your
code includes PersonVO as a type name.
ano
I can't explain that one. javap javax.swing.JTextFieldIt looks like it is missing
methods on JDK classes.
Try running javap to see what you have. Does it look like you have the right
constructor?
| [EMAIL PROTECTED] tmp]$ javap javax.swing.JTextField
|
| Compiled from "JText
Also, there's no explanations how precisely ssl should be configured. Ok, I configure
so service=jrmp,socketType=SSL is configured but then it seems that there is a lot of
services is dependent on that. So, do I need to modify all references to service=jrmp
also?
Or I need to keep service=jrmp
Is there a good faq about configuring RMI+SSL?
Yes, actually I've read the one where is indicated how to configure jboss.xml and
jboss-service.xml but there is two problems:
1. Datasource is not found (bound).
2. Jms is failed (yes, I tried to configure uilservice for ssl but it didn't help, the
There are several solutions. The easiest is to add a
com.jboss.ebank.ArrayOf_xsd_string class. It doesn't need any methods. Just have a
class of that name.
We'll be redoing the web services example in the next revision of the guide to make
the example interesting than an array of strings.
"It does not work" isn't going to get you very many answers.
My answer with the same level of thought should be "It works for me."
You do know there's a separate channel in 3.2.6 for http session clustering in
deploy/tc5-cluster-service.xml?
View the original post :
http://www.jboss.org/index.ht
hi kburn
absolutly clear ;)
we do this... but
we have apache in front of jboss/tomcat using the rewrite module
we use struts, struts-layout for the jsp redirect...
cheers
L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852321#3852321
Reply to the post :
We are running jboss 3.2.5, jdk (build 1.5.0-b64) on a 64-bit opteron running linux.
On occasion we get the following OutOfMemory when starting jboss. The error is
sporadic and in all cases when we restart the server the problem goes away.
=
OK guyz, I configured jboss to run tomcat with https.. and that's a good thing.. >D
now I got anoth prob, how can i make run my jsp under https..
in that way, think that I have www.foo-boo.com/login.jsp..
now that I setted up the conf it works for both manners
https://www.foo-boo.com/log
Did anyone try before IIS+JBoss with SSL using isapi_redirect.dll?
My applicaiton is required to read client certificate, my problem now is when my
client posts a HTTPS request via IIS, when the request reaches my applicaton (which
running in JBoss), it won't be able to read the client certific
When doing an update on a list of locals we get a STATUS_NO_TRANSACTION error message.
It looks like it appear when the transaction is to be commited, because it shows in
the log with the ID of the first local that was changed/updated. We don't get this
error if we run the same code on JBoss 3.2
I did test the latest:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55430
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852315#3852315
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852315
--
Delete the table in HSQL which corresponds to your bean, and redeploy. The table is
probably generated by some older version of your bean and does not have suitable
number of columns.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852314#3852314
Reply to the
Hi,
we are running an application on JBoss 3.0.5 with some 70 entity beans, 60 session
beans and currently around 1500 JMS queues on a Solaris 8,
machine with a 1.4.1_02 Sun HotSpot Client JVM.
Some important memory VM params are set to
-Xmx3G
-Xms2G
-Xss512M
When the app has around 600 thre
Hi,
we are running an application on JBoss 3.0.5 with some 70 entity beans, 60 session
beans and currently around 1500 JMS queues on a Solaris 8,
machine with a 1.4.1_02 Sun HotSpot Client JVM.
Some important memory VM params are set to
-Xmx3G
-Xms2G
-Xss512M
When the app has around 600 thre
Hi all,
I am using JBoss 4.0.0RC1 in the "all" configuration.
I tried to create a SOAP-Client via Axis. When I instantiate the Locator class, a get
a ConfigurationException:
org.apache.axis.ConfigurationException: No engine configuration file - aborting!
But when I look into my deploy - direct
Me thinks it time to increase the strength of my prescription spectacles!
Thanks
Andrew
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852310#3852310
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852310
--
For those interested, I think I have found a solution to my problem.
There was a fix in jboss 3.2.5,
http://sourceforge.net/docman/display_doc.php?docid=23676&group_id=22866, that
mentions setting the bind address to the generated RMI stubs.
This sounds alot like it addresses my problem
View t
Sorry, Please read the paper in this forum titled by "application.xml or
jboss-app.xml, which one should I use in".
Or, administrator, please delete this paper beacouse I submitted this paper wrong .
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852308#38523
Unless it has been removed since 3.2.3 there are two definitions in the file
standjbosscmp-jdbc.xml: -
'PostgreSQL' and 'PostgreSQL 7.2'
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852307#3852307
Reply to the post :
http://www.jboss.org/index.html?module
Ok so what is the question?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852306#3852306
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852306
---
This SF.net email
Why can't you configure your operating system to start PostgreSQL followed by JBoss?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852305#3852305
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852305
Is the finder method returning you an empty collection?
If there is no data to be returned returning an empty collection is a valid response
as it says that there are no entities.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852304#3852304
Reply to the pos
hi mi1291
looks like there is something missing...
here is our workers2.properties file, it is for two jboss instances.. 8008,18009
activate the debug statements the file logger and the log level debug
| [logger]
| level=INFO
|
| [config:]
| file=/etc/apache2/conf/workers2.properties
The structure of my ear file is:
MyApp.ear
META-INF
application.xml
jboss-app.xml
MyEjb.jar
MyWeb.war
MyHibernate.har
:)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852302#3852302
Reply to the post :
http://www.jboss.org
Hi, I've followed the Getting Started with JBoss 4.0 guide step by step, but when I
try to compile using ant -f jboss-build.xml compile on Linux Fedora Core 2, I get this
output:
Buildfile: jboss-build.xml
prepare:
compile:
[javac] Compiling 58 source files to
/home/pzw/source/java/j2ee/j2eet
I think I figured out the problem. The problem solution is not along the lines of how
to get Xdoclet to tell JBoss what to do, but rather change my approach to the problem.
Quite frankly, I've only been working with EJBs for a month, so I'm not even a
'newbie'.
Bear with me on this one...
Hello,
I have setup HTTPS with client authentification and everything runs smoothly.
In my webapplication I have pages, which should be accessed via HTTPS only.
However, access to any other pages should be allowed via http.
In terms of URLs the scenario can be described as follows:
HTTPS://my
I am using jboss3.2.6.
The structure of my ear looks like this:
MyApp.ear
META-INF
application.xml
jboss-app.xml
MyEjb.jar
MyWeb.war
MyHibernate.har
application.xml:
|
|
| MyApp
|
|
|
| MyWeb.war
|
FAQ http://www.jboss.org/wiki/Wiki.jsp?page=ChangeTheDatabase
I just modified it, to hopefully make it more clear.
There is also an FAQ on JBoss4 http://www.jboss.org/wiki/Wiki.jsp?page=JBoss4FAQ
OFF TOPIC:
You also need to learn to post relevent information
(changed config files, error messages
I have followed your tutorial about Web services in your "Getting started" guide for
JBoss 4.0.0
When I start the Web service client, I receive this error message on the first line :
[java] 2004-10-22 08:00:23,765 WARN
org.jboss.webservice.deployment.TypeMappingDescription[main] - Class not fou
87 matches
Mail list logo