Hi guys
I want to be able to add init-params or something similar to my deployment
descriptor and access it from my webservice (through injection if possible)
If I add the following to my web.xml:
dispatcherName
FNB.Commercial.BFLo:service=JMSDataDispatcherService
Hi,
the ClassLoader will be the difference.
Richard
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101673#4101673
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101673
__
The problem with the -b flag is server wide, we have 2 web apps running on one
instance at the moment and want to allow only a certain ip range to access the
one web app whereas the other one needs to allow all.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4
Hi,
you have to setup stub properties:
MyService port = (MyService)service.getPort(portName, MyService.class);
| Stub stub = (Stub)port;
| stub._setProperty(Stub.USERNAME_PROPERTY, USERNAME);
| stub._setProperty(Stub.PASSWORD_PROPERTY, PASSWORD);
| port.myMethodCall();
|
Richard
V
Hi all,
I have a really simple question and I've tried and tried to find the answer and
I'm sure it's on the forum already but all the examples and similar posts
I've found have not fixed my problem so... I"m sorry if this answered somewhere
else but
Why!!! does my DataModelSelection
To be more specific (I only copied the exception from the thread earlier, what
I get is:
org.quartz.JobPersistenceException: Couldn't recover jobs: Couldn't store
trigger: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation
View the original post :
http://www.jboss.com/inde
hi Thomas,
i did the following :
keep
default.default
But the solution doesnt work for me.
Is there some other way?
Please help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101667#4101667
Reply to the post :
http://www.jboss.com/index.html?module=bb
Hi All,
I am using jbpm-3.1.3
Is there any API for role based Group assignment in jBPM ?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101666#4101666
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101666
__
Hi,
Kindly can you send me the open urls in Jboss, so that I can check, how in my
application it reflects. Do send it to my mail address.
Waiting for your early reply.
Mail id: [EMAIL PROTECTED]
Regards
Pradeep
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
Is there an *approximate* date when 5.0beta3 will be available, e.g. "beginning
of Dec." or "middle of Jan."?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101664#4101664
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
I've got a Seam application, and now I'm writing the search page. It has
advanced search options. For example, there is a drop-down where the user can
select the customer, so it will only find records for that customer. If the
drop-down isn't used, it will find records from any customer.
An
It's pretty simple. You just need to @Name your subclass the same as Seam's
built-in identity component ("org.jboss.seam.security.identity").
(It needs to have a higher precedence, but the default precdence -- APPLICATION
-- is higher than the built-in one, so you don't need to specify one)
Vi
One more thing I am using jdk 1.5.0 I think this should be fine, correct?
I have also read that the portal uses EJB3 Do I need to install something
separate or should jboss be able to run EJB3??
Thanks again
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41016
Any ideas? I followed the installation guide to install the portal... I don't
know why this is not working ???
I am looking into implementing a form of portal for my company I would really
like this to work, so we don't have to change to another server.
THanks
View the original post :
http:/
Has anyone tried to extend the Identity component to auto-login a user based on
a cookie? This would allow clients to login once and the cookie would let them
in for some period of time longer than a session (often a day or a week for
example).
I can see how I would extend Identity to do this,
Hi All
Its again me.Pls Help me .The same code is working fine on other m/c but on
my m/c which is having the same setup as the previus one Its giving exception
illegal state execption.detail of exception Are:
04:27:58,018 INFO [STDOUT] **Error found in TranslateDirect
.
I have already seen using System.out and it prints the correct details of EJB's.
I have deployed similar application GlassFish and it works, but I really wonder
why does it not work on JBoss. I Guess JBoss needs some additional
configuration.
Which JBoss version are you using? I am using 4.2.x
Hello all,
I've successfully deploy jboss web service using ssl. But when calling this ssl
web service from standalone client, i got error at client side as follow:
Exception in thread "main" javax.xml.ws.WebServiceException:
java.io.IOException: Could not transmit message
| at
org.jboss.
I'm using JBoss 4.2.2, and an ear deployment.
The quartz example I see only uses a Ram store.
When I had my application using the Ram store it worked fine. It's only when I
changed over to persist the jobs that the error occurred.
Thanks!
View the original post :
http://www.jboss.com/index
Devon,
Hmm, the nasty classloader problem ... Are you running this inside JBoss AS?
Are you using EAR or WAR deployment?
Also, can you try the examples/quartz example and see if it works in your
setup? Thanks.
cheers
Michael
View the original post :
http://www.jboss.com/index.html?module=bb&
Hi everyone,
I am trying to configure the JBoss AS 4.0.5 to see if it is possible to
increase its capacity when the load is high.
I know that I can modify some xml files (e.g. service.xml, service-config.xml)
to configure the JBoss AS. These can change the max thread numbers and max
memory. I
You could also use RewriteCond and RewriteRule on the apache instances (if
you're using apache with ssl after the BigIP, otherwise I think the F5 can be
configured to do this as well) to enforce this. Obviously it would be nice to
have this handled with in the application, but if you need a qui
Thank you for reply.
I could understand it is impossible to create a new SessionID under JBoss.
Are there any recommendation way to prevent Session Fixation Attack under JBoss?
If there are any recommendation way, could you please teach it to me ?
Thank you.
View the original post :
http://
Michael,
thanks for your reply.
Yes, I have done that, however I get this error:
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.jboss.seam.async.AsynchronousInvocation
My application is very simple, and I've only recently started building it.
It's using a seam-gen created
modoc,
Persistence Quartz job store can be defined in seam.quartz.properties file in
your classpath.
Please let me know if this does not work.
cheers
Michael
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101646#4101646
Reply to the post :
http://www.jbos
I get the error below when I deploy the default Seam web project generated by
Red Hat Studio Beta 2. I'm using JBoss 4.2.2. I couldn't get rid of the error
by using latest ajax4jsf library (ajax4jsf-1.1.1). Any help would be
appreciated.
07-11-04 19:56:11,534 ERROR [STDERR] javax.faces.FacesEx
getScheme does not work on all appservers with a reverse proxy in front of it
(afaik). So I tend to vote for pete's proposal to make it customizable, where
the getScheme is the default impl.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101644#4101644
Reply
What happens when you just make it a POJO?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101641#4101641
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101641
___
jboss-user m
The login-required attribute in pages.xml is only for pages, not servlets. If
you want to restrict access to a servlet then you'll probably need to write a
custom filter.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101642#4101642
Reply to the post :
htt
Hi,
I faced the problem trying to change membership of currently logged in user.
I have a page Page_A, which has access limited only for users in role Role_A,
and a User_A, which is not in this role. Then I perform following steps:
1. I login as User_A. I don't see Page_A in navigation area, whe
I think I like Matt's idea of overriding HttpServletRequest.getScheme() in a
filter. In my opinion, that would be the preferred method.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101639#4101639
Reply to the post :
http://www.jboss.com/index.html?module=
Hi,
I am hoping someone can give me a little advice and help with database
performance (Mysql) with jbpm 3.2.1. I have searched this forum but not found
a large amount of data on the topic, although I did see one post about adding
DBCP connection pooling to hibernate. Specifically, in stress
By adding all the dependent jar filenames to the Class-Path inside the MANIFEST
file of the example jar file (jboss-seam-jee5.jar), I can successfully deploy
the JEE5 booking example on WAS.
But when I try to run the example, there is an error as following:
On the browser screen:
Error 500:
org
I am developing a library which allows access to an OO database (JADE, see
www.jadeworld.com) from Java. It uses the EJB JPA interfaces
(EntityManagerFactory etc) with an implementation of
javax.persistence.spi.PersistenceProvider as the link to the EE app server. The
application persistence.xm
Use [ code ] tags, post the whole of LoginForm
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101632#4101632
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101632
___
jboss-us
Is this a Tomcat with JBoss Embedded installed and another Seam app in webapps?
I would try on a clean tomcat install
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101631#4101631
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Post the pageflow,
should work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101633#4101633
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101633
___
jboss-user mailing
how i do to makes that commandButton works without java code in pageflow
and in java
public String cancel(){
return "cancel";
}
this works, but
dosen't works.. any idea?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101630#4101630
Reply to the post :
You are going to have to use your debugger to find out what that NPE in
Facelets is trying to reference.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101629#4101629
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41016
I'm not really in love with the idea.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101628#4101628
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101628
___
jboss-user mailin
Override the startJBossEmbededdedIfNecessary method with an empty body.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101626#4101626
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101626
___
"rjstanford" wrote : Actually, what would be great (but not helpful for us at
the moment) would be if the Pages.getRequestUrl() method was actually
overridable. That way, for those of us with offloaded SSL, we could simply
check a header (or whatever) and report back, "Yes, this was sent as SSL
Thats what I meant you should do. Not sure then, sorry...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101624#4101624
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101624
_
You've outjected a variable into conversation scope and as you are in the same
conversation the original value is still there and not recreated.
Try using an afterTransactionSuccess event as documented here
http://docs.jboss.org/seam/2.0.0.CR3/reference/en/html/framework.html#d0e6304
View the
http://docs.jboss.org/seam/2.0.0.CR3/reference/en/html/events.html#d0e4417
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101623#4101623
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101623
Post code to show your problem. Both actionListeners should do the same thing,
just the RichFaces one suffers from less good english ;) Or ask on the
RichFaces forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101622#4101622
Reply to the post :
http://
Simply, no.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101621#4101621
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101621
___
jboss-user mailing list
jboss-user@lists.jb
"wschwendt" wrote : "[EMAIL PROTECTED]" wrote : soon we will have a lovely new
forum :)
|
| But please keep this old forum as an archive. It would be a pity if all
booksmarks to valuable posts on this forum got lost.
Of course :)
View the original post :
http://www.jboss.com/index.html?
@Synchronized will do this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101619#4101619
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101619
___
jboss-user mailing list
jbo
Discuss this on the JBoss Tools forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101617#4101617
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101617
___
jboss-user maili
There are some notes in the seam2migration guide as well in Seam2 CR3
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101616#4101616
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101616
_
LoginForm.java
public String login(){
identity.login();
}
login.xhtml
...
...
command-panel.xhtml
and the error is :
Property 'login' not found on type packageLoginForm_$$_javassist_??
View the original post :
Hi,
I'm having very identical problem. I would like to authenticate the connecion
with webservice using x509 certificate. Many clients will connect to
webservice. Every client will have their own certificate. Webservice should
recognize with client is connecting to him after getting the name fro
Trinidad unfortunately (or fortunately depending on your situation) is SVG
based, therefore only supports newer browsers and IE through an Adobe plugin.
What I am looking for, related to this, is if anyone know of an existing open
source project that takes JFreeChart and brings it into the Ajax/
the problum appers to be in the CallableStatement implementation class. Its
changed. I am having the same problum exept sun upgraded me mauchean
automaticly. I am in the proses of trying to reinstall java 5 now
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
ClusteredSSO is cookie-based, and by default the browser will only present the
cookie to the same hostname that issued it. In your case, you are trying to use
two different host names.
See "Limitations" discussion in
http://wiki.jboss.org/wiki/Wiki.jsp?page=SingleSignOn and the bit following it
Versions (from jboss-4.0.5.GA log):
anonymous wrote : 2007-11-04 18:09:23,156 INFO [org.hibernate.ejb.Version]
Hibernate EntityManager 3.2.0.GA
| 2007-11-04 18:09:23,671 INFO [org.hibernate.cfg.annotations.Version]
Hibernate Annotations 3.2.0.GA
| 2007-11-04 18:09:23,734 INFO [org.hibernat
small addition to my previous post.
as a result of the exceptions we get following errors by the end of the
deployment :
--- MBeans waiting for other MBeans ---
ObjectName: portal:service=CMS
State: FAILED
Reason: javax.jcr.RepositoryException: failed to read node state from cache:
deadbeef
hello,
in our current configuration we use JBoss AS 4.0.5 GA and Portal 2.4.0 GA.
Portal DB is persisted inside Oracle 10g.
We tried to upgrade Portal up to 2.4.1 SP1 version. We pointed new installation
with new Portal into same DB instance 2.4 used. And on Server start up we get
following exce
Another shameless plug: http://koentsje.blogspot.com/2007/11/jbpm-novajug.html
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101601#4101601
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101601
_
I have added a comment to the issue above - this cannot be just a configuration
issue, can it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101598#4101598
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101598
___
Hi,
I'm trying RichFaces documantion example on Tomcat (Simple Ajax Echo Project).
On run, i got NPE on SeamELResolver.
4 nov. 2007 16:33:17 com.sun.faces.lifecycle.LifecycleImpl phase
ATTENTION: executePhase(RESTORE_VIEW 1,[EMAIL PROTECTED]) threw exception
java.lang.NullPointerException
Hello,
I am German and I am not a programmer.
Planing a project I was asked, whether and how about php5 can be executed in
JBoss Server environment and how a php5 peripheral program can acces or
correspond with the central EJB.
Any short answers would be very helpful to answer these questions
Hello,
I am German and I am not a Programmer.
I must find out, whether and how about an EJB can (after recieving an URL from
the JBoss) transfer directly a complete virtual page content to an JBoss Server
without using an JSP file.
The transfered page content might be a complete virtual JSP to
i created a file, "test.html", under the jmx-console.war with the following
code:
|
|
| http://192.168.10.106:8080/jmx-console/index.jsp";>app 1
| http://192.168.10.222:8080/jmx-console/index.jsp";>app 2
|
|
|
then i opened it from http://192.168.10.106:8080/jmx-console/test.
didn't mentioned i'm using version 4.0.5GA...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101591#4101591
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101591
___
jboss-use
I resolved the problem!
I Javaassist that is depended by Seam-IOC (using Maven), has conflict with
JavaAssist in the Jboss Server.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101588#4101588
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Please be more descriptive beyond "It didn't work". What exactly did you try
and what happened?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101589#4101589
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101589
_
Hi guys,
I have a portlet, which is displaying a JSF page, and on the client side on an
event I submit some parameters in the HTTP request. They are not visible in the
externalContext() -> requestParameterMap , though.
I imagine this could be normal (i.e. the PortletRequest not showing the
Ht
I have several applications, each deployed on a seperate Jboss server. all of
them are deployed on the same machine, using a different virtual IP addresses.
i tried to configure jboss to enable SSO between them by:
| 1. copy deploy/all directory for each instance.
| 2. edit deploy\jbossweb-t
The register component injected a DAO. When the DAO extends EntityController,
when only one test exists, it runs normal;when two tests or above the second
test will throw exception that entityManager is closed.When the DAO injects the
EntityManager directly, doesn't extend the EntityController w
Oups, My connection was bad. Sorry for spam.
PLEASE DO NOT ANSWER IN THIS TOPIC.
ADMINISTRATOR, SORRY FOR THAT..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101582#4101582
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
Oups, My connection was bad. Sorry for spam.
PLEASE DO NOT ANSWER IN THIS TOPIC.
ADMINISTRATOR, SORRY FOR THAT..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101580#4101580
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
Oups, My connection was bad. Sorry for spam.
PLEASE DO NOT ANSWER IN THIS TOPIC.
ADMINISTRATOR, SORRY FOR THAT..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101581#4101581
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
Oups, My connection was bad. Sorry for spam.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101579#4101579
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101579
___
jboss-user
Hello,
I am relatively new with JBoss technologies; I spent a lot of time reading
books and posts but I spent several days on a very simple thing; others people
have already explain the same problem on the forum but the proposed solutions
are not working for me.
My post is quite long cause I
Hello,
I am relatively new with JBoss technologies; I spent a lot of time reading
books and posts but I spent several days on a very simple thing; others people
have already explain the same problem on the forum but the proposed solutions
are not working for me.
My post is quite long cause I
Hello,
I am relatively new with JBoss technologies; I spent a lot of time reading
books and posts but I spent several days on a very simple thing; others people
have already explain the same problem on the forum but the proposed solutions
are not working for me.
My post is quite long cause I
Hello,
I am relatively new with JBoss technologies; I spent a lot of time reading
books and posts but I spent several days on a very simple thing; others people
have already explain the same problem on the forum but the proposed solutions
are not working for me.
My post is quite long cause I
Hi, I'm trying to write a WebService on EJB 3.0 that is using Basic Security
Profile to communicate. Every send message i signed with x509 certificate.
I'm new in java WebServices and I really don't know how to do it. Can anybody
help me??
WebService will be deployed on JBoss 4.2.1 GA with java
I got the task to introduce web services to people with only little experience
with java EE.
What i need, is an easy procedure in the IDE to create web services and web
service clients. (with JaxWS, Jboss tools seems to only support axis, when i
am right)
Config files, ant etc. are to complica
Hi Pete,
When calling
| EntityManager em = (EntityManager) Component.getInstance("entityManager");
|
I get the following Exception:
| 07:55:26,593 ERROR [STDERR] org.hibernate.HibernateException: Filter
[accessCompanyFilter] parameter [currentAccessCompany] value not set
| at
Hi, thanks for the tips, it's very helpful, I can run my portal now :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101567#4101567
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101567
Hi Pete,
This is just the session timeout when the user is not using the application for
a period of time and then trying to use the application;
Apperciate your feedback;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101566#4101566
Reply to the post :
htt
We have migrated to RF 3.1.2 only with the help of the richfaces documentation
and the richfaces forum.
RF 3.1.2 does work with seam 1.2.1 and 2.0.0CR2 for us.
Ciao,
carsten
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101565#4101565
Reply to the post :
h
85 matches
Mail list logo