[jboss-user] [EJB 3.0] - Re: trouble getting correct SFSB-instance in WAR-deployment

2007-11-12 Thread axismundi
ty for this insight View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103563#4103563 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103563 ___ jboss-user mailing list

[jboss-user] [Remoting] - Re: Cat not catch excption when jboss as is down - remote se

2007-11-12 Thread [EMAIL PROTECTED]
Could you check the version of jboss-remoting.jar in server/default/lib of your JBoss Application Server installation. [Substitute your configuration for default.] An easy way to find the version is to run the jar: | java -jar jboss-remoting.jar | This sounds like a problem that

[jboss-user] [JBossCache] - Would different system clocks on two machines cause problem?

2007-11-12 Thread yaumunlam
Thanks, Yau. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103565#4103565 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103565 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - FIFO Ordering also if Rollback (Retry)?

2007-11-12 Thread mclu
Hi again! At our project the order of the messages is important. For that we configured the listener (MDB) as a SingletonMDB (maxMessages and maxSession is set to 1). But in cases of a (network or handling) failure the message is marked as retry. New messages which arrived in between are

[jboss-user] [Remoting] - Re: integration of JBossRemoting with JBoss 4.0.5

2007-11-12 Thread [EMAIL PROTECTED]
Hi Kalyan, If I understand correctly, you have a standalone Remoting application that you want to integrate into the Application Server. The main thing you would need to understand is how to tell the AS to start the server side of your Remoting application. This is done by way of

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging 1.2 and JBoss AS 4.2.2

2007-11-12 Thread ikarius
Thank you for your answer. I've made some progress on that way and remote JMS now works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103570#4103570 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103570

[jboss-user] [JBoss Portal] - Re: how to order pages in jboss portal

2007-11-12 Thread relatedtowork
HI, I added the order property for all the pages. but the information is lost when i restart the server. What can i do now? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103573#4103573 Reply to the post :

[jboss-user] [JBoss Seam] - s:selectItems and subclasses

2007-11-12 Thread MSchmidke
Hello all, I'm not quite sure whether this is a seam problem or a general JSF problem, but perhaps you can help me. I have problems getting the right h:selectOneMenu highlighted caused by Hibernate proxy class hierarchie. I am using a h:selectOneMenu together with s:selectItems and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread jaikiran
See if this helps http://www.jboss.com/index.html?module=bbop=viewtopicp=3982206#3982206. I guess you too have the META-INF folder name in lower case. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103575#4103575 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Charts

2007-11-12 Thread hispeedsurfer
Here is an example based on engelme idea that is working for me import java.io.IOException; | import java.io.Serializable; | | import org.jboss.seam.annotations.Name; | import org.jfree.chart.ChartFactory; | import org.jfree.chart.ChartUtilities; | import org.jfree.chart.JFreeChart;

[jboss-user] [JBoss Seam] - Re: null injected values

2007-11-12 Thread andreigh.ts
I cannot find a JIRA issue about this? Should I raise one? Can anybody confirm is a bug? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103577#4103577 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103577

[jboss-user] [JBossWS] - Re: how to create WS from wsdl

2007-11-12 Thread jtestori
regarding creation of ws from wsdl, take a look at http://jbws.dyndns.org/mediawiki/index.php/Wsconsume View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103578#4103578 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103578

[jboss-user] [JBoss Seam] - Re: Checking roles after logout

2007-11-12 Thread adamw
Hello, I created a demo app and posted a jira on this: http://jira.jboss.org/jira/browse/JBSEAM-2239 -- Adam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103580#4103580 Reply to the post :

[jboss-user] [JBoss Seam] - Seam 2.0.0.GA - No application context active

2007-11-12 Thread w17chm4n
I get a following exception while trying to deploy my webapplication with Seam 2.0.0.GA | 10:30:56,983 INFO [Initialization] done initializing Seam | 10:30:56,983 ERROR [StandardContext] Error listenerStart | 10:30:56,983 ERROR [StandardContext] Context [/inquisitor] startup failed due

[jboss-user] [JBoss Seam] - Re: DataModel bug in Seam 2

2007-11-12 Thread andreigh.ts
anonymous wrote : We had a similar behavior after migrating to 2.0.0CR2. We changed the scope of the DataModel to PAGE and the problems vanished. I don't think PAGE context works if you have s:link or s:button in the page, because they don't propagate the PAGE context. View the original post

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA - No application context active

2007-11-12 Thread w17chm4n
Sry wrong logs ;) 10:30:48,381 INFO [TomcatDeployer] deploy, ctxPath=/inquisitor, warUrl=.../tmp/deploy/tmp62417Inquisitor.ear-contents/webapp-exp.war/ | 10:30:49,551 ERROR [STDERR] java.lang.IllegalStateException: No application context active | 10:30:49,552 ERROR [STDERR] at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread sinha.techie
yes , it was in upper case , but changing that also , caused a lot of exceptions as it was .. can't find the reason for it.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103585#4103585 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Timer in workflow

2007-11-12 Thread kukeltje
please search the forum first... (the blue search text with the magnifying glass in front of it) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103586#4103586 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103586

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread sinha.techie
sorry , I wrote wrong it was in lower case , I changed it to upper case... but it didn't solved the problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103587#4103587 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with jBPM 3.2.2 + JBoss AS 4.2.2

2007-11-12 Thread kukeltje
Did you do a checkout of cvs-head? Or the 3.2.2 tagged version? The former is under development, but still it should not happen. I'll notify the developer who is workin on this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103589#4103589 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread sinha.techie
well , as we can see above . it says Could not initialise deployment.. at server/default/deploy/jboss-aop-jdk50.deployer/ any idea , why this exception can come ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103588#4103588 Reply to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread jaikiran
sinha.techie wrote : sorry , | I wrote wrong it was in lower case , I changed it to upper case... | | but it didn't solved the problem You have to change it for each and every META-INF folder which is in lower case. Look through the exception stack traces and change them all to upper

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster on Multihomed zone

2007-11-12 Thread rajeshchande
Hello Bela, As suggested, I have changed the tc5-cluster-service.xml as shown below and session replication now works fine. ## | vi /apps/jboss/current/server/devl-cluster-01/deploy/tc5-cluster-service.xml | --- | --- | --- | Config |

[jboss-user] [JBossCache] - JBossCache on JBoss 4.2.1.GA - Two Nodes not replicating

2007-11-12 Thread burakbayramli
Hi all, I wrote a simple Hibernate example and deployed this on two nodes in a cluster. I start the cluster using run.sh -c all method. I wrote a stress test that would randomly choose an object ID and a node, and do persist() on one node and then find() on another. I see no SELECT

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread sinha.techie
hey , the server started without exceptions.. but can'e tsee any thing on port 8080on browser... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103593#4103593 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:selectItems, entity-query, convertEntity stop working

2007-11-12 Thread enrico256
Have a look at http://jira.jboss.org/jira/browse/JBSEAM-1648 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103596#4103596 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103596

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread jaikiran
What url are you using to access the server? Use http://localhost:8080 For more details see http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103597#4103597 Reply to the post :

[jboss-user] [JBoss Messaging] - Poss solution frequent deadlocks on SQLServer

2007-11-12 Thread Jeremy Stone
When using SQLServer for the persistence back-end for JBoss Messaging we have been experiencing a large number of deadlocks when consumer thread transactions are committed: | 2007-11-12 10:26:29,088 431718 WARN [org.jboss.messaging.core.impl.JDBCSupport] (Thread-42:) SQLException caught,

[jboss-user] [JBoss Seam] - Warning messge from no-conversation-view-id

2007-11-12 Thread clemente.cioffi
Hi, I'd like to know if it is possible to customize the warning message The conversation ended, timed out or was processing another request coming up when the current conversation-id is not valid. Thanks View the original post :

[jboss-user] [JBoss Seam] - Re: Checking roles after logout

2007-11-12 Thread [EMAIL PROTECTED]
Thanks, I've fixed this in CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103601#4103601 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103601 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: problem with characters encoding

2007-11-12 Thread drim
nobody ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103602#4103602 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103602 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Seam 2.0.0.GA and JAAS integration

2007-11-12 Thread manuel.martin
Hello, First of all, sorry for my english. Is not my first language :/ I'm trying to integrate a Seam application with my custom JAAS Login Module of JBossAS 4.2.2.GA. I add the Login Module to JBoss login-config.xml: | application-policy name=webLogin | authentication |

[jboss-user] [JBoss Seam] - ClassCastException SerializableProxy when switching to STAT

2007-11-12 Thread baspet
Hi, switching STATE_SAVING_METHOD to client on web.xml, i am getting ClassCastException with message: cannot assign instance of org.hibernate.proxy.pojo.javassist.SerializableProxy to field someField. I am using EntityQuery as backing bean and the exception happens when a form containg

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.0GA + Maven2 doesn`t work...

2007-11-12 Thread [EMAIL PROTECTED]
This is the first iteration of Maven support in Seam, so we need your feedback to get it better for the next releases. An example using maven will go a long way to helping I hope. Seam 1.2 didn't support Maven, so thats just a basic POM generated by Maven, Seam 2 does (so has a lot of

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread sinha.techie
yes sir , I am using http://localhost:8080/ even that -b 0.0.0.0 didn't worked ... and can you explain me the idea behind the above -b 0.0.0.0 , I didn't get it properly . What can be the reasons for the above problem , I see the page completely blank at port 8080 , and there is no

[jboss-user] [JBossWS] - Information about deployed service

2007-11-12 Thread abdujaparov
Hi, I've deployed a service on jbossws 2.0.1, with the library jbossws-spi-1.0.0.GA.jar I succed to find information about the starting time of the service the number of request and other statistics. Now I would find information about the service like the encryption or authorization, Does it

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA is out

2007-11-12 Thread [EMAIL PROTECTED]
Not significantly, no - just make sure you update to the libraries included with the GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103613#4103613 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103613

[jboss-user] [JBoss Seam] - How inject List in Context

2007-11-12 Thread mirlabraga
How inject List on Context? I want inject a List of Object on Context of the apllication. However happen error. | | @Name(mailExample) | @Scope(ScopeType.SESSION) | public class MailExample | { | | @In | @Out(scope=ScopeType.CONVERSATION) | private ListObject

[jboss-user] [JBoss Seam] - Re: How inject List in Context

2007-11-12 Thread mirlabraga
mirlabraga wrote : How inject List on Context? | | I want inject a List of Object on Context of the apllication. However happen error. | | | | | | @Name(mailExample) | | @Scope(ScopeType.SESSION) | | public class MailExample | | { | | | | @In | |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread jaikiran
sinha.techie wrote : | I see the page completely blank at port 8080 , and there is no response at the server ... Can you post the logs that you see on the console when the server has started completely? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread sinha.techie
[EMAIL PROTECTED]:/media/LPartition/jboss-4.2.1.GA/jboss-4.2.1.GA/bin# ./run.sh = JBoss Bootstrap Environment JBOSS_HOME: /media/LPartition/jboss-4.2.1.GA/jboss-4.2.1.GA JAVA: /home/gaurav/jdk1.5.0_11/bin/java

[jboss-user] [JBoss Portal] - Re: IPC betweens Portlets in two war Files

2007-11-12 Thread PMN
I have 3000 and more portlet instances, it takes 45 mn to start the server in one war file, so I split it up artificially. In a war file I cannot declare a portlet instance that refers to (portlet-ref) a portlet in another war file. I believe I could do that programmatically but not with

[jboss-user] [EJB 3.0] - Re: jpa2web: generates ajax webapps from JPA annotated beans

2007-11-12 Thread mgurmendez
Dear Morten, Thanks for pointing that out. In fact there is a bug in the current release in terms of the support for long and byte. Later on today we'll upload a new release with the correction. Thanks a lot! Maximo View the original post :

[jboss-user] [JBoss Seam] - Re: RichText support in PDF

2007-11-12 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1552 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103624#4103624 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103624 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Incremental Hot deploying and servlets

2007-11-12 Thread [EMAIL PROTECTED]
You can load Seam components from the servlet deployed in WEB-INF/classes but not vice-versa. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103625#4103625 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103625

[jboss-user] [JBoss Seam] - Re: seam CLassloader problems/quartz

2007-11-12 Thread [EMAIL PROTECTED]
I think it should be /WEB-INF/xxx.properties. Better to use Seam's Resouces.getResouce() method as it checks all classpaths in your app. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103629#4103629 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread sinha.techie
I was using apache tomcat earlier , but I unistalled it last week .and it used to work fine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103628#4103628 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103628

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread jaikiran
anonymous wrote : 17:08:25,481 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 The logs do show that the server started up fine. Do you have any firewall installed which might be blocking the request? Also, does http://127.0.0.1:8080 work? View the original post :

[jboss-user] [JBoss Seam] - Re: Does @Begin(join=true) works in SeamTest?

2007-11-12 Thread [EMAIL PROTECTED]
Post the test. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103630#4103630 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103630 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Incremental Hot deploying and servlets

2007-11-12 Thread ivicac
And components can be in dev directory? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103631#4103631 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103631 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Does @Begin(join=true) works in SeamTest?

2007-11-12 Thread [EMAIL PROTECTED]
(Yes it does, see booking example tests) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103632#4103632 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103632 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Error using Eclipse Hibernate Tools for JPA after greati

2007-11-12 Thread shivdeepk
Is this a bug? I am following the top-down approach with hibernate. I have my domain model and would like to forward-engineer the database schema. My understanding is that Hibernate Tools can take over right after the project is created using seam-gen. View the original post :

[jboss-user] [JBoss Seam] - Re: How to configure Seam to use the EntityManagerFactory co

2007-11-12 Thread [EMAIL PROTECTED]
You can inject the EntityManagerFactory into the ManagedPersistenceContext using components.xml persistence:managed-persistence-context name=entityManager entity-manager-factory=#{entityManagerFactory}/ View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread sinha.techie
no , I don't have any firewall... also apache was working fine earlier..till last week also , there is no firewall configured in ubuntu by default , It have iptable , but its not configured , so its disabled . moreover , apache was working fine earlier at this port ...

[jboss-user] [JBoss Seam] - Re: f:selectItems tag = exception when filled by getResul

2007-11-12 Thread [EMAIL PROTECTED]
Not supported by JSF spec http://java.sun.com/javaee/javaserverfaces/1.2/docs/api/javax/faces/component/UISelectItems.html Better use s:selectItems View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103638#4103638 Reply to the post :

[jboss-user] [EJB 3.0] - generated WSDL with NetBeans and JBoss4.2.2

2007-11-12 Thread Bingyan44
How can I get the WSDL with JBoss4.2.2 and NetBeans 5.5 Thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103637#4103637 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103637

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread sinha.techie
http://127.0.0.1:8080/ doesn't work . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103639#4103639 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103639 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Component j_id22 not instance of org.richfaces.component

2007-11-12 Thread nevez
I solved the problem, as i suspected there was a problem with classloading, in \jboss-4.2.0.GA\server\default\deploy\jboss-web.deployer\META-INF\jboss-serice.xml i changed UseJBossWebLoader to true and used the following code to create component: | private HtmlDropDownMenu menu; | public

[jboss-user] [JBoss Seam] - Re: EntityQuery restriction help

2007-11-12 Thread [EMAIL PROTECTED]
Post the WHOLE stack trace View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103641#4103641 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103641 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to start jbpm business process from an async quartz

2007-11-12 Thread [EMAIL PROTECTED]
Please file a JIRA issue for this, looks like a bug to me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103644#4103644 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103644 ___

[jboss-user] [JBoss Seam] - Re: converting time for selectOneMenu displaying time only

2007-11-12 Thread [EMAIL PROTECTED]
I don't understand where java.sql.Time comes into it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103643#4103643 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103643 ___

[jboss-user] [JBoss Seam] - Re: Running SeamTest-based tests inside an applicatoin serve

2007-11-12 Thread [EMAIL PROTECTED]
So you'll need to override init() :) Let us know how you get on. This could be of interest to others. You might also want to look at something like Selenium for testing inside an app server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103646#4103646 Reply

[jboss-user] [JBoss Seam] - Re: Seam quartz, how to start scheduler after server start?

2007-11-12 Thread [EMAIL PROTECTED]
How do you run it at startup? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103647#4103647 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103647 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: generate a security.drl file with seam-gen

2007-11-12 Thread [EMAIL PROTECTED]
No, its not currently possible. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103648#4103648 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103648 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Step-by-Step Tutorial: Achieve Rapid Application Development

2007-11-12 Thread Techieexchange
Hi, I wrote a step-by-step screencast tutorial to make Seam development as RAD - Rapid Application Development with Eclipse and Tomcat, focusing on developer productivity.

[jboss-user] [JBoss Seam] - Re: multiple data sources

2007-11-12 Thread [EMAIL PROTECTED]
Normally you bind the connection to the PU programmatically in persistence.xml - but if your underlying JPA impl allows you to safely change the connection object then there is no problem in Seam (this isn't something offered by JPA afaik, I would ask in the Hibernate forum, assuming you use

[jboss-user] [JBossWS] - how to publish my own wsdl

2007-11-12 Thread tpawankumar
Hi All, I am migrating my web service from Weblogic to Jboss.I am using Jboss 4.2.1 GA and Jbossws 1.2.1 GA.I am using Jax-ws. I have wsdl file and i used top-down approach.When i deployed my application in jboss it is creating a different wsdl file. Is there any way to publish my own wsdl

[jboss-user] [JBoss Seam] - Re: converting time for selectOneMenu displaying time only

2007-11-12 Thread damianharvey
Nor do I. I'm assuming that Hibernate is using this based on the TemporalType.TIME. I've asked this question on the Hibernate forums as well, but no answer there yet. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103654#4103654 Reply to

[jboss-user] [JBossCache] - Re: JBossCache 2.0.0.RC3 unmarshallObject exception

2007-11-12 Thread tmp8914
Thanks a lot Jason, the with GA version it works! [EMAIL PROTECTED] wrote : This problem should have been fixed in the GA release. The base issue is that classloading behavior changed in JDK6. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103656#4103656 Reply

[jboss-user] [JBossCache] - Re: JBoss cache newbie question about using regions with POJ

2007-11-12 Thread [EMAIL PROTECTED]
You have left your eviction policy class as blank. This will disable eviction. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103658#4103658 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103658

[jboss-user] [Installation, Configuration DEPLOYMENT] - Random problem (Access is denied) while starting default JBO

2007-11-12 Thread kranjcec
Hi I have strange random problem when JBOSS-4.2.2.GA is starting. Jboss randomly has problem with writing TMP files - on almost every start problem is with different file. Sometimes JBoss is started without problem. This is default JBoss distribution, just unzipped and started. I'm working as

[jboss-user] [JBossCache] - Re: Would different system clocks on two machines cause prob

2007-11-12 Thread [EMAIL PROTECTED]
Depends on whether you use clock syncs for anything. JBoss Cache, implicitly, doesn't. Hibernate, for example, does since it maintains timestamps of updates and these are entered in the cache and this can be meaningless if clocks aren't in sync. View the original post :

[jboss-user] [JBossCache] - Re: Can JBossCache scale in such case

2007-11-12 Thread [EMAIL PROTECTED]
JBoss Cache uses a standard ObjectOutputStream to write your objects to a byte stream. If your class implements Externalizable instead of Serializable, you can implement writeExternal() and readExternal() to stream your class the way you want it. View the original post :

[jboss-user] [JBoss Seam] - Re: Random

2007-11-12 Thread [EMAIL PROTECTED]
Transcation not active nearly always points at earlier errors which caused the transaction state to become invalid. Here I would guess it is related to the PropertyNotFoundException - this would normally have a root cause. View the original post :

[jboss-user] [JBossCache] - Re: JBossCache on JBoss 4.2.1.GA - Two Nodes not replicating

2007-11-12 Thread [EMAIL PROTECTED]
is your cache set up for replication or invalidation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103666#4103666 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103666 ___

[jboss-user] [JBoss Seam] - Re: Does @Begin(join=true) works in SeamTest?

2007-11-12 Thread dmitriy.lapko
Yes, thank you, now it works. I didn't get conversationId when conversation started and didn't use it in constructor of the next FacesRequest... Actually, I thought it should work without explisit conversationId posting... View the original post :

[jboss-user] [JBoss Seam] - Re: EntityQuery.resultList contains all nulls after AJAX req

2007-11-12 Thread [EMAIL PROTECTED]
If you create a jira and attach a simple, runnable example of the bug (remember it needs to run outside your environment) we can take a look. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103667#4103667 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Error deploying jpa example from Seam 2 GA

2007-11-12 Thread [EMAIL PROTECTED]
Can you file a JIRA issue for this? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103669#4103669 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103669 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Integration testing Seam components with Maven

2007-11-12 Thread [EMAIL PROTECTED]
I can't find a JIRA issue for this. Please create a JIRA issue so we can track votes etc. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103671#4103671 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103671

[jboss-user] [JBoss Seam] - Re: Running SeamTest-based tests inside an applicatoin serve

2007-11-12 Thread dmitriy.lapko
Yes, I managed to run SeamTests inside application server. I create TestNG instance, set the list of tests and call method run with overwritten empty startJBossEmbededdedIfNecessary(because I'm using Tomcat). And to omit previous posted error I just start TestNG in a new Thread, so all Seam's

[jboss-user] [JBoss Seam] - Re: Separate ejb jar and war file, how to do jndi lookup

2007-11-12 Thread [EMAIL PROTECTED]
If you are using a container which supports Servlet 2.5 then you can use annotations to inject objects - I found http://www.javaworld.com/javaworld/jw-01-2006/jw-0102-servlet.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103674#4103674 Reply to the post

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server starting problem - urgent

2007-11-12 Thread sinha.techie
I compiled the source code again , and it worked now .. THnaks for the help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103677#4103677 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103677

[jboss-user] [JBoss Seam] - Seam Component as Richfaces Binding bean???

2007-11-12 Thread xinhua
yes, JSF binding bean could be a Seam Component. How about Richfaces binding bean? from Seam 1.2.1GA ~ 2.0.0GA , if i tried to use a Seam compoent as richfaces binding bean, followed exception tells me no way: Caused by: java.lang.IllegalArgumentException: argument type mismatch |

[jboss-user] [JBoss Seam] - Re: Question about SeamTest

2007-11-12 Thread dmitriy.lapko
BTW, my last 2 problems are solved. First, with long running conversation, shows, that it is really not so intuitive - to test Seam... In my test I didn't get conversationId and didn't pass it to next created FacesRequest. With second - I just start tests in a new Thread with overwritten empty

[jboss-user] [JBossCache] - Re: JBossCache on JBoss 4.2.1.GA - Two Nodes not replicating

2007-11-12 Thread burakbayramli
I used the default settings under 4.2.1 all/deploy/ejb3-entity-cache-service.xml which says REPL_SYNC So I believe I am setup for replication. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103682#4103682 Reply to the post :

[jboss-user] [JBoss Seam] - Re: handling FileUploadException exception

2007-11-12 Thread [EMAIL PROTECTED]
Please file a JIRA issue for this, we can see if we can work around it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103676#4103676 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103676

[jboss-user] [Messaging, JMS JBossMQ] - Retrieving MessageDrivenMetaData from MDB

2007-11-12 Thread paoletto
i'd like to know the value for an ActivationConfigProperty from inside my onMessage() method. I found that these values are stored as ActivationConfigPropertyMetaData inside a MessageDrivenMetaData object. But how can i retrieve this object? i see i should get a JMSContainerInvoker first (or

[jboss-user] [JBossCache] - Re: JBossCache on JBoss 4.2.1.GA - Two Nodes not replicating

2007-11-12 Thread burakbayramli
I meant; | attribute name=CacheModeREPL_SYNC/attribute | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103684#4103684 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103684

[jboss-user] [Security JAAS/JBoss] - j_security_check and the generated LoginContext

2007-11-12 Thread motte79
Is there a way to retrieve the LoginContext in an EJB ? I'd like to make it possible that the user can change his user-login-name. But always a user did such a change the UserPrinciple-Information holds the old name. I need to replace the SimplePrinciple with the user-login-name by the new

[jboss-user] [JNDI/Naming/Network] - Re: Utilizing Non-Default Datsource With JBOSS 4

2007-11-12 Thread waynebaylor
you'll need ojdbc14.jar in the server's lib dir and change oracle-ds.xml to use Oracle9i type-mapping. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103687#4103687 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103687

[jboss-user] [JBoss Seam] - Re: Separate ejb jar and war file, how to do jndi lookup

2007-11-12 Thread DamonChong
Thanks alot! Just what I wanted. ;-) [EMAIL PROTECTED] wrote : If you are using a container which supports Servlet 2.5 then you can use annotations to inject objects - I found http://www.javaworld.com/javaworld/jw-01-2006/jw-0102-servlet.html View the original post :

[jboss-user] [JBoss Portal] - Re: IPC betweens Portlets in two war Files

2007-11-12 Thread [EMAIL PROTECTED]
I see. This is not what we would call IPC though. It is not, indeed, currently possible to refer to portlets outside of the current web application in your deployment descriptors. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103693#4103693 Reply to the post

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Random problem (Access is denied) while starting default

2007-11-12 Thread [EMAIL PROTECTED]
We haven't QA'ed on Vista, nor on jdk1.6. You use both :-) Try downgrading to jdk1.5 and see if that works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103696#4103696 Reply to the post :

[jboss-user] [JBoss Seam] - Reporting and Security, ideas....

2007-11-12 Thread indyJones
Ok Seam pros, what is the recommended reporting engine? I have worked a little with Jasper reports. Building servlets that run the reports... My question is, can I hook these servlets into the Seam role based security? Or, should I use a different reporting engine? Flex? thanks indy View

[jboss-user] [Security JAAS/JBoss] - Re: j_security_check and the generated LoginContext

2007-11-12 Thread motte79
I investigated that i need all users currently logged in (because somebody else can change the username in the application for a currently logged in user.) This is somewhat stupid, but these are the requirements. Any ideas ? View the original post :

[jboss-user] [EJB 3.0] - Re: constraint violation issue.

2007-11-12 Thread waynebaylor
my first guess would be that the delete logic is missing something that would clean up this foreign key relationship. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103702#4103702 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Getting FacesMessages instance

2007-11-12 Thread [EMAIL PROTECTED]
No difference. Yes, you need create=true. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103703#4103703 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103703 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Issues regarding integration testing using seam-gen

2007-11-12 Thread tynor
Bump? Can anyone suggest what causes this sort of error? Our project gets the very same exception. Our testng tests worked fine under 2.0.0CR1, but when we upgraded to 2.0.0.GA, they all fail with the same error reported on this thread. We can't see any difference in the seam-gen'd

[jboss-user] [JBoss Seam] - Problem with hibernate @Min validation when running SeamTest

2007-11-12 Thread _polly
I have a bit of a problem with the Seam integration tests. I just added some Hibernate validation to our domain model, and it all worked pretty well for the app - I ran it and it looked OK, but it broke the Seam tests. My annotation was this: | @Min(value=0) | public int

[jboss-user] [JBoss Seam] - Re: Using an EJB3 in seam

2007-11-12 Thread [EMAIL PROTECTED]
Ok, but whats the deployed structure of your project? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4103709#4103709 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4103709 ___

  1   2   3   >