Thanks for posting this - it will atleast give someone an idea to where/what to
look for while debugging similar issues.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222504#4222504
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
When deployed in an ear, the default jndi name will be of the form:
EARName/BeanName/local
or
EARName/BeanName/remote
So in this case, you should use taas/ServiceProviderDaoImpl/local
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222503#4222503
Reply to
Hi Anil,
thanks for this quick fix, I'll test it
Regards
Karin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222501#4222501
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222501
Can anyone comment on [A] and other strategies. Is [A] a recommended approach
and is not wastage of node maps?
Anyone from JBoss Cache developer can comment on it? As it is primary concern
when building cache
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4
I downloaded src distribution of jbossws 3.1.0
and is working on sample from native-tests.
org.jboss.test.ws.jaxws.samples.ws=addressing package.
It is written as test case, which files are at server side and which files are
to be at client end.
the Clienthandler.java is reference to statefu
Hi All,
I was trying to remove unnecessary services from jboss by refering to the
following article.
http://www.jboss.org/community/docs/DOC-10177
Every step in this article have a linked document on how to do it.
But from Step 13, it is mentioned that what you should remove but it is not
link
I hav developed a simple program which is updating the node value to whatever
user gives the input.
I want to run the multiple instance of the same program so that if one instance
modifies the value the other instance of the same program should get the
updated value.
What needs to be done extra
Thanks Brian,
I'm testing with these two properties in the persistence.xml file.
Even if use_query_cache is set to true, you need to set @QueryHint to see query
results in the cache, though, yes, entities are cached.
Anyway, the key point I was missing is the PK. Entities are cached and will
al
Hi,everyone:
I'm trying to use jndi to look up ejb3 depoyed in ear-file. The structure
of ear file is like: taas.ear\app.jar , the "app.jar" is where the ejbs are
deployed.
If i write code:
jndiContext.lookup("ServiceProviderDaoImpl/local");
There will be exception:
javax.naming.Name
Can you please also post the question to the AS forum? I think this is more
like a AS question.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222486#4222486
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222486
_
Please post the contents of your
server/all/deploy/messaging/xxx-persistence-service.xml file (where xxx depends
on the database you are using).
Also, when you start the two nodes you should pass different multicast
addresses to each via the -u switch.
View the original post :
http://www.jbos
http://anil-identity.blogspot.com/2009/03/jbossxacml-203cr5-released.html
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222481#4222481
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222481
_
and now that i'm thinking about it a bit more, it seems like it's more of a
jgroups problem - even though the servers are on different partitions (just
realized the cluster was showing 1 on each), the jms is showing 2 nodes.
View the original post :
http://www.jboss.org/index.html?module=bb&op=
So I'm trying to get a hand on this cool new technology called "clustering."
ON my local machine I have 2 installs of jboss as 5.0.1 running. I can get
them to work together on the same partition, but when I put them in different
partitions they're still working together. I have the load bala
I'm not at work right now, but it's very close to the zip you list (except that
it is a SRC distribution).
Here's the problem - After I build in the BUILD and TESTSUITE directories, the
directory structure is as you say with the run.sh where you say. The contents
of the run.sh contains referenc
If this was not clear: The bug in my program caused a exception on
command.execute(jbpmContext) which I only could see by debugging the
CommandServiceBean since the exception from jbpmContext.close() hid the
original one.
Corrrecting my proposal I'ld like to suggest that the exception from the
http://anil-identity.blogspot.com/2009/03/jbossxacml-203cr5-released.html
Version: 2.0.3.CR5
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222474#4222474
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222474
_
Is there a way to configure a oracle data source to be a reauthenticated
connection. What I need to be able to do is have various hibernate session
factories each mapping to a separate username/password and schema use a common
data source which has a fixed number of pooled connections from whic
Is there a way to configure a oracle data source to be a reauthenticated
connection. What I need to be able to do is have various hibernate session
factories each mapping to a separate username/password and schema use a common
data source which has a fixed number of pooled connections from whic
I think we kind of fixed it. Got the clue from the security FAQ # 3
(http://www.jboss.org/community/docs/DOC-12198)
Our code creates its own login-config.xml and that one was missing the
following from the ClientLoginModule
true
After adding this to the file, the exception is not thrown
Wolfgang,
Thanks for your responses.
I think we kind of fixed it. Got the clue from the security FAQ # 3
(http://www.jboss.org/community/docs/DOC-12198)
Our code creates its own login-config.xml and that one was missing the
following from the ClientLoginModule
true
After adding this to
Hi
You might want to clean up the 3.0.0 GA installation pages.
There seems to be some ambiguity concerning the location of the stable and
development builds on this page:
http://www.jboss.org/community/docs/DOC-10044
I was not able to download 3.0.0.GA in Eclipse 3.2.4 using the Update Manager
Just to add, I did a grep of all xml files for '4851' under the JBOSS_HOME and
it found nada.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222465#4222465
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222465
Hello,
Thank you for your reply.
I did read that article but I wasn't sure it applied to me because I cannot see
any reference to port 4851 in there. I'm having difficulty noticing any
"ranges" in there either.
If I was able to identify what this port is even used for then perhaps I can
ident
Hi,
a little bug in my test program in which I tried remote command execution took
me quite a while to analyse. The problem was that instead of an error message
indicating the real error I got this one:
anonymous wrote : ERROR [org.jboss.ejb.plugins.LogInterceptor]
(WorkerThread#0[127.0.0.1:
Although it may seem strange to store a single value in a Node, fortunately,
JBoss Cache is designed to be somewhat efficient at storing a single name-value
pair in a Node instance. So try and stick with [1].
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=422
What is the exact name of the EAP file you downloaded? It should have been
something like this: jboss-eap-4.3.0.GA-1.ep1.8.zip (wow, mine's a year old,
I'll should download another)
This is a binary download, no need to compile anything.
If you downloaded and built the source, then JBOSS_HOME i
I downloaded what I thought was the correct JBOSS 4.x EAP Platform for a Redhat
linux machine.
After unzipping the distribution and reading the README File, I did two builds
against a Java 1.5 SDK (In the build directory and in the testsuite directory).
Everything built successful.
I could on
Does this help: http://www.jboss.org/community/docs/DOC-9376
The sample-bindings.xml file mentioned lists all of the ports.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222457#4222457
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting
Hi all,
I'm trying to find JBoss Portal v2.7.1 GA (with updated WS v3.0.4 GA WS stack)
which connects to an Oracle database. I also have Oracle Application Server 10g
R3 running on this too.
There seems to be a conflict between these for port 127.0.0.1:4851. Whenever
JBoss Portal is running, O
Hi
Can you help letting me know how you configured POJO cache with
glassfish.Thanks in advance
srinivas
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222451#4222451
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222
Oh, I am using jBPM 3.2.4.GA
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222449#4222449
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222449
___
jboss-user mailing list
jb
Is it possible to assign a task to a group that's determined at query / runtime?
Let's take this example:
I create a new task, and assign it to actors A and B
Before A or B step up to claim it, I add a new Actor (C) to the system, who
needs to have retroactive ability to claim that task.
Can a
How a user with role "X" could see:
- tasks for his role.
- tasks that have been begun by users by the same role.
???
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222443#4222443
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode
In Jboss 4, when I deployed an ear with an MDB for a topic that had not been
specified in the deployment descriptors, the server would automatically create
the topic (after posting a warning saying that topic didn't exist).
In Jboss 5, it doesn't seem to automatically create the topics anymore (
The next step would then be to do something like ...
for j in $(find /where/you/have/stuff/installed -name "*.jar"); do echo $j;
unzip -l $j | grep ServiceLocatorException; done
... to find the jar w/ that class in it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
According to
http://lists.jboss.org/pipermail/jboss-cvs-commits/2007-September/042676.html,
it's in
projects/ejb3/trunk/locator/src/main/org/jboss/ejb3/locator/client/ServiceLocatorException.java
Does that help?
(BTW, I found that via google with "site:jboss.org ServiceLocatorException":
htt
Yes, it's got CVS/SVN integration, Bugzilla/JIRA/Trac integration, and JDT/PDE
workspace integration. Highly recommended.
http://download.eclipse.org/tools/mylyn/update/e3.4 (core update site)
http://download.eclipse.org/tools/mylyn/update/extras (update site for Trac and
JIRA)
View the origina
Couple problems spring to mind immediately:
a) There's a 2.1.2 available, you should use that instead if you're using
Eclipse 3.3.2 (Europa).
b) If you're on 3.4.2 (Ganymede), then you should be using JBoss Tools 3.0.0;
2.1.2 won't run on 3.4.2.
http://www.jboss.org/tools/download/
Note also
Here is some code I was trying:
// Get context.
InitialContext ic = new InitialContext();
// Find the command service bean.
rcs = (RemoteCommandServiceHome)
ic.lookup("
I forgot to mention that trying to set the actor Id on a TaskInstance fails
with the LazyInitializationException. Is the session closing immediately after
the GetTaskListCommand normal?
11:10:25,977 ERROR [LazyInitializationException] failed to lazily initialize a
collection of role: org.jbpm
Hello,
I am a new user of jBPM. Currently, I am creating ZK pages and accessing the
jBPM engine through the CommandService interface in JNDI.
So far I have been able to create process instances, start tasks and generally
navigate workflows with success.
However, I cannot find a way to reassign
I am encountering a problem trying to get a new copy of jar deployed.
Background: we have an administrative server that updates some encryption
information, puts the data in a jar and delivers the jar thru JMS to our other
servers.The recipient server receives the JMS msg and writes the fi
1st) Sorry for pasting the whole stack trace!
Tried this with default 2.72 GA using all of the defaults and came up with the
same exact error. I suspect it is trying to enable a user with no role and
cant.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=
Geez, after 1 million posts I forget the "code" button:
enables query result set caching.
enables entity and collection caching.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222415#4222415
Reply to the post :
http://www.jboss.org/index.html?module=bb&
My problem was caused by incorrectly using the JBPM EJBs. I was making calls to
the embedded classes rather than the EJB classes. Once my application invoked
the EJBs, the timer issue went away.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222412#4222412
R
Hi,
when starting JBoss Messaging in standalone mode, I found out that the JVM is
not exited cleanly when we shutdown the server.
After some investigation, I narrow the problem down to the JNDI server:
| public static void main(String[] args) throws Exception
|{
|
| Syste
Let's continue this discussion in your other post at
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=153289
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222405#4222405
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
Which version of JBoss Portal are you using?
Try logging is as admin and go to the admain protal/page and look up first your
portlet, then your portlet instance, and then finally the portlet
object/window. That might give you a better clue as to where the issue is.
View the original post :
ht
Hi,
The files are already deployed in the WEB-INF (uppercase) folder of the war
file.
I think i am missing something, may be very small issue but not able to figure
out. :(
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222398#4222398
Reply to the post :
Hi
'PortletDefinitiion' is the class file in my 'com' folder.
So i dont think that is the problem.
I think i am missing something, may be very small issue but not able to figure
out. :(
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222396#4222396
Reply to t
Now I am wondering how this worked for me. There are no such properties files -
they would have to be in the server/all/conf directory, not in
server/all/conf/props directory. (Maybe admin/admin is acceptable id when no
file is found...)
Try copying the server/all/conf/props/jmx-console-*.prope
Thanks for the quick response Peter.
Regards,
Girish Doss
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222394#4222394
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222394
Nothing special due to Vista. For firewalls, that depends on the firewall you
are using and how it is configured. If, when you start the app server, you get
a popup from your firewall saying that java.exe wants to act as a server, let
it.
Approx system usage? Depends on your apps. Typically, ar
I apologize for the side question but I am looking to find out which JTA TM
impl and accompanying XA-capable connection pool folks are using. The reason I
am asking this question here is that we had to add JTA TM because it is a
prereq for using JBC3 as Hibernate 2nd level cache. (That, in itsel
It suspect that you have two web apps that both use the /jmx-console context.
Change the context for one of them. You should be able to tell from the console
log which apps are using this context.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222386#4222386
"nickboldt" wrote : Window > Preferences > General > Editors
|
| Uncheck the box for Close editors automatically.
|
| You might also want to try installing Mylyn to manage related files in a
task context (eg., to have all the files relevant to a bug or work item grouped
such that when y
Another possibility if to use Tattletale (http://www.jboss.org/tattletale).
Give it a directory containing your app's jar and the jboss_home/client
directory. One of the reports it provides is a transitive list of dependencies
- this report should tell you all of the JARs you need for your app.
Yes, that is the way it works. If you want to display an HTML page from CMS,
then the page is shown in the CMS portlet window, which is on the home page.
As far as I know, the only way to get an HTML page to display in another
portlet window is to make a copy of the CMS portlet window class and
Guys-
just fyi. As part of our roadmap we are designing a completely new Security
engine with much more robust authorization component. This will be used to
support much more complex yet practical rule based access control for Portal
resources.
To follow developments on this component here is
A few hints:
1) If you're running a web application using Spring in JBoss, you won't need
the Spring Deployer. So, just go ahead and deploy your application as a regular
web-app.
2) The fact that the taglibs are not recognized won't be solved by using the
Spring deployer. The jars in /server/d
I need some explanation of the structure of the Node interface. Below are some
excerpt from documentation
>From Interface Node Documentation
A Node is a named logical grouping of data in the JBoss Cache. A node should be
used to contain data for a single data record, for example information abou
PeterJ wrote : If this doesn't help, use the jmx console to locate mbeans that
contain the name of your app or web service, one of them should have the info
you are looking for.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222372#4222372
Reply to the post
anyone?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222371#4222371
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222371
___
jboss-user mailing list
jboss-user@lists.jboss.
Are there any updates on this topic?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222370#4222370
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222370
___
jboss-user mailing
Since you are using Portal 2.7.2, you should use coordination features that
were introduced in JRS-286 and implemented in JBoss Portal since 2.7.0. See
reference guide for more details.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222368#4222368
Reply to t
I just change the oracle schema to describe an invalid one to check
reconnection.
I have found a solution to restart the MDB when the persistence provider is
restarted, just add a 'depends' in jboss.xml but unfortunately, a jboss issue
(JBAS-5332) does not allow restarting.
View the original p
Hi,
I'm sorry I thought you changed the data source config file. But what you
changed is jms-ds.xml, can you give the contents you have changed here?
Anyway, i don't think JBM 1.4 can support this kind of changes without
restarting.
View the original post :
http://www.jboss.org/index.html?mod
I'll investigate, thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222365#4222365
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222365
___
jboss-user mailing list
jbos
I recently upgraded my Jboss from 4.2.1 to 5.0.1.
In Jboss 4 I used the following options for enabling remote JMX
JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.port=12345"
JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.management.jmxremote.authenticate=false"
JAVA_OPTS="${JAVA_OPTS} -Dcom.sun.manage
Hi,
I've two users: - Admin1 with role "ADMIN" and actorid "Admin1" and Admin2 with
role "ADMIN" and actorid "Admin2"
I've the next definition process:
|
|
|
|
|
|
|
Hi mclu,
I'll take a look on the sslbisoeket configure. Thanks for the info.
Howard
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222361#4222361
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222361
I have the same problem. Have you find it guys ? Thx.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222360#4222360
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222360
___
j
Just to give you all a feedback.
Finally I found why JBOSS stops to respond HTTP requests.
I found an error in my application where the application code was leaving DB
connections starving.
When the maximum number of busy connections is equals to the max number of
connections, JBOSS/tomc
Hi Peter
|
|
|
| web-console-users.properties
| web-console-roles.properties
|
|
|
|
Thanks and Regards
Kaushal
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222353#42
Hi,
how is concurrent access to the JBoss @Service bean?
I have found that OpenEJB has similar @Singleton bean, which can specify the
concurrency access, see http://openejb.apache.org/3.0/singleton-beans.html
The container managed concurrency access: all invocations of the business
methods are
Hello,
I am trying to get JBoss installed on my Vista OS. Any precautions to be taken?
Firewall, etc
Also, what is the approx usage of System resources when JBoss is running?
Thanks.
Girish
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222349#4222349
Reply
Thanks for the responses everyone.
I think I have found a solution.
I added debug code to testcase RequestReplyQueue and noticed that the test was
receiving the following message text on the queue: High Priority Persistent
message.
This message text is placed on the queue by the previous testc
"chtimi2" wrote : I mean using the standard start/stop methods on the MDB
works, but the DeliveryActive attribute doesn't.
I answered this in your other post
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222339#4222339, a few
minutes back.
View the original post :
http://www.jbos
"chtimi2" wrote :
| I tried using DeliveryActive but it says the property doesn't exist?
Sorry, i forgot you were using 4.2.x AS. Its available in the recent versions
of JBossAS-5.x. https://jira.jboss.org/jira/browse/EJBTHREE-1740
View the original post :
http://www.jboss.org/index.html?mo
This is a 2 year old post :) What problem are you running into? What are you
system configurations? Please provide more details about your application and
setup.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222336#4222336
Reply to the post :
http://www.j
Maybe you have wrote an error for the class of your portlet.
Check com.PortletDefinitiion in portlet.xml:
|
| dummy-HeaderPortlet
| com.PortletDefinitiion
|
| text/html
| VIEW
|
|
| Header Portlet
|
|
|
It
hello, iam using the jboss portal 2.7.2 bundle on window vista.
i used to write a interportlet communication like the sample in the jboss
reference guide. i got the two portlets deployed, but the communication between
them doesnt work.
i get an error at the start of the server:
| WARN [Serv
Hello,
these files must be deployed in the WEB-INF (uppercase) folder of the war file
which contains the portlet
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222327#4222327
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
"PeterJ" wrote :
| Instead of having the portlet fault (throw an exception), you can have the
portlet code catch the exception and redirect the portlet's output to a JSP
that will show an error message within the portlet's window. Note that in this
case the portal assumes that the protlet com
Hello!
I have have the same problem. So please if you find the solution,
post it here :) .
Thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222320#4222320
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222320
_
There is no error about MDB. Messages are just not consumed.
Here are the logs from the server, when changing ds.xml:
2009-03-31 14:24:43,140 INFO [org.jboss.system.server.Server] JBoss (MX
MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)]
Started in 34s:94ms
2009-03-31
Hi,
there are two steps required to configure security:
a) on the server (through "login-config.xml" and security domains).
b) on the client (as the client security layer has to know how to perform login
against the server).
The client basically sends user and password to the server, and the s
"nickboldt" wrote : More details please:
|
| OS X version (10.5.?)
| Java version (5.0.? 6.0.?)
| Eclipse version (3.3.2/Europa? 3.4.2/Ganymede? 3.5.0/Galileo?)
| JBoss Tools version (2.x? 3.x?)
|
| Also, how did you install? unpacking zips into eclipse dir? unpacking zips
into dro
anonymous wrote : So can somebody point me on a piece of docu where I can find
out which jars from the client directory I really need?
This might help http://www.jboss.org/index.html?module=bb&op=viewtopic&t=152474
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic
Just found the related Bug for that ping time:
https://jira.jboss.org/jira/browse/JBMESSAGING-1487
But as I said only the non ssl file were updated.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222308#4222308
Reply to the post :
http://www.jboss.org/in
PROBLEMS SOLVED:
1. Message stuck issue
I solved it with my workaround with this force remote setting!
But I think it is related to this error:
https://jira.jboss.org/jira/browse/JBMESSAGING-1456
which is fixed now.
2. Connection error!
I am using the SSLBisocketInvoker and used the example confi
hello everone,
I have a small problem with following:
I would like to define an EndpointConfig in my EJB-Webservice like this :
@Stateless
@WebService
@WebContext
@EndpointConfig
public class SearchService implements SearchServiceInterface {
}
but i have to import the org.jboss.ws.annotation.E
Good day every one,
I have this jboss-3.2.1 appserver. Each time I try to start it up the
deployment fails with this message.
org.jboss.deployment.DeploymentException: Error during deploy; - nested
throwable: (java.lang.IllegalArgumentException: addChild: Child name
'/jmx-console' )
Hi,
I am using boss 4.0.5 server.
i have created 3 xml files.
dummy-object.xml
|
|
|
|
| overwrite
| main
|
|dummy-Home
|
|
|dummy-HeaderPortletWindow
| dummy-HeaderPortletInstance
| heade
Hey everybody, i am migrating an application from glassfish V2 to jboss5.0.1,
eveything is working fine, but i have a little doubt: in sun-web.xml i had this
piece of xml code:
| mensajes
| admine
| grabadorm
| grabadort
|
|
| categorias
| admine
hold on, why do I need "auth.conf" and LoginContext on a client?
You said:
anonymous wrote : So the client does not need to know how the server performs
login
Thank you.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=496#496
Reply to the post :
http
Hi there,
after moving my webclient from JBoss (5.0.1.GA) to separate servlet container
(tomcat), I got
java.lang.ClassCastException
|
com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:229)
when accessing my EJBs via the web-client (in PortableRemoteObject.
Hi,
might be a misunderstanding: you still need the LoginContext on the client
side. User/password are provided through the CallbackHandler interface:
AppCallbackHandler callbackHandler = new AppCallbackHandler(user,
password.toCharArray() );
| LoginContext loginContext = new LoginContext
Hi,
I think best would be not to include Xerces.jar at all and rely on the one
which is included in JBoss.
Hope this helps
Wolfgang
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=486#486
Reply to the post :
http://www.jboss.org/index.html?module=bb
1 - 100 of 120 matches
Mail list logo