Quite old post, but ...
Have you tried to give the 2nd deployer a unique name? E.g.
name="jboss.deployment:type=DeploymentScanner1,flavor=URL">
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831519#3831519
Reply to the post :
http://www.jboss.org/index.html?m
We've created an MBean and everything works fine. Now I want only a specific group of
users to have access to this MBean. I mean visualize it in a browser. Something like
the JMX-console with that difference that those users may not acces the jmx-console
but only a visualisation of that specific
whoa brainfade on my part - didn't bother to check
$JBOSS_HOME/server/default/conf/jboss-minimal.xml
sorry for the space wastage
Regards,
AT
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831516#3831516
Reply to the post :
http://www.jboss.org/index.html?m
I'm trying to use JBoss 3.0.4 with Firebird 1.5.
I create my EJB, with recomanded patterns (ServiceLocator, Business Delegate) but
when I compile my application, I note that :
- If I run the application only at once time, I have no problem!!
- but if I want to run many times the samy business, l
Hi,
Further to my original post I am running the two instances using the following
invocation;
$ $JBOSS_HOME/bin/run.sh --host=`hostname`
Hence the ${jboss.bind.address} is the same for for instances
Thanks and regards,
Andrew
View the original post :
http://www.jboss.org/index.html?module=b
A cron job specifically cleans up the /tmp directory. It doesn't clean up the /jetty
directory.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831512#3831512
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831512
Hi,
I have recently migrated from JBoss 3.0.3 to jboss 3.2.3/tomcat 4.1.29. In the
previous release we were able to run multiple instances of the server by changing port
numbers as appropriate. I notice that with the 3.2.3 release that I get various other
problems, like the following for examp
Hi list;
I using the following on my development env.: jboss-3.2.2 server, window2000 OS,
jbossIDE for eclipse. Currently in using a servlet a to send and ObjectMessage to a
queue(A) which is cosumed by an MDB bean. The Message is rollback to the queue(A)
incase exception is encountered on
Hello!
I have to use a compound primary key, using BMP, but I don't know how to do it.
Anybody has an example?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831463#3831463
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
thanks a lot, my problem is solved. i'm just entering the wrong URL for the DB. should
be
url="jdbc:mysql://localhost:3306/foodcoop"
NOT
url="jdbc:mysql:foodcoop"
but i am still wondering why didn't i get error when i use MSAccess? i mean without
telling the host and port number specifi
Well, all I can say is that today. I ran the run.bat, and everything works fine now. I
can go to the web-console, and I can see the Struts documentation web site from the
war that comes with struts download. Who knows why it works now. I made absolutely no
changes to anything.
Mark
View the or
You are correct, it is not correct.
It has already been fixed in JBoss4 but the fix has not been backported yet.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831504#3831504
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
You are not using JCA, you might find more help in the HTTP forums.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831503#3831503
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831503
-
Post a the result of
| jar -tf yourmysqldriver.jar
|
and its location.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831502#3831502
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831502
--
Just to make things clearer, here's a snippet of stack trace:
| at
kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.java:650)
|
| at org.jboss.tm.TransactionImpl.doBeforeCompletion(TransactionImpl.java:1308)
|
| at org.jboss.tm.TransactionImpl.r
Hi Darran, wonderful. I can't thank you enough. It's working. I just uncommented the
bottom portion that contains mbean code for hypersonic db. You rock.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831500#3831500
Reply to the post :
http://www.jboss.org/
I think you are mistaken.
The spec says:
anonymous wrote : The Synchronization.beforeCompletion method is called prior to the
start
| of the two-phase transaction commit process. This call is executed with the
| transaction context of the transaction that is being committed.
so calling befor
sorry, forgot to mention the development enviroment:
windowXP professional, Jboss3.2.4RC1, mysql4.1.1, the password hashing of mysql has
been set to 16bytes for compatibility.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831498#3831498
Reply to the post :
hi, all,
i've an application works fine with MSAccess, now i want to switch it to MySql. got
the error like in the topic. here below is the detail:
select * from staff;
error:
javax.servlet.ServletException: Unable to get connection, DataSource invalid: "No
suitable driver"
I am doing programmatic authentication using filters as well. I work with JBoss 3.2.1
and I can see the same behaviour.
I tried using JBoss 3.2.4RC1 as it seemed from a couple of threads I read that the
behaviour might be different when using a more up-to-date version of JBoss. I saw the
same
Hi all,
Any one in this list configured with Apache2 tomcat5 using WebApp connector Module.
I am trying to find some doucment, so far no luck.
Lots of documents for Tomcat4 ( http://www.pubbitch.org/jboss.html)
Please let me know, if you have some tips for this configuration
Thanks
Sundaram
V
Yes, I know so!
Hence, I was wondering if JBOSS Dynamic-QL could do it for me.
Or, are you tring to say that the JBOSS Dynamic-QL is dependent on the EJB-QL ?
Can someone please throw some ideas in here, please.
Much appreciated.
TIA,
Kunal
View the original post :
http://www.jboss.org/ind
yes, set the context-root attribute in the jboss-web.xml file.
| /
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831452#3831452
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831452
--
I downloaded JBoss3.2.3 and deployed struts_example.war. When I visted the web site,
following error occurs:
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error
win2000
//
java version "1.4.1_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06)
Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)
//
JBoss 3.2.3
I checked JBoss's Duke's Bank app and it worked correctly but web module is looking
for in JNDI by EJBGet
Title: Message
For testing
purposes, it would be convenient for me to be able to determine from inside a
stateless session bean using CMT what the current txn is (if any) and to get
detailed info about it (e.g., the txn timeout). Is there a way to do
this?
--
Craig Berry
x7546
This has been fixed for JBoss-3.2.4RC2
The main part of the fix is:
| Index: JBossManagedConnectionPool.java
| ===
| RCS file:
/cvsroot/jboss/jbosscx/src/main/org/jboss/resource/connectionmanager/JBossManagedConnectionPoo
That's solved it! Many thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831486#3831486
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831486
---
This SF.Net em
Why don't you try the simplest way:
1) Copy the file postgres-ds.xml that you can find in docs/examples.jca into the
deploy directory (and set the values according to your database).
2) Configure your beans with the tag in jbosscmp-jdbc.xml
3) reference the datasource with "java:/FooDS"
View
astrien wrote:
I am having the same problem. The particulars are as such:
As a noob to JBoss and Linux, I'm doing the only sane thing possible - I'm renting a
full bore Red Hat Linux 9.0 server at Interland and attempting to install JBoss on it
so I can run several web sites with it. Sweet, rig
We are all silly !
In your code, you only remove the entity bean from the collection, not the bean itself.
Try this code:
| Pupil aPupil = getHome().findByPrimaryKey(...)
| Collection aSubjectLinks = aPupil.getSubjectLinks;
| Iterator anIterator;
| while (aSubjectLinks.size() != 0) {
Hi,
I've been hunting around for fixes for the "jdbc not bound" naming exception problem
found when trying to create a datasource without any luck. It must be a configuration
issue.
I'm using a PostgreSQL database but cannot connect to it. I just get the "jbdc not
bound" error message. M
| Connection c = dataSource.getConnection();
| org.jboss.resource.adapter.jdbc.WrappedConnection wc = (WrappedConnection) c;
| AS400JDBCConnection ajc = (AS400JDBCConnection) wc.getUnderlyingConnection();
|
Be careful.
View the original post :
http://www.jboss.org/index.html?module=bb&
Hi,
We've updated our JVM from 1.3.1 to 1.4.1 and JBOSS no longer runs. We're getting the
following error...
2004-04-19 10:42:18,019 ERROR [org.jboss.web.WebService] Starting failed
java.net.SocketException: No such file or directory
at java.net.ServerSocket.createImpl(ServerSocket.java:2
Is it possible to access the drivers actual connection object ainstead of the generic
sql.Connection object?
This example might make more sense:
I am using:
com.ibm.as400.access.AS400JDBCDriver
in my -ds.xml file. The connection works perfectly in all my Entity Beans. What I
want to do no
This is the log output created by one of the '.remove(aLink)' calls. The [STDOUT]
lines are the before and after System.out lines insertd by me within the method code.
| 2004-04-19 20:07:34,943 INFO [STDOUT] Deleting [4/3]
|
| 2004-04-19 20:07:34,943 TRACE
[org.jboss.ejb.plugins.ProxyF
You might want to upgrade from 3.2.1 - you are now missing more than one
years of fixes.
http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-transaction/src/main/org/jboss/tm/TransactionImpl.java?r1=1.5.2.14&r2=1.5.2.15
In future, please check the latest release before reporting bugs that are alrea
Adds
|
|
|
|
in the log4j.xml file (in the conf directory)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831469#3831469
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831469
---
I have an app that deploys a datasource (-ds.xml), a mail service (-service.xml) and a
beanshell script(.bsh) from its jboss-app.xml file located in the ears META-INF
directory.
These services deploy just fine in jboss 3.2.x, however they don't appear to deploy at
all (any thing specified in t
Hi All,
I saw this behaviour consistently one day last week, Unable to recreate again.
I have a UserTransaction doing some DB work. In case If I get an error in committing,
I
get a connection from a non-tx DataSource to log a detailed message.
On this particular instance the transaction is timi
How do you switch on debugging for the CMP stuff?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831466#3831466
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831466
-
I'm trying to optimize db usage using read-ahead and optimize pessimistic locking
using read-ahead beans, but these seem to be mutually exclusive, since the read-ahead
beans and read-ahead methods don't participate in transactions so never use a pre-load
cache.
For example, using JBoss 3.2.4RC1
Figured it out:
Chapter 5 fails to mention that you have to copy
j2eetutorial/examples/jar/mdb-app-client.jar
to the
jboss/server/default/deploy
directory.
That corrects the problem.
Jack
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831464#38314
please explain what
"you need to deploy on JBoss as well"
means?
As far as I can tell, I followed chaper 5 to the letter, and I did put the
simplemessage.jar in the default/deploy directory. To me that would indicate it's
deployed on JBoss.
I looked at the JNDIView.list:
Ejb Module: simple
Hi,
Our application consists of three EAR files running in isolated class loaders. We have
situations where the bean from one EAR makes calls to a bean in the another EAR (both
session beans). I went through this forum and used the ByValueInvokerInterceptor for
the bean being called. But now my
Hi all,
got a problem with using SSL sockets with jakarta-commons-httpclient from a
message driven bean in JBoss. we get a security exception so I asssume
there's something JBoss disallow, is there any way to change JBoss
behaviour?
Thanks
Fredrik
Exceptions caught:
INFO [STDOUT] def
Ok -- I figured this out a while ago & thought that I'd pass it along...
(Don't you just hate it when people don't do that?)
PART 1: Setting up the ISAPI. There are several good sites that give you step by
step instructions on how to set up the apache jk connector (isapi_redirector2.dll)
betwe
Hello!
I need use a compound primary key. The script to create table is:
-
CREATE TABLE tablasalidas
(matricula VARCHAR(10),
horario VARCHAR(5),
parada VARCHAR(20),
PRIMARY KEY(matricula,horario)
);
---
anonymous wrote : No, it didn't answer the strategy you guys have for opening up the
presentation layer in Nukes.
What more can I say than "JSR 168"? JSPs will be the views.
Sherman
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831457#3831457
Reply to th
What you mean is that I should add these code you mentioned but not just modify,
right??
I found this file in 3 places,and which is the right file i should modify??
Actually i did NOT found the code you mentioned at all. Thanks again.
...\server\default\deploy\jmx-console.war\WEB-INF
...\serve
"adamfowler" wrote : Hi all, requested info as below.
|
It isn't the information I asked for.
anonymous wrote :
| Relevant output from JNDIView:
| java:comp namespace of the DocumentUpload bean:
|
| +- env (class: org.jnp.interfaces.NamingContext)
| | +- ejb (class: org.jnp.i
"adamfowler" wrote :
| PS Adrian: q1) Why not just say "Your post doesn't provide enough info. please
post your server.log etc."? q2) You're signature has Director of Support for JBoss Inc
in it. Did it perhaps occur to you that it as JBoss Inc sells support and
documentation that it is in yo
I have a servlet running in a standalone copy of Tomcat. This servlet needs to call
several methods accross several sessionbeans as part of a unit of work. How can I
create a UserTransaction which will allow me to rollback everything if any sessionbean
call fails?
Thanks,
Jim
View the origi
What difference between putting compiled JSP classes in /tmp and in /jetty.
Thanks
Richard
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831450#3831450
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831450
-
Hi all, requested info as below.
Please note that it looks weird cos the DocumentUpload MDB has references back to
Document, but this is an application oddity - it has to be there for what I'm doing.
Its effectively "please finish me later"
Hope this helps.
Cheers guys,
Adam.
PS Adrian: q1)
I use jboss3.2.1.
in .\server\default\deploy, there is a file named test.war.
So I could use it through http://localhost:8080/test.
Now I just want input http://localhost:8080 to use it,
then what could I do??
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=vi
Hi,
I am developping a JAAS based J2ee Application.
I want to block a user account, if the user gives the wrong password 3 succesive times.
The problem is how to connect to the database, to set the user blocked?
Which proncipal shall I use?
Where to define this principal?
I have read in the spec
Yes. We have already done the test, and it worked.
We're currently using j2sdk 1.4.2_01, JBoss 3.2.3, and for the test we needed to setup
the default authenticator. Then it works.
Here's the simple client application code. You can see we are using a
ProxyAuthenticator, wich is our own implementa
I don't see the class loader exception in my log. Adding the stub in a jar on the
server didn't solve my problem -- I still get the "wrong number of arguments"
exception. Could you give me more details on your configuration? Are you running
rmiregistry on the client? Did you have to do anyth
OK. Fair enough.
Bug-ID = #938010 for the part where the ManagedConnectionPool gets flushed.
There is more to come for the part where connections are killed not flushed.
Thanks so far.
Cheers
PS: Good Job folks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
ianh wrote:
I am curious as to what the future direction is with respect to
Jetty vs. Tomcat? Prior to 3.2.3, JBoss always release
2 separate binaries . It looks like now only Tomcat is
the bundled Servlet stack instead of Jetty.
Jetty and JBoss filed for divorce in June 2003 ;-)
Tomcat is the o
Stop it with your duplicate and "ME TOO" posts otherwise
you will find your account deleted.
You will also find the search function quite interesting since I know somebody
answered this question two weeks ago.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831
Found the mistake:
I had to add the
@ejb.bean primkey-field="[primary key]"
tag to make sure JBoss can create the tables.
Bye Rudger
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831442#3831442
Reply to the post :
http://www.jboss.org/index.html?module=b
Yes, the downloads module was deloped using cvs HEAD. It has been tested with this
code. If you use anything earlier it is not gauranteed to work.
Good Luck,
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831440#3831440
Reply to the post :
http://www.jboss.
Hi! guys
I have a problem in configuring the security for the destination queue which is the
permanent queue. I have DBServerLogin configured for "jbossmq" in login-config.xml
where unauthenticated identity is "guest"
I dont want to add this principal to my SecurityConfig for the queue(permanet
i need an MDB that listen a weblogic 8.1 queue.
Can you help me ?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831438#3831438
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831438
---
"adamfowler" wrote : I find your reply interesting. I commented that the wiki
documentation was next to useless (One small comment) and quite a bit of configuration
information, and received a rather insulting reply saying I was merely whining. Such
professionalism from support staff.
|
Not
Also, you can look in http://server:port/jmx-console, then hit the JNDI link near the
top. Scroll down, hit "list" method.
This will show you everything that is bound to JNDI. Odds are it's not even there yet.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=383
Are there any lines in the log referring to your MDB? You don't have to post the whole
thing, but you should see something like "picking up blah.jar, deploying blah, binding
blah to jndi"
Any exception, even a classpath issue could be keeping you from binding to JNDI.
View the original post :
I find your reply interesting. I commented that the wiki documentation was next to
useless (One small comment) and quite a bit of configuration information, and received
a rather insulting reply saying I was merely whining. Such professionalism from
support staff.
Anyways...
- The information
Post some bean code snippet : bean declaration, cmp fields and especially cmr fields
(relationships).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831433#3831433
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831433
Had a look, and it seems the way I did it is what is normally done. I had just assumed
ctx.bind("test/xyz", "xyz")
would create the subcontexts needed. At least now I know that is not the case!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831432#3831432
Rep
It's ok !!
Thanks a lot!!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831431#3831431
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831431
---
This SF.Net email
BMT is not allowed for CMP - read the spec
Why would you want BMT in a CMP bean if you are trying to make the client
control the transaction?
BMT always suspends any incoming transaction.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831430#3831430
Reply to
Your post reads:
I have a problem trying to configure my queue.
I'm not going to tell you what my problem is, instead I'm going to complain.
I'm also going to post a small amount of information that makes no sense:
e.g. env-ref instead of resource-ref
e.g. What has queue configuration got to do w
OK, here is something that hasn't really been made clear on any posts I have read in
this forum. If you want to use Tomcat with the clientloginmodule on the client side
and want the server side to log you in using a databaseservermodule you have to
perform the jaas client login and logout every
This cannot be done yet. Unless you use DB replication.
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831426#3831426
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831426
The port is already in use by
a) the same server (started twice)
b) another server
c) any other program
make sure the port is not used already, maybe try a "telnet portXXX" to see, what
service is running on your machine and port.
View the original post :
http://www.jboss.org/index.html?module
Hell there,
i am trying to deploy a few entity beans in CMP with a mySQL DS. I am getter a wired
error. (Especially cause its a NPE.)
The interfaces and deployment descriptors are generated by XDoclet.
The JBoss is Version 3.2 (means DS is deployed by mysql-ds.xml)
The Error is as follows:
16:
I am seeking to convert the Roster CMP app to enable user transactions, i.e.,
rollback / commit over multiple entity bean method invocations from a
client within a single transaction.
I have read warnings about using UserTransactions with CMP. But I can't
find any alternative. Moreover, look up
It is curious.
As you says, It's like JBoss wants to store extra-infos about relationships in the
default datasource ? I don't believe that.
Do you change (or delete) the default datasource : Hypersonic SQL ?
This datasource is used internally by JBoss and it's difficult (or impossible ?) to
chan
Hi all,
I've been trying all day to try and get the simplist of MDBs working with JBoss. Its
an absolute nightmare. I started on JBoss3.2.1 but have downloaded 3.2.3 now (JMS
failed completely on 3.2.1 - could not connect to JMS provider or such like)
I have a normal EJB called Document. I want
did you deploy the nukes.ear first? i'm thinking no b/c you are getting the
ClassNotFoundException b/c jboss can't find the BlockSupport class (which is contained
in the nukes.ear).
also, your module should be deployed in the "nukes" directory (ie: default/nukes).
this is to help guarentee that
thanks a lot, I've found it. it need jdom.jar in the classpath.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831418#3831418
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831418
-
Thanks!!! Works much better!!!
Craig
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831417#3831417
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831417
---
This S
I worked out the problem, and will in fact submit a bug report, as this is a pretty
big one. It's a problem with the code that reads the jbosscmp-jdbc.xml.
This problem seems to occur when there is no datasource set up that corresponds to the
default datasource in standardjbosscmp-jdbc.xml, and
What does the SAXParseException say?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831414#3831414
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831414
---
This SF.
"jagadishm" wrote : Hi
| i am new to Jboos.i had created one war file.
| in my WEB.xml
|
| http://java.sun.com/dtd/web-app_2_3.dtd";>
|
| in that i am using listener elements.it is working on tomcat 4.*.
| but in jboss it throws SAXParseException .
| and i am using jboss-3.
Hi
i am new to Jboos.i had created one war file.
in my WEB.xml
http://java.sun.com/dtd/web-app_2_3.dtd";>
in that i am using listener elements.it is working on tomcat 4.*.
but in jboss it throws SAXParseException .
i am listener class in that.
and i am using jboss-3.2.2RC1 version.
thank
Dear all,
Recently I tried to convert my program from websphere 5.1 to jboss 3.2.3, but I
encountered jndi binding problem in the following statement :
Object homeObject = ctx.lookup("java:comp/env/ega/Login");
LoginHome loginHome = (LoginHome)
javax.rmi.PortableRemoteObject.narrow(homeOb
JonathanYZQ,
I'm still looking for a solution. Did you find something new?
Regards,
Ronny
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831410#3831410
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831410
Actually, the problem is that a periodic Linux cron job cleans the /tmp directory and
the embedded Jetty places the compiled JSP classes in this directory. Deleting these
means that the compiled JSP code can no longer be run - hence no web application.
Create another directory to which Jetty can
Hey,
No need to create multiple threads for the same question:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=48692
Regards,
Stephane
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831408#3831408
Reply to the post :
http://www.jboss.org/index.h
Hi,
I have a problem when I want to deploy my module, theme and block.
There is the problem :
For the block :
16:05:02,421 INFO [MainDeployer] Starting deployment of package:
file:/C:/Jboss-3.2.3/server/default/deploy/essaiBlock2.sar
16:05:02,531 WARN [ServiceConfigurator] Failed to complete
Wouldn't it be better to create a MBean that does the JNI-Call.
Do other APP servers have similar mechanisms?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831406#3831406
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3
The EJB spec disallows JNI calls from EJB's.
However, many application server vendors permit it, including Jboss.
Search in this forums, there is already many topics on this subject.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831405#3831405
Reply to the
Hello!
I have to use a compound primary key, using BMP, but I don't know how to do it.
Anybody has an example?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831404#3831404
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
Have a look to
http://www.jboss.org/developers/guides/quickstart
Regards,
Stephane
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831403#3831403
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831403
---
hi
i would like to ask u a question .. i'm using Jboss 3.2 ... but a problem
came to me ... i had a need to use DLL in my Jboss suppose from an EJB ... whether i
can call JNI fr9om my EJB beacuse there is some information which i would like to
ontain and that i can only achieve th
I deployed a J2EE/EJB application under Linux 7.2 and JBoss 3.2.1. It works very well
for 2 weeks. After 2 weeks the web application has no response so that I have to kill
Jboss and restart it again. It seems like the Jboss hangs.
Lothar suggested that the /tmp folder should be cleaned every 2 w
1 - 100 of 155 matches
Mail list logo