[jboss-user] [JBoss Seam] - wrong lib included for ear by seam-gen ?

2007-11-02 Thread codelion
Seam 2.0.0.CR2, seam-gen an ear application. In target name=ear I see include name=lib/janino-*.jar/ and include name=lib/richfaces-api*.jar / which I think should be without dash include name=lib/janino*.jar/ because in the lib directory there is janino.jar and the other one should be

[jboss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2007-11-02 Thread ptuzla
(This post is a reply to a previous topic. I am opening a new topic because the old one doesn't allow me to post a reply) Although a bit too late, this might come handy for those who are stuck on 3.0.X versions of the GPD. Here is the solution: You'll have to modify a source file of the

[jboss-user] [JNDI/Naming/Network] - Re: jndi jboss service problem connecting

2007-11-02 Thread ByDcc
But I have read that JBoss has a naming service which can be accessed remotely. Reference from jboss4-j2ee.pdf: 2.2. The JBossNS Architecture The JBossNS architecture is a Java socket/RMI based implementation of the javax.naming.Context interface. It is a client/server implementation that

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-11-02 Thread milli
cingram, Were you able to upload files from flex to seam? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101158#4101158 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101158

[jboss-user] [JBoss Seam] - Re: Conversation scope questions

2007-11-02 Thread [EMAIL PROTECTED]
The conversation is tied to the request parameter, not the tab. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101251#4101251 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101251

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Is it possible to create a new Session ID using session.inva

2007-11-02 Thread jbosstak
For the following code?I was able to create a new Session ID under Tomcat5.5. However, Session ID was the same under JBoss4.21GA. session = request.getSession(true); | out.println(session id= + session.getId()); | | request.getSession(true).invalidate(); | session =

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Roll Back not working

2007-11-02 Thread saulat78
I am getting a null pointer after setting use-java-contextfalse/use-java-context to true in my datasource-ds.xml | java.lang.NullPointerException | at DTCTestBean.performTransaction(DTCTestBean.java:94) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) View the

[jboss-user] [JBoss jBPM] - May I references ProcessInstances from my own entities?

2007-11-02 Thread MSchmidke
Hello! I have a JBPM installation which integrates with my own Hibernate entities in a EJB3 container managed environment (with JbpmContext.setSession() and so on). It is no problem to store my own entities as process variables, for example. Is the inverse way even allowed? May I have a

[jboss-user] [Beginners Corner] - Re: Rollback not working

2007-11-02 Thread saulat78
I am getting a null pointer after setting use-java-contextfalse/use-java-context to true in my datasource-ds.xml | java.lang.NullPointerException | at DTCTestBean.performTransaction(DTCTestBean.java:94) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) View the

[jboss-user] [JBoss Seam] - Re: Conversation scope questions

2007-11-02 Thread [EMAIL PROTECTED]
Its all in every download (its all LGPL) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101262#4101262 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101262 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Roll Back not working

2007-11-02 Thread saulat78
Hello I have a Stateless EJB, that is performing two transactions via DAOs, the first DAO inserts the record, then I am explicitly throwing exception in the second DAO and it fails to add record, then I expect the ut.rollback() method to roll back my first record but it is not doing so, can any

[jboss-user] [Beginners Corner] - Rollback not working

2007-11-02 Thread saulat78
Hello I have a Stateless EJB, that is performing two transactions via DAOs, the first DAO inserts the record, then I am explicitly throwing exception in the second DAO and it fails to add record, then I expect the ut.rollback() method to roll back my first record but it is not doing so, can any

[jboss-user] [JBossWS] - JBoss, JXB and NetBeans

2007-11-02 Thread aroppone
Hi! I'm using Netbeans 5.5 and JBoss 4.0. I'd like to make a web service and I've written XML Schemas (or it was already made) that descripes message contents (GetMatadataRequest and GetMetadataResponse). I know that there is a tool , XJC, that can convert those Schemas to Java classes. How

[jboss-user] [JBoss jBPM] - Re: where can i found source of jbpm taglib

2007-11-02 Thread kukeltje
the taglibs are created from the source in jbpm4jsf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101272#4101272 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101272 ___

[jboss-user] [JBoss Seam] - Re: Configuring MultipartFilter

2007-11-02 Thread skanky78
no, i don't want to override it...i just want to configure (set maximum file size property) the original one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101271#4101271 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Roll Back not working

2007-11-02 Thread saulat78
I am getting a null pointer after setting use-java-contextfalse/use-java-context to true in my datasource-ds.xml | java.lang.NullPointerException | at DTCTestBean.performTransaction(DTCTestBean.java:94) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) View the

[jboss-user] [JBoss Seam] - Re: identity authenticator method runs twice

2007-11-02 Thread [EMAIL PROTECTED]
*login()* gets called once, *authenticate()* many times. This seems to me to perfectly acceptable behaviour. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101280#4101280 Reply to the post :

[jboss-user] [JBoss jBPM] - Examples Error

2007-11-02 Thread ruds
Hello there, I am new to JBPM and i was trying to run the examples found on the following tutorital http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted I am using the following JVM version: java version 1.4.2_09 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05) Java

[jboss-user] [JBoss Seam] - Re: identity authenticator method runs twice

2007-11-02 Thread jgreene
Thanks, Shane. That makes sense. Is it documented anywhere else, and is it configurable? I'd like to consider using the Identity feature, but we need to track failed logins and can't allow multiple login() executions with only one user action. View the original post :

[jboss-user] [JBoss Seam] - Re: Conversation scope questions

2007-11-02 Thread JohnFish
I dont understand. The framework must have a way to distinguish between browser tabs. You mentioned that a request param is set. Where is this set? What does it contain? And how is this useful to distinguish between browser tabs? What happens in the session level if a different conversation is

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Is it possible to create a new Session ID using session.

2007-11-02 Thread [EMAIL PROTECTED]
You can't create a new SessionID when you have received a SessionID in the request. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101252#4101252 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101252

[jboss-user] [JBoss Seam] - Seam Resource (Articles/Tutorials) links

2007-11-02 Thread lisaanm
Hi, I think SEAM is getting better and better, which became a challenge for other big competitors in this area. Moreover, lot of people started getting around Seam for their projects. In order to help people to increase knowledge with Seam, i planned to post some of my Seam bookmarks. Here

[jboss-user] [JBoss Seam] - Re: Conversation scope questions

2007-11-02 Thread JohnFish
But how is this request parameter used to distinguish between tabs? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101245#4101245 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101245

[jboss-user] [JBoss Seam] - Re: Conversation scope questions

2007-11-02 Thread JohnFish
Ok. Thats what I meant before. My question is how does the framework know about browser tabs? Since it lies on the server it only sees incoming http requests. Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101241#4101241 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Conversation scope questions

2007-11-02 Thread [EMAIL PROTECTED]
Ok. It uses a request parameter (get or post dependent on whether its a link or a form). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101244#4101244 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101244

[jboss-user] [JBossWS] - Re: NoSuchMethodError exception on webservice invocation

2007-11-02 Thread alfred.rsa
Hi guys I took the exact same web service and deployed it in my web module and now it works. What could be the reason that it does not work when deploying in the ejb module? Regards Alfred View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101234#4101234 Reply

[jboss-user] [JBoss Seam] - Re: Custom hibernate validator causes InvalidStateException

2007-11-02 Thread [EMAIL PROTECTED]
We don't use the complexity field. Scheduling is done on severity, number of votes etc. As this is a feature request with one vote its not high up the priority list. If you want to create a patch that will speed up its progress :) View the original post :

[jboss-user] [Remoting] - LeasePinger error after Timer thread death + fix (happens in

2007-11-02 Thread fatbatman
We're using remoting within a applet based application. If the user navigates away from the page the browser plugin kills off various threads related to applet (I'm not 100% sure how it decides what is killed and what isn't). The JVM continues running. If the user returns to the applet,

[jboss-user] [JBoss Seam] - Re: s:fileUpload not actually sending output?

2007-11-02 Thread [EMAIL PROTECTED]
No. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101213#4101213 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101213 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: s:fileUpload not actually sending output?

2007-11-02 Thread wiberto
So what's the next step here? Entering a JIRA issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101362#4101362 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101362 ___

[jboss-user] [JBoss Messaging] - Re: can not catch excption when jboss as is down

2007-11-02 Thread nkhadakk
update for anybody with similar issues : Updating to Messaging 1.4SP1 + remoting 2.2.2SP1 + JBoss AS 4.2.2GA has helped iron out a couple of nagging issues related to JMS provider boucing with Listeners attached. View the original post :

[jboss-user] [JBoss Portal] - Re: order of portlets in page layout not maintained once the

2007-11-02 Thread relatedtowork
Hi THanks for the reply. does it mean i need to change parent-refdefault.default/parent-ref if-existsoverwrite/if-exists to parent-refdefault.default/parent-ref if-existskeep/if-exists i have read in the tutorial Instructs the

[jboss-user] [JBoss Portal] - Re: order of portlets in page layout not maintained once the

2007-11-02 Thread [EMAIL PROTECTED]
Don;t use overwrite in -objects.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101370#4101370 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101370 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Serious Classloader Problems

2007-11-02 Thread rkapil
thejavafreak wrote : What JBoss version are you using? Try using JBoss 4.0.5 and don't add myfaces library in WEB-INF/lib. I'm using 4.0.5GA. Like I said, we had to remove the myfaces libraries from jbossweb-tomcat55.sar\jsf-libs because they conflicted with the JSF libraries used by other web

[jboss-user] [Installation, Configuration DEPLOYMENT] - Can not deploy simple WAR in JBoss 5.0.0Beta2

2007-11-02 Thread klagace
Hi all, I'm cutting my teeth with JBoss5.0.0Beta2, Struts2 and Google Guice and have come across what appears to be a classloading issue. The WAR I created deploys successfully in JBoss4.0.3 and fails with 5.0.0Beta2. The exception I receive is: 10:58:48,796 ERROR [[/templateWAR]] Exception

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can not deploy simple WAR in JBoss 5.0.0Beta2

2007-11-02 Thread klagace
An additional note, when I cut and paste the web.xml content for some reason the open and closing filter tag that go around filter-name and filter-class didn't come across in the message (but it's there, trust me) View the original post :

[jboss-user] [JBoss Seam] - Re: MyFaces, Seam and JBoss 4.2.1 GA problem

2007-11-02 Thread maykellff
ok, thank you very much, i'm much more clear now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101361#4101361 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101361 ___

[jboss-user] [JBoss Tools (users)] - Re: file permision prob

2007-11-02 Thread [EMAIL PROTECTED]
sounds like you got jboss and eclipse on two different filesystems and that triggers a bug in beta2. Use nightly builds to get a fix for it or put eclipse and jboss on the same filesystem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101358#4101358 Reply

[jboss-user] [JBoss Seam] - Re: I need help with scope type

2007-11-02 Thread rcherchi
Here is what happens when I change scope from SESSION to PAGE and try to redeploy my application: 2007-11-02 15:57:05,989 INFO [org.jboss.seam.Component] Component: localSearchManager, scope: PAGE, type: JAVA_BEAN, class: com.easycity.ejb.search.LocalSearchManagerBean | 2007-11-02

[jboss-user] [JBoss Portal] - Re: Hiding a page in jbossportal 2.6.1

2007-11-02 Thread relatedtowork
i got the solution. Changed the default portal level from view-recursive to view (only) for users of the unchecked role. Change the default page of the default portal to view (only) for users of the unchecked role. anyone facing the same problem can refer the follwing URL

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2007-11-02 Thread [EMAIL PROTECTED]
OK, unless your image or css file is the welcome page in the root webapp, you haven't directly requested the image or css; you've requested an html document, and the browser then requests the image or css when it parses the html of your welcome page. So, let's pretend the name of the image

[jboss-user] [JBoss Messaging] - JBoss Messaging and MySQL

2007-11-02 Thread haagenhasle
Hi! I'm using JBoss Messaging as a part of JBossESB 4.2.1GA, and I'm trying to switch from hsqldb to MySQL. I've followed instructions I've gotten in the JBossESB forum, but I have one final (?) problem, and was told to go ask you guys here.. I get this WARN statement when I start the

[jboss-user] [JBoss Seam] - exception handling in pages.xml: message params possible?

2007-11-02 Thread skanky78
hi, i tried the following way but without success: pages.xml exception class=org.jboss.seam.web.FileUploadException | redirect view-id=/pages/error.xhtml | message severity=ERROR#{messages['error.fileUpload']}/message |

[jboss-user] [JBoss jBPM] - Re: pooled actors

2007-11-02 Thread armita
I also find out that you can set somethng like actor-id=actorId in the assignment when defining it as a pooled actor. But Jbpm gives an error informing that it could not find the pooled actor. My question is how can I set up the pooled actors so that Jbpm could find them. View the original

[jboss-user] [JBoss Portal] - Re: Problems with SynchronizingLoginModule

2007-11-02 Thread gspillman
Have created the following JIRA bug reports: SynchronizingLoginModule synchronizeRoles still syncs existing roles when set to false http://jira.jboss.com/jira/browse/JBPORTAL-1778 SynchronizingLoginModule prevents access to Dashboard http://jira.jboss.com/jira/browse/JBPORTAL-1779 I was unable

[jboss-user] [JBoss Seam] - Re: HTTPS redirection

2007-11-02 Thread kukeltje
[EMAIL PROTECTED] wrote : To answer the other question, there is no way that Seam can know that a request coming from the web server through a connector was originally SSL-encoded. Can't you just set a http header in apache with the correct module that can be parsed by seam? View the original

[jboss-user] [JBoss Tools (users)] - Re: file permision prob

2007-11-02 Thread dayanand_ag
Could u please post how this probllem was overcome. I am seeing same error. - 23:38:31,654 INFO [Server] Starting JBoss (MX MicroKernel)... 23:38:31,655 INFO [Server] Release ID: JBoss [Zion]

[jboss-user] [JBoss Portal] - Re: Hiding a page in jbossportal 2.6.1

2007-11-02 Thread [EMAIL PROTECTED]
You should read the reference guide for your 2 questions, it's all explained there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101327#4101327 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101327

[jboss-user] [JBoss Seam] - Re: MyFaces, Seam and JBoss 4.2.1 GA problem

2007-11-02 Thread maykellff
ok, i change and begin to use JSF RI, but then emerge 2 questions: 1:- An old application that uses myfaces can't be deployed in JBoss 4.2.x? 2:- How can i use Tomakwou, Sambox, Trinidad and other component libraries, i have to include them in my WEB-INF/lib, those component libraries are

[jboss-user] [JBoss Portal] - Re: Unable to Consume Remote Portlet

2007-11-02 Thread [EMAIL PROTECTED]
The error could indeed be useful but this is not what I am asking for. getServiceDescription is one of the first messages that a consumer would send to a producer to learn about its capabilities. I would need to see the response to that request to see what Websphere sends... I would suggest

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-11-02 Thread [EMAIL PROTECTED]
The propagation=none is done on the view *before* the @Begin is encountered so we don't know whether it is coming up ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101319#4101319 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Custom hibernate validator causes InvalidStateException

2007-11-02 Thread [EMAIL PROTECTED]
No. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101318#4101318 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101318 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Portal] - Hiding a page in jbossportal 2.6.1

2007-11-02 Thread relatedtowork
hi, i am using jbossportal 2.6.1 i am facing the following problem: I have say 5 pages. page1 page2 page3 page4 page5 Now the page 4 should be only visible by users of the admin role. How can this be achieved? View the original post :

[jboss-user] [JBoss Seam] - Re: Custom hibernate validator causes InvalidStateException

2007-11-02 Thread Sefai
Can we do something like this: always return true from isValid and somehow reflect the real isValid to the column validation, but I dont know the somehow part. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101312#4101312 Reply to the post :

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

2007-11-02 Thread relatedtowork
hi, i am using Jbossportal 2.6.1. i create say 5 pages in jbossportal. Say the pages are named page1 page2 page3 page4 page5. i need the pages to be displayed in a specific order Say for example the order is page5 page3 page1 page4 page2 how can this be achieved View the original post :

[jboss-user] [JBossCache] - Re: JDBCCacheLoader problem in java application

2007-11-02 Thread gmeroz
this class only extends JDBCCacheLoader to change the table name on runtime (something i used for testing). When i use the original JDBCCacheLoader it's the same. i'll try your demo... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101307#4101307 Reply to

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-11-02 Thread gus888
Hi Pete, I don't know whether you can a functionality to Seam conversation Manager.java: as long as a user start @Begin, system will add propagation=none to the current/active conversation, then system will start a new current/active conversation. If you like, I can create JIRA. Thank you very

[jboss-user] [JBoss Portal] - instance of class JBossPortlet and portlet instance

2007-11-02 Thread PMN
WITHIN a virtual portal there is ONE instance of java class JBossPortlet PER Portlet and NOT PER Dportlet instance. Could you confirm? portlet meaning DEFINED in portlet.xml , true ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101301#4101301 Reply to the

[jboss-user] [JBoss Seam] - Getting the current URL in Seam

2007-11-02 Thread demetrio812
Hi, I want to make the send this page to a friend function and put in all pages, how can I get the URL of the page I am in (with all the parameters too) so I can put in the form? Also I want to do a Print button that reload the same page adding a param that says to the template.xhtml to do not

[jboss-user] [JBossCache] - Re: JDBCCacheLoader problem in java application

2007-11-02 Thread [EMAIL PROTECTED]
Ah, I just noticed one important thing - your configuration uses com.bevents.infra.service.cache.JDBCCacheLoader instead of the JDBCCacheLoader shipped with JBoss Cache. Not sure what impact this has on how connections are managed. View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: jndi jboss service problem connecting

2007-11-02 Thread jaikiran
The JNDI tree is itself divided into different namespaces. The java: namespace is meant for clients within the same JVM. Then there is the java:comp/env which for each application/component. There is also a Global namespace which is accessible for all (local as well as remote clients). So if

[jboss-user] [JBossCache] - Re: JDBCCacheLoader problem in java application

2007-11-02 Thread [EMAIL PROTECTED]
I wrote a unit test to incorporate pretty much what you are trying to test, with a few changes: * Uses core cache instead of pojo cache, since this shouldn't be a factor in your test * Uses Derby instead of Oracle, easier to set up and tear down during a unit test * Tested on SVN trunk (2.1.0)

[jboss-user] [JBossCache] - Re: Strange ClassCastException in OptimisticCreateIfNotExist

2007-11-02 Thread spennec
Hi Manik, I've sent a bunch of logging statements to a file, using log4j and a TRACE level appender. This situation is a real problem for my project, thanks a lot for your help! :) Here they are: | | | 2007-11-02 16:02:43,986 413229 TRACE [org.jboss.cache.ReplicationQueue]

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

2007-11-02 Thread relatedtowork
Can the above mentioned thing be achieved through Jboss portal UI or does it need some modification in some config file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101352#4101352 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread timfox
The installation instructions in the JBM user guide should tell you what you need to know. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101348#4101348 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101348

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread haagenhasle
I see from my logs that the reason the Table 'juddidb.jbm_postoffice' doesn't exist message appears, is initially because JBoss is not able to create the table. The first errormessage in my log is the following: 2007-11-02 16:45:35,335 DEBUG

[jboss-user] [JBoss Seam] - Re: identity authenticator method runs twice

2007-11-02 Thread jgreene
Pete - My login method was executing more than once because I put the following line in my components.xml file: security:identity authenticate-method=#{loginManager.login} / Of course, at the time, I wasn't aware that the authenticate method executed more than once. I certainly trust you

[jboss-user] [JBoss Seam] - Re: MyFaces, Seam and JBoss 4.2.1 GA problem

2007-11-02 Thread [EMAIL PROTECTED]
1) Yes, but thats not a question for the Seam forum - try the AS forum 2) There is no change as to using Tomahawk, Sandbox and Trinidad View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101321#4101321 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam blog example

2007-11-02 Thread hiasi29
Hi Joshua, Thanks a lot, this did indeed solve the Classnotfound exception! I finally managed to deploy the whole example in eclipse without any exceptions, but it didn't quite look the same as deployed via the build.xml that comes with it. It seems that there would be quite some configuration

[jboss-user] [Clustering/JBoss] - Re: Nodes not join Cluster - UDP discarded Message

2007-11-02 Thread jboss_cody
Ok, I've tested my connection from one vm to the other using McastSenderTest and McastReceiverTest. I used the send_on_all_interfaces, and receive_on_all_interfaces options and the responses were displayed correctly. That leads me to believe that my cluster configurations are where the

[jboss-user] [JBossCache] - Re: Strange ClassCastException in OptimisticCreateIfNotExist

2007-11-02 Thread [EMAIL PROTECTED]
it helps a bit (the CCE happens when replaying transaction modifications on remote instances during a commit) but the logs aren't very detailed. Between the DEBUG 14:26:47,422 Adding Method MethodName: _put; MethodIdInteger: 3; Args: (GlobalTransaction:10.23.65.38:1214:72, |

[jboss-user] [JBoss Seam] - Re: Seam, Cache and EJB

2007-11-02 Thread tim_ph
Hibernate does that for you automatically. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101378#4101378 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101378 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread timfox
haagenhasle wrote : I | Has anyone got this working with MySQL? | Of course. MySQL is the database most users use and we test heavily against it. If you following the installation instructions from the JBM user guide, and make sure you're using a supported DB. (see the wiki for list of

RE: [jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread Carl Trusiak
What version of MYSQL are you using? I was able to create this in mine. My version is 5.045. Perhaps you need yo update your MYSQL version -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of haagenhasle Sent: Friday, November 02, 2007 11:54 AM To:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Session objects in Valves

2007-11-02 Thread nikola.zivkov
I need to create a custom access log valve similar to the FastCommonAccessLogValve which I guess is the default one used in Tomcat. The difference is that I want to output to more than one different log files depending on the value of a session object. The application for which the Valve will

[jboss-user] [JBossCache] - Re: Strange ClassCastException in OptimisticCreateIfNotExist

2007-11-02 Thread [EMAIL PROTECTED]
Ok, I answered my own question from your stack trace that this is on the remote instance, but still, some more logging would help a bit more. Thanks Manik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101282#4101282 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-11-02 Thread gus888
[EMAIL PROTECTED] wrote : The programmer would make the navigation link he clicks propagation=none Hi Pete, Thank you very much for your replies on my several Conversation discussion post. Could you please give me a details instruction in the following codes which I modified from the booking

[jboss-user] [JBoss Seam] - Re: Conversation scope questions

2007-11-02 Thread [EMAIL PROTECTED]
JohnFish wrote : I dont understand. The framework must have a way to distinguish between browser tabs. Why? The only way that conversations can move between tabs is by right clicking on a link which propagates the conversation via GET and choosing open in a new tab. anonymous wrote : You

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread [EMAIL PROTECTED]
Are you using JBoss Cache 2.x in your own application, or as a part of HTTP or EJB3 session replication? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101276#4101276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101276

[jboss-user] [Clustering/JBoss] - IIS+mod_jk, authentication does not work

2007-11-02 Thread roth
Hi I set up IIS with mod_jk and JBoss 4.2.2.GA. This works nicely until I try to access a password-protected site. I have tried with jmx-console, which I set up to use BASIC auth, and with XWiki, which uses FORM auth. Whenever I access the site, I get a BASIC-style login popup that accepts no

[jboss-user] [JBoss Seam] - Re: Seam with WAS 6.1 EJB3 feature pack

2007-11-02 Thread lisaanm
Hi, I also tried SEAM+EJB 3.0 with/without feature pack on WAS 6.1 but no success yet. My next try is on : http://www-306.ibm.com/software/webservers/appserv/community/ They say its a Java EE5 server. I'll post my coments after testing a SEAM EJB 3.0 example on that server. If anyone

[jboss-user] [JBoss Seam] - seam+gwt problem

2007-11-02 Thread romant1
Hi guys, I am trying to use gwt with seam, but when I deploy my application (actually the same as presented in examples in the seam package when you download it). There is no problem to build it, deploy as EAR and run. But when I try to push a button to call my own RPC method

[jboss-user] [Installation, Configuration DEPLOYMENT] - Hot deploy causes OutOfMemoryError: PermGen space

2007-11-02 Thread basca
After several deployments of my WAR, by copying new builds to the deploy directory of a running JBoss instance, I encounter OOMs as illustrated in the following log fragment: 18:13:56,799 ERROR [ContextLoader] Context initialization failed | 18:13:58,893 ERROR [[/mywar]] Exception sending

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread haagenhasle
I was merely trying to be polite by asking if someone had got this working with MySQL, I wasn't trying to be rude. I was using MySQL 4.1.22, which is the version that is specified in the mysql-persistence-service.xml, as well as the version specified on the wiki. (By the way, it seems the

[jboss-user] [JBoss Portal] - order of portlets in page layout not maintained once the ser

2007-11-02 Thread relatedtowork
hi, i use jboss portal 2.6.1 i am facing a problem. i login as admin. i try to cahnge the page layout of a page. Say i add 3 portlets to a page in the centre region. i change the order of the portlets. i then restart the server. the ordering of the portlets change. I have to again go to admin

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread alauro
I'm sorry I'm a bit new to this stuff so I don't know if I understand what you are asking. We create a web app with EJBs etc and deploy it into a JBoss container. The cache service is configured via an xml file that deploys as a service in the container. We have created an abstract cache class

[jboss-user] [JBoss Seam] - Another conversation question ...

2007-11-02 Thread greko
Hi all ! I have a screen displaying a list of devices. A device can be edited (from a button in the datatable) When a submit a find on my deviceList screen, I start a new conversation. When I edit a device, a create a nested conversation : once on my edit screen, I want to be able to go back to

[jboss-user] [JBossCache] - Re: Strange ClassCastException in OptimisticCreateIfNotExist

2007-11-02 Thread spennec
Hello Manik, Here is what I hope will help you. Since I'm not too knowledgable about TreeCache's internals, I selected a few logs that I thought were representing of the situation just before the exception. | DEBUG 14:26:40,328 Started new local TX as result of remote PREPARE: local

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread haagenhasle
I have followed the instructions from the installation guide as far as I can see. I'm using the mysql-persistence-service.xml. I've replaced the DefaultDS. And now I'm stuck with the warning I described in my previous post. I would be very helpful if someone could tell me what I'm doing

[jboss-user] [JBoss Portal] - Jboss Portal installation errors

2007-11-02 Thread sbarreros
Hello everyone, I am running JBoss [Zion] 4.0.5.GA on Suse Linux 10.0 and I am trying to install JBoss portal 2.6.2 I have setup the datasource and tables have been created in my database when I stated the server the first time. However I get the error messages when starting the server and

[jboss-user] [JBoss Seam] - Re: I need help with scope type

2007-11-02 Thread milli
There may be other errors below this one. If you post the entire stack trace, someone would be able to help you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101404#4101404 Reply to the post :

[jboss-user] [JBoss Seam] - Different conversations id or cid

2007-11-02 Thread rbcdexia
Hello, I have the following problem: When I press create button in my pojo BoletaList.xhtml this is the following url that seams sends: http://localhost:8080/Boleta/BoletaEdit.seam?cid=2 How I can see it starts a conversation with cid = 2. Then in this BoletaEdit.xhtml page I hace a select

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-11-02 Thread gus888
Hi Pete, How about, as long as system get @Begin, system will start a new front conversation, and set other conversation back to time-off. If @Begin with a Id, system will check existing conversatin list, if found, system retrieve it, otherwise system create a new conversation. Can you think

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread alauro
Manik, I think I understand more what you are asking - it's EJB session replication View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101382#4101382 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101382

[jboss-user] [JBoss Seam] - Re: Concurrent requests on SFSB

2007-11-02 Thread wiberto
Does it have to be SFSB? Why not use a plain old Singleton POJO to store the information you need? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101402#4101402 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101402

[jboss-user] [JBossCache] - Re: Strange ClassCastException in OptimisticCreateIfNotExist

2007-11-02 Thread [EMAIL PROTECTED]
I can't make out too much from the logs you posted. Are you using log4j for logging? Could you enable DEBUG or TRACE level logging? Also, is this exception on the instance where you're performing the transaction, or on one of the remote instances where this is replicated to? View the

[jboss-user] [JBoss jBPM] - Re: pooled actors

2007-11-02 Thread kukeltje
you can also put a groupname in the pooled actors attribute View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101269#4101269 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101269 ___

[jboss-user] [JBoss Seam] - Re: Conversation Propogation on Redirect

2007-11-02 Thread harpritt
Hi Pete I fluffed my description... again. My navigation rules specify that Redirect(redirect/ ) be used. The main reason for this is so that the client browser can maintain an accurate page history allowing my app users to use the browser forward and back buttons without running into any

[jboss-user] [Remoting] - Re: Sockets left in CLOSE_WAIT on server

2007-11-02 Thread nkhadakk
Just upgrading to JBoss Remoting 2.2.2.SP1 and keeping to older JBoss AS(4.2.1) and JBM(1.3) did not fix this issue. We had to upgrade across the board to JBM 1.4SP1 + JBoss AS 4.2.2 GA + JBoss Remoting 2.2.2.SP1 and this issue seems to be alleviated significantly. In some fringe cases

[jboss-user] [JBoss Seam] - Re: seam-gen with hxtt

2007-11-02 Thread sa_shadow
I have to rise the topic. Now the problem is: while deploying an application i'm having an exception: 2007-11-02 14:40:54,142 DEBUG [org.jboss.ejb3.ServiceDelegateWrapper] Starting failed persistence.units:ear=nica2.ear,unitName=nica2 javax.persistence.PersistenceException:

  1   2   3   >