Ben,
Still facing the problem.Dont forget about me :)
-Abi
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851147#3851147
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851147
Bugs item #1043490, was opened at 2004-10-09 08:38
Message generated for change (Settings changed) made by ejort
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1043490&group_id=22866
Category: JBossServer
Group: v4.0
Status: Open
>Resolution: Accepted
Pr
Well...I am not very familiar with JMX and MBean. Basically I am trying to access the
Scheduler instance.
Here's the QuartzServiceMBean Interface
---
package org.quartz.ee.jmx.jboss;
import org.jboss.system.ServiceMBean;
/**
* @author Andrew Collins
*/
public
Do you actually bind the scheduler to JNDI in your MBean code? MBeans are not bound
automatically to JNDI and from your description it is not very clear what you want to
access, the scheduler or the MBean
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851348#
I used the sample HelloWorld and just modified it to use my own class names. I'm using
JBOSS 4 with Eclipse 3.0. I keep getting the following when the build script runs.
Buildfile: C:\Java\build\webServiceBuild.xml
validate:
fail_if_not_valid:
prepare:
wsdl:
[java] java.lang.ClassNotFoundExc
Hi,
I am using JBoss 3.2.3. I created a JMX MBean to integrate 'Apache Quartz Scheduler'
with JBoss and deployed the .sar file under 'default/deploy' dir. The MBean service
starts fine while starting JBoss. I checked
http://localhost:8080/jmx-console and I am able to see the MBean service under
Yes. Redhat is fine as is Suse and many other Linux flavors. Eclipse does work on
Linux. good luck.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851337#3851337
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851337
iveline,
Can I develop on a linux machine? in test suite page I saw two linux versions? Which
flavour will do? Red-hat? Am planning to install redhat and start working on jboss
this weekend. Any idea if I can use eclipse on linux?
Thanks for the answers,
A Bhat
View the original post :
htt
I'm using Jboss 3.2.5 and trying to get all the services to bind to a specific IP
address.
I've noticed that autodiscovery is using port 1102 and jgroups is using port 45566.
These services always bind to *.
For autodiscovery I have set the BindAddress attribute, and for JGroups I have set the
bi
Bugs item #1046450, was opened at 2004-10-13 18:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1046450&group_id=22866
Category: JBossIIOP
Group: v3.2
Status: Open
Resolution:
I've made the changes you suggested, but I'm still getting the same error. Here are
the relavent portions of the xml files...
WEB-INF/web.xml
|
|FinAidServlet
|xxx.yyy.services.finaid.GetLOAPortType_Stub
|
|
|
| FinAidServlet
| /servle
Did you follow the steps outlined here:
http://www.jboss.org/developers/guides/eclipse-howto/index
?
Ryan Campbell
JBoss QA
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851310#3851310
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
anonymous wrote : What type of simplicity are you talking about?
I was talking about the simplicity at runtime, i.e. calling the aspects, and not
during bytecode annotation.
anonymous wrote : The case we're discussing (types of advices) is simple to imagine.
Come on..
It is very simple to imag
I've set my webservice up to use basic authentication in thejboss.xml file as shown
below
|
AdministrationCoordinator
| Admin
| BASIC
|
|
However when I try to access this using a .NET client, I get a HTTP 505
How can I run the JBoss TestSuite in a remote instance? I mean, if I have
more than one JBoss instance in my intranet and I want to run the different
test, included in the Testsuite, Could I run the testsuite from a unique
machine against the remote machines?? And if it is possible, How can I do
th
"KevinConner" wrote : Hiya guys.
|
| ... as it provides the advices that remove the code duplication
|
With full respect to your code Kevin (I use it):
I will send you my custom code for using writting Strings to System.out. Why should we
use System.out.println(String) method if we ca
Thanks for your answer pilhuhn, but I'm afraid it's not exactly what I need.
I need to specify the xml tag within the session bean description
in jboss.xml.
By default, XDoclet generates something like this :
${bean.name}
${bean.jndi.name}
...
And I want XDoclet to g
Bugs item #1046141, was opened at 2004-10-13 13:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1046141&group_id=22866
Category: JBossWeb
Group: v3.2
Status: Open
Resolution:
Hiya guys.
I'm busy tracking down JacORB problems at the moment so missed this.
The code that I have given you is 'fully functional' in so far as it provides the
advices that remove the code duplication. Give it a try, you may like it :-)
I tend to agree with Bill on the matter of simplicity.
Try something like
* @jboss.container-configuration name="ADBFacadeContainer"
where the name specifies the container configuration that you want to use.
Heiko
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851277#3851277
Reply to the post :
http://www.jb
Thomas,
do you have an idea when setting the context-root of the webservice in a DD will be
supported?
Heiko
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851275#3851275
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
There will be limited support in Xdoclet 1.2.2, which is due in a few days.
The RC1 already has it, but it looks like this was for wsee 1.0.
I just commited some changes to get a 1.1 compliant (more or less) webservices.xml.
You still need to write the wsdl file by hand or other means. Support for
Hi,
I'd like to have some advice on a Jboss deployment descriptor
customization issue.
I use XDoclet to generate my interfaces an the DD for JBoss 3.2. Because
of a specific network constraint, I have to access some of my Session
Beans via RMI over HTTP.
To achieve this under JBoss, I need to spe
Bill, will you agree with me that code duplication is something bad?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851271#3851271
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851271
Ok. I can't do something ?
I have to wait the fix?
Thanks a lot !
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851266#3851266
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851266
--
Because the code does not apply translation to the built message. This need a fix.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851258#3851258
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851258
--
Sorry for the delay of my reply - just some last thoughts on this:
If the dynamic code loading is not RMI based, it should have means to plugin TLS
socket factories to allow server authentication and secure transport.
The data which control dynamic classloading should be clearly defined so that
Hi !!
I work in the lostpassword module in french. All works fine but I have a probleme in
the ${lostpassword._NEW_PASSWORD} and ${lostpassword._YOUR_NEW_PASSWORD}.
Indeed, they are not translated in the object and the core of the mail sent.
While, the others are ok !
Someone can explain me why?
Hi !!
I work in the lostpassword module in french, all works fine but I have a problem in
the mail sent.
Indeed, when I receive the mail I have "${lostpassword._NEW_PASSWORD}" in the object
and "${lostpassword._YOUR_NEW_PASSWORD}" in the core of my message. They are not
translated...
While the
Bugs item #929132, was opened at 2004-04-04 01:08
Message generated for change (Comment added) made by chasetec
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=929132&group_id=22866
Category: Nukes
Group: None
Status: Open
Resolution: None
Priority: 5
Sub
Bugs item #898443, was opened at 2004-02-16 19:58
Message generated for change (Comment added) made by chasetec
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=898443&group_id=22866
Category: Nukes
Group: None
Status: Open
Resolution: None
Priority: 5
Sub
Bugs item #884090, was opened at 2004-01-25 05:38
Message generated for change (Comment added) made by chasetec
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=884090&group_id=22866
Category: Nukes
Group: None
Status: Open
Resolution: None
Priority: 5
Sub
Bugs item #878758, was opened at 2004-01-17 03:54
Message generated for change (Comment added) made by chasetec
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=878758&group_id=22866
Category: Nukes
Group: None
Status: Open
Resolution: None
Priority: 5
Sub
Thanks for your comments. I find it hard to understand why jsr-109 failed to include
this.
I found the following link useful:
http://www-128.ibm.com/developerworks/webservices/library/ws-whichwsdl/
Can you suggest what the best approach is if using jboss 4 to provide a wrapped web
service? Wo
before/after returing/after throwing could easily be added to JBoss AOP with a day of
work,
But
Again, I still see this as nothing more than you wanting to avoid having a
try/catch/finally block, or to avoid calling invocation.invokeNext(). IMNSHO,
ordering of aspects and how the aspect
35 matches
Mail list logo