JBoss tries to get the locally from JBoss/docs/dtd, where they are delivered with the
server.
This is also an advantage for you, as the server can also be started / operated when
the network is not up.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822637#382
Title: RE: [JBoss-user] WrappedConnections and Oracle Stored Procedures
what should be done for the OracleConnection ...can we leave it as it is without closing
it ?
any ideas...
-Original Message-
From: Pedro Salazar [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 22, 2004 10:1
hi SportsBaby1980
please describle me how could you solve ConnectionFactoryLookup Problem... I am facing
the same
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822636#3822636
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=
Looks like I made a small mistake. The 'commit' method should do that work, according
to
http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/JAASLMDevGuide.html#Step%203
You may want to take a look at my subclass:
http://www.photeus.com:8080/dr_dee/project/library/jaas/PrefClientLoginModule.j
Hi guys,
i got this error when i tried to run my upload.jsp on my JBoss 3.2.3:
Generated servlet error:
[javac] Compiling 1 source file
[javac]
C:\jboss\server\default\work\MainEngine\localhost\coleman\upload_jsp.java:9: package
org.apache.struts.webapp.upload does not exist
[javac]
thanks hbhcoke!!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822632#3822632
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822632
---
SF.Net is sponsored by: Spee
Hi Chris,
Would you please mail me those related xml files? Many thanks to your help.
my email address: [EMAIL PROTECTED]
Best regards,
Austin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822631#3822631
Reply to the post :
http://www.jboss.org/index.html
I have successfully deployed the bean on the JBoss Server
I am able to get InitialContext Object but When the server comes at ic.lookup()
statement it waits for some seconds and afterwards the following Exception is thrown
as shown by toString() Function
javax.naming.CommunicationException [Ro
hi:
I am an Chinese boy!
Can you share your experiences with me? thanks a lot!
My MSN:[EMAIL PROTECTED]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822628#3822628
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
hi guys, i'm current using jboss ver 3.2.3
how do i go about configuring the web.xml and where to i place the .jar files in order
for jboss the recongise struts codings. please help
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822627#3822627
Reply to the p
It doesn't make any sense to me. A patch would be welcome.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822626#3822626
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822626
-
Hi,
There is any ways to start an application(ejb) just after the container start ?
Thanks
Jean-Francois Normand
My Virtual Model Inc.
www.mvm.com
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822625#3822625
Reply to the post :
http://www.jboss.org/index
Try This:
(a.startDate > ?1 OR a.startDate = ?1) AND (a.endDate < ?2 OR a.endDate = ?2)
Larry
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822624#3822624
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822624
-
Hehe. I guess what Julien is trying to say is that tuning is really a function of
what you're doing. For instance, if I embed the microkernel in my unit tests, its a
far different tune then if I'm working on a insert-only app. And furthermore, what if
I'm writing a "read-only" app (meaning mo
Hi,
I tried to migrate our app from Weblogic to JBOSS. There is a part where we bind
our RMI server to JNDI inside weblogic as the server starts up.
In JBOSS, I got following error (see the detail below):
java.security.AccessControlException: access denied
We set securitymanager as System.s
Oh, there's a secret parameter for that.
Just run JBoss with "-speed=faster"
(by default, it uses "-speed=normal").
:-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822620#3822620
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
Hi, can someone help me!!!
Im trying to deploy some appplication with jboss using Eclipse IDE, I already
configurate the jbos_jome variable and other variables that my application needs
I'm using jboss-3.0.8 version and Eclipse 1.3 version.
The problem is when Im trying to start jboss apa
I also just ran into this issue and am trying to figure it out.
Does JBoss require DTDs to be located locally?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822618#3822618
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
Hi,
Using PortableRemoteObject.narrow() also results in a ClassCastException.
Does this definitely work for you in the situation where you have an entity EJB and
the client is running in a different JVM than the server?
When you write that I should not cast remote objects, is that a general J2
That is a well-known bug. I have fixed this in JGroups (CVS head), and
will release a new version hopefully within the next 2-3 weeks.
If you can't wait, simply checkout JGroups from CVS, do a build.sh
jar-1.4 and copy the resulting jgroups-all.jar into your server dir as
jgroups.jar.
Regards,
The fix is in CVS, as usual. So you have to get the 3,2 branch code. An easier
solution is to wait for the first RC of JBoss 3.2.4 (which should be out soon), which
will use Tomcat 5.0.19.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822614#3822614
Reply t
Which block threw the error? Are you dealing with core blocks or custom blocks?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822613#3822613
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822613
-
I believe we're planning to make the getting started book printable. If you're beyond
the "getting started" stage then i suggest purchasing the Admin/Development guide. (I
mean its $10 bucks a pop or $99/yr)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382
Did you ever find a solution for this problem? I am experiencing the same thing.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822611#3822611
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822611
Hi,
Does anyone know how to pass parameters in the Scheduler (3.2.3)? It allows you to
specify the user defined parameter type, but the Scheduler set it to null
automatically. This is the behavior stated in document. Dose it make sense? It is
something to be implemented in the future?
Than
while configuring blocks, i encountered error throwing an
javax.management.InstanceNotFoundException stating that the block is not registered.
am i missing addtional configuration here.
thanks
aalmero
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822609#
OK never mind. Just read up on the UnifiedClassLoader3 & UnifiedLoaderRepository3
stuff and it looks like I need to enable HierarchyLoaderRepository3
adding the snippet below to METAINF/jboss-app.xml seems to solve the problem.
something.com:loader=EAR01.ear
View the origin
The modules are currently in the distribution. Each top level directory in the
distribution is either a module or a supporting directory (ie. 3rd party jars). If you
look in the build/build.xml, there is a moduleconfig task that gives you the list of
modules and the dependencies between them.
Have a look at http://wrapper.tanukisoftware.org/[/url] or
[url]http://www.multiplan.co.uk/software/javaservice/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822605#3822605
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
OK. I'll take a look...
...richie
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822603#3822603
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822603
---
SF.Net is
Is there a module repository for Nukes somewhere? I've looked around the JBoss site
and not been able find it. Could someone please post a link where I can view the
details of all the available modules?
Thanks,
Zeb
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
Env: Win2K , JBoss 3.2.1, JDK 1.4.2
I have 2 ears being deployed.
EAR01.ear
| + war01.war
| + sharedservlet.jar
|
|
| EAR02.ear
| + war02.war
| + sharedservlet.jar
1. Both ears contained the same servlet.class deployed under different URI.
2. There's a sharedservlet
Sorry, one more thing.
Use JBoss 3.2.3 or higher. Alex Loubyansky did a huge amount of performance
improvements in the CMP engine. Adrian and I did a lot of improvements in the
datapooling and Local Interfaces area.
Bill
View the original post :
http://www.jboss.org/index.html?module=bb
"yaronr" wrote : Ok, I solved it (after reading another thread somewhere).
|
| There's aparenly a bug in jboss_hahttpsession.sar.
| It REQUIRES there to be a 'DefaultPartition'.
|
| Hope this helps.
This does not appear to be correct, at least in version 3.2.3. The partition name for
One more thing, Instance Per Transaction can only be run with Commit B or C.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822599#3822599
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822599
I configured a mySQL data source in my jboss and it's working perfectelly with this
url: jdbc:mysql:///OLDapplication and the OLDapplication-ejb.jar.
I write a new application and i'm intended to use the same Datasource, but when i
deploy the newapplication-ejb.jar, jboss create the table
Hey, that article I wrote was for use with commit option 'b' or 'c'. If you are fine
with no caching, then read that article.
But, that being said, you really need to analyze PER Entity Bean your caching,
locking, and tuning strategies as each Entity has different requirements.
Bill
View the
If you have the cycles.
genman's issues with removeAllMessages() is relevent, but less important
than removing the need for so many threads. Threads have a large memory
footprint on most systems.
Code the patch and I will get your RW (read/write for cvs) if it is good enough.
Don't try to impress
having a heck of time eliminating the following error using Apache Tomcat/4.1.29:
| HTTP Status 404 - /root/servlet/Servlet_Name
|
| type Status report
| message /root/servlet/Servlet_Name
|
| description
That was it! Thanks Joachim!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822592#3822592
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822592
---
SF.Net is spons
The error you see pretty much tells all.
What you probably do is something in your servlet:
a = getOneSideOfCmr();
b = a.getOtherSide();
There ist no transaction around it, so b is invalid.
Either surround this by a user transaction
or do the two calls within a method in a session bean.
View t
The whole documentation issue is murky to me.
What's the most up-to-date printable version?
I'm willing to buy it - are there printed books?
Thank you,
- Pete Brodsky
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822587#3822587
Reply to the post :
http://w
I think one web-service.xml is enough, just put another
tag in the file.
Cheers
JJ
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822586#3822586
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822
Thanks Peter.
I keep investigating the subject.
Cari
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822585#3822585
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822585
---
hi guys,
I have a very simple question.
Could I install JBOSS 3.2.2 as a Windows Service (starts when Windows boots).
If yes, what am I supposed to do to get it work ??
Thank you very much
Cari.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822583#3822583
Re
Hello,
I am sure this has been asked many times, however I am unable to find it by searching.
I need to configure jboss to use MS SQL Server 7.0 and I am not sure how to go about
it.
I know I need to get a driver and all that but I am not sure what config files or what
alterations I need to m
Will jboss recognize jboss-app.xml in any archive or only in ear's?
i.e. can I put it in a sar to enforce a specific class loader?
Thanks,
Alex
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822581#3822581
Reply to the post :
http://www.jboss.org/index.html?
Calling a method on my entity bean that has a one to many relationship and I get the
following:
13:52:53,225 INFO [STDOUT] Servlet error: java.lang.IllegalStateException: A CMR
collection may only be used within the transction in which it was created
Any ideas? I have the dd set up for cmp and
hi folks,
both jboss-3.2.3-src.tar.gz and jboss-3.2.3-src.tar.bz2 are listed on
http://jboss.org/downloads as having MD5 hashes of 324337a9b97235696de59ca343993769,
but with different file sizes.
since this is likely to happen only about once in every 10 billion billion releases,
someone may w
Sorry, for causing trouble. It was my fault.
thx,
martin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822576#3822576
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822576
---
Ah, thanks.
Are you looking for someone to implement this? :)
...richie
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822575#3822575
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822575
--
If you are using EJB 2.0 and the local clients, then I think you can get
away with explicit casting as opposed to narrowing.
Thanks,
RS
triathlon98
I wonder in 3.2.x, how JaasSecurityManager cache works? Is every request from the
client checked against the cache? I found out that if I make the second call
immediately after the first call (I enable the session management through settting
SimpleSessionHandler. Thus the two calls have the same
"meerkat512" wrote :
|
| | Object o = context.lookup("FooHome");
| | FooHome home = (FooHome)o;
| |
|
You should not just cast remote objects, that does not work. Use something like this:
| object o=context.lookup(jndiName);
| FooHome home=javax.rmi.PortableRemoteObject.n
Hi,
I implemented a ServiceMBean. My service uses "commons-logging.jar,
commons-beanutils.jar, commons-digester.jar, commons-collections.jar". I deploy my
service as a "sar" and I have put all these jars in that sar. My service starts fine.
There is another serivce inside of Jboss, "jbossweb.sa
OK,
I have found a workaround from this post:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=9102&watch=topic&start=0
When I added the line
| Thread.currentThread().setContextClassLoader(FooHome.class.getClassLoader());
|
before my lookup, the code started working.
Is this a
This is a known issue:
http://sourceforge.net/tracker/index.php?func=detail&aid=890030&group_id=22866&atid=376685
It is on my roadmap to get fixed for 3.2.4
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822569#3822569
Reply to the post :
h
I started setting TTL on the messages I publish to several topics. Now looking at the
thread dump form the web-console, I see that the number of SimpleTimer threads is
growing. At present there are about 155 of them.
I have 7 topics with about 40 subscribers (non-durable). These values do not ch
Please Can Anyone give me a tutorial about Jboss, and deployment file?Please help me?
Thanks in advance!!!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822566#3822566
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38
yes strong revamp on doc coming on soon.
wiki will be online and we will seed it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822567#3822567
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822567
We are using BMP. JBoss support advised me to try the Instance Per Transaction
configuration. It did help but still didn't get me up to the speed of Weblogic. I
really prefer JBoss so I'm going to read the article that was posted above and see if
it helps. Thanks.
View the original post :
We have also paid for JBoss support. So far they have been unable to help me.
Just some simple configuration notes without getting into a lot of detail. We are
using JRockit 8.1 to run. We are also using SQL 7 to test. The database sits on
another server. We are running both weblogic and
Hi,
I realize that the ClassCastException problem has already been much-discussed, but I
couldn't find a post that helped me solve my issue or addressed the specific situation
that I am experiencing:
I am using Jboss 3.2.3. My classes are all deployed in a jar in the Jboss deploy
directory. No
Are you sure this is not a CMP configuration issue?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822562#3822562
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822562
-
Execuse me!!!
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822561#3822561
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822561
---
SF.Net is sponsored by:
That'd be cool. How bout this: http://jboss.org/wiki/Wiki.jsp?page=UserSuccessStories
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822560#3822560
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822560
--
Hello, thanks for all your post. I realize that without knowing my configuration you
can't help me out. I was just hoping someone could steer me towards some articles or
point me to something I may need to look into. I'm going to check out the link above.
I appreciate all the help. As far a
I am having a problem with roles. A user called tomcat is in a role called admin, but
should not be. I can login okay with the tomcat user but, the tomcat user can do
everything an admin can do, which is not what I want. I then tried to programmatically
see if tomcat user is an admin and he was.
Can it be that your JSP relies on an older version of the EJB interface classes!?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822556#3822556
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822556
---
Thanks man. Help me out by helping out on the wiki! I'd really like to see JBoss
become not only the best damn application server out there but have the best
documentation out there! :-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822555#3822555
Reply
JBoss supports BMP-style custom finders on CMP entity beans. This means you could
have the CMP with a findBy which calls to the database and returns a set of PKs.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822554#3822554
Reply to the post :
http://www
Hello,
I may have the wrong end of the stick, but can't you just re-call the invoke method:
public class TestInterceptor extends Interceptor {
public Object invoke(final Invocation mi) throws Throwable
{
try
{
return getNext().invoke(mi);
}
catch (SomeException e)
{
inv
try this
table.put("java.naming.factory.initial","org.jboss.naming.HttpNamingContextF
actory");
table.put("java.naming.provider.url",
"http://localhost:80/invoker/JMXInvokerServlet";);
the above are the settings for http invocation
the one which u used is for normal rmi
regards
jani
-Ursp
I created a servlet that does a deployment and waits for the deployment to complete.
The servlet takes as input a parameter called 'url'
2 questions :
1) Do you see any potential problems with this solution ?
2) Do you have a simpler solution ?
Servlet code
| package org.jbpm.ejb.deploy;
Hi
Does anyone successfully use sql server as the CMP datasource in a clustered
environment?
I am using commit option B and have the following settings in jbosscmp-jdbc:
|
| http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd";>
|
|
|
|
| BBClientEJB
Hi all!
I am new to jboss and learning fast, very fast!
I have two domains (www.one.com and www.two.com). I need to use Jboss (virtual
hosting) for both of them. Two questions arises here:
1) How do I do configure jboss?
2) How do I do the mapping?
Regards
B
View the original post :
http://w
Hello,
I have an ejb in an EAR file deployed in Jboss 3.2.3 which needs data from another
ejb, which is deployed in a JBoss 3.0.6 server. Can anybody give me a hint if/how this
is possible ?
I tried several attemps to surround the classploader problem, e.g. encapsulating my
ejb call in a mbea
Hi all,
I have questions on building Jboss with Jikes...
- Is it possible to build JBoss 3.2.x with Jikes? It seems that yes, but I have a lot
of Semantic warnings when I try to build it.
| - Is it interresting to do it ? Is there really better performances (I've seen 30%
on heavy load in a do
Hi Cari,
yes, my server instances are running on two (and more) different machines. But all of
the machines and the clients, too, are located in the same subnet. The servers find
each other without problems, it seems that everything works fine there.
And we didn't have to do anything to have t
I have successfully deployed the bean on JBoss Server and prepared a client
application but it throws Exception When it comes at ic.lookup() Statement
The Error Reason as shown by toString() Function is
javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException:
error d
We have replaced JaasSecurityManager with our own version that synchronizes on
principal-keyed locks. It looks safe enough, and performance is greatly improved. Its
trivial code, but I can submit it if anyone wants it.
c
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
I don' t understand the world anymore.
I have a session bean with some entity beans behind.
I access my session bean from a JSP. There was no problem til now.
Now, every new method that I implement in the session bean throws an exception. The
Remote Method of the session bean can't be invoked I
I'm afraid I don't have a thread dump. This is a production system, so I only find out
after a JBoss restart.
...richie
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822542#3822542
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
It appears to us that the synchronization in JaasSecurityManager is capable of causing
significant performance problems in JBoss 3.2.1. The isValid() method, which is called
from everywhere to do authentication and check authorization, is synchronized,
presumably to protect the security cache. U
Hello community,
I've just downloaded the bz2-file from the jboss.org homepage. Then I've unzipped the
file in
/usr/local with "root" permissions and afterwards started the server again with root
permission from the /usr/local/jboss-3.2.3/bin directory (I'm running a SuSE 8.2 box
with installe
Since you didn't get a disconnect message on the client it sounds
like the server failed to close the connection.
Unfortunatly, the logging of an error from this operation has been disabled
// Close the clientIL
try
{
if (dc.clientIL != null)
dc.clientIL.clos
Hi Peter,
Are your Jboss servers located on different machines.
When I run two Jboss instances on the same machine, they are able to see each other by
mutlicast.
But when I run two servers on two different machines, they don't see each other.
I run the javagroups testing for IP multicast and i
anonymous wrote : So, where should this client certificate go (if this is the
problem), and how to point to it?
Put in in your JDK in jre/lib/security/cacerts
The dsk contains a "keytool" utility which can be used for this. Alternatively, IBM
also has a GUI "keyman" program in DeveloperWorks s
Hey all,
I have been using OpenLDAP for authentication for some time (since 3.0.x), but I have
never been able to get SSL/TLS to work correctly when trying to authenticate against
my OpenLDAP install.
Here is my login-conf.xml:
===snip===
com.sun.jndi.ldap.Ld
Yes we have. Here are snippets of our code:
tcf_ = (TopicConnectionFactory) context_.lookup(connectionFactory_);
conn_ = tcf_.createTopicConnection ();
conn_.setExceptionListener(new ExceptionListener() {
public void onException(JMSException e)
{
if (!r
Please look at the code below
Properties props = new Properties();
props.setProperty(InitialContext.INITIAL_CONTEXT_FACTORY,
"org.jnp.interfaces.NamingContextFactory") ;
props.put(Context.PROVIDER_URL,"http://220.193.139.115:8080/invoker/JNDIFactory"; );
InitialContext ic = new InitialContext(pro
I'm trying to lookup local jndi from an EJB application which is using a custom class
loader through the tag in jboss-app.xml
The problem is , it throws classcastexception.
Can anyone please let me know the solution to this problem
View the original post :
http://www.jboss.org/index.html?mod
The following solved my problems with java plugin technology (applets),
ClassCastException and CLASSPATH:
http://forum.java.sun.com/thread.jsp?thread=432365&forum=40&message=1934477
for convenience & full-text-search purposes:
"I had a similar problem when I was trying to use JNDI from java cod
I discovered that I can workaround the problem by removing
the clustering related archives from the "all" server configuration.
cluster-service.xml
jbossha-httpsession.sar
deploy.last/farm-service.xml
I suspect that perhaps the default configuration of the clustering
is not correct for HPUX and o
Remote debugging means that the actual JBoss server is running in it's own virtual
machine ( most propably on a remote server ). The debugger communicates remotely with
this JBoss-Instance via a TCP/IP-Socket-Connection.
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
I have successfully deployed the bean on the JBoss Server
I am able to get InitialContext Object but When the server comes at ic.lookup()
statement it waits for some seconds and afterwards the following Exception is thrown
as shown by toString() Function
javax.naming.CommunicationException [Roo
The sql server is a MSSQL2K and the JBOSS is a 3.2.3 version.
I have done the following steps:
(preview: I have installed the JDBC driver)
1. JBOSS_HOME was set
2. JAVA_HOME was set
3. Copied the msbase, mssqlserver, msutil into the jboss-3.2.3\server\default\lib
4. Copied mssql-ds.xml file into
Hello,
> (so no way to keep my connection to oracle db open)
> illustration:
> 1. terminal call for card exists -> bean create
> 2. terminal call for provisional amount reservation -> bean update (db
> select for update)
> 3. terminal call for effective transaction -> bean update (db commit)
Then
Here is a small extract from the server log:
2004-02-20 18:26:10,946 ERROR [org.jboss.mq.server.JMSDestinationManager] The
connection to client ID
:7 failed.
2004-02-20 18:26:10,948 ERROR [org.jboss.mq.il.uil2.SocketManager] Failed to handle:
org.jboss.mq.il.
uil2.msgs.AcknowledgementRequestMsg1
You also need to close the session and sender.
Regards,
Adrian
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822523#3822523
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822523
-
1 - 100 of 120 matches
Mail list logo