I can't get JBoss Tools RichFaces Visual Editor (3.0.1.GA) to display my
message bundle translations. They are shown as EL-expressions:
"#{messages['...']}". Though the option "Show Resource Bundles Usage as EL
Expressions" is not set.
At runtime everything's OK. My messages.properties file is l
Dos anybody know how to solve this? Standard doc is not really clear about this
even if this is mentioned somehow there.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234850#4234850
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
hi, im using jboss tools in windows xp and when i try to generate entities from
database i got this exception
Can't generate seam entities
org.hibernate.console.HibernateConsoleRuntimeException: Could not create JPA
based Configuration
Could not create JPA based Configuration
org.hiberna
I think you meant that you want a ConnectionFactory instance rather than
XAConnectionFactory. If so you can simply cast the factory instance to
ConnectionFactory.
Howard
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234835#4234835
Reply to the post :
htt
ok, thank you, kukeltje :)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234833#4234833
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234833
___
jboss-user mailing list
jbos
i checkouted gwt-console code from
https://anonsvn.jboss.org/repos/jbpm/projects/gwt-console/tags/gwt-console-1.0.0.CR1/
and followed the readme.txt in the gwt-console-1.0.0.CR1/readme.txt and
gwt-console-1.0.0.CR1\gui\war\readme.txt.
i do got the gwt-console running in hosted mode,but it was
Thanks Peter.
I do not have a full DN for a "departmentcode". I only know how to config
apache to do basic authentication against our ldap server. I know my
departmentcode, such as "iso", "hro",...etc.
Also, I do not have ldapsearch utility. Please recommend me which ldapsearch
utility I shoul
Hello,
My Scenario is as follows,
- I'm haivng a main SLSB, which is placing a call to child SLSB
- I'm getting some entities from child SLSB
- I'm changing those entities
- And, assuming that CMP will persist those entities
Result,
- Sometimes entities get perisisted
- And, sometimes it doesn't
Sorry, you posted this right before I left on vacation.
HAServiceMBeanSupport exposes a "registerThreadContextClassLoader" boolean
property. Does setting that to true, either in your service's XML config or in
code before the call to super.startService(), let you leave the
loader-repository in
See the AS 5 part of the discussion under the "Providing alternate ports for
each instance of JBoss AS" section of
http://www.jboss.org/community/wiki/ConfiguringMultipleJBossInstancesOnOneMachine.
That;s most likely what you need.
For a whole lot of detail, see also
http://www.jboss.org/commu
Yep. The principal is not stored in the session, so replicating the session
doesn't propagate it around the cluster. Using ClusteredSingleSignOn works
around the problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234815#4234815
Reply to the post :
http
Use -Djboss.bind.address=0.0.0.0 -Djgroups.bind_addr=0.0.0.0
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234814#4234814
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234814
__
Hello -
I have eclipse 3.4.2 installed on my Windows/XP box. I also installed the
JBoss tools so that I could look at my JSP pages (as HTML). When I open a jsp
in the JBoss Tools JSP Editor I just get a blank page. I've tried reinstalling
and installing manually but nothing helps. I have ec
With AS 5.0.1 you need to manually copy your application to the deploy dir on
each of your nodes.
In AS 5.1.0 the farming capability has been restored; see
http://www.jboss.org/community/wiki/FarmDeploymentsinJBossAS5x.
View the original post :
http://www.jboss.org/index.html?module=bb&op=view
Thanks Ronald.
I was aware of the path to the node, but it just did not strike me I could use
it for my purpose. Thanks again!
--Randy
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234808#4234808
Reply to the post :
http://www.jboss.org/index.html?module=b
Hi all,
Iôm trying to use Javassist inside a Mojo. The code is very simple, but the
program fails with a java.lang.ClassNotFoundException.
First I collect all dependencies of Maven project:
| // maven dependencies
| List classpath = new ArrayList();
| classpath.addAll(project.getCompi
Hello, i was join jboss aop and a standalonne aplication works perfectly, but
when i was deploy a web application on JbossAS it doesnt work. Please, wht is
necessary for my application work on JbossAS ? i just follow this steps:
To upgrade your jboss instance:
1) Copy the contents of the lib fol
Hi James,
I think the best way for this is to use an application client. This way, you
will also test the full EJB communication layer.
I hope this helps
Wolfgang
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234790#4234790
Reply to the post :
http://www
this is the actual line, which causes the problem:
InitialContext ctx = new InitialContext();
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234789#4234789
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234789
if there is a token in a fork do not signal it. The child tokens are created in
the jbpm fork 'implementation' as you might have expected. How to get the
childtokens? Have you had a look at the api? (using an IDE with code completion
also works ;-)) Tokens have names related to the path
View th
I have done this by the book multiple times and have also tried using someone
else's WAR to deploy, but I keep getting the same error. I am running JBoss
4.2.3 and have tried this on multiple installations (of 4.2.3)
I have verified that the supposed missing file file exists.
1.) 19:19:15,853 I
"jaikiran" wrote :
| Looks like the com.starview.support.startup.Startup's instantiateClasses is
trying to invoke some constructor? Can you post the relevant code? Also why is
it that the application specific code is trying to instantiate this class?
|
here's that line, where exception is
I will try to get you a simplified example as soon as I can. How does your
testcase work? We can get this to work when we call the session bean from a
remote client, however when we call it from within our jboss server process,
using either the local or remote session bean interface, we get th
Can some one point me to the correct resources where I may find ejb3 examples
without any annotations? Most of the example I see on the web use annotations.
Thank you in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234775#4234775
Reply to the pos
Hi
we installed Jboss 5.0.1GA on Sun T1000 server, using "default" configuration
as it is provided by jboss. But somehow the server seems to be very slow.
Starting of server itself it taking 4 minutes. And to process reasonbly small
JSF page took aroud 3-4 secs. Surprisingly Same application wh
Could you please have a look at the latest trunk code base, which should be
released during the course of this week. (Beta2)
The new JBossOSGi Runtime is a pure OSGi environment without dependencies on AS
- there you can also set from where bundles get installed.
View the original post :
http:
I dont understand the RESOURCE_LOCAL relation with the jta/non-jta datasource.
If i use RESOURCE_LOCAL, i have to use the non-jta-datasource? And if i use JTA
i have to use jta-datasource? If things are that way my question is:
Should be only the tag?
Another strange thing is that i see applic
Sure will try that in our development environment.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234766#4234766
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234766
___
jbos
I did a bit of cleanup (injecting the HAPartition ala JBoss5) to only have this
one problem, but it still fails in exactly the same way.
DEPLOYMENTS MISSING DEPENDENCIES:
| Deployment "NAVINEO.Dock:service=ModuleHORA" is missing the following
dependencies:
| Dependency "jboss.j2ee:ear=N
does this bug affect JBM queue too? or topics only?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234762#4234762
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234762
___
jbo
"juno60" wrote : I am struggling with wssecurity on jboss 5.0.1.GA. I can
either properly authenticate to a webservice using an username token or encrypt
the whole soap communication using wsse encryption but not both at the same
time. I would like to authenticate using the username token and fo
Seems to be corrected in 5.1.0GA (works with )
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234754#4234754
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234754
___
jboss-us
Can you supply a full DN for a "departmentcode"? Given that I might be able to
provide the login module settings.
Also, do you have an ldapsearch utility? You will need one to ascertain that we
use the correct configuration settings. Without ldapserach, configuring an LDAP
login module is like
ok my fault,
I wanted to say we ALREADY have defined our own JMS connection factory, which
seems to be transactional by default. What we need to set is explicitly turn of
transactional behavior for this one.
I hope i made myself more clear
View the original post :
http://www.jboss.org/index.ht
I'd like to implement a socket listener and not sure if it's best to use a
socket gateway or jca.
If JCA I believe I need to implement InflowGateway, but is there a socket
resource adapter available?
Which method in this new class is triggered when a client connects and sends me
a message?
T
Not really up to date but it is still open.
You can also depend on the jar, or?
| jboss.j2ee:module=your_jar.jar,service=EJB3
|
Only thing I do not like about such dependencies is that you have to use the
jar name. If the name changes our your MBean moves to a nicer gated jar you
have to
hi, if you have the EAP 4.3 doc, please read the doc first (the jboss messaging
part).
If you elaborate more on your use case, you may get more specific help.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234731#4234731
Reply to the post :
http://www.jb
By the way, is this all the log that you see on the console/log file? I am
failing to see any EJB3 classes in that call hierarchy? Maybe the
stopDelivery() invocation from the EJB3 MBean went off successfully?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=42
Datasources in jboss are by default bound to java: namespace. So if you want to
just use this jndi name then your jsp would look like (let's assume the
datasource jndi-name is abc):
| Context ctx = new InitialContext();
| ctx.lookup("java:abc");
If you want to bind the datasource in global
Hello,
for a project i am working we need to set up non-transactional JMS connection
factory, on JBoss EAP 4.3. Is there any possibility how to do it?
Any info, link etc. would be appreciated.
Thanx in advance ;)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=
"jaikiran" wrote : Can you provide more details like when do you call this
method and does the queue have any messages when you call this method?
Bad question :) You already have provided those details:
anonymous wrote :
| I had assumed that stopDelivery would simply allow the current transac
I just tried to reproduce this against AS-5.1.0.GA with the MDB tutorial
http://www.jboss.org/jbossejb3/docs/ and it worked fine for me - I mean i don't
see any exceptions when i call a stopDelivery on the MBean corresponding to a
MDB. Can you provide more details like when do you call this meth
Same result with Gaglileo RC2 and new fresh latest JBT night build.
Something is wrong with me or...?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234722#4234722
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234722
Hi
I m getting this error with JBoss4.2 environment when I am trying to use jdbc
connection pool. This connection data source object is being retrieving from
the entity beans. EJB 2.0
anonymous wrote : Along this excepiton there one exception with related
connection is Closing a connection f
Ok, I found out that the correct URI seems to be
"http://Nebelos-C2Q:18080/CARMEN-CARMEN-ejb/CARMENWebServiceController";. But I
would prefer to use the old one..
And a different problem occured. The parameter of my method is be default named
"arg0". If I use @WebParam to rename it.
@WebMe
Look at org.jboss.portal.identity.event package.
Then event service is registered in jboss-service.xml:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234707#4234707
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234707
___
Thank you for your quick answer, your solution is good too, if the hibernate
listener approach doesn't work.
I have tested the hibernate listener method and found that the following
actions do not trigger a hibernate pre event:
- adding roles to a user
- adding / setting / changing a page's di
Hi
Wasn't sure whether to post to JIRA but decided best to check on the forums
first. Sorry it's a bit woolly but it's an intermittent fault and I'm not that
familiar with the JBoss connection wrapper classes. Just for extra fun, it only
seems to happen for us under production load.
I've recen
What URL do you use to access test.xhtml?
http://localhost:8080//sub/test.seam should work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234699#4234699
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234699
__
After a bit of testing:
1/ Removing the dependency towards
jboss.j2ee:module=NavineoDock.jar,service=EJB3 eliminates the failure
Deployment "jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3" is in
error due to the following reason(s): ** NOT FOUND Depends on
'jboss.j2ee:ear=Navineo.e
but this is not clear from that
anonymous wrote : https://jira.jboss.org/jira/browse/EJBTHREE-1650
what and if there is workaround or any solution to the problem.
So still missing some working solution or some kind of promise that this will
be solved in 5.1.0 GA release.
View the original post
how do i use the ServiceBinding Manager with JBoss5.1.0 GA?
I would like to run more than one instance of jboss on the same machine using
the same IP.
Where do i choose(specify) a binding?
Thank
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234691#4234691
Forgot to say: The "VERSION" is replaced by "CARMEN" before deploying the jar.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234689#4234689
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234689
Hi,
I had an EJB 2.1 Bean containing a WebService-Method:
/** @jboss.port-component name="WebServiceControllerService"
uri="/VERSION-ejb/WebServiceController"
| * auth-method="BASIC" transport-guarantee="NONE"
| * @ejb.bean name="WebServiceController"
display-name="W
Hi
I commented the CachedConnectionValve at end of the server.xml file.
Also commented the CachedConnectionManager in META-INF/jboss-service.xml.
The "Connection is not associated with a managed connection" is gone and
application is running fine.
By the way, this warning appears when there a
"jaikiran" wrote : That message on the project page needs to be updated.
That message has now been removed http://www.jboss.org/jbossejb3/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234682#4234682
Reply to the post :
http://www.jboss.org/index.html?modu
By the way after the startup the EJB3 service does exists in the JMX console,
with name "jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3".
So it isn't a name problem at least for this one.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234681#4234
Well spotted. I had started (but not finished) to adapt the ObjectNames since i
saw they changed.
After changing to "jboss.j2ee:ear=Navineo.ear,jar=[XXX.jar],service=EJB3"
eveywhere, it still fails in exactly the same way.
For instance, the dependencies of "NAVINEO.Dock:service=ModuleHORA" are
I have deployed a nuxeo project.
But when I start JBoss (run.bat). It finishes with errors.
I open up the browser firefox and put:
localhost:8080
The jboss welcome screen appears. But when i try to hit on the Jboss console it
just appears a blank screen with a vertical line down the middle.
Of cou
Hello,
since we have an upgrade from an JBOSS 4.0.2 to 4.2.2 We have Strange Problems
with an JMS Client System.
The JMS Client "sometimes" loose the connection to the durable Topic.
The Client want's to re-register on the same Client it. this failes because of
an "durable subscription is alread
I have deployed a nuxeo project.
But when I start JBoss (run.bat). It finishes with errors.
I open up the browser firefox and put:
localhost:8080
The jboss welcome screen appears. But when i try to hit on the Jboss console it
just appears a blank screen with a vertical line down the middle.
Of cou
"ataylor" wrote : You are using JBossMQ not JBossMessaging, if you ask on their
forum they should be able to help you. Or you could upgrade to JBoss Messaging.
Oops sorry :-)
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234672#4234672
Reply to the p
Error Details
--
Sorry when i posted i did nt explain well. My problem is .
For Local JNDI Look up i am getting this error, insted if i am using remote
JNDI Look up no errors.
Please help me now i want to migrate all application in jboss 4 to jboss 5.1
Ejb used 2.1 specificatio
Hi juno,
Are you using username token with Stateless Session Beans?
I'm trying to make it and having a hard time.
Can you share your SLSB and other config necessary?
Thanks in advance,
PS
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234659#4234659
Reply
For Local JNDI Look up i am getting this error, insted if i am using remote
JNDI Lookup no errors.
Please help me now i want to migrate all application in jboss 4 to jboss 5.1
Ejb used 2.1 specification . Same way 3 errors shown in the stack trace .
ejb-jar
-
Warennummer
You are using JBossMQ not JBossMessaging, if you ask on their forum they should
be able to help you. Or you could upgrade to JBoss Messaging.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234655#4234655
Reply to the post :
http://www.jboss.org/index.html?mo
"gaohoward" wrote : Hi,
|
| What version of JBM are you using? Do you have any log to show your
problem? Thanks.
CLIENT LOG:
* the fitst problem with connection (ping pong timeout and cannot disconnect):
===
ERROR 2009-05-27 12:39:54,238 [ExceptionLi
jboss.j2ee:module=NavineoDock.jar,service=EJB3
|
jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,service=EJB3
I guess the MBean names have changed in AS-5.x which leads to these exceptions.
What does the JMX console show for these deployments? The logs show that the
MBean names are (an
Jeff,
jBPM 3 'clustering' questions have been posted in the forum several times. I
suggest to try to read those first. Basically it boils down to jBPM using the
DB as the place where everything is stored. That DB can be accessed from
multiple jBPM 'instances' so
Oh.. and google is your friend
First of all, your code will probably never be 100% independent of the process
and in reality it never caused big problems for me.
You can not, unfortunately, create kind of static variables in jBPM 3. But for
assignmenthandlers, just like with actionhandlers, you can pass in data like
describ
Could not reproduce this. Can you provide more details about the packaging of
your application? Is the bean deployed separately in a jar and the client web
app in a independent war? Or are they packaged in a single ear? If you have a
reproducible application, create a JIRA
https://jira.jboss.or
I am trying to figure out how to signal the token at a fork and the individual
paths after the fork.
Should we signal each of the transitions seperately or does just signalling the
token once will set off both the transitions?
How are the child tokens created?
If we want to signal each of the ch
anonymous wrote : The problem is that it looks like the microcontainer seems to
ignore the "depends" relationships specified in META-INF/jboss-service.xml
Legacy jboss-service.xml should work without any issues. Can you post more
details including logs, the xml configuration and also a bit abou
I created a folder inside the WebContent folder called sub and placed a
Facelets page called test.xhtml inside that folder.
When trying to access the folder, I get a 404 from JBoss AS. Any ideas?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234632#4234632
Hum sorry but I don't have lot of time to build an sample of the error. I found
a (dirty) way to do the job :
I noticed that although taskInstance.end(transition) doesn't work,
token.signal(transition) does. So here is what I've done :
Transition
tr=taskInstance.getTask().getTaskNode().getLeavi
Nik,
For the native queries problem one solution might be to create entity objects
for the extra tables you require then they would just get generated as part of
the create-drop in your tests.
As for your original issue, I'm afraid I have no experience with Oracle and
JPA. It does seem odd ho
anonymous wrote : whenever I try to use 0.0.0.0 mask or ${jboss.bind.address}
it doesn't work.
Is this related to https://jira.jboss.org/jira/browse/EJBTHREE-1650
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234629#4234629
Reply to the post :
http://www
Thanks for the information, rnicholson!
I'll wait for the release.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234628#4234628
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234628
on prod are more users. I tried JMeter but couldnt reproduce the error.
My next steps:
1) old jboss ALSO has the same INTERCEPTOR in config. I will download the
source and compare whether the old jboss also has the "close connection for
you" inside.
2) Maybe its some autocommit issue. I will c
I'm trying to migrate our ear application from JBoss 4.2.3GA to 5.1.0GA.
The problem is that it looks like the microcontainer seems to ignore the
"depends" relationships specified in META-INF/jboss-service.xml
I don't want to use POJO services for now (unless i absolutely have to), i just
want
bodrin,
You have to wait for 1.4.4.GA to be released with AS 5. You cannot build it
yourself. I have tried this on many occasions and it does not work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234623#4234623
Reply to the post :
http://www.jboss.org/
Hi,
What version of JBM are you using? Do you have any log to show your problem?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234622#4234622
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234622
Subject limited? --> sorry my first post :-)
"oliver.stauss" wrote : Hello,
| since we have an upgrade from an JBOSS 4.0.2 to 4.2.2 We have Strange
Problems with an JMS Client System.
|
| The JMS Client "sometimes" loose the connection to the durable Topic.
| The Client want's to re-reg
Hello,
since we have an upgrade from an JBOSS 4.0.2 to 4.2.2 We have Strange Problems
with an JMS Client System.
The JMS Client "sometimes" loose the connection to the durable Topic.
The Client want's to re-register on the same Client it. this failes because of
an "durable subscription is alrea
I created a JIRA for this:
https://jira.jboss.org/jira/browse/JBSEAM-4207
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234619#4234619
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234619
Yes, XML schemas seem to be incorrect. I've checked it with Seam 2.1.1 GA.
Please report it to Seam team.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234618#4234618
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234
Thanks for your reply genman.
Indeed, there has to be something i am missing but i cannot see what...(and
where...)
The thread in charge of the eviction process doesn't seem to be running, since
there is nothing in the log.
So if you (or anyone) has already done this before, please tell me how t
I'm still interested in pointers.
Another thing that emerged is the fact that I have some native queries that (of
course) doesn't have their tables autogenerated. Is there a place to stick
creation scripts so that the Seam DB tests would pick them up?
thanks in advance,
Nik
PS. Tried looking
88 matches
Mail list logo