Have a look at the following doc. You will need to register to have free access.
http://docs.jboss.org/admin-devel/Chap1.html#0_pgfId-915907
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845275#3845275
Reply to the post :
http://www.jboss.org/index.html?mod
Hi,
We are testing Jboss-3.0.8 on production environment on sun sparc machine. OS version
is 2.8. It is found sometimes at least weekly once it is stopped itself automatically.
No java processes will be running that time. And again we need to restart. Why this is
happening? What is problem?
T
Hi
Did you copy the jar file consisting of the
MYSQL Driver in to the lib directory
of your default directory.
Regards
JBOSS_ACHAN
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845273#3845273
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=
Look for JBossIDE on the Jboss Wiki. It has a nice tutorial and it will help you
learn JBoss as well as use an IDE like Eclipse.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845272#3845272
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=
dear folks,
I am new to jboss. I want to know what kind of development suites do people recommend
using for developing web apps that run on jboss. I plan to use eclipse ide. I am not
sure if jboss app server can be embedded as a test server in eclipse.
thanks!
View the original post :
ht
hi
friends
I have just started using jboss-3.2.5 but i am not able to change the application path
from the deploy folder to the customize one.
like in tomcat-4.1 ,we have server.xml there within tag we
specified appBase=
and
within the tag
we have docBase and path and finally we custo
I have the same problem.
I beleave the web service is actually acting in a stateles maner.
Not sure why?
You managed to fix it yet?
-Tim
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845269#3845269
Reply to the post :
http://www.jboss.org/index.html?modul
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845267#3845267
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845267
---
SF.Net email is sponsored by Shop4tech
What type of app are you deploying, WAR, SAR, EAR? Are you using the
element to set up a separate loader repository for your app? I
tested the hot deploy, using a SAR with a definded loader-repository and deployed in
expanded format on Jboss 3.2.5. There were no problems.
Thank
Steve
View t
Tim,
I'm looking into a similar config. I believe the answer is to have fixed addresses
for each server with another address which can be passed between them. I've just
installed fake to try out. Ideally I'd like to write a singleton mbean to control
handover of the address between nodes.
Re
Ive been having a similar problem. I found a few things posted on the various jboss
forums/faqs/wikis that have helped ease the problem.
Found a warning about hsqldb and advise to change the JMS persistence to something
else here:
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB
Fou
Hi guys,
It will be good to know what were the issues or error in tutorial as i'm planning to
upgrade this with new Eclipse 3.0, lomboz plugin and Jboss 4.0 ..
Yr feedback will be invaluable.
Also intending to add a chapter on JASS...
And if anybody wants to seee anything else i'm more than ha
I am running into this same problem. Did you ever get it resolved???
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845262#3845262
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845262
---
As you have already pointed out, how an MBean is supposed to operate varies greatly
from one MBean to the other.
The more "dynamic" an MBean behaves, the more difficult is to code it.
In most cases MBean are quite static, i.e. they go:
ctor
setters
create()
start()
stop()
destroy()
without eve
properties-service.xml
Key-value pairs placed in this xml will be sent as system properties for use by JBoss
applications
monitoring-service.xml
If you want to write any monitors.
remoting-service.xml
Used by the rempting framework.
user-service.xml
Always empty. User defined MBeans can go
"rgrzywinski" wrote : I was just thumbing through JSR77 to see what's the latest word
on the FSM for a managed object and JSR 77.5.1.1.1 states:
|
| FAILED (4)
| | This state indicates that the StateManageable Object has unexpectedly
| | stopped. On entering this state an SMO must gen
Hello,
I am relatively new to jboss and have a few questions about the configuration. I would
be grateful if someone could briefly tell me what the following files are for (in
default deploy):
-client-deployer-service.xml
-monitoring-service.xml
-properties-service.xml
-remoting-service.xml
-user
Hello,
I would like to know which jar I need in order to run a standalone client that is
going to communicate with ejbs on the server.
Albert
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845251#3845251
Reply to the post :
http://www.jboss.org/index.html?mo
Hello,
I am new to Jboss and I am trying to understand better the jmx console. I am
interested in having your opinion, be it positive or negative, about the jmx console.
Is the jmx console really that useful as compared to the more user-friendly web
consoles of app servers such as Jonas or Weblo
using:
eclipse-2.1
jboss-3.2.3
hsqldb ( Hypersonic default )
win-2000
I'm getting a weird error just after I init jboss
jboss' log
| 15:24:51,515 INFO [Server] JBoss (MX MicroKernel) [3.2.3 (build:
CVSTag=JBoss_3_2_3 date=200311301445)] Started in 58s:484ms
| 15:27:39,765 ERROR [STDER
Well done. Please beware that JBoss.NET has entered maintenance and will not be
developed further. You might want to channel your effords towards J2EE compatible web
services with JBossWS.
See the wiki for details
http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS
View the original post :
http:/
Is there a way to change the default work directory under which JBoss puts the Java
and class files for compiled JSPs, and, if so, how? Tomcat allows you to do it on a
per-context basis in the TOMCAT_HOME/conf/server.xml file, but I haven't seen any such
settings for JBoss/Tomcat (using JBoss 3
I just downloaded
jboss-3.2.5-src.tar.gz
Issue tar zxvf jboss-3.2.5-src.tar.gz (Redhat Linux 9.0)
the tar extraction failed after the file
jboss-3.2..5-src/thirdparty/apache/axis/lib/axis.jar
with the message
tar: Archive contains obsolete base-64 headers
Has anyone else had similar problem(s)?
I don't think you can have the same ejb-name bound to two different queues. You can
create MDB with the same class but different ejb-name.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845244#3845244
Reply to the post :
http://www.jboss.org/index.html?mod
How is this JMS related?
Your jndi.properties also needs a host/port:
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=jnp://localhost:1099
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
Verify by doing "telnet localhost 1099" on the
I've been busy for a while, so I haven't had time to come back to this till now.
Thanks for the pointers. I'll check them out. As for the platform, this running
under Java1.4.2 on a Solaris box. I think it's an 880, but I'm not sure (not in
charge of the infrastructure stuff). When I get in
Hi,
I was able to get .../samples/userguide/example3 to work on my setup
jboss 3.2.2 using all as my server
windows xp
java version 1.3.1_09
I did the following.
1. create myservice.wsr with the following directory structure
META-INF/web-service.xml // which is the deploy.wsdd rename to web-
Hello,
I use jboss 4.0.0rc1 and mysql 4.0.12 max and I get the following error when tying to
do a simple findbyprimarykey.
| 20:29:16,312 INFO [STDOUT] --containsResults--->true
| 20:29:18,140 INFO [STDOUT] javax.ejb.ObjectNotFoundException: No such entity!
| 20:29:18,140 INFO
Where should one put business methods for cmp beans? Is it better to create a session
bean that accesses your cmps or to put the business methods directly in the cmp bean?
Thanks,
Chris.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845236#3845236
Reply
I have a application deployed as expanded dictionary plus some utility jar. It is no
problem for first time deployment. When I touch the application.xml for hot
deployment, I get following warning and application is not working anymore:
14:41:37,281 WARN [DeploymentInfo] Only the root deploymen
In my persuit of understanding the service lifecycle, I have stumbled on the following:
Figure 2-18 in "CHAPTER 2 The JBoss JMX Microkernel" (admin-devel) shows that the
configurator populates the mbean attributes (from the XXX-service.xml file) -before-
the mbean is create()'d.
My questions ar
Hi,
I am using JBoss 3.2.x + CMP 2.x. I'm using synthetic primary keys, but I have other
fields that must be allowed to be updated, but must remain unique.
To take the simplest case I can think of, suppose we have a "name" field which must be
allowed to be updated, but just not to a name tha
I was just thumbing through JSR77 to see what's the latest word on the FSM for a
managed object and JSR 77.5.1.1.1 states:
FAILED (4)
| This state indicates that the StateManageable Object has unexpectedly
| stopped. On entering this state an SMO must generate an event whose type value is
Âj
which are the values of your attributes :
Java2ClassLoadingCompliance, UseJBossWebLoader ?
(jbossweb-tomcat50.sar/META-INF/jboss-service.xml)
I'm using jboss-3.2.5 and I have the ClassCastException error.
Thanks in advance for your reponse.
View the original post :
http://www.jboss.org/inde
Ah ha! I found the root cause:
ServiceController.start() : 340
And a similar "problem" in:
ServiceController.stop() : 426
So the question still stands: is it desired that a failed service cannot be
restarted? And if so, why?
I can certainly see where, on initial startup, that you don't
I am seeing the same exception for clients attempting to call createTopicConnection()
(after a successful JNDI lookup) outside the firewall:
org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable:
(java.net.ConnectException: Connection timed out: connect)
Packet sniffing a
Don't think that is possible, but I could be wrong...
/L
lac_raz wrote:
but what if I want to control the deployment order of the nodes (e.g. first deploy to
second node and then to the third one)?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845222#3845222
R
Hello,
I found the answer to my question: One has to modify this file:
server\default\deploy\jbossweb-tomcat50.sar\server.xml
Julien.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845228#3845228
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
Hello,
Have a look here:
server\default\deploy\jbossweb-tomcat50.sar\server.xml
and find the appropriate connector element.
Julien.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845227#3845227
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=
I am attempting to understand the bounds of the Service lifecycle. I have a Service
that throws on startService() (no other service depends on it). When I attempt to
restart the service (via the JMX web console), I get no feed back; the service is
neither started nor is any error logged. If
Hi,
I've run into a problem while trying to move an application from a single server to a
clustered environment.
The application uses a BMP entity bean, where it first calls a finder method which
returns some instances of the bean (using an SQL select query) , and then the
application takes th
Hello,
I would like to have further information about the client and container interceptors
defined in standardjboss.xml.
1. Which interceptors are called first?
2. Can anyone give a concrete example/reason to modify this configuration?
Thanks in advance,
Julien Martin.
View the original pos
You need to ask your AD admin for the distinguished name instead of "mycompany.ned"
and replace the principal parameter with the distinguished name.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845223#3845223
Reply to the post :
http://www.jboss.org/index.
but what if I want to control the deployment order of the nodes (e.g. first deploy to
second node and then to the third one)?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845222#3845222
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
Hello,
I think the portlets run inside the web container. Thus if you want to deploy a
portlet application on jboss, the lib files need to be in the web-inf directory of the
web app.
Julien.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845221#3845221
Reply
Sorry, my fault! "batch-cascade-delete" is in JBoss v3.2.3 DTD
(jbosscmp-jdbc_3_2.dtd). My daployment dir was v3.2.3 and IDE looked vor XML
validation (DTD) in old v3.0.8 dir. Sorry again.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845218#3845218
Reply t
interessante Informationen, vielen Dank :-)
m, I mean, Thank you ;-P
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845217#3845217
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845217
use bind_addr in in cluster-service.xml
(search this forum for bind_addr)
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845216#3845216
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845216
-
"[EMAIL PROTECTED]" wrote : jsr160 is not required by j2ee 1.4 and so it has not been
implemented yet. The referenced page: http://mc4j.sourceforge.net/usageJBoss.html says
it works with 3.2 and if it does, the same url would be used. This page incorrectly
states that the RMIAdaptor location is
Thanks for cooper's reply.
When i read the wiki about nukes security, i found there are two places related to
security and permission.
Q:
The first is the comments in the javadoc .
The second is the block/module MBean description.
What is the relationship between the two???
I am having trouble setting up a relationship in my deployment descriptors for a
simple relationship in my database.
I have two tables, Group and Address. A group has zero or one physical addresses.
There is a foreign key on
Group.PhysicalAddressKey that forces the existance of a related ad
Hello. Its the JMS lowbrow again - although I have provided some answer's to my
previous questions. Hopefully this is a little more interesting.
How do I get one MDB to act as a receiver for multiple queues. I have a high priority
queue and a low priority queue. I want to limit the number of ins
right, that description is not uptodate, it should be : READ/$name::
since the security is described at the component level the scheme specifying the
component does not need to be expressed.
That means that for a particular action, the level READ is required when the component
will call the sec
Within jmx-console, find your queue, and then hit the removeAllMessages button.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845208#3845208
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845208
-
Hello,
I would like to change the web listen port from 8080 to another. How do I do that with
jboss? What are the other ports I need to change in order to have two instances of
Jboss running at the same time?
thanks in advance,
Julien.
View the original post :
http://www.jboss.org/index.html?mo
I am afraid this could result in race conditions. Would require serious load testing.
However, just making sure your transactions are not too small combined with commit
option C would seem better/safer to me.
Joachim
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtop
For the XDoclet users here's my 5$
This is the finder in jboss
|
| * @jboss.query
| * query="SELECT OBJECT(o) FROM Person o WHERE LCASE(o.lastName) = LCASE(?1)
ORDER BY o.foreName"
| * signature="java.util.Collection
findByInitialsLastNameBirthDate(java.lang.String lastName
Found the problem:
Inside the applet, I called some images, which hat problems with the context-path.
Thanx for your interest anyhow.
Klaus
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845199#3845199
Reply to the post :
http://www.jboss.org/index.html?mo
Thanks for replying.
I already the wiki for a few times. the patter is in the form of xxx:xxx:xxx
But why there are so many ":" in the following source code comments?
READ/core:menu:/$name::
In the above,
what does "core" mean?
what does "menu" mean?
and what does /$name:: means?
thanks
y
Well, that is what farming is all about... Deploy/redeploy on one node and the whole
farm will be automatically updated... :)
If _you_ wants the control... deploy individualy instead.
/L
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845198#3845198
Reply to
Hi,
I have been seaching for similar cases in the forums, but found nothing similar. So
please consider the following :
I use the JDBCPkSqlCreateCommand entity command for generating the primary keys for
one of my CMP entity beans. In fact, the SQL involved here uses an oracle sequence and
som
well actually, I can't because I have to follow a specific design that makes all
modules independent of each other and at the same time if used together, avoid
inconsistency..
what if I use jboss cache invalidation, would that do the trick? or do they still have
to be in the same jar for it to
Can I change JBoss services configurations with the binding service ?
(like for example : PartitionName or multicast address)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845192#3845192
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
Hi out there,
I want to configure my JBoss to use a separate network for the internal communication
betwenn the nodes to keep the traffic in our "public" network small.
The clients should connect to a JBoss instance via the "public" network.
I it possible to do that? And how do I achieve it?
In that case, I think you better make sure all the entity beans are in one jar.
Joachim
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845190#3845190
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845190
Hello.
Thanks to both genman and Stephane.
I'm afraid that I'm a bit of a lowbrow when it comes to these kinds of things. I was
not able to easily figure out from Adrian's FAQ how I should proceed. It was useful
only in that it pointed me in the right direction, but genman's contribution was mo
afaik. The HASingleton simply relies on callbacks received by the underlying JGroups.
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845188#3845188
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845188
-
Please see the free doco for a complete example
http://docs.jboss.org/admin-devel/Chap12.html
or have a look at the wiki.
http://www.jboss.org/wiki/Wiki.jsp?page=JBoss.NET
Also consider using J2EE compatible ws, since JBoss.NET has entered maintenance and
will not be developed further.
View t
Hi all,
i hope I'm in the correct forum here.
My problem is:
I've developed an <> named Resolver. This will be implemented by different Classes
(e.g. DefaultPhoneResolver). To apply the correct Resolver the user can specify it's
name in a .properties file. The ResolverLoader gets the name and t
If you read down the wiki page it's explained:
http://www.jboss.org/wiki/Wiki.jsp?page=NukesSecurity
READ means that the user can "read" it, or see it if you prefer. There are much more
details in the wiki page.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=
Thanks for the tip!
The no-select-berfore-insert works as expected, but I still get inserts and then
updates when using the INSERT after ejbPostCreate option
My jboss.xml looks like
|
| http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";>
|
|
|
|
|
|
This attribute "batch-cascade-delete" is not defined inside DTD of JBoss v3.2.3
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845182#3845182
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845182
-
Try installing the JDK to a folder with no spaces in it's name.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845181#3845181
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845181
-
I hope this point can be added to the FAQ - Just add it yourself.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845180#3845180
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845180
---
Follow the getting started guide.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845178#3845178
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845178
---
SF.Net emai
well, I had to use Option C after failing to come up with a solution but this really
weakened the advantage that caching offered to my application.
This table (represented by the 2 beans) has many records thus making caching
imperative!
I need to get it back to Commit Option A :(
View the origi
I have downloaded the jboss-3.2.3.tar file on to my Tru64 unix V4.0 system. After
extracting the files some files for eg HtmlAdaptorServlet.class has a name H. why is
this so. most of the files having long names are having the same problem.
thanks in advance
View the original post :
http://w
the jvm-il donÂt use the global namespace.
to use jvm-il "java:/ConnectionFactory" not "ConnectionFactory"
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845176#3845176
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384
Which commit option are you using?
I think you can only use option C.
Joachim
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845175#3845175
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845175
--
Thanks for reply(I forgot to say it last time ;-) )
May be I'm putting reference in wrong place?
Where is the classpath which I have to put these jar path to? I'm writing it in the
classpath of the project's deployment configuration.
View the original post :
http://www.jboss.org/index.html?mo
/**
* Security description :
* READ/core:menu:/$name:: - displays the block where $name is the block name.
WHAT DOES "READ" mean?
What does "core:menu:/$name::" mean? and how to interpret this cryptic things?
* READ/core:menu:/$name:$name:$title - displays the link entitled $title.
Any explain
Hi
I am new to JbossNuke. I read the wiki pages. I am still confused about the security
pattern.
Who can explain the meaning of the following things?
/**
* Security description :
* READ/core:menu:/$name:: - displays the block where $name is the
block name.
Any explains?
The task that defines ejbdoclet in your ant script should contain
xdoclet-module-jboss-net.jar in its classpath.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845171#3845171
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
I tried it, but nothing changes.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845170#3845170
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845170
---
SF.Net email
a little bit more explanetions about how it works .
How can I controll the hot deployment in the farm ?
I have three nodes in my cluster .When I redeploy my .ear , I get an imidiate undeploy
on the other two servers. This causing aproblem because the user have little window in
which he can't work
Hi All,
I bumped into a problem while working with caching. In an application I am developing,
I defined 2 entity beans both referring to the same table in the db and each of them
is in a different module (jar). Of course when I use caching, I face inconsistency
bec. if I edit from one module,
You want to include xdoclet-module-jboss-net.jar
from JBOSS_HOME/client
good luck
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845167#3845167
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845167
-
Hi,
After adding this code in xdoclet-build.xml:
I'm getting the following error:
xdoclet-build.xml:24: Can't create a jbossnet element under ejbdoclet. Make sure the
jar file containing the corresponding subtask class is on the classpath specified in
the that defined {2}.
I put jboss-net
You can optimize instance creation
http://www.jboss.org/wiki/Wiki.jsp?page=CMPInstanceCreation
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845165#3845165
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845165
--
Ok thanks, I think it is fixed.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845164#3845164
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845164
---
SF.Net email
The COMMIT message in my case is from the wrapped java.sql.Connection.commit() method.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845163#3845163
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845163
--
You can also put the .wsr file into the .jar file, that contains the EJBs. That works
fine.
The ..jar file can be integrated in a .ear file as EJB module.
I am using this with JBoss 3.2.3 and 3.2.5.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845162#3845
It is optional in jbosscmp-jdbc.xml.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845161#3845161
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845161
---
SF.Net e
Post the stacktrace?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845160#3845160
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845160
---
SF.Net email is sponsore
All jboss does if row-locking is true is just adds FOR UPDATE (or another sb-specific
template) to SELECT. Everything else is db/driver's responsibility.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845159#3845159
Reply to the post :
http://www.jboss.org/i
If you need just SQL, DEBUG would be enough
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845158#3845158
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845158
---
S
Hello when I try to access the ant compiled bank sample through the link
http://localhost:8080/bank/main, I obtain the following error :
ivers
10:12:38,711 INFO [RARMetaData] Required license terms present. See deployment
descriptor.
10:12:39,392 INFO [STDOUT] server.properties not found, using
Thanks Bela,
Is "MERGE2 protocol plus GMS" also used by the HASingletonService to elect the master
node?
Regards,
Goran
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845155#3845155
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
Hi,
I'm writing an application which needs persistance for messages in a queue. I use both
file and Rollinglogged persistance managers to acieve this. Both methods works fine
and store the messages in a given directory when the jboss server shutdown. But when a
jboss starts and if I send a new
hello
i install jboss3.2.5 in my window2003 server,i want to change the default port
number(8080).
in previous jboss version,i can modify a "jboss-service.xml" file to implement such
function.but in jboss3.2.5,i open the
"D:\jboss-3.2.5\server\default\deploy\jbossweb-tomcat50.sar\META-INF\jboss-
1 - 100 of 101 matches
Mail list logo