Hi,
I'am using JBoss 3.2.4 with the Sun JAXB to generate a lot of classes from XML Schemas.
I have an XML Schema with 7 levels of elements and JAXB generates the interfaces with
inner-interfaces like this:
com/company/appl/server/component/impl/IComponentConfigurationTypeImpl$SecurityActionsTypeI
HI Everyone
I am facing a big problem for quite sometime now because of which I am not able to
proceed further. I would really appreictae if you guys could take some time out of
your precious time and help mw out.
I have a servlet here but the problem is that when I run this servlet I get
///
Hi Everyone,
What is the easiest way to change the state of an entity bean without calling the set
methods of an CMP entity bean? The implementation class of the CMP entity bean is not
generated until deployment time so you don't have access to the instance variables.
I'm sure the persistence m
Hi everyone,
I am just wondering whether I can kill jobs in the queue. My client often sends more
than 1M data to jboss in one method call. Sometimes he doesn't have patience and wants
to cancel the job during the call.
Is it possible?
Thanks in advance,
DF
View the original post :
http://w
I've found some networking issues in the environment. serverC is in a physically
different location that serverA and serverB (though logically on the same LAN). I just
ran a test with tcpdump and found that serverC could transmit multicast packets to
serverA and serverB, but those servers could
Hopefully this will be my last post in this topic and hopefully someone else finds
value in this.
The only line I needed to ad was in the output target and this line in the jar section:
boy am I a putz!
All is good now!
View the original post :
http://www.jboss.org/index.html?module=bb&op
Got it.. After disecting the build.xml file I needed to add a couple entries in the
default build.xml
I added the line in the _default:compile-bin in the compile target.
|
|
and the following line in the output target in the jar file section.
View the original post :
http
This issue seems to be related to the order of the JAR files listed in the Class-Path
of the manifest file. We had a similar issue in 3.2.3, and reordering things in the
Class-Path reolved it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846374#3846374
Rep
Now that I've posted the xml I noticed what I missed! There's , it's
always the little things!
web-console-users.properties
web-console-roles.properties
it should look like this...
web-console-users.properties
web-console-roles.properties
View the original post :
http://www.jb
I added the web-console-users.properties to the web-console policy.
web-console-users.properties
web-console-roles.properties
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846372#3846372
Reply to
Are you aware that JBoss comes bundled with a running tomcat. This is the reason, why
a standalone tomcat and jboss are conflicting. Of course you could run them together
and should change the ports in your $TOMCAT_HOME/conf/server.xml (e.g. search for
http://www.jboss.org/index.html?module=bb&o
What exactly is your problem in using the hot deploy feature? You could develop
against exploded archives in your deploy directory and shouldn't need to restart.
Could you please provice more information about libraries you need to change?
Best regards
Jan Prill
View the original post :
http:/
Are you sure that you have deployed your mysql-ds.xml correctly? Here is a snippet
that definitly creates VARCHAR with a length of 100 correctly.
| createdId
| FK_CREATED_ID
|
| VARCHAR
| VARCHAR(100)
|
|
|
Hi, Question,
if you want to stay conform to the J2EE spec, you should make yourself familiar with
EJB, especially CMP and CMR. This means Container Managed Persistence and Container
Managed Relationship. Using these techniques you get a Object-Relational Mapping from
JBoss, which in it's 4.0 R
When I moved the images into the bin directory and ran the build.sh the binary
directory does not make it into the output directory and consequently doesn't make it
into the .sar file. The build script is pulled out of the current nukes cvs tree.
Is there something more that I need to do to t
I studied docs and your link about securing datasource passwords.
Tried to make as written, but it doesn't works in my situation.
IDEA: Client is authentificated using DB via "DatabaseServerLoginModule"
Client sends plain password but on server it is hashed in compared
with pa
Wrong: read-only getters are executed in the context of the transaction.
I do agree it is impossible to help somebody that doesn't give ANY
useful information. This usually shows a lack of a understanding of the problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
I don't know. The main release is due out in a couple of weeks.
If you want the old behaviour just add to your -ds.xml
false
But then you leak statements, see the FAQ.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846364#3846364
Reply to the post :
http://
NOTYETINSTALLED == Does not exist.
The rest of your question is in the FAQ
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846363#3846363
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846363
-
Oops, thats SNMP - Typo
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846362#3846362
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846362
---
SF.Net email is spons
I don't think read-only getters are a good idea. AFAIU this executes code outside of
transactions, effectively requireing DB reads. If this does not hurt your performance,
then your transaction boundaries are probably not well chosen.
Which commit option are you using. Could Commit option A or e
Im trying to get the server running on Suse 9.1 and when I run the Suse shell script I
get an Exception thrown in my log file:
Its under the SMNP label and its a HostNotFoundException. It shows the computer IP
address with one small error: Instead of listing 136.159. it lists d136.159..
I got such exception when i tried to config my jca examples on jboss4.0 RC1.
16:41:03,359 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
MBeans waiting for other MBeans:
ObjectName: jboss.jca:service=NoTxCM,name=NoTransFS
state: CONFIGURED
I Depend On: jboss.jca:service=ManagedCon
I also sometimes see serverC (the last server up) spit out this error after receiving
the proper cluster view, but then still hang for a while:
2004-08-26 17:20:54,393 INFO
[org.jboss.ha.framework.interfaces.HAPartition.ProductionPartition] Fetching state
(will wait for 6 milliseconds):
20
The article was written a while ago and may be a little bit outdated but still read it
again as there are lot of useful things in it, all the basics are there and didn't
change
http://www.onjava.com/pub/a/onjava/2003/06/04/nukes.html
The best thing to do for you is to look at the existing module
I'm running a cluster on JBoss 3.2.5 and am having issues with my instances joining.
It seems to only happen when starting up a 3rd or 4th instance to join the cluster.
For example, say I have instance A and B running already, and go to start instance C:
1. serverA will acknowledge serverC as a
"ksbeattie" wrote : In the hopes that this will nudge someone in the know to post a
suggestion or solution to this problem: I too am experiencing this same 'Failed to
start database manager' issue.
|
| TIA...
I'll add that the the rest of the app works, it is just the HSQL Database Manger T
Hi all,
I am very new to nukes and jboss.
Since last 7 days i was busy try to set Nukes with Jboss and Eclipse.
At last today i got succedded to setup and no error was shown.
Now i want to build my website using nukes.
I went through whole web search, google but not able to find a single doc w
The entity-command oracle-sequence has a attribute named sequence which takes the name
of the used sequence.
I my EB I have this tags for XDoclet:
* @jboss.entity-commandname="oracle-sequence"
* @jboss.entity-command-attribute name="sequence" value="afpos_seq"
This goes to jbosscm
Ok, i will try to help but the build is pretty complex:
You don't have to modify anything but the build.xml of your project
I think (i could and proably am wrong but it may worth the try if you couldn't fix
your problem) that you just have to add your library to the target "configure" it the
"li
I am able to use PrefixDeploymentSorter to get the desired order while deploying local
resources (war. ejb etc). Is it possible to use PrefixDeploymentSorter to specify
something like, deploy "http://someplace/resource.xml"; after deploying "local.sar"?
Essentially, I want to know how do I put t
There are a large number of bugs fixed since 3.0.0 release.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846345#3846345
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846345
Add a PartitionName attribute to all/deploy/deploy-hasingleton-service.xml
|
| jboss:service=DefaultPartition
| jboss.system:service=MainDep
| loyer
| XYZ
| deploy
| ${jboss.server.home.url}/deplo
| y-hasingleton
| undeploy
| ${jbo
That worked. Thanks for your help Daniels.
But now I am getting the following error :
WARN [ServiceController] Problem starting service
jboss.j2ee:jndiName=local/LeagueEJB,service=EJBRuntimeErrorException:
java.lang.NoSuchMethodError Cause: java.lang.NoSuchMethodError at
org.jboss.mx.server.Re
Thanks for your reply Adrian. Even the Firebird resource adapter does not seem to
implement the CCI.
I can guess the reason - because JDBC is already a standard, it may not make sense to
implement CCI on top of that. However, taking advantage of the J2EE pooling facilities
and using them alongw
Have you tried Hibernate?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846341#3846341
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846341
---
SF.Net email is spo
Is there going to be a RC2 that has the ConcurrentModificationException fix in it?
Chad
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846340#3846340
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846340
Hi All,
I have this module GetAttrs that extends ModuleSupport; it's been successfully
deployed.
The compilation is done using the build.xml provided by the source,
"nukes-1.1.0-RC3-src/nukes/build.xml".
Nukes
|-nukes/src/main
| |- org.jboss.nukes.addons.modules.linkmodule
|
Hi there! I have the following scenario:
I create an entity using ejbCreate(params). Soon after, I send a message to a queue,
consumed by a mdb. This mdb, peforms some business rules (not it, I have other classes
to do so :P ) and then updates data in the entity. Problem is Sometimes, It had
Programmatically:
1) You'll need somesort of threshold that would define when to flush the cache
2) When that threshold is reached, use the JMX calls to flush the cache.
If you want to automate it, you could schedule a job or start your own MBean Service(a
worker thread) that periodically che
That's because 3.0.4 didn't check for unclosed statements.
The CCME has already been fixed.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846338#3846338
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846338
I too have the exact same problem... Could some one help?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846335#3846335
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846335
---
I do not understand why I am getting the following exceptions.
I am using JBoss4.0RC1 with j2sdk1.4.1_03 on Windows XP. The code works fine with
JBoss 3.0.4.
Code logic:
MDB
{
EJB = GetEJB();
EJB.doDataBaseStuff();
{
DS = GetDataSource();
Conn = DS.getConnecti
I guess in web logic and web sphere there is the ability to set a classpath for a web
app in side the container i.e. Add a specific dir only for web app x, that way web app
y wont be able to see that dir. Is there a way to do some thing similiar in JBoss?
View the original post :
http://www.jbo
"darranl" wrote : JBoss version?
[Server] Release ID: JBoss [WonderLand] 3.2.5 (build: CVSTag=JBoss_3_2_5
date=200408041031)
and in case this helps...
[ServerInfo] Java version: 1.4.2-p6,Sun Microsystems Inc.
[ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.2-p6-root_12_mar_2004_14_24,Sun
Mic
Thank you!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846331#3846331
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846331
---
SF.Net email is sponsored by Shop4
I'm sorry, but I can't decide when to use the new version of jboss. Is my problem a
common problem with version 3.0.0? Is it eliminated in version 3.2.5?
I don't have this problem in every run. Is there a reason for this?
View the original post :
http://www.jboss.org/index.html?module=bb&op=view
I know that this would give you some extra work, but it's just an idea.
I'm writting JBossProfiler.
JBossProfiler works with the concept of LogFiles. Every event is sent to a Log.gz
file, and you can analyze it later, or even sent it over the network.
You could run your application with JbossPr
Change the "properties" on the jms provider to use jndi over https.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846329#3846329
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846329
-
"[EMAIL PROTECTED]" wrote :
DefaultJMSProvider
| uses jnp not https by default when accessing jndi.
I had suspected this may be part of the problem. However, despite significant
searching, I cannot seem to find any documentation or example that would suggest what
this (or anything else that
anonymous wrote : I don't see how this answers my questions.
Well one of your questions was: -
anonymous wrote : Should I call tempQueue.delete () at all, or simply close all
senders/receivers and hope that some sort of reference counting mechanism will destroy
the queue?
Partly you were ask
I uncomment the in the jboss-service.xml the attribute isolated. After that i cant see
my MBeans.
I know that there are two different ways to register or create MBeans. I must use the
create-method. Can someone help me?
regards
Pierre
View the original post :
http://www.jboss.org/index.html?m
This is caused by, well, usually, executing some method that obtains a collection of
entities within the context of a transaction, and then another method (possibly the
calling method) using that collection within
* a transaction (if the collection was obtained without a transaction)
* no trans
How are you deleting the associations? If your entity container configuration
specifies commit option A, then deleting the associations from outside the container
(using an SQL query) would cause this behavior.
However, if you are iterating through each person entity and setting the association
Greetings,
I'm trying to isolate my web app as described in
http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration.
The classloader's SourceCode is a good way to verify it. But another good test to
verify it is using log4j inside my web application file (WEB-INF/lib/log4j.jar and
WE
We are currently using HAJNDI and are wondering if there were any data integrity
issues that were possible as data is replicated across a cluster.
For example, if an object is retrieved from HAJNDI, modified, and rebound, does the
rebind return before or after the data has been replicated acros
Hello everyone.
I`m trying to use the XDoclet tag to generate my web-service.xml file,
but something is wrong. The XML file generated don`t have the service name, neigther
the homeInterfaceName parameter, and puts the wrong provider, as shown bellow:
|
|
|
|
|
Give an example, I still don't understand your question.
If you are trying to achieve the following in a single transaction it is not possible:
sender.send(message); // Send to a queue
reciever.receive(); // Try to receive that message
session.commit(); // The send is not done until here!
View
Quoting the javadoc:
anonymous wrote : This is an expert facility not used by regular JMS clients
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846312#3846312
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846312
--
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJMSProvider
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846310#3846310
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846310
---
Hi:
I have an application that I have migrated from Jboss 2.4.4 Tomcat 4.0.1 to Jboss
3.2.4 and to my surprise not jboss starts up slower (even build ing up from the
minimal server and adding services till my application worked) but also it runs MUCH
MUCH slower... around 3 times.
I have gone th
You cannot delete a temporary destination while is has subscribers/listeners.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846308#3846308
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846308
---
Try JBoss-3.2.5
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846309#3846309
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846309
---
SF.Net email is sponsored by
HA-JMS has nothing to do with transactions.
It is about making the jms administered objects available on a separate machine
in the event of a failure.
In the event of a failure during a transaction you have to "roll it back" (in practice
discard it - using connection.close()), and retry with a ne
Thanks for the reply. We've considered moving to Jboss 4.0 to take advantage of
JbossWS, but are not certain when the production release date is. Anyone know for
certain?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846305#3846305
Reply to the post :
ht
The error messages says it is not using the jboss.xml snippet you post.
Hard to tell why not without further information.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846304#3846304
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
DefaultJMSProvider
uses jnp not https by default when accessing jndi.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846306#3846306
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846306
---
Because I made some fixes in this area.
Additionally, you'll find you won't get much help unless you can reproduce the problem
with the latest stable release. Nobody wants to waste time analyzing problems that
have already been fixed.
Off Topic, advice:
If you cannot reproduce a production proble
THis has been fixed for 3.2.6.
The example given by somebody else on a different thread (where the full stacktrace is
available) shows that it is just noise in the logs and has no detrimental affect.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846302#38463
The delist message is just noise.
You seem to have selectively ignored the key point in my previous post.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846301#3846301
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846
JBoss's jdbc resource adapters do NOT implement CCI
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846300#3846300
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846300
-
Moderated: This has been discussed so many times before. It depends upon
the number concurrent of transactions. Use search details.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846299#3846299
Reply to the post :
http://www.jboss.org/index.html?module=bb&op
I'm in a developing step of a big J2EE applications, with (at now) more that 35 jar
each one with some EJB inside.
I've JBoss 3.2.3 and at now on my P4 1.5Mh it needs something like 1 minute and 20
seconds to start.
Since I need to change my EJB very often, and the hot deploy feature is not so ni
5:13:30,795 ERROR [JDBCExceptionReporter] Cannot open connection
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846297#3846297
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846297
---
http://www.jboss.org/wiki/Wiki.jsp?page=JBossService
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846293#3846293
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846293
1, index.jsp
Context ic = new InitialContext();
DataSource ds = (DataSource) ic.lookup("java:/testdb");
Connection con = ds.getConnection();
String sql = "select top 5 * from tbnewsphoto ";
2, mssql-xa-service.xml
MSSQLXaDS
ServerName=localhost;DatabaseName=MyData;SelectMethod=cursor
co
hi, just outing myself as noob i fear...
i have my MBean class and interface - but how do i deploy them?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846287#3846287
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38462
When will the cmp engine will throw a finder exception (in case of finder that returns
a collection) ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846286#3846286
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846286
What makes you think that the home interface says that the exception should be thrown
if no results are found.
Having no data returned from a query is a valid response, it says that there was
nothing that matched the search criteria. It is only in the context of your
application that you can d
Hi Puneet,
Alternatively, if you want ease of development and neat code (therefore, easy to debug
code). You should use:
1. Vanilla Hibernate
2. BMP (replace JDBC with Hibernate)
3.Session Beans with Hibernate
Trust me, you'll save yourself a lot of trouble steering away from JDBC and CMP bean
are you using the Oracle JDBC driver?
This driver has memory leak probabily. In the release notes of 10g version has a
comment about this.
Mateus
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
clebertsuconic
Sent: quarta-feira, 25 de agosto de 2004 23:59
To
Hi,
I have deployed a bean, which try to use some classes from a jar.
The jar exists in the ear file. After making a request, the server throws a
java.lang.NoClassDefFoundError exception.
I have copied the jar file to the server/default/lib directory, but the server still
can not find the class
I know that, the question is should jboss throw a finder exception in this situation
(hint: the HomeInterface says it should)
| public Collection findByName(String name) throws FinderException;
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846281#3846
Hi All,
I am having problems with have an MDB registering as a Durable Topic Subscriber.
I am getting the following problem
WARN [JMSContainerInvoker] JMS provider failure detected:
javax.jms.JMSException: Null or empty subscription
at org.jboss.mq.SpyConnection.createDurableConnectionConsume
JBoss version?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846277#3846277
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846277
---
SF.Net email is sponsored by S
Hi Shai,
Why not use Hibernate?
-Imho
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846276#3846276
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846276
---
SF.N
is it possible to use
org.apache.axis.client.Call
to call JBoss services? or it is used to call someting else?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846275#3846275
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
Hi!
I have to Entities, say house and person. The relation is many-to-many.
I made some associations so that every person has one or more houses-
So far the preconditions.
I deleted all associations and then tried to find all persons without houses (which
should return all persons).
For this
Hi,
I am using (My)Eclipse, XDoclet and MySQL for developing my EJBs.
I have an entity bean whose corresponding table requires to be created in the
database. All my compiles and deployment goes through fine - but MySQL throws an error
complaining the max column size for a VARCHAR field is 256.
The propose of a ddl is to keep everything synchronized, it's already a pain to keep
everything synchronized between mysql/postgresql and oracle, adding another support is
just not maintanable. We are looking for a better way to be generic but it's not as
easy as it seems.
Anyway, the installer
I have to write a service for JBoss to work with MS SQL Server... I've never did it
before...
How to do it, and where will my service be kept at the hard drive?
Service should be like this:
User --- clicks button "Show Users" ---> JBoss --- SELECT * FORM Users ---> MSSQL
Server --- ResultSe
You need to put the binary files in the bin directory and create the same path as in
src
/cvs/nukes/mytheme/src/bin/org/jboss/nukes/addons/themes/mytheme/images
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846268#3846268
Reply to the post :
http://www.jbo
First use JMX and twiddle to make a list of all local EJBs (I.e. in my case all the
entities)
by
./twiddle.sh -s localhost:1299 invoke 'jboss:service=JNDIView' listXML | grep local |
sort | uniq >flush.sh
Then edit flush.sh to include a flush command for each entity i.e.:
./twiddle.sh -s loc
Is it really that obvious no one care to answer, it can't be too hard could it?
Anyway I found a solution that work:
First use JMX and twiddle to make a list of all local EJBs (I.e. in my case all the
entities)
by
./twiddle.sh -s localhost:1299 invoke 'jboss:service=JNDIView' listXML | grep loca
Thanks Vishal, but the proplem is not found in that thread.
The problem is that the tutorial was set up for jboss-3.2.1 and I am using version
jboss-3.2.5. with jboss jboss321all.server a ejbGenerate file is generated with
jboss325all.server a xdoclet file is generated.
And I have a feeling i
"FearlessSpiff" wrote : could you fix it? I have exactly the same problem. But my
jbosscmp-jdbc.xml is ok. All mapped nicely. What i could see is, that the
jbosscmp-jdbc.xml is ignored by JBoss! Don't know why, but i can change what i like,
the file isn't read by JBoss... I use the same softwar
Hi,
I want to run Tomcat and Jboss on same machine. While running these 2 servers i
encountered a problem. I think the problem arises because, both Tomcat and Jboss use
same 8080 port. First I run the Jboss and then started the tomcat. At this stage Jboss
gives following error.
12:37:56,392 INF
I'm aware of that, but I don't see how this answers my questions. I was trying to show
that _I am_ trying to delete this topic earlier then closing the queue connection, but
getting an exception.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846164#3846164
I have my system configured with an entity - command using oracle secuemce to generate
the Primary-Key for my cmp beans.
The way it is now is one sequence for all beans. I wan't to use a different sequence
for each bean, can I configure Jboss to do so?
Thanks
Shai
View the original post :
h
My web application is required to support more concurrent access, for example, 500. I
find the following definition in server.xml:
Is it OK if I only change the value of maxThreads?
Thnak you very much.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
1 - 100 of 102 matches
Mail list logo