Hi,
I have a sar file through which I want to access JNDI lookup & get teh
localhome of sessionBean.
But I am getting error as Name Not Found exception.
Can you please help?
Thanks,
Ameeta
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950788#3950788
Reply t
No ideas? ... :-(
I think it could be a bug in SchedulerThread, because I get the exception only
when the process flow triggered by a time-out.
The problem appears when I try to close my JbpmContext or the Hibernate Session
(I have tryed a lot of ways to do my pourposes). At that moment, ... th
forgot this:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=84328
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950786#3950786
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950786
I install jboss-portal-2.4.0-BETA1 on JBoss 4.0.4 GA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950785#3950785
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950785
___
a) as you would any other application or class. Make sure it is a junit test or
make sure it has a main
b) any changes compared to what? I would think there are no chages needed, just
configure it correctly for your db
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
I am new to jboss portal.
I copied jboss-portal.sar and portal-hsqldb-ds.xml to
$JBOSS_HOME/server/default/deploy according to the instruction in
http://docs.jboss.com/jbportal/v2.2/user-guide/en/html/installation.html.
When I run Jboss, I got the following error message. I do not know what cau
I am using Seam 1.0 / E-EJB Alpha8 / Tomcat 5.5 with Eclipse 3.1 / WTP 1.0 in a
Dynamic Web Project and this is similar with what you describe about IBM RAD,
but is very bugged and works mostly for content, not classes.
About JBoss IDE, this shoud be explanatory:
http://www.jboss.org/index.html
Hi all
I was able to install ssl in jboss4.03SP1
Could anybody please tell me how to get http only for the first page and https
for all other pages
for example for login page it should be only http
and once i login all the other pages should be accesible only through https
Please can anybody h
Hi all
Could anybody please tell me how to get http only for the first page and https
for all other pages
for example for login page it should be only http
and once i login all the other pages should be accesible only through https
Thanks
Bhanu
View the original post :
http://www.jboss.com/i
Hi all
Could anybody please tell me how to get http only for the first page and https
for all other pages
for example for login page it should be only http
and once i login all the other pages should be accesible only through https
Thanks
Bhanu
View the original post :
http://www.jboss.com/i
Hi All,
Just one last posting regarding performance since I am getting quite busy on
other interesting projects (hobbies) at home. Once you can get down to the usec
response time range you might try tuning Apache Web Server. There are several
recommnedations on the web but turning off logging a
well, i just check the supported spec in the FAQ.
WS-PolicyAttachment is not supported in JBossWS.
(it is not required by JavaEE, so jboss is not going to support it ,i think)
well, maybe i will look for some other implementation of WS-PolicyAttachment.
thanks
View the original post :
http:/
i'm trying to use JBoss Seam and I thought using JBoss eclipse IDE should
provide some convenience and boost productivity, but after trying it for
several days, i'm very disappointed. every time i change something i have to
manually publish it. i'm not sure it's jboss AS issue or the IDE issue.
I thought using JBoss eclipse IDE should provide some convenience and boost
productivity, but after trying it for several days, i'm very disappointed.
every time i change something i have to manually publish it. i'm not sure it's
jboss AS issue or the IDE issue.
before i use IBM RAD, the appli
The documenation clearly says that for any persistable object I can just add
the hibernate mapping and voila, any instance of that object will be persisted.
I add my references to the hibernate.cfg.xml file. Notice that hibernate is
in fact reading them, and then get "type 'com.blah.MyClass' i
I'm not sure how you would get "high availability between two ejb deployed on
distintc clusters making the lookup using JNDI". the point of HAJNDI is that
although you initially contact one box in the cluster (any box, doesn't
matter), you'll get back info on the rest of the cluster so that req
Where can I download the jboss operations network module
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950770#3950770
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950770
Dear all,
JBoss 4.0.3ps1 + JBoss Portal 2.2.1sp1
In my cluster, there are 2 nodes.
When I start JBoss in node A, I can view the Portal and login.
When I start JBoss in node B, I can also view the Portal, however, it is
directed to the login page instead of the default page. When I login with
Hi there,
Can anyone please advice me how to fix this the following error message:
HTTP Status 404 - Servlet action is not available jboss
Many thanx
yasmin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950766#3950766
Reply to the post :
http://www.jboss
Hi,
Could any one clarify how to invoke an instance of deployed process defintion
from standalone java application?
When I use helloworlddbtest within staterskit, there is no error (junit test)
but the HSQL does not show any newly created instance for the hello world. Is
it a normal behav
Sure, I will start a new thread on the HelloworldDBtest.
However I have questions on the solution discussed in this thread.
(a) How to invoke this instanciacao class - from commandline or ant or eclipse?
(b) Also I wonder any changes required for the database configuration file?
Any additiona
Not yet, I've been trying to think of an elegant way of handling exceptions.
In a lot (most?) of cases you won't want to return a stack trace to the client;
instead a simple error code/message would be more useful. Whether this is
something that is done client side or server side I'm not sure.
You haven't added the email appender to the root logger.
at the end change
to
I would also take out the priority on their and set it per project/path.
J
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
Hi!
I have deployed my first web service on JBoss 4.0.4. It is a simple HelloWorld
type of service with one method that takes a string argument and that returns a
string. I used WSTOOLS to generate the descriptor files and everything went
smoothly. The deployment also went smoothly and JBoss loa
Hi,
Thanks for the suggestions...
I checked 1 and 2 and it seems to follow the manuel.
I saw that the line:
DataSource ds = (DataSource) ctx.lookup("java:/MySqlDS");
in getUsersPassword, returns null.
mysql-ds.xml in the deploy folder:
|
| MySqlDS
| true
|
| jd
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossNagiosPlugin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950757#3950757
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950757
_
I have a service that I need to instantiate and keep alive and listen for
incoming messages thoughout the life of my application.
What would be the best way to go about this. I was thinking create a
SessionBean which contains all the code for listening and invoke it once via
the Timer service
I am not sure where your problem is coming from, but Portal 2.4 and above
should be deployed on JBoss 4.0.4 and above, try this setup and report any
errors you might encounter. Please include your full object.xml file and any
related descriptors, as well as stack traces from the server logs.
I thought it was you :-)
The exception sorter (the implementation that determines whether or not an
exception was fatal or not) does not differentiate between connection or
statement. Since the statements are per managed connection, errors on the
connection or the statement will be reflected in
Hi, a quick question
A nice feature of dwr is that exceptions thrown from remote methods are passed
as the second argument in the call back function.
Does the ajax remoting code cuurently cater for this?
Thanks
Andrew
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewt
Yes I know. This change was initiated by me.
The prepared statements are unusable and should be thrown away and rebuild at
this point.
But the application should not get any notice about this.
How to achieve this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
After I have deploy jboss-portal-2.2.1-SP1-bundled, when I try to access
http://localhost:8080/portal, I get the following error:
HTTP Status 404 -
type Status report
message
description The requested resource () is not available.
Apache Tomcat/5.5
View the original post :
http://www.jboss.c
Thanks for the respons. It's really appreciated.
By the way, my case is the former one... the images would directly be displayed
on the page using the html image tag... no servlet would be used.
At the moment I'm running this application under WebLogic as exploded dir...
and following the same
Hi
Thanks for the long waiting 1.1 Beta 1.
Can you suggest any BPEL editor like WTP to work with 1.1 beta 1?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950745#3950745
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
i am getting a scrolling message from win xp pro dos prompt: "filename,
directory or volume label syntax is incorrect" after running run.bat? have
check the only config i have done to this point: system/path variables a number
of times.
already have ant 1.65/jdk 1.5.06/xdoclet successfully insta
Removing "join=true" doesn't help. I still get the same error. Here is my bean:
| @Stateful
| @Name("booking")
| @Scope(CONVERSATION)
| @Interceptors(SeamInterceptor.class)
| @LoggedIn
| @Conversational(ifNotBegunOutcome = "home")
| public class BookingActionimplements Booking, Seria
I have a livelock situation with jboss.
kill -QUIT
does not seem to work (ignored by java process running jvm.
Only
kill -9
is recognized by the java process.
Is there some signal mask or other jujitsu that needs to be done to get java
jboss to give me a thread dump on the way down
When I use the "nodatabinding" feature of Sun's JWSDP 1.6 wscompile tool, then
deploy and run on jbossws-1.0.1GA & jboss 4.0.4.GA, I receive the exception:
| 13:59:30,152 ERROR [SOAPFaultExceptionHelper] SOAP request exception
| org.jboss.ws.WSException: javaType cannot be null
| at
o
I also had a problem running the booking example which I solved by
re-installing JBoss 4.0.4.GA using the installer in Gavin's announcement. See
his post here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84871
what worked for me was to use this installer for JBoss 4.0.4.GA:
http:/
I re-installed 4.0.4GA using the link in Gavin's announcement above. Now the
seam examples/booking demo works. This is the installer that works:
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295&release_id=424215
See this thread also... sounds like enesterov had a sim
I have a process that is passing around an xml string. However i have come to
a problem. If i try to call into my processing using a string like "" as a
parameter it crashes. I have been messing with it for a while and a normal
string "MyXml..." will work fine. Any help? I am going to a
I want to create an m:n relationship between a User and Appointment.
XDoclet in User looks like this:
/** @ejb.bean name="User"
* description="An user with a container generated pk"
* display-name="User"
* jndi-name="ejb/User"
* local-jndi-name =
I get this exception without fail when Seam tries to destroy an object:
javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean:
5c4o02-7eucln-eoekzs0b-1-eoel3ii8-2w
It's always in conjunction with:
11:56:27,202 WARN [Contexts] Could not destroy component: XYZ
It occurs for any compo
I have configured log4j to write app logs using the RepositorySelector found in
the Wiki here, and it is working just fine. I have tried to add an email
appender to the configuration to email me the error & fatal messages and they
are not getting sent. The log file contains the errors, but no em
BTW - I started down the getting started path which doesn't match your detailed
instructions above about how to install 4.0.4.GA so I don't know yet if that is
what makes the diference.
http://labs.jboss.com/portal/jbossseam/gettingstarted
View the original post :
http://www.jboss.com/index.
Well, we figured it out ourselves. It seems my webservice was looking for
classes in java.sun.* packages which were missing in the jboss lib directory.
Once I copied the reqd sun jars to lib everything works fine. I wish Jboss
would throw a classNotFound exception when it does not find a supercl
I installed jboss 4.0.4.GA and Seam 1.0.0.GA attempted to build and run the
examples/booking demo. It failed when attempting to register a new user. The
EJB3Trail demos work. The Seam 1.0.0.CR3 examples/booking demo works. In both
cases I modified the build.properties as instructed.
The failure
it should work fine.
What you need in your hbm files is:
.
xxx
other properties
TEFRON
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950721#3950721
Reply
"tiger40491" wrote : Hi,
|
| I just found listAccounts.sql at
|
|
http://dpi.ufv.br/downloads/java/Documentation/j2eetutorial14/examples/bank/sql/
The link above is no longer working. I just made a text file with the following
content and saved it as listAccount.sql and it's working fi
I think this is because you have annoted your conversational bean as a nested
conversation
@Begin(join=true)
try dropping the join = true
@Begin
and it should work fine
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950719#3950719
Reply to the post :
http:/
This is from the wiki pages:
http://wiki.jboss.org/wiki/Wiki.jsp?page=DebugBindException
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950718#3950718
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950718
_
Have a look at:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=64248
http://www.ibiblio.org/security/articles/fport.html
http://www.sysinternals.com/Utilities/PsKill.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950717#3950717
Reply to t
Stefan,
I'm sure many people would appreciate it if you wouldn't mind posting the file
online somewhere and providing a link? Seems you might be the only one who
somehow got the correct file. I have been unable to locate the client jars and
several others in this thread have not either.
This
"Stefan Arentz" wrote : "Juergen.Zimmermann" wrote : In the zip I downloaded
via sourceforge there are only 2 subdirectories: docs and lib. There is no
client subdirectory.
| |
|
| Check the other download ... jboss-EJB-3.0_RC8-FD.zip
|
| S.
|
Stefan,
That's the one I downl
Hello,
I've added a @Version annotation to my entity beans, hoping to take advantage
of the optimistic locking provided by JBoss. My understanding is that the
EntityManager is responsible for incrementing the version number when an object
is persisted; is this correct?
Currently, the EntityMa
The issue is Tomcat bug #33453:
http://issues.apache.org/bugzilla/show_bug.cgi?id=33453
Also JBoss bug #JBAS-3081: http://jira.jboss.com/jira/browse/JBAS-3081?page=all
The mechanism used is a comparison of the timestamp of the .class file with
that of the new .jsp file. Yes, it really does comp
I am having a pretty consistent problem with GPD locking up Eclipse. I
originally thought it was related to this thread:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942440#3942440
However, the thread indicates that this was corrected in 3.0.9.2, which I am
using.
The basic sym
I did a clean install of Jboss AS 4.0.4 GA and of Messaging 1.0.1.CR2. What do
I need to do to sych them up?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950711#3950711
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3
Sorry, it looks like I may have jumped the gun when I posted this question.
Apparently call-by-value is being used in both cases... that fact was just
obfuscated by the way the EJB code is written.
Now I just have to figure out why pass-by-value is always being used with these
local invocations
It is likely that the two versions were released with different versions of
JBoss serialization. You likely have a version mismatch between the two.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950709#3950709
Reply to the post :
http://www.jboss.com/index
XSLT and HSQL DB (in its CSV read-mode) are useful for handling these and are
provided with JBoss. You have to write this part yourself, it's quite easy.
The difficult part of handling messages (persistence, transactions, threading,
etc.) is handled by JBoss.
View the original post :
http://w
I saw that "validate" and "validateAll" were added so I thought I would try
upgrading. I am current using CVS somewhere around the release of CR1-CR2 (it
prints beta 2 in the startup log). I am using the embedded-EJB container with
Tomcat 5.5.17.
After I upgraded, my tomcat start time went from
Hi Tom,
are there any news about this issue? Are there plans to make modifications in
servlet invoker as you mentioned?
Thanks in advance,
Heiko
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950702#3950702
Reply to the post :
http://www.jboss.com/index.htm
I am trying to call connectionFactory.createQueueConnection("queueUser",
"queueUserPassword") but I am getting a security exception. - the user is not
authenticated.
What are ALL the DD pieces I need in order to create a valid user and password
such that this call will authenticate my username
I am trying to setup a JMS bridge between JBOSS 3.2.x and WLS 8.1. Would like
to use a JMS bridge with XAConnections to execute guaranteed delivery. The
plan is to use an MDB on WLS (the originating system) to trigger the request,
encapsulated in an XAConnection and deliver to JBOSS.
The first
A modification was made in the INFORMIX exception sorter
http://jira.jboss.org/jira/browse/JBAS-3120
The -710 condition was marked as fatal to avoid reusing connections/statements
that are invalid.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950699#395
Hi, I am using SEAM and JBoss IDE 1.6.
I use IBM WSAD and RAD before. One thing really bothers me when I use JBoss
Eclipse IDE is that every time I make some changes to the xhtml, I have to
manually publish it to the integrated jboss server to see the result.
and the publish may take half a min
I'm seeing this same issue. Have you found an answer to this problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950697#3950697
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950697
__
Hi Raphael,
yes, it's default value of clientBindUrl inside RemoteBinding class
(Annotation). You can change this by using @RemoteBinding (...clientBindUrl) in
EJB3.
See also http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82345
Bye,
Heiko
View the original post :
http://www.jboss.com
jboss-4.0.3SP1
MySQL 4.1.16
JbossPortal 2.4 Beta1
I was successfully deploying a custom portal and several custom portlets under
a previous version of JBoss Portal 2.4 (CVS Head obtained 03/25/06).
I have installed bossPortal 2.4 Beta1. The custom portal and portlets do not
generate any errors
I am doing the xarecovery tests and found out a bizzare thing. Here's the
scenario:
I have created an in-doubt transaction (left the tx in PREPARED state, see log
below)
| 2006-06-13 16:29:28,299 TRACE
[org.jboss.messaging.core.plugin.JDBCPersistenceManager] Inserting tx record
for TX(0):AC
Anyone know?
This is very urgent.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950690#3950690
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950690
___
JBoss-user
I've been trying to set a second HSQLDB datasource besides DefaultDS? Could
anyone help me to do this? Please
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950689#3950689
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
I am able to see the login page. But when I submit, it is staying there, which
means (?) faces-servlet did not initialize to serve the requests.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950688#3950688
Reply to the post :
http://www.jboss.com/index.html
I am sure that I am not including anything different than seam-todo
My CableDailies.ear is packaged with
CableDailies.jar
| CableDailies.war
| jboss-seam.jar
| jbpm.war
| hibernate.cfg.xml
| jbpm.cfg.xml
| META-INF/application.xml
| META-INF/jboss-app.xml
| META-INF/jboss-beans.xm
I've been trying to set a second datasource of HSQLDB beside DefaultDS. Could
anyone help me to do this? Please.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950686#3950686
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
How do I create a simple EJB with eclipse and deploy it in JBoss 4.0.4?
Which librearies and deployment descriptors must a I deploy and where?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950685#3950685
Reply to the post :
http://www.jboss.com/index.html?m
Hi,
I'm currently migrating an application from JBOSS 4.0.0DR3 to JBOSS 4.0.4.GA.
I've made no changes to code, just deployed the ear that was working on 4.0.0
to the 4.0.4 deployment. I get lots of UndeclaredThrowableExceptions Caused
byjava.io.NotSerializableException as in the example below.
I've tried it but it doesn't work. Here is what I get in console when trying to
any method of booking class after page is displayed:
no long-running conversation for @Conversational bean: booking
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950682#3950682
R
Seam 1.0.0.GA is out:
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=163777
You need to install JBoss AS 4.0.4.GA + JBoss EJB 3.0 RC8 and, optionally,
JBoss Portal 2.4 beta 1 using the special installer build here:
http://sourceforge.net/project/showfiles.php?group_id=22
I'd made a fix to this bug, see topic
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83199
This bug is caused by the awful generics support in Java5.0. Your code also
doesnt compile in JDK1.4 cos there's no support to generics. By specs, u cannot
redefine only the returning type of a
OK, let's try something else. Try undeploying your application via the
undeploy method on the jboss.system:service=MainDeployer mbean. The undeploy
method takes a URL, which you can find using the listDeployedURLs method in the
jboss.deployment:flavor=URL,type=DeploymentScanner mbean. Do this
Well, like I said, using generics can cause this error, because it generates 2
different methods in runtime.
Your example use the same principle of generics: u are redefining the returning
type of a method to a subtype of original, and this produces the same two
methods, one volatile, other conc
Followed instructions in EJB3 package. Examples work like a charm.
Thanks Thomas!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950677#3950677
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950677
__
TEFRON,
1) check that your datasource is being deployed correctly
2) double check that your queries are correct.
cgriffith
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950676#3950676
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
thanks. It looks like all the instructions are the same, which is good. I think
I editted everything thing according to the instructions, but I still get the
same thing. If I comment out the security-constraint in the web.xml file and
leave all the jboss-web.xml uncommented I can access the page
Hello,
I have a question that puzzles me and i do hope someone can help me out...
I am securing a swing client that uses the jboss clientloginmodule, takes an
initialcontext then looks up ejb's to do various things on my 4.0.3 jboss
server.
I have followed section 8.7 of the admin guide "usi
make suer that you are not embedding other myFaces libraries, the libraries
used by Seam are in JBOSS_HOME/server/default/deploy/jbosswebxxx/jsf-libs
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950673#3950673
Reply to the post :
http://www.jboss.com/index
Perhaps you mean you have jms clients that communicate with a local server,
then another jms client on the same node as the local server talks with another
JMS server across a WAN.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950672#3950672
Reply to the po
You don't need to specify any if you don't use the workspace management.
(Otherwise you can put any name)
In your case:
|
|
is probably enough for what you want to achieve
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950671#3950671
Reply to the post
jboss-EJB3-3.0_RC8-FD.zip contains the lib you need:
jboss-annotations-ejb3.jar,
jboss-ejb3.jar and
jboss-ejb3x.jar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950670#3950670
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
Hi,
I was able to login with UsersRolesLoginModule using properties files.
However, when trying to use DatabaseServerLoginModule, the login fail with:
| javax.security.auth.login.LoginException: java.lang.NullPointerException
| at
org.jboss.security.auth.spi.DatabaseServerLoginModule.get
We see this intermittently on Solaris as well:
JBoss: 4.0.3 (build: CVSTag=JBoss_4_0_3 date=200510042324)
Java: v1.5.0
OS: Solaris9
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950668#3950668
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Still don't get it.
How can one jms server "act" as a client to another server.
This is certainly not part of the jms spec.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950667#3950667
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Just to clarify some of the assumptions and also I think I am starting to
understand the issue a little deeper, so in a way I am attempting to answer my
own question.
In JBoss MDBs are not clustered. They are just message listeners. We can
configure various load balancing policies on Queues an
Linux 4, JBoss 4.0.4CR2
4 nodes in the cluster. One of the nodes (Offline1) is entering and exiting the
cluster as you can see, other 3 nodes keep same port and stay in cluster. Can
anyone say what might be the problem?
2006-06-13 16:30:03,709 INFO [org.jboss.cache.TreeCache] viewAccepted():
[
Hi,
I have a abc1.sar file which calls a POJO --> abc.java which inturns calls
SessionBean.
In jboss-service.xml I have an entry for abc.sar
My problem is :
If I deploy abc1.jar --> It calls session Bean & it works fine
But the moment I make abc1.sar & deploys the application I get following erro
i have a stateful sessionbean for each client that holds some (costly)
resources.
is there a way to find out if the client has disconnected (without logging
out)? i don't want to wait for the passivate-timeout, because that would be too
long, and i cannot reduce the timeout.
View the original p
Lets try to start over on this topic.
You have an exploded war. You want to be able to undeploy the applicaiton,
make changes to the content of this war, then redeploy, correct?
However, you do not want to delete some jar's, correct? please explain why you
can't just delete the old war directo
Futhermore, the @Version annotation seems to work only for an attribute, not
for a getter / setter...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950660#3950660
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950660
1 - 100 of 162 matches
Mail list logo