[jboss-user] [JBoss Seam] - Re: Test database with Seam2, Maven and TestNG?

2008-01-16 Thread ruettimac
Cool, Surefire Plugin version 2.4 is finally out. Supporting TestNG as a first citizen. I will try it out over the weekend if the combination maven, seam combo is working now as expected. Regards, Cyrill View the original post :

[jboss-user] [JBoss Seam] - Re: h:selectOneMenu with s:selectItems not binding to anythi

2008-01-16 Thread saeediqbal1
Just override the hashcode and equals on the id of the entity. and when you submit the form you will need to catch the entity id. which you will get . those few errors you got are the exact errors we were banging our head against. View the original post :

[jboss-user] [JBoss Seam] - Re: How to switch to the tab page where the error occurs in

2008-01-16 Thread saeediqbal1
i think tomahawk tabs had the ability to set a particular tab you want active to be activated. i am not sure about richfaces. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120303#4120303 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Is this DataSource transaction safe?

2008-01-16 Thread vickyk
smithmb wrote : | I can't get simple transactions involving multiple connections to it to fail -- the statements are autocommited, even with the autocommit off and the container (Jboss 4.0.5) saying it worked! I am not able to understand your question properly , you need to state your query

[jboss-user] [JBoss Seam] - Re: EntityManager trouble

2008-01-16 Thread ErikSlagter
It's probably my Eclipse configuration. I stopped trying to use a real database (for testing) and now use a HSQLDB. Works fine for me... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120305#4120305 Reply to the post :

[jboss-user] [JBossWS] - WebContext annotation and contextRoot

2008-01-16 Thread fbenvegna
I have a web-service (Session EJB3 as WS) within web application named 'wmi'. My web context root is 'wmi'. The original wsdl url is http://host:port/wmi-wmi/beanClassName?wsdl. I want wsdl url as http://host:port/wmi/services?wsdl The problem is that when I set @WebContext(contextRoot = /wmi

[jboss-user] [JBoss Tools (users)] - model - action dependencies in seam module

2008-01-16 Thread nickarls
Hi, Taking my complaints to new ground ;-) http://www.jboss.com/index.html?module=bbop=viewtopict=127566 I think the no model - action dependencies in new seam web projects might be a little confusing for some (hoping that it's not only me) since adding a reference from an entity to an

[jboss-user] [JBoss jBPM] - Re: jbpm designer deployment problem

2008-01-16 Thread jh398
when i try to deploy from eclipse, i can't see any specifit error logging on the server, but i keep getting the server message below. (btw, the websale demo can be deployed successfully from the command line, it fails only when i tried to modify it and redeploy from eclipse) many thanks,

[jboss-user] [JBoss jBPM] - Re: task in start state

2008-01-16 Thread debnathm
Hi I have the following state definition (fragment): process-definition | start-state name='start' | task name='StartStateTask' | controller | variable access='read,write,required' name='variable1' mapped-name='Var1'/variable | /controller | /task | transition to='task-node1'

[jboss-user] [Javassist user questions] - know who has the monitor on an object

2008-01-16 Thread cat4hire
Hi, is it possible using Javassist to understand if a specified instance has a monitor active? I know this is not a problem of reflection, but given an instance CI of class C, if I need to load a modified version of class C to produce CI2 that substitutes CI I should bother with any possible

[jboss-user] [EJB 3.0] - Automatically create schema in database

2008-01-16 Thread hamtho2
Hi, is there any chance to let the EntityManager automatically create a schema? I defined a default schema for my entities through setting the property 'hibernate.default_schema' in the persistence.xml, but unfortunately it is only possible to deploy these entities, if the schema already exists

[jboss-user] [EJB 3.0] - Re: Update exiting BLOB does not work

2008-01-16 Thread CarstenRudat
Hi all, I have tested this with Hibernate directly. a) If I set the blob while my entity (Signature) is attached to a EntityManager-Session, my new blob will be updated to the database b) If I set the blob while it is not attached, then reattache to a new session and calling a

[jboss-user] [Remoting] - ERROR [ ServerThread] Worker thread initialization failure..

2008-01-16 Thread svsubramanyam007
I am getting this error...please help me in understanding,how to solve this 14:23:04,869 ERROR [ ServerThread] Worker thread initialization failure java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method)

[jboss-user] [JBoss Messaging] - Re: SecurityException - Wrong credentials

2008-01-16 Thread mskonda
To me it seems you are accessing the JBM without appropriate credentials (obviously!). That is, as you haven't mentioned about the store where you are reading the credentials, I am assuming you are going with default setup that comes with JBM installation. If this is the case, then the

[jboss-user] [JBossWS] - Re: log xml messages

2008-01-16 Thread AJanz
thank. i implemented a handler. it works fine. now i want to save the messages as xml files. i found sample code which uses org.jboss.ws.core.utils.DOMUtils to get TextContent of a node. where can i find that class? which jar file? View the original post :

[jboss-user] [JBoss Portal] - Jboss services.

2008-01-16 Thread dickinson
Hello, I want to know what are the services that brings Jboss Portal by default. Where I can found it to configurate it. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120327#4120327 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Installation of Jboss portal 2.4.2 with jboss AS 4.0.5

2008-01-16 Thread ramli_tarik
we already uses this version (4.0.5) of Jboss AS for our applications and to my knowledge (JBossPortalreferenceGuide.pdf) the Jboss portal version 2.6 does not work with JBOSS AS 4.0.x. Thank you for your cooperation. View the original post :

[jboss-user] [JBoss Seam] - Seam 2.0.0 + Tomahawk Schedule

2008-01-16 Thread craiggreenhalgh
Hi I know its not recommended to use tomahawk components but they are the only people that have created a schedule component. Do you know if its possible to use this within seam 2.0.0? If someone could give me some direction it would be greatly appreciated as I'm having no luck so far! I

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configure PHP with jboss 4

2008-01-16 Thread yogesharora
Hi All, I need to run PHP on JBoss Application Server. Could anyone help me please? Thanks, Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120336#4120336 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120336

[jboss-user] [JBoss Portal] - Re: Installation of Jboss portal 2.4.2 with jboss AS 4.0.5

2008-01-16 Thread emuckenhuber
just for your information - there is a wiki page about using JBoss Portal 2.6 with JBoss AS 4.0.5 http://wiki.jboss.org/wiki/Wiki.jsp?page=Portal26_AS40 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120337#4120337 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Jms Messaging - mq is not registered

2008-01-16 Thread 143564
I installed jms messaging and remove jms MQ. when the server started, saying like, javax.management.InstanceNotFoundException: jboss.mq:service=DestinationManager is not registered. this error is throwing when loading he MDB. Please tell me how to fix it. thanks in advance. View the original

[jboss-user] [JBoss Portal] - Re: Installation of Jboss portal 2.4.2 with jboss AS 4.0.5

2008-01-16 Thread [EMAIL PROTECTED]
But the wiki stops at 2.6.2. 2.6.3 hasn't been tested on JBoss AS 4.0.x Support for JBoss AS 4.0.x is coming to an end as for JBoss Portal 2.4.x I would *really* recommend to upgrade to JBoss AS 4.2.x View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss on two zone in Solaris 10

2008-01-16 Thread Artec
Hi at all, i would to install Jboss on two different (not clustered) zone created on Solaris 10. There's a document that explain how to end the best configutation ??? Thanks a lot Davide View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120341#4120341 Reply to

[jboss-user] [JBoss Messaging] - Re: SecurityException - Wrong credentials

2008-01-16 Thread cornhoolio22
First, thanks for your answer. But I can say that the user and his roles are in the messaging-users.properties and messaging-roles.properties files. The complete program works, when I use the XAConnection and get a non-transacted session: | QueueSession session =

[jboss-user] [JBossWS] - Re: log xml messages

2008-01-16 Thread [EMAIL PROTECTED]
AJanz wrote : thank. i implemented a handler. it works fine. | | now i want to save the messages as xml files. i found sample code which uses org.jboss.ws.core.utils.DOMUtils to get TextContent of a node. | | where can i find that class? which jar file? DOMUtil has been moved to

[jboss-user] [JBoss Tools (users)] - Re: visualisation of #{messages['word']}

2008-01-16 Thread [EMAIL PROTECTED]
it's in the works. we support if for plain JSF resources, just not for the dynamic seam ones yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120346#4120346 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120346

[jboss-user] [JBoss jBPM] - Re: Re: task in start state

2008-01-16 Thread kukeltje
please create a unit test that demonstrates the problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120351#4120351 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120351 ___

[jboss-user] [JBoss jBPM] - Re: jbpm designer deployment problem

2008-01-16 Thread kukeltje
sorry, if there is no error in the server log then either it is a different server or it is a very exotic situation. Either way it is impossible for me to help you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120350#4120350 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Couple of questions about how JBPM persists process defi

2008-01-16 Thread kukeltje
1) no, it does not, unless you e.g. explicitly deploy it with a startup servlet or something (e.g. what seam does) 2) No, not afaik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120352#4120352 Reply to the post :

[jboss-user] [JBoss Seam] - How to pass parameters with ComponentTest.invokeMethod

2008-01-16 Thread chawax
Hi, I write integration tests with EJB3 embedded container and I need to test a method needing parameters. I did it this way : @org.testng.annotations.Test | public void testEmploye() throws Exception { | new ComponentTest() { | protected void testComponents() throws Exception

[jboss-user] [JBoss jBPM] - Re: Signal Error

2008-01-16 Thread scitmon
kukeltje wrote : @scitmon: why do you come to this conclusion? | | because i have tried many different ways to get JBPM working and signalling always causes error with the following text closed JbpmContext in different order then they were created... check your try-finally's around

[jboss-user] [JBoss Seam] - s:link + method parameter

2008-01-16 Thread w17chm4n
I`m having a problem, couse I have to use s:link but this component cannot pass the parameter to the method. The view | div id=#{cat.categoryName} class=showhide | h:dataTable styleClass=dataTable columnClasses=categoryName var=question

[jboss-user] [JBossWS] - Re: WSSE UsernameToken without HTTP basic auth?

2008-01-16 Thread [EMAIL PROTECTED]
JBoss webservices stack supports variety of endpoint deployment models: 1. Simple JDK5 POJOs that are wrapped in a war file. 2. EJB3 endpoints that are wrapped in a ejb jar file. 3. Servlet endpoints wrapped in a war file. 4. EJB2.1 endpoints using jar archive. Now for the Servlet/POJO model

[jboss-user] [EJB 3.0] - can not lookup session bean under Jboss 4.2.2GA and ejb3 (Na

2008-01-16 Thread yanlong11
Hi I have troubles getting ejb3 to work under jboss 4.2.2GA and intellij idea as IDE. my application (simple ejb3 example) is successfully deployed, I can see jsp page and open it (no other things in project) but I can never do lookup on my session bean to get some info from bean to jsp page.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Issue with the JBoss HelloWorldIPC portlet

2008-01-16 Thread Srivalli
Hi, I am trying to use the JBoss HelloWorldIPC portlet on JBoss 2.6. When I add the two portlets HelloWorldIPC Portlet A and HelloWorldIPC Portlet B, nothing is displayed in the 'HelloWorldIPC Portlet A' portlet. I get the below error message in the log file - ERROR

[jboss-user] [JBoss Seam] - Re: s:link + method parameter

2008-01-16 Thread nickarls
Well, it looks like the function gets a non-null question (the log.fatal branch is not hit). Do you mean that the question.questiontext outputted in the table is non-null for the row? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120363#4120363 Reply to

[jboss-user] [JBoss Seam] - Re: Transaction TimeOut and Stateful Session Bean

2008-01-16 Thread dreuzel
Nice to change the transaction timeout for every application. I guess your server does other functions as well Would you not prefer to set the transaction timeout for those long updates separately. as your system will get more load, your new timeout will ellapse as well. View the

[jboss-user] [JBoss Tools (users)] - Re: visualisation of #{messages['word']}

2008-01-16 Thread beligum
Oh great, that will be so cool. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120349#4120349 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120349 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Update exiting BLOB does not work

2008-01-16 Thread CarstenRudat
...debugging Hibernate - BlobType.replace says: | public Object replace(Object original, Object target, SessionImplementor session, Object owner, Map copyCache) throws HibernateException { |//Blobs are ignored by merge() |return target; | } | It's not a bug - it's feature?!

[jboss-user] [JBoss jBPM] - JBPM 3.2.2 doesn't work

2008-01-16 Thread MattOwens
Was the JBPM 3.2 release some kind of practical joke that i and the rest of the world wasn't in on? Nothing works, absolutely nothing. The CVS tests don't work properly either as they leave the database in a state it wasn't previously in - a basic unit test no no. Signalling doesn't work at

[jboss-user] [JBoss Seam] - How can I get a list of logged in users?

2008-01-16 Thread JavaDeveloperX
Hi, does somebody know, how to get a list of currently logged in users of a certain role from the application context? I'm using Seam security (2.0.1 CR). Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120368#4120368 Reply to the post :

[jboss-user] [JBossWS] - Re: WSSE UsernameToken without HTTP basic auth?

2008-01-16 Thread mikaeljl
Hi! Thank you for the answer. I have more questions though: You are saying that: The Username token sent in the SOAP Message is the one used by the endpoint server/stack to authenticate the user who is performing this request. Good, this is what I want, I want the user to be authenticated based

[jboss-user] [Installation, Configuration DEPLOYMENT] - DataSourceBinding not yet installed

2008-01-16 Thread benjiii
Hello all! I tried to use a datasource (SQL Server 2000) for my JBoss - and the result is this error: ObjectName: jboss.jca:service=DataSourceBinding,name=TEST State: NOTYETINSTALLED Depends On Me: jboss.mq:service=PersistenceManager Don't know, what's the problem. I put the

[jboss-user] [JBoss Seam] - Re: How can I get a list of logged in users?

2008-01-16 Thread nickarls
Well, you could place observers on successful logins (and session expires/logouts) and keep track of them yourself... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120372#4120372 Reply to the post :

[jboss-user] [JBoss Seam] - Re: cannot run example tests

2008-01-16 Thread siarhei.dudzin
Pete, is this still the case? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120373#4120373 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120373 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Pls help: encryption datasource passwords

2008-01-16 Thread sagimann
Hello, I've been reading the following link, to understand how to encrypt passwords based to a KEYSTORE (second part of the article): http://wiki.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords And something doesn't make sense: 1. No keystore is referenced/configured in the article.

[jboss-user] [JBoss Seam] - Re: s:link + method parameter

2008-01-16 Thread w17chm4n
Yes. The table is displayed properly with question.questionText for every question. But when I try to click link s:link value=slink_remove action=#{QuestionController.removeQuestion(question)}/ The parameter question is not passed to the method. Though using commandLink works perfectly |

[jboss-user] [JBoss Seam] - Re: Manager.switchConversation via Ajax4JSF actionListener d

2008-01-16 Thread objectbay
What I forgot to mention is how conversations are started in the first place. I have an Actions dropdown box in the view, which triggers an actionMenuSelectionChanged handler: h:selectOneMenu value=#{navigation.actionMenuSelection} | class=navlist | f:selectItems

[jboss-user] [JBoss Seam] - Re: taghandler passing of action parameters ?

2008-01-16 Thread dreuzel
I've an odd problem using seam and facelets a) what I want to do : i've a generic tag with the ability to handle multiple facelet functionalities hidden away in the end it comes down to ui:composition | my:xxx action=Submit entity=${mymodule} | I get different results depending on

[jboss-user] [JBoss jBPM] - Re: task in start state

2008-01-16 Thread debnathm
Hi Here is the JUnit test case. Please check if the APIs have been used correctly Thanks, Debnath package org.jbpm.tutorial.startstatetask; | | import org.jbpm.graph.def.ProcessDefinition; | import org.jbpm.graph.exe.ProcessInstance; | import org.jbpm.graph.exe.Token; | import

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2.2 doesn't work

2008-01-16 Thread [EMAIL PROTECTED]
Hi Matt, I am sorry to hear that you can't get it to work. But there *is* a lot of documentation. I would advise you to first try to checkout the 3.2.2 release out of cvs and try to compile it and run the test suite. It should definitely run out of the box. If you can get that to work, you

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-16 Thread jaikiran
Do you have any firewalls installed? If yes, then disable them and try accessing the URL. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120381#4120381 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120381

[jboss-user] [JNDI/Naming/Network] - Re: EJB3 Client with JBoss, exception: java.lang.NoSuchField

2008-01-16 Thread jaikiran
I am guessing, you are using JBoss 4.2.x version of JBoss. If yes, then have a look at http://www.jboss.com/index.html?module=bbop=viewtopicp=4050046#4050046 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120386#4120386 Reply to the post :

[jboss-user] [JBoss Seam] - login-view-id on page element of pages.xml

2008-01-16 Thread pdhaigh
Hi, Is there any chance of allowing specification of login-view-id on elements of pages.xml? There must be many examples of applications where this would be of use - for example, a system that has a customer facing front end, and a staff-only backend: page view-id=/backend/*

[jboss-user] [JCA/JBoss] - Re: Is this DataSource transaction safe?

2008-01-16 Thread jaikiran
Looks like this question is being asked in context of the other thread at http://www.jboss.com/index.html?module=bbop=viewtopict=127419 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120388#4120388 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm designer deployment problem

2008-01-16 Thread jh398
thanks very much for your help. can you suggest a configuration that might work? which version of jboss server and which version of the eclipse plugin i should try. Jeff View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120390#4120390 Reply to the post :

[jboss-user] [Clustering/JBoss] - http session after hot deployment

2008-01-16 Thread koatto
Hi, what happens to an active sticky http session when the webapp is hot deplyed on the /farm of any cluster node? Does it ends forcing the user to login again? thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120391#4120391 Reply to the post :

[jboss-user] [JBoss Seam] - Seam self managed transactions fail?

2008-01-16 Thread dreuzel
Transaction problem I'm updating in bach thousands of independent records. in a sheduled Seam batch process I do not want the overhead to start and stop a session for every individual record. so I prefere the sequence | /hibernate factory creation | /get entity manager -

[jboss-user] [JBoss jBPM] - Re: Unable to locate current JTA transaction

2008-01-16 Thread preitsma
I ran into http://jira.jboss.com/jira/browse/JBPM-836 some time ago on 3.2.1 and applied the fix to jbpm-enterprise.ear. Quite surprised to run into it again after my upgrade to 3.2.2. Could this be permanently fixed in the next release ? View the original post :

[jboss-user] [EJB 3.0] - Re: Transactions broken? Trivial Hibernate example with EJB3

2008-01-16 Thread jaikiran
Based on your post in the JCA forum, i guess the auto-commit is true for your MySQL datasource. Try adding relaxAutoCommit=true in the connection URL of your datasource and see if it works. Here's how you can pass this parameter through the connection URL: | ?xml version=1.0

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem in closing the connection to database?

2008-01-16 Thread ritesh163
Hello everyone, I am having problem in closing the database connection. Before I had used jboss-4.0.4.GA, where there was no problem in closing connection but now I am using jboss-4.2.2.GA which display problems in closing the database connection with the same project that was running fine in

[jboss-user] [EJB 3.0] - Re: can not lookup session bean under Jboss 4.2.2GA and ejb3

2008-01-16 Thread jaikiran
You should have posted the exception stacktrace that you are seeing. That will help in identifying the exact issue. Most likely you are looking up the bean using a wrong jndi-name. You will have to look at the JNDIView through your jmx-console to see what exactly is the jndi-name of your bean.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-16 Thread jaikiran
Post the entire exception stacktrace. Are you using persistence.xml? If yes, then post the contents. Remember to use the 'Code' button (available in the message editor window) to wrap the contents of the xml in a code block while posting View the original post :

[jboss-user] [JBoss Seam] - Re: Transaction TimeOut and Stateful Session Bean

2008-01-16 Thread rodrigotico
Hi Dreuzel, I tried to set the transaction timeout for this function separately, but I didn't got success. I used the annotation below at the import function and the timeout still keeping the default of 300 seconds: | @TransactionTimeout(value=1000) | public String importFromFile()

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-16 Thread benjiii
Oh sorry, didn't see the button - Newbie error But there isn't any other error message - the error occurs in the console when starting the server. No own code used yet, I only tried to start the default JBoss (version 4.2.2) installation with a database connection. And: No, no persistance.xml -

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in closing the connection to database?

2008-01-16 Thread jaikiran
ritesh163 wrote : | Before I had used jboss-4.0.4.GA, where there was no problem in closing connection but now I am using jboss-4.2.2.GA which display problems in closing the database connection | If you are referring to these messages: ritesh163 wrote : | 16:45:21,171 INFO

[jboss-user] [JBoss Portal] - Re: Installation of Jboss portal 2.4.2 with jboss AS 4.0.5

2008-01-16 Thread ramli_tarik
I followed the instructions indicated on http://wiki.jboss.org/wiki/Wiki.jsp?page=Portal26_AS40 but I always the same problem. And in addition I can't switch to the new version because our customer uses the 4.0.5 for its applications. Have you got an idea, what should be the problem? Thank

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-16 Thread alessandrolt
More information: This behavior is not repeated each time. In most cases occurs in Internet Explorer and some in Firefox. Seam FAQ wrote: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ I've configured Seam's exception handling, but it doesn't always work If the exception is thrown

[jboss-user] [JBoss Portal] - Re: Installation of Jboss portal 2.4.2 with jboss AS 4.0.5

2008-01-16 Thread [EMAIL PROTECTED]
With a support contract in hand you could probably upgrade their applications to JBoss AS 4.0.5 quite easily. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120408#4120408 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2.2 doesn't work

2008-01-16 Thread MattOwens
This is essentially what one of your unit tests does. Substitue any process definition for the xml file im reading in the xmlreader. You will see that the test fails with the given message. I have substituted the saveandreload code into the function for readability. @BeforeClass

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss on two zone in Solaris 10

2008-01-16 Thread jaikiran
I havent worked on Solaris, but based on the definition of a Solaris zone (http://www.blastwave.org/articles/DMC-0002/index.html), i guess you can configure each of the JBoss instances as mentioned in http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine View

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-16 Thread benjiii
Yes, that's what I tried: I have to use a SQLServer database instead of the hypersonic. And I did like it's written in your link - what I wrote above. I think the problem is the xml I posted above - that's the only part that differs from the way in the text that you linked because the syntax

[jboss-user] [JBossWS] - Re: JBossWS Tools Overview (wstools, wsprovide, wsconsume)

2008-01-16 Thread kosmos
To make wsconsume, wstools wsprovide work without installing to jboss i had to do following: 1. create WSCONSUME_CLASSPATH, JBOSS_HOME and JAVA_HOME enviroment variables 2. edit wsconcume.bat strings 34-52 from | set

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-16 Thread jaikiran
I believe the error is in your msql-jdk2-service.xml. I guess(you havent posted the contents of the msql-jdk2-service.xml so cant say for sure), you have something like this depends optional-attribute-name=ConnectionManagerjboss.jca:service=DataSourceBinding,name=TEST/depends in your

[jboss-user] [EJB 3.0] - Re: can not lookup session bean under Jboss 4.2.2GA and ejb3

2008-01-16 Thread yanlong11
Hi thanks for your quick response. actually I have already managed, somehow to get part of this work, unfortunately another error came up. removing remotebinding gives same error package beans; import javax.ejb.Stateless; import javax.ejb.Remote; import

[jboss-user] [Microcontainer] - Re: Deploying a self contianed JBossMC Bean in a JAR

2008-01-16 Thread alesj
kevglass wrote : I've been the code you pointed to but I'm still a little confused. The AS code only seems to honour the classpath for bootstrap deployments. Is there some similar code that applys the context class loader for application JARs? | http://jira.jboss.com/jira/browse/JBAS-4206

[jboss-user] [EJB 3.0] - Re: can not lookup session bean under Jboss 4.2.2GA and ejb3

2008-01-16 Thread jaikiran
yanlong11 wrote : | after removing binding, jndi view gives following: | +- testBean (class: org.jnp.interfaces.NamingContext) | | +- remote (proxy: $Proxy129 implements interface beans.test,interface org.jboss.ejb3.JBossProxy) | | If you have removed the @RemoteBinding

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-16 Thread NSchweig
Hi, thanks for your hint, but it is the same without firewall. Any other ideas? Thank you, NSchweig View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120420#4120420 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4120420

[jboss-user] [EJB 3.0] - Re: can not lookup session bean under Jboss 4.2.2GA and ejb3

2008-01-16 Thread yanlong11
Hi trouble is now not Naming, but ClassCastException! it was great hint I have not known, about looking at JNDI console to see real namings. testBean bean = (testBean)obj; // this line always fails and causes exception any idea about this? thanks a lot yanlong View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-16 Thread benjiii
Hey - thanks - you were right - that was a naming problem between the msql-jdk2-service.xml and the datasource xml! Great! There's now another error Could not find stored procedure 'master..xp_jdbc_open' but I worry that this is a problem of the driver I use, so that this is no problem for

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-16 Thread jaikiran
anonymous wrote : I put the msql-jdk2-service.xml in the correct directory (deploy/jms), the 3 driver libs in the lib (for MSSQL 2000 there are 3 libs necessary, not a single one) dir and I wrote the file for the database connections into the deploy dir (the original hsqldb-ds.xml also is in

[jboss-user] [EJB 3.0] - Re: can not lookup session bean under Jboss 4.2.2GA and ejb3

2008-01-16 Thread CarstenRudat
Hi yanlong11, with coding | @Remote(test.class) | you say, that the remote interface/type should be test. So you need to | test bean = (test)obj; | in you client. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120425#4120425 Reply to the post :

[jboss-user] [EJB/JBoss] - Make WebLogic use a JNP RMI implementation

2008-01-16 Thread fmsoares
Hi! WebLogic uses normally a proprietary protocol called T3 in it's RMI implementation, but I would like to connect to an application server that is running on JBOSS, which the protocol is JNP. When I try to connect I'm getting a java.net.UnknownHostException: Unknown protocol: 'JNP'. Does

[jboss-user] [EJB 3.0] - Re: can not lookup session bean under Jboss 4.2.2GA and ejb3

2008-01-16 Thread yanlong11
but test.java is | public interface test { | public String hello(); | } | does that mean, that I have to rewrite code differently? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120427#4120427 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2.2 doesn't work

2008-01-16 Thread MattOwens
Sorry, there was a slight mistake in the function I posted above. The process instance was not reloaded - as in your cvs tests. Here is the ammended version, which still has exactly the same outcome - error: @Test public void testSignal() { //JbpmConfiguration

[jboss-user] [JNDI/Naming/Network] - Re: EJB3 Client with JBoss, exception: java.lang.NoSuchField

2008-01-16 Thread mrducnguyen
Well, I'm using JBoss 4.2.2... and I read that topic, As I stated in the previous post, I've already referenced the log4j.jar in the JBOSS_HOME/client, but the client still throws that exception. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120432#4120432

[jboss-user] [EJB 3.0] - Re: can not lookup session bean under Jboss 4.2.2GA and ejb3

2008-01-16 Thread Wolfgang Knauf
Hi ! first of all: I would suggest you annotate the remote interface test with @Remote(), not the bean. next: let the bean class implement the interface. third: I think you cannot cast the lookup result directly to the bean interface. I always used this: InitialContext initialContext = new

[jboss-user] [JBoss Seam] - Re: How to pass parameters with ComponentTest.invokeMethod

2008-01-16 Thread chawax
Well I read that you can't use parameters with invokeMethod. So I tried with Expressions.createMethodExpression : MethodExpressionEmploye me = Expressions.instance().createMethodExpression( | #{coreServiceEmploye.saveEmploye(employe)}, | Employe.class, | new

[jboss-user] [JBoss Seam] - Re: Transaction TimeOut and Stateful Session Bean

2008-01-16 Thread dreuzel
JTA delegate | ses=(Session) em.getDelegate() | txn=ses.beginTransaction(); | txn.setTimeout(50); | .. | ses.flush(); | txn.commit(); | | | | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120438#4120438 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to avoid restart of JBoss 3.2.2 after deployment/redeplo

2008-01-16 Thread pradeep1231
Hi, I am using Jboss 3.2.2 which internally uses Tomcat 4.1. Can any one Please suggest me what should I do in order to deploy(WAR) and run the web application with out restarting the JBoss application server. Thanks In Advance, Pradeep View the original post :

[jboss-user] [EJB 3.0] - Re: can not lookup session bean under Jboss 4.2.2GA and ejb3

2008-01-16 Thread yanlong11
:( I must be doing something wrong. I even made very base interface (Calculator.java) like in the example but I am always getting the same error. Class Cast Exception. please give me a hint what I am doing wrong. below all important code. (I had rather included it.) thanks in advance

[jboss-user] [JBoss jBPM] - Exception handling in JBPM

2008-01-16 Thread vishal423
Hi, I have one query regarding exception handling in jbpm. Scenario: On process node i have defined an exception handler and in exception handler i have defined an action handler to catch exception of particular type. Its running, but i am not getting how to retrieve exception message inside

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-16 Thread benjiii
So now I solved the problem with the driver - and got a new on: Now the StateManager is not yet installed (says the server console). I only changed the name for DataSourceBinding in the mssql-jdbc2-service.xml, nothing else. And I removed the corresponding file for the hypersonic database.

[jboss-user] [JBoss Seam] - s:validateAll don't works.

2008-01-16 Thread leandro3.marinho
Hi People, Seam isn't validating fields, even when I wrap the input controls with s:validateAll. When a validation error occurs, s:validateAll don't intercepts the error and my DAO throws an org.hibernate.validator.InvalidStateException. I'm using... - Hibernate 3.2.5 - Hibernate

[jboss-user] [JBossWS] - How to support rpc/encoded in jbossws

2008-01-16 Thread jalaja
Hi I am using jbossws-1.2.0 with Tomcat 6. I have to support both document/literal and rpc/encoded . In jaxws_userguide-2.0 it is mentioned that JBossWS has basic support for rpc/encoded . I want to know 1) which version of jbossws i have to use to support rpc/encoded ? 2) Is there

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem connecting to oracle AQ

2008-01-16 Thread m.jonker
By installing a new machine I have some problems for connecting to Oracle Advanced Queuing. I got the following errors: [EmbeddedTomcatService] Unable to invoke setDelegate on class loader:[EMAIL PROTECTED] and java.lang.UnsatisfiedLinkError:

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2.2 doesn't work

2008-01-16 Thread MattOwens
I'd also like to add that these errors only occur when you assign a custom ExpressionAssignmentHandler - even though the assignment handler has nothing to do with resolving or using a jbpm context View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120456#4120456

[jboss-user] [JBoss Seam] - logging org.hibernate.type

2008-01-16 Thread jdijkmeijer
Hi, Thanks in advance for the more than adequate responses I've received in the past. I wish IBM would only answer to the questions I post, and my employer is paying big time for it. Anyway currently I'm trying to debug my own application and I'm looking at the variables passed into queries. I

[jboss-user] [EJB 3.0] - Re: @Service + @Managment + @SecurityDomain throws Authoriza

2008-01-16 Thread Wolfgang Knauf
Hi ! I would suggest you activate logging in the security layer. See http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ, question 4. Hope this gives you further information about what fails. Best regards Wolfgang View the original post :

[jboss-user] [JBossCache] - Upgrading to JBossCache 2.0 question?

2008-01-16 Thread java123
1.4 allowed retrieving objects with a Fqn only. Which returned the map contained within the Node. This API does not exist in new version. How can I get the all the objects for given Node? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4120460#4120460 Reply to

  1   2   3   >