"gwwallace" wrote : A piece of further information.
|
| We have a hierarchy /a/b which is empty to start with.
|
| At cache startup we start try to load in /a/b/c, /a/b/d, /a/b/e etc
|
| If we call cache.exists(Fqn) the cache loader gets the exists(Fqn) call and
returns true.
|
You can go to JMX console, TomcatClusteringCache, and invoke printDetails on
all nodes to see the cache contents first.
Also make sure your mcast is turned on first.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880562#3880562
Reply to the post :
h
Alright, I promise to try that first thing in the morning. Thanks a lot for
sticking with me through this whole thing. If it doesn't work I hope you won't
give up on me :)
Just FYI, i do have two stateless session beans working right now with JBoss.
The only way i could get them to work was
I forgot to write a META-INF/ws4ee-deployment.xml file
(similar to: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSTypeMapping).
After this it worked.
|
|
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880556#3880556
Reply to the post :
A piece of further information.
We have a hierarchy /a/b which is empty to start with.
At cache startup we start try to load in /a/b/c, /a/b/d, /a/b/e etc
If we call cache.exists(Fqn) the cache loader gets the exists(Fqn) call and
returns true.
If we then call cache.get(Fqn) the cache loader n
>From jmx-console, I think I should use
>"jboss.jca:service=ManagedConnectionFactory,name=myds" as the objectName, but
>RMIAdaptor.getMBeanInfo() method cannot find it. What's wrong? Is it a correct
>object name to use?
Thanks for your help very much.
View the original post :
http://www.jbo
Give the following a shot
| Destination destination =
| (Queue) jndiContext.lookup("queue/TestMessageQueue");
|
On careful examination, seems like the queue is bound to the global namespace
as the following log message explains:
| 19:38:29,500 INFO [TestMessageQ
to tell you the truth i don't know. Another employee set this up and I'm not
at work right now so I can't check. Would you mind explaining what led you to
believe what you just said?
Thanks,
Dan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880551#3880551
http://wiki.jboss.org/wiki/Wiki.jsp?page=JNDIClientConfiguration
Also, use MBeanServerConnection instead of RMIAdaptor.
| import javax.management.MBeanServerConnection;
|
| protected MBeanServerConnection rmiserver = null;
| private void getMBeanServer(InitialContext ctx)
|
Looks like there may be an additional jndi.properties somewhere that is being
used instead of the one you provided.
Have you specified a jndi.properties file?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880549#3880549
Reply to the post :
http://www.jboss
Ignore my last post. I was answering a similar post without refreshing the
browser.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880548#3880548
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880548
---
Looks like there may be an additional jndi.properties somewhere that is being
used instead of the one you provided.
Have you specified a jndi.properties file?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880547#3880547
Reply to the post :
http://www.jboss
"[EMAIL PROTECTED]" wrote : Go to JMX Console. Click on the link representing
"JNDIView" and "list()" should list all the objects bound in JNDI. If your
object is not bound, something wrong with config.
If by object, you mean my MDB then yeah it shows up. Also it mentions the
queue that i
Go to JMX Console. Click on the link representing "JNDIView" and "list()"
should list all the objects bound in JNDI. If your object is not bound,
something wrong with config.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880545#3880545
Reply to the pos
I'm using JBOSS 4.0.2RC1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880544#3880544
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880544
---
This SF.Net email is
I'm getting a namenotfoundexception when I"m trying to execute this line:
Destination destination =
| (Queue)
jndiContext.lookup("java:comp/env/queue/TestMessageQueue");
I really don't understand why because when jboss starts up it says this:
| 19:38:29,500 INFO [TestMe
Check if you have the jars from the client directory of JBoss install.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880542#3880542
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880542
--
Darranl sir,
My motive isn't that i disturbe u. Actually net skip some
message in uploading such as I write greethome & greetremote but net write this
message as greethome & greetremote only in uploading. so Sir i am sending
ejb-jar.xml & jboss.xml code again. sory again but sir
never mind...wrong config.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880538#3880538
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880538
---
This SF.Net email
I don't know much about what was mentioned.. You should be able to find the
ObjectName and attribute in the JMX console.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880535#3880535
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
I am wondering the same thing. I'm also wondering, why a method like
findByPrimaryKeyBlahBlah() would conflict with findByPrimaryKey() and cause it
not to be generated in the Home interface using XDoclet.
Thanks in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=
This forum is for J2EE Web Serivces not JBoss.NET (the 3.x versions of web
services), and not axis.
-Jason
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880531#3880531
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38
Don't use soap encoding, sitch to either rpc/literal or doc/literal. Read the
wiki, and look at the step-by-step tutorials.
Thanks
-Jason
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880530#3880530
Reply to the post :
http://www.jboss.org/index.html?modul
I'm having a problem where I'm declaring (through xdoclet) a finder method in
my bean class and the method is not being invoked correctly.
The xdoclet code:
| * @ejb.finder
| * signature="com.hannonhill.object.interfaces.Folder
findByPrimaryKey(java.lang.String pk)"
| * query
Is it possible to use Java5 generics as method parameters in a JSP 2.0 tagfile?
I've tried specifying the method parameters using both angle brackets and their
html escape equivalent.
| boolean
foo(java.util.Collection)
|
and
| boolean
foo(java.util.Collection)
|
Neither works
Perhaps your jndi.properties is not set?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880526#3880526
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880526
---
Th
For a previous project, I added a virtual stream handler. Within the same URL,
the URLStreamHandler returns a stream pointing to some object in memory. This
works fine in JBoss:
|
| public static URL create(String filename, byte b[], String ct) {
| VirtualStreamHandler vsh = ne
I read the JAAS howto that you suggested. That helped quite a bit. However, I
am having trouble with JNDI. When the login method is called from my
standalone client app, I get the following exception:
javax.naming.NameNotFoundException: DefaultDS not bound
I am using the example server_auth
Hi,
I am very new to Java/JBoss/Tomcat etc.
I downloaded JBoss4.0.2
apache-ant1.6.5
Tomcat 4.1
Jdk 1.5.0_03
I have a very simple jsp-servlet-EJB setup that I am trying to work with.
I have been able to create the ear and deploy it successfully.
Now when I try to access the .jsp from the interf
I have my db server running on port 63306. I tried to force the dialect, that
may have had something to do with it. I scrapped the installation and
reinstalled it and it worked.
Thanks for the interest in my post.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtop
Hi,
I am facing the similar problem. Have you got any luck.
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880516#3880516
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880516
---
"darranl" wrote : Have you tried adding the missing interface to the Classpath
of the client?
thanks, you put me on right track - the mention of RMI stuff in error had me
thinking it was to do with security etc but I just hadn't built the jar
properly...cheers,
View the original post :
http:/
Moved to the correct user forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880509#3880509
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880509
---
This SF.Net
sir,
sorry, for disturbance.second time I again Actually home & remote in
ejb-jar.xml are wriiten as
greethome
greetremote
But in posting case net miss these lines & write these lines as
greethome
greetremote
ejb-jar.xml & jboss.xml files are
-
Hi,
It will be great if you can share your experience or give some input.
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880506#3880506
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880506
-
I am seeing the same issue. The application deploys perfectly in Tomcat 5.5,
but when it is deployed to JBoss 4.0.2 I get the missing web.xml message. I
built the WAR using the JBOSS-IDE eclipse plugin.
Did you ever find a resolution to this issue?
View the original post :
http://www.jboss.o
Hello,
I have been trying to deploy a web application on JBOSS 4.0.2 with JSP and java
activities. I am using jakarta struts-1.2.4 and javax.servlet.jar file in
jre\lib\ext.
I imported a class "com.khu.dto.HelpdeskDTO" in the JSP page as follows-
<%@ page import="com.khu.dto.HelpdeskDTO" %>
BU
Hello, How To for send one email for one exception not for one email for line,
tks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880501#3880501
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880501
-
Hi,
I would like to connect to an Oracle Advanced Queue from my JBoss Application
server using MDB. Could somebody give me pointers for doing this. Is it
required for the Oracle Server to have JNDI?
-joe
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38805
Have you tried adding the missing interface to the Classpath of the client?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880499#3880499
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880499
-
Can you please stop repeating the same post again and again, I am getting bored
reading it.
In your first post I asked you for further information, that is where you
should have continued the discussion instead of repeating it in additional
posts.
The error you are getting relates to the jboss
win32 filesystems cannot handle paths with more than 255 chars. We have not
found a way to increase this setting via some magic registry entry to date.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880497#3880497
Reply to the post :
http://www.jboss.org/ind
I have seen something similar before, how deep is the directory structure that
contains JBoss?
When my application was deployed and the contents of the archives unzipped into
the temporary folders for deployment if the total file name was longer than (I
think 256 chars) the file was not written
You say your code works with JBoss 2.4, have you made sure that the client is
using the jars from 4.0.1 and that it isn't still using the jars from 2.4.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880494#3880494
Reply to the post :
http://www.jboss.org/in
I've set up a really simple app using jboss 4.0, entity beans and hypersonic. I
have used the cmproster app in the examples as a template for this. The entity
beans work fine when accessed via the web module but my client app can't
connect - I get the error
| javax.naming.NamingException: Co
i've just got it working - a jboss message style web service at last !!!
i'm going home from work now so will post some details tomorrow if anybody is
interested.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880492#3880492
Reply to the post :
http://www.j
i have found *some* instructions on this located here:
http://wiki.jboss.org/wiki/Wiki.jsp?page=WSMessageEndpoints
although i have tried to get this example working and can not. see if you have
any better luck!
phil
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63994
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880488#3880488
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880488
The DB2 Type 2 driver requires the URL to be in the fomat jdbc:db2:clientname,
where client name is the name of the database as it is configured on your local
machine using the DB2 client configuration utility.
The jdbc:db2:machine:port/name format only works for the new Type 4 driver
found in
So that it works for you is just one failure scenario. In general its a
completely unreliable pm as described here:
http://wiki.jboss.org/wiki/Wiki.jsp?page=FAQJBossMQFilePersistence
Being able to use a filesystem command in place of the existing jmx commands to
view messages counts is hardly a
sir,
I used following file(java & xml) & make jar file with command
jar -cvf greet.jar *.class META-INF\*.xml
It gives follwing message after making jar file(which is wriiten down
with header "jar").
Now copy this jar file in jboss-3.2.2\server\ default\deploy
directory.After than we start j
sir,
In window-xp jboss-3.2.2 starts in 49 seconds while in PCQLinux2005
it starts in 4 minutes, why? In both plateform I use default seting.
Why does jboss take more time on linux?
Why does error come in deployment?
sir,
I used following file(java & xml) & make jar file with c
I am running MyFaces on Tomcat 5 inside JBoss 4, and I have now encountered a
really strange class loading problem. When I deploy a class named
dk.rockit.puls.web.rendering.browserXhtml.layout.DivisiLayoutInfo
the class is picked up fine but if I rename it to
dk.rockit.puls.web.rendering.browserX
sir,
I used following file(java & xml) & make jar file with command
jar -cvf greet.jar *.class META-INF\*.xml
It gives follwing message after making jar file(which is wriiten down
with header "jar").
Now copy this jar file in jboss-3.2.2\server\ default\deploy
directory.After than we start j
sir,
Actually my Xml code is this but It gives error when deployment
http://java.sun.com/dtd/ejb.jar_2_0.dtd"; >
greetbean
greethome
greetremote
greetbean
Stateless
Container
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
Hi,
how do I apply a patch? In the thread here, a patch is mentioned at the end...
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64406
Where can I find the patch. I'm not sure if I did it right: I read this link
from the WIKI:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossInstallati
I tried to send in TextMessage body of JMS 10MB of data. And persistent layer
on Hypersonic crashed with lots of exceptions. Answer me please how much data
can I insert in Hypersonic DB row?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880464#3880464
Repl
Windows XP/JBoss 3.2.7/JDK1.4
I am attempting to create two connection pools in JBoss, one that uses the DB2
7.1 Type 2 driver and one that uses the DB2 8.1 Type 4 driver. The problem is
that the 7.1 pool does not work unless it is created before the 8.1 pool. If
the 8.1 pool is created firs
Hello there,
I'm trying to call an ejb from a remote client in jboss 4.0.1 using the usual
procedures.
The lookup returns an object those toString mthod returns
[EMAIL PROTECTED]
and getClass returns
org.jnp.interfaces.MarshalledValuePair
When executing PortableRemoteObject.narrow(objref, myBean
Can you be more specific?
Please post the stack trace and any other relevant info.
Stan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880457#3880457
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880457
---
Login is handled via JAAS. you could use an ldap JAAS module
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880456#3880456
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880456
what port is your MySQL running on ? The default is 3306 (not 63306)
perhaps you need to modify your connection-url in the -ds.xml file ...?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880455#3880455
Reply to the post :
http://www.jboss.org/index.html?mo
the portlet app deployer registers the pages contained in the war with the
portal. the menu portlet reads the pages from that central 'registry'
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880453#3880453
Reply to the post :
http://www.jboss.org/index.htm
not using webdav, there you could use the layout metaphore. Pages don't have
markup per definition in the portal. Markup comes in via the layout (jsp or
servlet), and the portlets. All pages of a portal use the same layout, so the
markup would automatically be shared across all your pages. If yo
Thanks for you response.
The JDBC Persistence used in my testing was running on the same machine, you
can't get a faster network connection than the same computer.
What is wrong with the File Persistence as it stands, it seems to work fine, or
it did in 3.2.3. We find it very reliable.
Can t
I'm calling exists() first, then get() based on the result. Did you implement
exists() correctly ?
This inefficiency will be fixed in 1.3
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880449#3880449
Reply to the post :
http://www.jboss.org/index.html?modul
Hello !
We are exposing some EJB's as webservices and evrything is working ok.
The EJB's are deployed in an EAR and can be accessed with the standard
generated url; recently we switched to maven as build system and since then all
artifacts became versioned. So we end up in some urls that contain
What libraries are you using to generate your java classes? Your 4.0.2 log
snip with "org.apache.axis" indicates that you've used a different version of
axis than the one packaged with jboss 4.0.2.
Have a look in jboss/server/default/deploy/jboss-ws4ee.sar for the axis
libraries to use with WS
So a viable file pm needs to be created as the current one simply has too many
fundamental problems to support in 4.0. Check the jms dev forum for issues that
need to be resolves or start a new thread on how a viable file pm can be
resurected:
http://www.jboss.org/index.html?module=bb&op=viewfo
We have created our own custom cacheloader implementing the CacheLoader
interface.
Everything is configured fine and works except for the fact that when our
treeCache object calls get, and cannot find the object in the cache, it does
not call our implementation of get in our cacheloader.
To
When i start my jboss i got this.
can anyone guide me what is the problem with my jobss.
bash-2.05b# sh -x startup.sh
+ cd /opt/jboss-3.2.6/bin
+ LOG_PATH=/opt/jboss-3.2.6/server/default/log/jboss.log
+ rm -rf /opt/jboss-3.2.6/server/default/log/jboss.log
+ nohup /opt/jboss-3.2.6/bin/run.sh
+ + un
Thanks, Scott
Here's the wiki reference:
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIAccessALocalHome
And from the relevant section:
anonymous wrote : ...apps using lookups into the global jndi tree for local
homes now have to specify the ejb-local-ref elements that should have been used
a
Hi
There is a problem running myfaces on jboss4.0.2 whil on jboss4.0.2RC1
everything is fine.
The faces context is null on 4.0.2
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880439#3880439
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=
There can only be a single class loader for types used in call be reference
scenarios. Wars are always at bottom of the class loader chain, so this means
that they should never contain duplicate classes that are involved in call by
reference scenarios.
View the original post :
http://www.jboss
my URL was not correct
http://heliasystem:8080/soa/soaEJB/Hello
and the correct URL is
http://heliasystem:8080/soa/soaEJB/Hello?wsdl
that why i have a SAXParser Exception, it's because i don't call the wsdl file
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p
I found it it's like :
http://heliasystem:8080/soa/soaEJB/Hello?wsdl
In fact the URL is the URL of the wsdl file.
It will be nice if it was said in the manual
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880434#3880434
Reply to the post :
http://www.jbos
Read the JAAS howto in this forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880432#3880432
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880432
---
This SF.Ne
No.
Yes, ejb-local-ref.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880431#3880431
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880431
---
This SF.Net email i
Hi All,
I have this error of 'unable to passivate due to ctx lock' thrown from jboss
when my Session Bean tries to create ~7000 entries in the Oracle DB through the
ejbCreate() methods in the various Entity Bean instances.
I have a local machine running on windows, where when my code tested lo
I tried the McastReceiverTest and McastSenderTest
which seem to work between windows & linux.
I would think the running of Mcast*Test proves the plumbing is fine, so doing
ViewDemo is just doing the same thing, right ?
Also i think linux firewall isn't the issue here cause as i said in the
or
Hi,
I am connecting to Active Directory[AD] for user authentication from my
loginmodule. But users in our AD do not have fixed DN.
EG.,
One user has
dn: CN=user1,OU=Automatic Updates,OU=Computer Accounts,DC=company,DC=com
While second user has
dn: CN=user2,CN=Computers,DC=company,DC=com
The
When you use
service = factory.createService(url, servicename);
what's the url parameter ?
it's not said in the JBOSS manual 4.0.2.
is it the same URL for all the services or a spécific one for each service ?
Somebody knows this URL ?
Thanks
View the original post :
http://www.jboss.org/in
Well, pretty much everything you describe in your e-mail are features that are
handled by JBOSS and not by Apache Tomcat directly: JMX, clustering,
deployment, security, datasources, etc. so you'd better deploy them as JBOSS
services and simply rely on the servlet engine for WAR (or EAR) files.
We have seen a problem where some images of our web pages have returned, and
others are blank with NO red X. Does anyone know what causes this and/or how to
fix it?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880425#3880425
Reply to the post :
http://www
A patch archive that address two run-as security related issues has been made
available for the jboss-4.0.2 release. The patch addresses the following two
issues:
Unexpected Principal (Security Identity) Propagation Switch JBAS-1852
SecurityInterceptor is not managing subject context stack
To answer your question:
> Are these installations accessed from remote machines or just from local
> clients running on the same machine?
Our installations will only be accessed by local clients running on the same
machine. We are using a mobile database (Sybase SQL Anywhere) that only needs a
Thanx a lot for responce. On first, must make an excuses for my english, it is
very poor. I just trying to satisfy Your curiosity. :)
"[EMAIL PROTECTED]" wrote : You can use whatever you like, it is really up to
you.
| Fact is that we provide an integrated Tomcat version (meaning it integrate
Since then I have tried many things:
| * Add a true in the jboss.xml of both EJB
jars
| * Set naming service attribute CallByValue to true in jboss-service.xml
| * Specify JNDI properties when instantiating the InitialiContext
|
Despite all my trials and my forum searches, nothing worke
Dear chaman4110,
the first thing to do is putting the names of the remote and home interfaces
inside the proper xml-tags and wrap all the tags concerning your bean with a
session-tag:
http://java.sun.com/xml/ns/j2ee"; version="2.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:sc
Do you call .setRollbackOnly() within your sample session
bean in case of an Exception ? Make sure you do so, because there is not
automatic transaction rollback by the container itself.
Regards
Ulf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880418#38804
You don't even understand what you did wrong...
Because you HIJACKED my thread, I had to create a new one:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64833
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880417#3880417
Reply to the post :
http:/
Moved to user forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880415#3880415
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880415
---
This SF.Net email is spo
Hi,
When my EJBs throw out uncaught exception such as NullPointerException, our
JBoss server on Sun Solaris 2.8 just prints out stack trace and automatically
shuts down.
Is there any simple configuration change that would make JBoss ingore the
uncaught exception and keep running. It can print
Hello,
I have sucessfully develop a Web Service as it's describe in the manual of
JBOSS 4.0.2. It's an EJB End Point
The Web Service is correctly deploy, and i can see it at
http://localhost:8080/ws4ee/services
But when i call it with DII invocation i have a SAXParser Exception.
I try to call
Hi,
We have legacy data that uses varchar(1) 'Y'/'N' for boolean values, instead of
0/1. Our database is SQL Server 2000. I'm trying to figure out how to make my
booleans map to 'Y'/'N' instead of 0/1. In my configuration, I changed the
follwing in standardjbosscmp-jdbc.xml:
MS
Is it possible to setup multiple entries in 'mail-service.xml' so that my web
app can access and use multiple email addresses?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880411#3880411
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
hello
i use jboss 3.2.6, and i need to deliver java console that can connect to some
of my mbeans.
i connected to the MbeanServer, but when i try to connect to my mbean i get:
java.lang.NoClassDefFoundError: javax/management/BadStringOperationException
where can i find BadStringOperationExcepti
hi!
i m using struts 1.2.4 and jboss 4.0.1 sp1 for my web application. every thing
seems to be ok, it was working ok on a system. but when i tried to deploy it on
another system. it deployed successfully as .ear file. but while running it
gives following error.
Within your session bean you MUST NOT perform any thread management, this
includes starting new threads.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880402#3880402
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38804
Actually I developed a sample application that uses XA transaction. In the
sample a session bean first publishes two messages to a topic using
XAConnectionFactory, latter it updates the DB using a entity bean. The entity
bean also looks-up the connection from the XA datasource.
To test my samp
1 - 100 of 129 matches
Mail list logo