Many thanks for answering
I start on fresh jboss installation and i deploy my application in singleton
directory but i have the same error on detination ... i want to deploy my
application in this way:
I have an'apache web server configurated in load balancing mode on a cluster
with 2 nodes wi
Is it possible to dynamically retrieve and change the configuration for a CMP
entity bean?
I need to dynamically change the associated table name of a given EJB (defined
in jbosscmp-jdbc.xml).
If not, is there any functionality similar to Hibernate's NamingStrategy for
CMP EJBs?
View the orig
I was experimenting with the ServiceLifeCycle in my 181 WS and it would appear
that the session is recreated with every invocation/operation. Perhaps there
is something in a config file that I need to setup. If so then the doc doesn't
mention that fact:
http://labs.jboss.com/portal/jbossws/use
"chaituu" wrote : "bhupendra.yaduvenshi" wrote : their is tag in
standerdjboss.xml in set this paramete as u want this will
called ejb pasivate in 1 sec or wht do u want that is the proper way.
| |
| | Bhupendra
|
| after setting as 1 sec still container is not calling
ejbStore()
JBossWS doesn't like the "ns1:" prefix on the operation or parameter names. I
found this with using the MSFT SoapToolkit.
Burr
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946720#3946720
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
Here is one sample that I worked up for the server-side:
| package org.jboss.samples; //note: not part of anything official
|
| import javax.jws.WebMethod;
| import javax.jws.WebService;
| import javax.jws.soap.SOAPBinding;
| import javax.jws.soap.SOAPBinding.Use;
|
| @WebServi
I've been thinking about that lately.
True newbies (meaning not been through the joys of WS4EE) would be better
served with the 181 WebServices from the WAR concept. And you are correct that
the little tutorial doesn't address Java-based clients. I'll have to see if
there is a way to include
hi all ,
i am using ECLIPSE 3.1 with jbpm-gpd-site-3.0.9.1 and jbpm-starters-kit-3.1.1
. i have made a simple example using demo given in the site. after saving the
project i tried to deploy the project. The server connection was tested and it
was showing the connection to be successful. but when
What do you mean by running on the Eclipse?
Some folks are looking at running JUnit test cases from within Eclipse that
execute/exercise/validate various EJB3 related components. However, I've not
seen any documentation related to the steps involved.
Related to EJB3 Unit Testing:
http://docs
"[EMAIL PROTECTED]" wrote : The ejb transport is independent of the naming
service transport.
|
OK, but it is involved/used to create the InvokerLocation for the ejb
transport. That's what I wanna tweak wrt. the request.
anonymous wrote : The ejb remote binding being looked up has to be confi
This may sound like an odd question but I?m curious to know how many Web
Services do you/your corporation provide? The number of different WSDLs might
be the easiest way to measure it.
I?ve been asking a number of enterprise architects for large corporations to
get a feel for the overall exp
http://labs.jboss.com/portal/jbossws/user-guide/en/html/index.html
It seems to me that JBossWS that is part of 4.0.4.GA with the EJB3 profile
(using the installer, not just unzipping) has the 181 stuff well covered.
However, the team has posted that JAXB2.0 and JAX-WS 2.0 are still incomplete
Hello,
You told that, Jboss 4.1sp3 with jdk1.5 running under solaris 10.
First, I want to know that Is solaris 10 your Destop system or a Server?
If It is your Server,
Then, The solution for your problem is,
To set the DISPLAY Variable.
Syntax is,
#export DISPLAY=:0
Thanks,
-VisolveJBossT
i thought the jsr181 does not need jaxrpc-mapping.xml anymore... check out this
thread where thomas' comment stated
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83501
"[EMAIL PROTECTED]" wrote : The jaxrpc-mapping.xml is not used - full stop.
| It is a JSR109 artifact and does not en
Now the problem is become more complicated.
Suppose the user is on Page A and clicking on some link here should take him to
Page B. But since the session has expired, the server will first take the user
to the login screen (I am using JBoss/JAAS for authentication). The login
screen appears bec
If an EJB is deployed in the same JVM as the caller, JBoss will always optimize
the call to the local EJB.
If you don't want this behavior, you need to replace
org.jboss.invocation.InvokerInterceptor with your own implementation. Simplest
way to do that is to subclass it and override the isLoc
Shouldn't it be message="#{messages['invalid.username']}"
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946705#3946705
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946705
---
I'm having a problem that looks exactly like this bug:
http://jira.jboss.com/jira/browse/JBAS-2911
Except that I'm using the binding manager to map ports instead of the -b flag
with multiple IP addresses, and I'm getting the port conflict on snmp.
Is this a known problem? Anybody else seeing
a thread dump is going to be more useful in your case (idle).
If this is true (the sockets consuming time), something must be wrong in your
OS configuration, as a socket accept or socket read shouldn't take any CPU time
at al.
Use some OS tools to figure out what's going on in your OS.
View t
Even if your client app is a servlet, if you want to access web service you
need to generate artifacts. As these artifacts will enable you to communicate
with web service.
The ant task available with JBoss 4.0.4.GA is not working at my system. So,
I've used the commandline utility for generatio
I have got the samiliar exception in my app,i was use the jsf-impl of sun and
did not specified the faces-config.xml in my web.xml: also can't find the
other listener in my app,but i was use the noEjb and deployed a .war file,here
is my stack trace:
| java.lang.NullPointerException
| a
So, i found a solution to this problem while tracking down related issues with
cross-jboss communication. It boils down to the fact that if you need
communicate between distinct jboss clusters, they *must* have distinct
partition names. we were using only the mcast_addr and mcast_port to keep
I want to create reversed seam app by CRUD tool, but I got following exception.
I have tryed this jbossIDE1.5 with several nightly build and I got same
exception.
Expression field.value.typeName is undefined on line 35, column 6 in
seam/find.jsp.ftl.
The problematic instruction:
--
==>
Clickable
http://jira.jboss.org/jira/browse/JBAS-3241
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946698#3946698
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946698
---
Just to let anyone know who happens upon this topic, i have opened a bug
related to this situation here:
http://jira.jboss.org/jira/browse/JBAS-3241
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946697#3946697
Reply to the post :
http://www.jboss.com/index
Hi all,
I would like to know how to undeploy a process from jBPM BPEL ? (Q1)
Besides, which database is preferred for jBPM BPEL persistent ? (Q2)
In the previous version (alpha3), I found Oracle is the best.
However, Oracle is not preferred in my situration.
In addition, where should I got docum
I am getting this warning when deploying after upgrading from RC6 to RC7
anonymous wrote : Hibernate does not support SequenceGenerator.initialValue()
I use sequence generator but I don't set the initialvalue. Don't know why this
warning shows up.
for example, this is my sequence generator defi
If there is a more appropriate place to ask this question, please let me
know
I am using EJB3/Seam and need to access the annotations on a SFSB. When I
retrieve the object, the getClass() methods tells me that it is a Proxy object.
I have access to the Local interfaces annotations, just no
I was trying to do the following:
1. Add a message resource bundle to SEAM's registration example app
faces.config.xml
| messages
|
| en
| en
|
|
2. Make sure that messages_en.properties is in WEB-INF/classes
3. Tweak the User.getUser
the porlet window state normal max min
Help me How to close window and open (crate ) the portlet window state
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946691#3946691
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
P.S. I am running jboss4.04GA with the all and clustered EJB3 configurations.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946688#3946688
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946688
--
Anyone find a solution to this one? I am running into this same issue.
${jboss.bind.address} resolves to the loopback address for JMS clients
requesting a connection unless I hardcode the ip address.
Setting a system property does not work as indicated in one of the posts above.
Note: this i
You can use @EJB injection without an ear, but you need to specify the global
jndi binding of the target bean with the mappedName param.
Do you have a corresponding jboss.xml where the 's are specified for
the ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
And I'm using JBossAS 4.0.3SP1.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946685#3946685
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946685
---
All the advan
You can limit the number of MDB instances in the pool to 1 with:
@MessageDriven(activationConfig =
{
...
@ActivationConfigProperty(propertyName="maxPoolSize", propertyValue="1")
}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946684#3946684
Reply to
Hi,
I'm currently developing an application where we want to handle all the
exceptions within the application. When calling a persist on an entity which
violates a unique constraint in the entity, I'm unable to catch it with the
following code.
try {
// Use the Entity M
I am using WebModels framework that does all dirty work for you so you can
focus on development. That ease action handling and rendering.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946680#3946680
Reply to the post :
http://www.jboss.com/index.html?module
I just did a reinstallation with Jboss 4.0.4GA using configuration "All"
I'm seeing this now:
| 2006-05-25 19:32:46,306 ERROR
[org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment
listing:
|
| --- MBeans waiting for other MBeans ---
| ObjectName: portal:policy=Porta
Thanks Gavin.
It works only if I put @Begin annotation in my stateless bean's method. I
wonder what gets instantiated when stateless bean 's @Begin method is invoked?
Does it actually start a conversation?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=394667
I used the JBoss installer and that worked.
Thank you!
-Rick
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946677#3946677
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946677
--
Mailing lists and real time chat details are all available on the JBoss Rules
section at JBoss Labs.
http://labs.jboss.com/portal/jbossrules
good luck
Mark
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946675#3946675
Reply to the post :
http://www.jboss.
There is more than one createMBean signature. Think about those that take a
loaderName.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946674#3946674
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946674
HttpServletRequest.isUserInRole("member"), etc. is the only supported check for
querying a user to role relationship. You can get the associated Subject and
look at the principals set java.security.acl.Group instance named "Roles" to
see all of the caller roles. This is jboss specific logic.
Vi
I think I understand what your saying about URL access based on roles, but it
sort of seems like added complexity, waste of page work, lots of duplication to
me. For example, I have a common menu bar for all users with only minor changes
to the available menu items. This menu bar is a single pag
Hi. First of all thanks for your help. By some few words you have opened my
mind...you are right i didn't think to the fact that every portlet is an
applicationso my approach to the problem was really incorrectthanks;
i'll try to use your suggestion.
Bye.
View the original post :
http:
Thanks again for the reply, point taken about using HSQL.
As for my code, there is a commit after each read; therefor there is only one
record to a transaction, the posted code shows this. What I am finding is that
things just do not work if there are a lot of meesages in the queue with HSQL,
Use the JBoss installer.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946668#3946668
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946668
---
All the advantages o
Sry, isDirty() == false, then no binding? Binary dyslexia. :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946667#3946667
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946667
-
No. I didn't install EJB3 profile. I couldn't find any docs that explain how to
do that.
-Rick
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=394#394
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394
We are investigating a similar issue with different setup (Apache2/mod_jk
1.2.15, JBoss 3.2.7, jdk 1.5.0_06)
During testing with jmeter our server is busy but we don't get the app
throughput we expect. We have a 4 CPU box and top shows all of them 90+ %
busy.
HPROF reports what we perceive t
Did you install the EJB3 profile?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946664#3946664
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946664
---
All the adv
I get the following error when deploying the booking example (and the dvdstore
example). I'm using a fresh installation of jboss-4.0.4.GA &
jboss-seam-1.0.0.CR3, and following the 'Getting Started' instructions on the
Seam Quick Start Web site.
2006-05-25 17:02:53,779 ERROR [org.jboss.deploym
You see, you should accept that each portlet is a separate application.
In your case, if I understood your question correctly, you went the wrong way.
You should not write a separate portlet to display the details, your portlet
should render different view based on your selection.
Here is a simpl
I have deployed ws - endpoint is ejb3 component, which has method:
public long numOfBooksByAuthor(Author author) ...
Author is an entity bean. After I have deployed ws I can see the wsdl file and
then I include it to my client application, but when I invoke ws i get
exception:
Exception in threa
I have solved this problem - after ws is deployed i look at the list of
deployed ws and I can see wsdl file :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946659#3946659
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
Hi..
when we go to the JBPM portal and make the login with a user.. we have the
option to start one chosen process..
my question is:
How the JBPM nows what process is?
The process instanciation is made on witch method and
where it is located?
I see the CVS addition. And if isDirty() is true, Seam then doesn't call the
wrap/unwrap methods?
I'd suggest that the annotation be passed through to this method as well. No
telling what original information might be beneficial to DataBinder writers
down the road.
For example, what if someo
Hi all.
I really am not able to understand how this is possible.
Let's image that i have page where there is a portlet that shows a list of
objects.
Let's image that this page is in a three columns layout. Well i want to see the
detail of one of this item in a two column layout; the first and the
Well, at least Ronald isn't a JBoss employee...and he's not as bad as Adrian,
who I've seen shred people constantly in other JBoss forums. :p
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946654#3946654
Reply to the post :
http://www.jboss.com/index.html?m
Having a look, high on my list of prio's.
Expect more from me here, very soon.
Cheers,
Manik
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946653#3946653
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946653
--
you are right. I forget this part. Now we have 2 boxes that are at the same
partition. Is there an easy way we can find out that the session is really get
replicated without putting the load balancer into the picture to test it out?
thanks
View the original post :
http://www.jboss.com/index.
I'm trying to debug a class in Eclipse using JBossIDE-1.5M3-ALL on a 4.0.3SP1
(and I've tried it on 4.0.3 non-SP1) EJB3 application. When I try to set a
breakpoint inside this class, and either hit the breakpoint (unlikely) or just
end up executing this class's code (more likely), I get a popu
as pointed out in another thread of this same day, it could be that you need to
use a different method to retrieve the pooled actors tasklist.
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946405
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946
Just noticed -- META-INF\context.xml not required -- it's left over from my
attempts to get JNDI configured. Also, the mysql-...jar would be replaced by
whatever db driver you need.
Again, not necessarily the optimal deployment, but working for me, which is
good enough for now.
View the origin
There are two presentations at the next JBoss World in Las Vegas
http://www.jbossworld.com that are related to Security.
One is on JBoss Security and the other is on JBoss SSO.
Please have a look at the agenda for Wednesday and Thursday of JBW.
http://www.jbossworld.com/agenda_events.htm#wed
Th
Hi all,
Does anybody know if there is a step by step guide on exactly how to setup
JBOSS with HTTPS instead of the standard HTTP?
Kind Regards,
Paul.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946646#3946646
Reply to the post :
http://www.jboss.com/ind
After much trial and error, I got it to work (on Windows XP, btw). Two things:
I couldn't get Hibernate to work with Tomcat JNDI (not sure why, I've gotten
JNDI working with another app) and, I had to put all of the jars in
WEB-INF/lib. I was getting some bizarre errors when I initially put the
"parikhm" wrote : jboss-4.0.4.GA with jdk 1.5
|
| Running WSTools from the command line , I get
|
| log4j:WARN No appenders could be found for logger
(org.jboss.ws.tools.WSTools).
| log4j:WARN Please initialize the log4j system properly.
| Exception in thread "main" org.jboss.xb.bi
Anyone?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946643#3946643
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946643
---
All the advantages of Linux Managed H
Just so I can understand your environment...
Your standalone Swing client performs a JAAS login which includes your custom
LDAP LoginModule then JBoss' ClientServerLoginModule.
This allows the user to be authenticated/authorized to your client, as well as
have the username and password propogat
The monologue continues: I have managed to resolve that the problem is in the
context class loader.
When invoking methods in MBeans deployed by the SARDeployer the context class
loader is UnifiedClassLoader3 instance defined by the loader-repository element
in jboss-service.xml.
When an MBean
Hi,
I'm new to drools & JBoss. I want to know if there is a forum specifically for
Drools (3.0). If not, where do I post questions (or bugs)?
Any help would be appreciated.
Thanks in advance,
/jim
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946640#3946
You would need to define the page description in pages.xml.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946639#3946639
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946639
-
I've been using @Begin and @End for a while now, in what I consider very basic
ways. All works relatively well. In an effort to get a deeper understanding
of conversations and perhaps use them in a more advanced way, I tried to see
what was going on under the covers:
| #{conversation.id}
Is there any other way to get around you propose for this scenario ?Because we
dont want to redeploy the Static.ear,as it runs in production environment on a
24*7 basis.
Hi Hari,
Another way to round this problem would be to set up a kind of secondary
server. You should assign the client to se
William,
Following the Java Enterprise Edition's container managed security spec, you
can set (in your web.xml) what url's can be accessed by users with certain
roles. This is all external to your application. Your original post only
mentions restricting pages to roles. To use your example.
junkie,
thanks for that info. I have just started looking at securing things w LDAP and
wasn't sure on the session thing.
Reason i'm asking is that I want a login-procedure in the client, and a
timeout-behaviour like what you'd get on a webpage and an http-session. It
would be great if you h
Well, as I guessed I was missing something obvious.
In case anyone else has this problem it turns out that this behavior is caused
by not having an ejb-jar.xml that has this in it
|
|
|
| *
|
org.jboss.seam.ejb.SeamInterceptor
|
|
|
You need to set the kernel in the deployer before you create() ...
deployer.setKernel(EJB3StandaloneBootstrap.getKernel());
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946633#3946633
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
There is no way to automatically redeploy all the dependent modules. When you
redeploy dependent modules, you need to redeploy them all. The suggestion is to
deploy all of your dependent modules in a single ear. If your ejb interfaces
are stable, you could deploy the interface classes (e.g. in l
There are numerous example apps of varing complexity and functionality. Are
they broken?
They help me quite a bit when I was getting started.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946631#3946631
Reply to the post :
http://www.jboss.com/index.html?
(I hope this is the right place to post this)
I want to create a java.net.Authenticator subclass so that I can provide a
secured username/password that will be sent to the proxy when a network
connection is made.
I will use code such as
Authenticator.setDefault(new secureAuthenticator() );
Wi
Hello,
I need to program a client for a web service running outside jboss 4.03sp1. The
client will be a POJO included in a deployed ejb-jar. For performance reasons I
think it would be better to use static clients, instead of dynamic ones.
However, I'm anaware of any jboss tool that allows the
It was more entertaining when you guys were verbally bitch slapping each other.
I still don't get the three letter acronym thing eitherI have my ideas,
but I'm not sure. ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946619#3946619
Reply to the post
I didn't want to try and have a conversation about dirty checking within JIRA...
What are your thoughts on dirty checking? Seam could keep track of
field/method access and then simply not call the DataBinder methods if there
haven't been any changes since the previous wrap/unwrap invocations.
I don't want to write wsdl files - I need something like java2wsdl in apache
axis. Is there anything similiar to that tool in jbossws? Would java2wsdl from
axis produce wsdl files that will be work good in jboss?
Adam
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewt
David,
That's part of the JBoss history... And it uses to happen sooner or later to
every open source developer so it seems :-))
Hint: the lacking word is 'my'.
Cheers,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946628#3946628
Reply to the post :
I implemented that in CVS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946627#3946627
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946627
---
All the advantages
I just need a tutorial or an example on building a simple application using
Seam, something easy, like a login page, with a diferent page flow depending on
the user.
In the wiki knowledge base page there's a link "Build a webapp in 10 minutes"
http://docs.jboss.com/TrailBlazer/seam-booking/Seam.
You wrote that this happened after your deployed a second web app. Did that
second app have a data source deployed along with the app? If so, is it named
jdbc/dna_ds?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946625#3946625
Reply to the post :
http
How did you resolve this issue?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946621#3946621
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946621
---
All the advan
I have a class that is the parent to 2 other sets of objects.
In my parent class I use this code to set up the relationship:
@OneToMany(cascade=CascadeType.ALL,fetch=FetchType.EAGER)
set ChildOne
@OneToMany(cascade=CascadeType.ALL,fetch=FetchType.EAGER)
set ChildTwo
In my SessionBean I get an
I don't think this level is necessary or desirable.
It would be better to simply let the DataBinder decide if the thing is dirty.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946623#3946623
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
Hi,
I have been deploying a web-app on JBoss 4.0.2 installation on Linux for a
while with no problems. The web-app uses a datasource defined in a mysql-ds.xml
file in the deploy dir
/usr/local/jboss-4.0.2/server/default/deploy/mysql-ds.xml.
At one point, after stopping and restarting JBoss (a
For future reference, removing the current directory from your classpath will
solve this issue ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946613#3946613
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946613
--
Hello all,
Looks like I'm missing some configuration here. I've exposed an EJB as a web
service in my application using ws4ee approach (including a
ws4ee-deployment.xml, webservices.xml and jaxrpc-mapping.xml). I included a
WSDL file in my EJB jar and referred it in webservices.xml. The WSDL de
Performace is definitely one thing. But more than that, i am just curious to
know if there is a straightforward way to getting to know the access type
(local or remote) in the bean instance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946610#3946610
Reply
FAQ:
http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyDoesTheLocalNameContainARandomNumber
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946582#3946582
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946582
---
I don't have a ready-made answer, but here is how I would approach the problem.
First, run JBoss and use the jmx-console (http://localhost:8080/jmx-console) to
find the MBean for the Queue in which you are interested (it will be in the
jboss.mq.destination section). Once you have found it, clic
Love, Peace, Understanding, not part of a 'normal' society (at least not if the
'normal society is the (still larger?) closed source society), loving good
music... we MUST be hippies :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946608#3946608
Reply to
1 - 100 of 299 matches
Mail list logo