To clarify a little more -
the theme is visible to all users in nukes 1.0.0. It's within today's snapshot that
it's accessible to the admin alone.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831152#3831152
Reply to the post :
http://www.jboss.org/index.h
Hi,
Perhaps I'm seeing an issue slightly similar to
http://jboss.org/index.html?module=bb&op=viewtopic&t=48373
My custom theme is only visible to the admin.
Also, it works quite well with nukes-1.0.0 but causes a ServletException in
NukeServlet in the latest snapshot.
Cheers,
nic
You don't have a very aggressive STABLE layer, and no flow control. I suggest you
start out with fc.xml (from JGroups distro), and replace the bottom 2 protocols, minus
UNICAST.
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831149#3831149
Reply to the
G:\jboss-3.2.3\bin>deployer
Could not locate G:\jboss-3.2.3\bin\\deployer.jar. Please check that you are in
the
bin directory when running this script.
Press any key to continue . . .
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831147#3831147
Reply to the p
Hi, Adrian
The ping timeout happened again after 30 hours' stress testing (routing 120
messages/second).
But this time, i got more information.
In the following, i list the output of log.error(...) and System.out.println(...).
(1) "init() return successfully" is the output of init() method. Once
I've created a cluster on 2 nodes using the round robin clustering policy for a HA-RMI
service.
According to the clustering docs, this should alternate the requests from one server
to the other one in the cluster.
This is NOT happening.
Quite frequently, one of the nodes is favored and all req
Hi Sherman,
Yes, I read the page you linked in the other post. If I write a Nukes module it
will prove helpful; I don't want to use tpl.
No, it didn't answer the strategy you guys have for opening up the presentation
layer in Nukes.
Nick
View the original post :
http://www.jboss.org
I hit an empty page, can you help me out with that?
Thanks
Pulkit
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831129#3831129
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831129
---
Ian,
Deploy your own MBean; when an instance of JBoss is shutting down - you will get a
callback into stopService() of your MBean at that time. Works well.
Hope that helps,
Alex Zhanov
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831128#3831128
Reply to the
I had a similar problem and found that my tightVNC client was causing it, stopped
tightVNC, Jboss started up sweet, then I restarted the tightVNC client and that was
then fine.
I found it by doing a netstat at the cmd console and see what it brings up.
Regards,
Stephen...
View the original
Both of the version from your test site and the one from cvs threw this exception.
Jboss version is 3.2.3 and nukes version is post-1.0 (a version I got from cvs after
1.0 is posted). However, I as updated from cvs to the current nukes version, the
downloads module deployed just fine.
View th
hi, i'm trying to install & configure jboss3.2.3 on redhat 9.
after logging in as root, & executing run.sh i get a whole lot of error messages, all
of which contain the line "Failed to find META-INF/jboss-service.xml. for example:
18:20:33,308 ERROR [MainDeployer] Could not initialise deloyment
hi, i'm trying to install & configure jboss3.2.3 on redhat 9.
after logging in as root, & executing run.sh i get a whole lot of error messages, all
of which contain the line "Failed to find META-INF/jboss-service.xml. for example:
18:20:33,308 ERROR [MainDeployer] Could not initialise deloyment
I'm getting this Bind Exception on the TrapdService startup. I don't know why (if) I
need to start Trapd or what exact address is in conflict. Any ideas? This JBoss
installation actually worked fine until recently, and there's nothing that changed
except I upgraded my EAR that I drop into the
Printing out to the console window in windows is bad for some reason, it can hang up
depending on the console settings. See if hitting enter a few times in the console
window allows it to continue. Why writing out to the console suspends the JVM every
once in a while is beyond me (doesnt happen
1.3.1 had a memory leak in java.lang.StringBuffer.toString( ). We saw bad behavior
(lots of Strings allocated, out of mem errors, cpu load increasing with time)
http://developer.java.sun.com/developer/bugParade/bugs/4724129.html
(requires registration)
Probably not the problem, but it's possible
you are probably not deploying Duke's Bank correctly. The resource can not be found.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831087#3831087
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831087
Would you download the Apache Ant again, and set up the classpath accordingly.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831088#3831088
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831088
--
You need to deploy the application client jar on JBoss as well.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831085#3831085
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831085
-
Me està pasando lo siguiente:
Tengo una relaciÃn de uno a muchos entre estos dos entity:
signmode(uno)-dmd(muchos) y quiero setear en dmd un signmode, entonces hago esto:
dmdL = dmdLHome.findByPrimaryKey(altaccount); //me devuelve una interfaz local
signmodeL = signmodeLHome.findByPrimaryKey(ids
I was missing a jar for an interface.
Thanks for the tip.
Martin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831069#3831069
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831069
--
I just tried something that seems to work, but am not sure. In my server login module,
I pass a NameCallback and and ObjectCallback to the callback handler to get the
client-side login information.
is this correct?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopi
I am having trouble running Jboss as a service on Linux. I am using the latelst
stable 3.2.3 of Jboss with Java Service Wrapper 3.1.0
(http://wrapper.tanukisoftware.org). If there is an easier way please let me know. I
tried the RedHat script that comes with it but that didn't work. Here is
No, all that says is that xpetstore.services.mail.ejb.MailerMDB has a static reference
to type com.martin.pgpmail.ECommercePGPAuth and it or perhaps some
superclass/interfaces are not being found.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831055#3831055
Hopefully just something I overlooked, but:
I am wondering how my server-side login module is able to obtain any of the
subject/principal information that the client-side JAAS loginmodule created.
>From the guide:
"The [EJB] invocation includes the method arguments passed by the client along wi
Hi Scott,
I installed JBoss4.0 and got error while execting the TimerService.
Is there anything missing in Jboss4.0.
I am posting this exception here, so if there are any problems with Jboss4.0 you can
take a look into this.
Here is the log from the screen:
--
The JBoss Clustering documentation on page 51 (chapter 7, first paragraph, first
sentence) states that "With JBoss clustering you can hot-deploy across the whole
cluster just by plopping your EAR, WAR, or JAR into the deploy directory of one
clustered JBoss instance."
Since the deploy directory
Thank you very much, this works.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831049#3831049
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831049
---
This SF.Net
Hopefully a simple question. I was wondering if there was some way for code running
in JBoss to find out when JBoss was shutting down - a callback or some such thing?
TIA,
Ian.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831046#3831046
Reply to the post
Hopefully a simple question. I was wondering if there was some way for code running
in JBoss to find out when JBoss was shutting down - a callback or some such thing?
TIA,
Ian.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831044#3831044
Reply to the post
hi Scott,
thanks for letting me know.
FYI: I'm using a workaround until I find something better: simply exploding the .ear
bundle (optionally also exploding the .war and .sar inside), this way part of the long
filename is converted into a 'path'
best regards.
Wouter
View the original post :
I should add that I cannot use a default datasource in the jbosscmp-jdbc.xml, as my
application is expected to need several datasources for different entities
(relationships only within datasources, of course). Thanks!
David Sills
View the original post :
http://www.jboss.org/index.html?module
Thanks, sesques.
After I changed the ejb name, I runs fine on JBoss 4.0.0DR3.
Thanks.
Ben C.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831036#3831036
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831036
-
I'm getting a very odd Exception I don't quite understand, even after several hours of
looking through documentation, DTDs, and this forum. I'm using the MS Northwind
database to test CMP on JBoss 3.2.3 with SQL Server 2000, and what was working fine
with 3.2.1 is suddenly not deploying. The pro
This is something I would like to know to.
JBoss 3.2.4RC1 is supposed to have some MDB clustering but I'm not sure how much.
There's also JBos 4.0 (Beta) but I'm not certain what it's MDB clusterring capabilites
are.
Overall, the documentation for MDB clusterring is very sparse.
We definitely
Hi All,
I have 3 servers in production which are being load balanced. Two of these have http
session clustering enabled (all of the jboss instances are running on individual
windows 2000 servers).
Following is the config setting from my jboss-service.xml -
6048
100
In my database (Oracle 9i,JBoss 3.2.3) I have 1:n relationship between Departments and
Employees tables with referential integrity set to prevent deleting Department until
there's Employee referencing it.
When I call remove method on Department EJB for department being currently referenced
with
C:\java\jboss-3.2.3\bin>run.bat --help
produces similar output
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831032#3831032
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831032
--
Hi Scott,
Here is the stack trace:
14:00:52,231 ERROR [LogInterceptor] Unexpected Error:
| java.lang.NoClassDefFoundError: com.martin.pgpmail.ECommercePGPAuth
| at
xpetstore.services.mail.ejb.MailerMDB.send(Ljava.lang.String;Ljava.lang.String;Ljava.lang.String;ZZ)V(MailerMDB.java:166)
"[EMAIL PROTECTED]" wrote : It is the same as
|
| | run.bat -Djboss.bind.address=
| |
|
| Regards,
| Adrian
[EMAIL PROTECTED] bin]$ ./run.sh --help
|
|
| JBoss Bootstrap Environment
|
We have the same problem with JSP compiles (and some MBean calls it appears) on
Windows using the Sun JVM (build 1.4.2-b28)
After the first compile, request times are ok, but the compilation can take up to 60s.
On linux with the same JVM build, there are no problems. It looks like there is a ton
I would try 'jndi.list()' -method, which produces an enumeration of the bindings.
Risto
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831026#3831026
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831026
Its a bug in the jca layer then.
https://sourceforge.net/tracker/index.php?func=detail&aid=936465&group_id=22866&atid=376685
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831025#3831025
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting
It is a fundamental practice in debugging that you isolate and elimante
problems.
You have already gone some way in this direction, but you missed a step.
Can you do the proxy authentication using a simple java client
either http or https?
You might also find this useful:
http://jboss.org/wiki/Wi
See the docs on the log4j site
http://logging.apache.org/log4j/docs/
and apply these to the conf/log4j.xml config.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831022#3831022
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
Generate a stacktrace of the server at the point at which the shutdown stalls to see
what is holding up the shutdown thread.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831023#3831023
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
Its not supported until the 4.0 release.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831021#3831021
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831021
---
This
Hello folks,
Quick reminder. This year's TheServerSide Java Symposium (May 6-8, Las
Vegas) is less than a month away, and JBoss will have a strong presence at
this important event, with a Keynote by Bill Burke and myself, as well as
technical sessions from Bela Ban & Ga
You can set the default security on the security manager.
http://jboss.org/wiki/Wiki.jsp?page=ConfigSecurityManager
How do you expect us to help you speed it up, when you don't demostrate
why it is slow?
server.invoke() is the native call, it is also what happens when you deploy
permenant queues.
I noticed a similar problem a while back that may or may not be related. I had a
service deployed as a MBean. Something was calling stop( ) on the service a little
while after it initialized. (Services defined as MBeans can implement start( ) and
stop( ) methods which are called during deploy/un
No, you either use the embedded tomcat or use tomcat standalone.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831019#3831019
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831019
hi All,
I have my ejbs deployed on jboss3.2.3
I am trying touse EJB Timer service. Basically my bean looks like,
public class TimerBean implements SessionBean, TimedObject {
//all the standard methods here:
public void ejbTimeout(Timer timer) {
System.out.println("Oops..Timed out
The admin-devel guide is available from here:
http://ads.jboss.org/adview.php?what=zone:5&n=ac26f830
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831016#3831016
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831016
I don't understand what the problem is. Doing a LoginContext.login will of course fail
if the password is invalid. Describe the method flow more completely along with the
behavior you expect and the exception that is not expected.
View the original post :
http://www.jboss.org/index.html?module=
Sorry forgot:
OS: XP
J2RE: 1.4.2_03-b02
JBoss: jboss-3.2.3
Eclipse: 3.0.0
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831014#3831014
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831014
Hi! I've a Client-Server app that uses JBoss Servers and Swing Clients that
communicate over JMS. I've already set my JBoss up, and my swing clients are able to
connect to the server either using UIL2 Connection Factory or HTTPIL
ConnectionFactory.
So I was able to connect the client with the s
I should add that I am using jboss 3.2.3 on windows.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831011#3831011
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831011
Hi,
Two questions. Firstly, how do I increase the debug level for jboss (through eclispe
or otherwise)?
Secondly, does anybody know what is going wrong when I get the following error when I
try to start a jboss debug session in eclipse?
NullPointerException at DeferredDocumentImpl.ensureCapacity
thank you for your quick response you were right, i didn't redistribute the
interfaces in the war.
-- thank you again
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831007#3831007
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
Jboss is deleting its tmp cache on shutdown. (/server/default/tmp) The result is that
every time the server is re-started, all the jsps need to be re-compiled. Again, not
such a big problem on Linux, but for some reason this is taking more than 60 seconds
per page on Windows. (As much as I'd lov
???
JBossMQ does not know what is messages and what is other. It doesn't do any book
keeping to say I have this many bytes of messages in memory. It just uses the JVM
heap size.
http://jboss.org/wiki/Wiki.jsp?page=MessageSoftening
Regards,
Adrian
View the original post :
http://www.jboss.org/i
The structure of the jboss-3.2 module is quite different from how the files are
organised in CVS.
If you look in CVSROOT/modules you can see how jboss-3.2 is built up from a list of
aliases (I think that's the right term). You can use this to work out where to find
things in CVS web.
Alternati
Hi all,
J have a common question about the J2EE-Specification, perhaps somebody can give me a
short answer:
The J2EE-Specification describes the features of an J2EE application server, ob what
the server has to do.
Where are the major differences between J2EE application server or better what c
Show a stacktrace, or better yet, create a but report on sourceforge with the ear.
Else you have to debug the class loading by enabling logging:
http://jboss.org/wiki/Wiki.jsp?page=EnableClassloaderLogging
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831003
http://jboss.org/wiki/Wiki.jsp?page=ExternalDirectories
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831002#3831002
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831002
Hi Scott,
sounds like that could be the issue in my case since the server with problems is a RH9
machine.
I will set the env variable you suggested and report back if it works.
Many thanks
Sverker
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831001#383100
"[EMAIL PROTECTED]" wrote : scope your classloader
|
What does that mean ?
I'm using several EARs with their own CL, with a log4JService in each, but, as usual,
just one log4j configuration is used for the whole server (the last loaded is used !)
What to do to have separated log4j instance ?
Um, are you sure you have enough information to provide an answer? The original post
said nothing about ISPs or bandwith, and he would be seeing java.lang.OutOfMemory
errors if he had a memory problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831000#383
I am creating temporary queues at run time, and am using an MBean call to apply the
security policy. On windows sytems the server.invoke() call can take anywhere from
10-30 seconds. I don't see the same issue on Linux. Is there an alternative (native)
way to make this call, or a way to spee
Thanks for the quick response..
Lee.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830997#3830997
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830997
---
This SF
Yes, its a win32 issue for which I have not found a workaround other than shorting the
installation path since I have not found how to expand the win32 pathlength.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830996#3830996
Reply to the post :
http://www.j
i have just got jboss 3.2.3 to run with tomcat. but is there way to specify jboss to
use another instance of tomcat as opposed to the one that came with jboss. if so,
what do i need to configure in jboss and tomcat to have them work together?
View the original post :
http://www.jboss.org/inde
There is a well known problem with rh9 linux due to issues with the NTPL thread
library. To work around it set the LD_ASSUME_KERNEL=2.4.1 env variable to revert to
the previous behavior.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830994#3830994
Reply to
http://jboss.org/wiki/Wiki.jsp?page=SSLSetup
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830992#3830992
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830992
---
It is not closed yet, that is the work you are doing.
All that has happened is that the connection has informed of a potential error,
what you do is up to you. Closing and recreating the connection is usually the
solution.
Also from the spec:
| JMSException - if the JMS provider fails to clos
Hi All,
I have athe following scenario were one should login and then proceed for a client. So
i declared the login() method of the respective facade bean as unchecked. My problem
is i want to make only this login method unsecure and others secure. From my login
dialog i borrowed the username a
Or, the most part of 400M are messages, then processing logic kick in which begins to
comsume the heap left.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830987#3830987
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3
This log4j.xml display to the console fine for me with jboss-3.2.3 so you need to
describe the os, jdk and method of starting jboss.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830988#3830988
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
docs/dtd/jboss-ds_1_0.dtd and search for connection-property
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830986#3830986
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830986
Hi Adrian
I don't think this will be the case. Anyway, i am testing it now. It need more than
one day to get the result.
According to the JMS specification, the exceptions delivered to ExceptionListener are
those which don't have any other place to be reported (such as network problem).
Closi
So at 400M you have no messages in memory and 600M of free heap.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830983#3830983
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830983
-
That should be:
You potentially have no messages in memory at 400M if that 400M of heap
is used by something other than JBossMQ
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830984#3830984
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
Would really like to use Tora to help monitor Jboss Websrvice connection usage.
Can any body tell me how to pass through a program name to my oracle connection so
that I see more than just JDBC-1.0-Client?
Outside of jboss and its managed connections this is simply a matter of :
props.put("v$sess
Thanks for providing "definite" answers.
For question 3, we are using MySQL as persistence manager, and water marks are set
properly (350/400) I think for Xmx1024.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830981#3830981
Reply to the post :
http://www
Hello!
I found the problem, but I don't know how to solve it.
Reserva EJB's primary key is java.sql.Timestamp
This source code
--
Reserva objReserva2 = (Reserva)i.next();
DatosReserva datos = objReserva2.getDatos();
Hi,
does anybody know a link to the
documentatoin of the x-doclet tags
for the JBoss.net-module and the
parameter description of
"web-service.xml" for JBoss.net ?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830978#3830978
Reply to the post :
http
Adrian
Thanks again... With the -L switch I got it running...
Cool end for a friday...
Nice weekend
-t
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830976#3830976
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830
I have the same problem too (mono wsdl tool).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830975#3830975
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830975
---
Hello ,
I've been writting EJB's for some time and one of the biggest problems i have with
them is the limited functionality of the EJB QL . I have heard in a few places of
JBOSS QL , and I have tried a few internet searches for more info .
I am looking for at least a detailed list of what fu
Forget my previous comment. Its ridiculous.
I have really no idea.
Sorry.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830973#3830973
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830973
--
If you want to help you can either discuss implementation ideas on that
thread or just submit a patch. If you submit good patches you will get CVS R/W
The source tree is explained on the wiki:
http://jboss.org/wiki/Wiki.jsp?page=JBossMQ
Regards,
Adrian
View the original post :
http://www.jboss
Are you sure you can access the InitialContext.INITIAL_CONTEXT_FACTORY wihout an
Initial context instance ?
No more idea with this code snippet.
Perhaps with the full log.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830971#3830971
Reply to the post :
ht
DarkLord,
Read this:
Asynchronous queries in J2EE:
http://www.javaranch.com/newsletter/200403/AsynchronousProcessingFromServlets.html
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830970#3830970
Reply to the post :
http://www.jboss.org/index.html?module=bb
Adrian,
I would like to contribute. Let me know if I can help in any way (I don't know yet the
JBossMQ codebase yet).
Regards,
Stephane
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830968#3830968
Reply to the post :
http://www.jboss.org/index.html?modul
Hi,
What you want to do is possible and correct regarding the ejb spec. But XDoclet is
bugged and do not allow a relationship declaration without the associated methods.
When you do that, XDoclet forget to put a tag in
ejb-jar.xml, and in jbosscmp-jdbc.xml, the tag exists but is empty.
So, yo
Hi darranl,
Thanks for the reply.
Do you know what should I do to
minimize the size of the loggings
in the server.log file ?
Carri
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830965#3830965
Reply to the post :
http://www.jboss.org/index.html?module=bb&op
the code in cvs is far from stable, and definately has issues like this. i do have
this fixed and working on my local machine, but that code isn't ready to be checked in
yet.
if memory serves, it may be a path issue w/ the images. i know in the code that i am
working on, i've removed the hard
JBoss doesn't try to plugin user land classes.
Put your class in a jar inside $JBOSS_HOME/lib
then start jboss with
| ./run.sh -L myjar.jar
|
Or get the jdom project to fix it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830961#3830961
Reply to the
how can we avoid these select before insert in jboss 2.4?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830962#3830962
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830962
---
FYI: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46188
If you want to discuss the implementation of this feature.
No user questions on that thread please.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830959#3830959
Reply to the post :
http://ww
1 - 100 of 162 matches
Mail list logo