[jboss-user] [JBoss Portal] - Re: Disable CMS portlet Cache

2007-10-26 Thread nidhi_hs
Can anyone please help me on this. Thanks Nidhi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099273#4099273 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099273 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Destroying Context Variable

2007-10-26 Thread jamesjmp
hi, I´ve found a problem with what I´ve described before. My RstReport has some attributes with are other objects. With them the edit doesn´t work. This is the object: | @Entity | @Table(name = RST_REPORT, catalog = prisk) | public class RstReport implements java.io.Serializable { |

[jboss-user] [JBoss Seam] - Re: Tutorial: Handling images in your Seam application

2007-10-26 Thread enrokuta
Added to Seam wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSeam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099313#4099313 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099313

[jboss-user] [JBoss Seam] - meta http-equiv refresh and JSF/Seam?

2007-10-26 Thread dpocock
A Seam page displays some data from an entity bean. The database is updated regulary by another process. Is it possible for the Seam page to auto-refresh in the browser, and automatically fetch the new data from the database? I've observed the following: - If the meta tag for refresh is

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Separate log for deployed webapp in JBOSS 4.2.1.GA

2007-10-26 Thread mauroarc
!-- A time/date based rolling appender -- !-- Rollover at midnight each day -- param name=DatePattern value='.'-MM-dd/ !-- Rollover at the top of each hour param name=DatePattern

[jboss-user] [JBoss jBPM] - Re: How to integrate jBpm into EJB3 based application

2007-10-26 Thread alduro
Thanks kukeltje for your quick answer. As to question, this is the error stacktrace: (It seems there are some compatibility issues with JSF libraries included into jbpm-console.war. This problem disappear when I replaced jsf libraries for jsf 1.2_05 version. My Jboss version: 4.0.5 GA, jBpm

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Rewrite valve usage.

2007-10-26 Thread vijayamaladoss
I am trying to figure out how I can use the RewriteValve in Jboss WebServer. I am using Jboss AS 4.2.0 and I am trying to make my url case insensitive. For this I am planning to use rewrite functionality provide by Jboss WebServer. Is there any pointers I can refer to. View the original

[jboss-user] [JBoss Seam] - Re: Let's use component scope before lookupInStatefulContext

2007-10-26 Thread dmitriy.lapko
Ok, thank you for answer about fixing perNestedConversation, I used previous CR and didn't had this update. Now I updated seam and it works better, thank you again :) But... I made a little experiment concerning lookupInStatefulContexts. 1 code: ui:repeat value=#{itemResultList.resultList}

[jboss-user] [JBoss jBPM] - Re: Please help - rollback with managed trasnactions

2007-10-26 Thread [EMAIL PROTECTED]
Hi, can you share your websphere settings to me, I am also getting the same error. I am working on jbpm3.2.2\jbpm-jpdl-3.2.2 websphere 6. I am able to connect and give token.signal but at state-end i am getting this error. | org.jbpm.db.JobSession deleteJobsForProcessInstance

[jboss-user] [Javassist user questions] - Re: javassist as a profiler in jboss

2007-10-26 Thread cry4dawn
here is my transform method: | public byte[] transform(ClassLoader loader, String className, Class? classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException { | byte[] transformed = null; |

[jboss-user] [JBoss jBPM] - Re: How to set the timer duedate dynamicly

2007-10-26 Thread dleerob
Great, thanks for posting your solution. I'm sure it will come in handy... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099274#4099274 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099274

[jboss-user] [JBoss jBPM] - Re: How to integrate jBpm into EJB3 based application

2007-10-26 Thread alduro
So Koen, the idea would be: Having a stateless session bean as facade for jBpm workflows instantiations. I could inject jBpmContext resource into them and starting workflows. Then each jBpm Action could call the rest of EJB3 session beans using IoC ? or do I need to do some delegate class for

[jboss-user] [JBoss Seam] - Re: removing table prefix for generate-entities ?

2007-10-26 Thread taccart
Tell me if I'm on wrong tracks, I guess this must be set in the reveng used by seam ( jbossseamhome/seam-gen/hibernatetools/seam-gen.reveng.xml ) I've found in hibernate doc that It is possible to implement a user strategy

[jboss-user] [JBoss Seam] - Re: Security questions to the Seam team

2007-10-26 Thread ylazzari
Thanks for your reply. I created the following feature request for #1 (I didn't consider this as a bug): http://jira.jboss.org/jira/browse/JBSEAM-2164. For #2, I created the following bug fix request: http://jira.jboss.org/jira/browse/JBSEAM-2165. How do I assign them to you? I couldn't

[jboss-user] [JBoss Seam] - Re: Let's use component scope before lookupInStatefulContext

2007-10-26 Thread dmitriy.lapko
Or, better, to use something like this: in BaseComponent: @Factory(value=itemBrowseListEvent, scope=ScopeType.EVENT) | public ItemBrowseListComp getItemBrowseList() { | return (ItemBrowseListComp) Component.getInstance(itemBrowseList, ScopeType.SESSION); | } | and on pages:

[jboss-user] [JBoss Seam] - Problem implementing business logic

2007-10-26 Thread earniedyke
Greetings all I have the following code which I intended to execute the hibernate based validation first (via the em.persist) then test for business rules. The documentation for @End says the conversation is NOT ended if the method returns null but what is happening is the em.persist is

[jboss-user] [JBoss Seam] - Re: Odd Errors and OutOfMemory

2007-10-26 Thread modoc
Here are my JAVA_OPTS: JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 -Djava.net.preferIPv4Stac | k=true Here is the complete stacktrace from the first error: | 02:06:42,562 ERROR [STDERR] Oct

[jboss-user] [JBoss Seam] - Re: DataTable Sorting Example

2007-10-26 Thread griffitm
The root cause of the exception was null pointer in isNextExists(); The error seems to be related to getMaxResults() returning a null if no resultset has been defined. Adding max-results=25 to the framework query fixed the error, but it seems like the error should be caught in getMaxResults

[jboss-user] [JBoss Seam] - Re: Tutorial: Handling images in your Seam application

2007-10-26 Thread jamesjmp
good job !! congratulations! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099322#4099322 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099322 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Problem implementing business logic

2007-10-26 Thread [EMAIL PROTECTED]
You are mixing up the Seam contexts such as conversations and the persistence context - you do a em.merge which causes any changes to be written to the database. Ending or not ending the conversation has nothing to do with this. View the original post :

[jboss-user] [JBoss Seam] - Re: meta http-equiv refresh and JSF/Seam?

2007-10-26 Thread [EMAIL PROTECTED]
How about using a RichFaces Ajax poll (a:poll) approach? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099343#4099343 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099343 ___

[jboss-user] [EJB 3.0] - Re: Error Injecting EntityManager

2007-10-26 Thread wolfc
Which annotation are you using to inject the entity manager? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099341#4099341 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099341

[jboss-user] [JBossWS] - jboss 4.0.2 Webservices dynamic proxy client issue : could

2007-10-26 Thread jones123
Hello, I'm in a bit of a bind. I'm working with webservices in jboss 4.0.2. Trying a simple test at first. I've successfully deployed a webservice. However I have a problem when trying to access it using the a Dynamic Proxy Client. The problem happens when I use a complex type. I get the

[jboss-user] [JBossWS] - Re: NPE @ org.jboss.ws.soap.SOAPConnectionImpl.getRemotingMe

2007-10-26 Thread ZazzaZ
It looks like there's an error getting the locator for the web service. It's strange because testing it via a client the services workd and responds. Any clues? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099328#4099328 Reply to the post :

Re: [jboss-user] hitting a specific node from the cluster

2007-10-26 Thread Nestor Urquiza
So I have found my own answer, basically if the request is made using Cookie: JSESSIONID=.node name The curious part is that when a request is made and the proper node responds the session Id keeps being .node name. I would expect the cookie to be rewritten by the server but it never does. This

[jboss-user] [Beginners Corner] - Re: Running *.bat file from JBoss 4 Web Server

2007-10-26 Thread rupang
I added the bat mime type in the Web.xml at that location. and restarted/re-published the JBoss/ Application. It still displays the .bat file content in the Browser window! Do I have to follow any specific steps to make sure that the modified web.xml is in effect! I verified that the App.war

[jboss-user] [JBoss Seam] - tasks and pageflow

2007-10-26 Thread Merziger
Hi! I have the following scenario: Two people are working with each other. one ist creating a product, the other one has to calculate the costs and verify it. So the first person starts a task for the second one. To lessen the information bound to the task, only an product id is bound to the

[jboss-user] [JBoss Seam] - Re: EntityQuery Restrictions

2007-10-26 Thread griffitm
It seems that if you specify a query declaratively using the framework entity query, you loose the ability to sort data in a data table, because the data is always returned in the same order by the query. Can you pass the order by clause dynamically by declaring it as something that is a

[jboss-user] [JBoss Seam] - Re: org.jboss.seam.ui.entityConverter not working with set o

2007-10-26 Thread chandu_great
Hi, The relevant xhtml fragment is shown below. ui:composition xmlns=http://www.w3.org/1999/xhtml; xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:h=http://java.sun.com/jsf/html; xmlns:f=http://java.sun.com/jsf/core; xmlns:s=http://jboss.com/products/seam/taglib;

[jboss-user] [JBoss Seam] - Re: Error TestNG in seam application

2007-10-26 Thread dheerajsega
hi, I was succefully able to test it but..there starts another problem. It returns me the error at the end ... [testng] [WARNING]: No test suite found.Nothing to run. Can anyone explain what exactly it means? and what should be done to solve this problem? thanks, dheeraj View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Separate log for deployed webapp in JBOSS 4.2.1.GA

2007-10-26 Thread PeterJ
Try again, this time bracketing the xml content with [ code ]...[ /code ] (without the spaces), or aleternatively select the XML text and click the Code button. And please Preview the post before submitting it! View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - time zone in server.log

2007-10-26 Thread lbottac
Hello, the time stamps on my JBoss server.log are 1 hour behind of the system time. The time zone of my linux debian server is set to CET. That means that JBoss is using GMT in the logs. Is there a configuration where to set the time zone for JBoss? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: HP UX Problem

2007-10-26 Thread PeterJ
It would help if you told us a little more about the crash. Why is it crashing? What error messages are in the log just before the crash? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099351#4099351 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to set the timer duedate dynamicly

2007-10-26 Thread mbaker
Hi, I'm afraid your code will not work with jBPM 3.2, but i'm currently looking for a solution to set the duedate in an ActionHandler with Version 3.2. Does anybody know a way to do that? In the forum I only found solutions for older jBPM Versions and I couldn't get it work by trying out

[jboss-user] [Beginners Corner] - Re: A simple question about JBoss Portal

2007-10-26 Thread PeterJ
arunprasathav, please do not add unrelated questions to the end of someone else's topic. Please start a new topic, and be a little more clear on what it is that you are asking (an example might help). View the original post :

[jboss-user] [JBoss Seam] - Sorting Detail data in Master/Detail

2007-10-26 Thread griffitm
All, I have some seam generated pages show master/detail records. If you've used seamgen generate-entities to create entities and pages then you know what I mean. If I have a relationship between 2 tables (A) Status and (B) Deliverables -- I start from the status page viewing a list. This

[jboss-user] [JBoss Seam] - Re: Seam + Richfaces + Pageflow problem

2007-10-26 Thread sebasfiorent
[EMAIL PROTECTED] wrote : Post the pageflow and the relevant xhtml snippets. For the first issue, it's simple. I think that is a new feature within pageflow.xsd. The feature would be abort pageflow or stay in page (which means to issue a null outcome, so ajax4jsf recognizes and can make ajax

[jboss-user] [JBoss Seam] - RichFaces and login-required=true in pages.xml

2007-10-26 Thread j99976
Hi, There seems to be an issue where if you set login-required=true against view-id=* in pages.xml, the colours of the RichFaces components fail to render. There is no error. Its easy to replicate, use seam-gen to generate a new project, then go to the url. It looks ok. Then modify the first

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-10-26 Thread bensonfungjava
Hi NewTo23, Did you get any solution regarding the SSO to Alfresco from JBOSS Portal? I am coming across the same problem now. Thanks Benson View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099364#4099364 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How can I output my html snippet from database in seam ?

2007-10-26 Thread 5day
when I access the page , I got: | htmlbodyh1testhtml/h1/body/html | the html not rendered . I tested the s:formattedText/,but It's so simple ,it can't parse more complexity html code View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099367#4099367 Reply to

[jboss-user] [JBossWS] - Re: NPE @ org.jboss.ws.soap.SOAPConnectionImpl.getRemotingMe

2007-10-26 Thread ZazzaZ
Got it. soapAction was missing. Added, reployed, test -- OK I hope this helps someone! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099369#4099369 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099369

[jboss-user] [JBoss jBPM] - Re: org.jbpm.graph.def.DelegationException in JBPM-BPEL

2007-10-26 Thread ZazzaZ
I found it out! It was a bad web service building. I looks like when jbpm-bpel acts as a client (invoke situation) it is sensible to service implementation. I found out that my service was missing the soapAction attribute in the binding. The odd thing was that a test client worked out with

[jboss-user] [JBoss Seam] - What's the right use of hibernate_sequences ?

2007-10-26 Thread 5day
I want my entitybean use sequence separated. I use @GeneratedValue(strategy = GenerationType.TABLE) in my entitybean, and I create the hibernate_sequences table in my database , CREATE TABLE hibernate_sequences ( sequence_next_hi_value int8, sequence_name varchar(128) NOT NULL, CONSTRAINT

[jboss-user] [JBoss jBPM] - jBPM and Toplink

2007-10-26 Thread syd1980
Has anyone used jBPM with Toplink? I saw one topic on this before without any answer. Please help. cheers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099374#4099374 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Set non-shared Hibernate interceptor on JPA EntityManage

2007-10-26 Thread mjschehl
Maybe I can use thread-safe Interceptors. Is it safe and okay to do the following? public class Mynterceptor extends EmptyInterceptor { | | @In Identity identity; | |@PersistenceContext |private

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-10-26 Thread bensonfungjava
Hi NewTo23, Did you get any solution regarding the SSO to Alfresco from JBOSS Portal? I am coming across the same problem now. Thanks Benson View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099368#4099368 Reply to the post :

[jboss-user] [JBoss Seam] - Set non-shared Hibernate interceptor on JPA EntityManager

2007-10-26 Thread mjschehl
I am using Seam 1.2 with JPA and need to assign a thread-safe Interceptor to my Hibernate sessions. I know I can set thread-unsafe interceptors in the persistance.xml by setting the property hibernate.ejb.interceptor, but is there a way to run something equivalent to the code below to create

[jboss-user] [JBoss Seam] - Re: Problem implementing business logic

2007-10-26 Thread earniedyke
So how should I be doing it if not using em.merge? Earnie! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099358#4099358 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099358 ___

[jboss-user] [JBoss Seam] - Re: Sorting Detail data in Master/Detail

2007-10-26 Thread griffitm
Ok, I found that I can at least control the detail records by using the JPA annotation @OrderBy on the many to one relationship as such: | @OneToMany(cascade=CascadeType.ALL, fetch=FetchType.LAZY, mappedBy=section) | @OrderBy(dueDate) | public SetDeliverable getDeliverables(){ |

[jboss-user] [JBoss jBPM] - Re: How to save values to a node?

2007-10-26 Thread kukeltje
not specifically to a node, but to a process, yes... or to a token. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099380#4099380 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099380

[jboss-user] [JBoss Seam] - Re: Odd Errors and OutOfMemory

2007-10-26 Thread [EMAIL PROTECTED]
Ok, so Seam applies the SynchronisationInterceptor to session scoped components always, and the timeout is set to 1000ms by default. So I would guess you see this exception under heavy load of some sort... This has been the case since Seam 1.1 Does the component need to be session scoped? If

[jboss-user] [JBoss Seam] - Storing large recordset in memory

2007-10-26 Thread damianharvey
I have a table with a large number of very static records that I'd prefer to store once when the application starts and have every user reference rather than hitting the database. What is the best/nicest way to achieve this? The obvious contenders so far: 1. Application scoped Bean that I load

[jboss-user] [Beginners Corner] - Re: Running *.bat file from JBoss 4 Web Server

2007-10-26 Thread PeterJ
I think you are running into a browser caching problem. Either update the timestamp on your bat file and then refresh the browser, or try another bat file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099386#4099386 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-10-26 Thread bensonfungjava
If the JBOSS portal and Alfresco are running on the separate server, how to implement the SSO between them? Benson View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099387#4099387 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Set non-shared Hibernate interceptor on JPA EntityManage

2007-10-26 Thread mjschehl
I believe my thread-safe code is not okay because I want to create and save new entities inside of it. To do that safely, I would need to create a new temporary EntityManager using the same JDBC connection and transaction. How can I do that? Other than that, is the code safe and okay to do?

[jboss-user] [JBoss Seam] - Re: DocumentStore exception

2007-10-26 Thread barthjj
I had a different PDF setup problem than yours, but my solution was to make sure that I had the right versions of the various jars for the release I was using (2.0.0.BETA1). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099361#4099361 Reply to the post :

[jboss-user] [JBoss Seam] - How can I output my html snippet from database in seam ? all

2007-10-26 Thread 5day
I'm newbie using seam. I want to output my html snippet from database ,but all and become gt; and lt;. How can I replace gt; and lt; to and ? MY backing bean is : | import org.jboss.seam.annotations.Name; | @Name(htmltest) | public class Htmltest { | public String g() { |

[jboss-user] [JBoss Seam] - Problem with pageflow composition

2007-10-26 Thread radius69
Hi All, I wanted to do a pageflow composition like in 7.2.6 of http://docs.jboss.com/seam/2.0.0.CR2/reference/en/html/jbpm.html Seam 2.0.0.CR1 with JBoss AS 4.2.1.GA When starting AS, i get a NullPointer at org.jbpm.graph.node.DbSubProcessResolver.findSubProcess(DbSubProcessResolver.java:43)

[jboss-user] [JBoss Seam] - Re: Problem with pageflow composition

2007-10-26 Thread radius69
| 2007-10-26 17:09:51,906 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[]' | that seems to be the problem. but why? earlier in the sever.log the JbpmContext is created with the right service factories several times, but at this point it is

[jboss-user] [JBossCache] - Re: javax.naming.NamingException: Context is read only

2007-10-26 Thread aparolini88
Great post Brian! I hade the same issue. I implemented 3) and it's working like a charme. Cheers, toni. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099394#4099394 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099394

[jboss-user] [JBoss Seam] - Re: Odd Errors and OutOfMemory

2007-10-26 Thread modoc
Pete, thank you very much! The component could be conversation scoped if I extend a conversation across the the whole user experience. Would that help? A given session component should never be under high load, as it's only accessed from a page within the session. How do I set the timeout?

[jboss-user] [JBoss Seam] - Re: @RequestParam is working but param is not

2007-10-26 Thread amitev
Ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099393#4099393 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099393 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Is there a plan to fix fileUpload issue in Seam-ICEfaces

2007-10-26 Thread jguglielmin
@gus888 Just wondering why you state that anonymous wrote : ...after integrating Seam and ICEfaces, both of the file upload components (s:fileUpload and ice:inputFile) fail to work. There are at least 2 different implementations (available in download sample apps or ICEfaces forum) of the

[jboss-user] [JBoss Seam] - Re: removing table prefix for generate-entities ?

2007-10-26 Thread taccart
Okay, here's the solution: 1/ create your class: | import org.hibernate.cfg.reveng.DelegatingReverseEngineeringStrategy; | import org.hibernate.cfg.reveng.ReverseEngineeringStrategy; | import org.hibernate.cfg.reveng.TableIdentifier; | | | public class ExampleStrategy extends

[jboss-user] [Security JAAS/JBoss] - Re: Accessing Roles from Custom LoginModule return NULL

2007-10-26 Thread [EMAIL PROTECTED]
It is better for the custom login method to extend the AbstractServerLoginModule. That has the getRoleSets override. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099416#4099416 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Http status error 404: you requested resources are not a

2007-10-26 Thread [EMAIL PROTECTED]
You should not access the login page directly but try accessing any web resource. The container internally will redirect to the login page and after authentication/authorization, will get u the resource u sought. View the original post :

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread supernovasoftware.com
Posting 6 times to the same topic in 40 minutes is not likely to get a response. Obviously there is something wrong with you home setup. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099420#4099420 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Access a file resource from EJB3.0

2007-10-26 Thread JUnkie
I am using FileInputStream inside an EJB 3 session bean. It works perfectly. What error message do you get? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099417#4099417 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Using valves to perform custom login based on http cooki

2007-10-26 Thread [EMAIL PROTECTED]
Yes, we are charming people churning out charming solutions. Glad that your use case was solved. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099414#4099414 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099414

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
org.dom4j.DocumentException: Invalid byte 3 of 3-byte UTF-8 sequence. Nested exception Why everything is ok in my company??? Because of CPU??? Maybe!!! 2007-10-27 00:36:15 ERROR [org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:189)] uncaught exception

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
The log shows there must be something wrong with seam: 2007-10-27 00:32:42 WARN [org.hibernate.impl.SessionFactoryObjectFactory.addInstance(SessionFactoryObjectFactory.java:101)] InitialContext did not implement EventContext 2007-10-27 00:32:54 WARN

[jboss-user] [EJB 3.0] - How to exclude default interceptors for all @Destroy methods

2007-10-26 Thread JUnkie
I have several stateful session beans and I don't want the default interceptors being executed for their @Destroy @Remove annoted methods. Is there a way to do that in the ejb-jar.xml? Or do I have to annote every single method with @ExcludeDefaultInterceptors? Haven't found anything about

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
Obviously, erros is cause by this link: s:link view=/login.xhtml value=Login rendered=#{not identity.loggedIn}/ == java.lang.IllegalStateException: No active conversation context at .. ~~Why???

[jboss-user] [JBoss Seam] - Re: TimerBean and TimeBeanImpl from seam-gen project

2007-10-26 Thread awhitford
I received a reply from the ICEfaces Forum: http://www.icefaces.org/JForum/posts/list/6110.page anonymous wrote : The TimerBean interface is not currently being used. If you wanted to add to the TimerBeamImpl, make it stateful for example, you might want it. Other than that, it's just legacy.

[jboss-user] [JBoss Seam] - Re: java.lang.OutOfMemoryException occuring in our growing t

2007-10-26 Thread Toby451
Ok the tag below of course solves it ... or maybe just postpones it (I haven't investigated whether there is a real memory leak in our tests or our application or in seam): | testng ... | jvmarg value=-Xmx256m/ | /testng | Cheers, Tobias View the original post :

[jboss-user] [JBoss Seam] - Re: Odd Errors and OutOfMemory

2007-10-26 Thread [EMAIL PROTECTED]
I don't think making the conversation the length of the session is going to help ;) @Synchronized(timeout=2000) sets the timeout. Can we see the component in question? I assume the out of memory/transaction problems are the same. Are you async work using timers? If so, lets see it. I'm not

[jboss-user] [Security JAAS/JBoss] - Re: Jboss Web wth SSl

2007-10-26 Thread [EMAIL PROTECTED]
Try: | !-- SSL/TLS Connector with encrypted keystore password configuration -- | Connector port=9943 address=${jboss.bind.address} |maxThreads=100 minSpareThreads=5 maxSpareThreads=15 |scheme=https secure=true clientAuth=true | sslProtocol = TLS

[jboss-user] [JBoss Seam] - Re: org.jboss.seam.ui.entityConverter not working with set o

2007-10-26 Thread [EMAIL PROTECTED]
JSF only supports the use of Lists and arrays as backing objects for h:selectManyXXX - check the javadoc / tlddoc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099439#4099439 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss cannot find my derived dialect class

2007-10-26 Thread [EMAIL PROTECTED]
can you provide more of the trace? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099440#4099440 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099440 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
supernovasoftware.com wrote : Posting 6 times to the same topic in 40 minutes is not likely to get a response. | | Obviously there is something wrong with you home setup. I am afraid that i do not agree with you because i think i found the bug. I reported this here:

[jboss-user] [JBoss Seam] - Re: [STDERR] com.sun.facelets.compiler.TagLibraryConfig load

2007-10-26 Thread [EMAIL PROTECTED]
Those error messages are normal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099441#4099441 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099441 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: Problem securing NamingService, InvokerAdaptorService on

2007-10-26 Thread [EMAIL PROTECTED]
http://anil-identity.blogspot.com/2007/04/tip-1-if-security-does-not-work-in.html The idea is to read the JBoss security FAQ and to enable trace level logging to see what the issue is. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099444#4099444 Reply to the

[jboss-user] [Remoting] - Re: remoting-https-service configuration

2007-10-26 Thread monk2005
Thanks for such quick response Ron. Pardon my ignorance but if accessing JMS over HTTPS requires the server to open up another port aren't we defeating the purpose of calling it JMS over HTTPS or anythingelse over HTTPS? The IT czars of any respectable organization would frown upon such

[jboss-user] [JBoss jBPM] - How to do an action link without validating jbpm variables

2007-10-26 Thread Nicos109
Hello, I'm trying to put an action on a link but when the link is activated, the variables of the form are validated. I tried to do this : | h:commandLink action=#{myBean.myAction} | but this validates the variables of the form (saying the variables are required) So I tried this : |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Refering to a datasource wih its ENC name

2007-10-26 Thread [EMAIL PROTECTED]
From the trace it looks like the Tables were not created in the DB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099436#4099436 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099436

[jboss-user] [JBossWS] - Large File transfer from WS Client

2007-10-26 Thread bblasko
I have a simple WS that uses MTOM/XOP. I'm using JBossAS 4.0.5 and JBossWS 2.0.1 GA. I have the following annotations on the service class @WebService(name=E2PIService, serviceName=E2PIService) | @BindingType(value=javax.xml.ws.soap.SOAPBinding.SOAP12HTTP_MTOM_BINDING) |

[jboss-user] [JBoss Seam] - Re: s:link performance issues

2007-10-26 Thread [EMAIL PROTECTED]
Please create a jira issue. Even better if you can trace down the reason:) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099431#4099431 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099431

[jboss-user] [Security JAAS/JBoss] - Re: 2 webapps with SSO, both use FORM authentication?

2007-10-26 Thread [EMAIL PROTECTED]
Since the web apps are on the same tomcat host, just enable the apache single sign on valve in the server.xml No need to share the login html between the web apps. They can be seperate. http://anil-identity.blogspot.com/2007/10/tip-7-sso-between-web-applications.html View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: ActiveDirectory for login, DB for roles-query?

2007-10-26 Thread [EMAIL PROTECTED]
Add the database LM as the second LM and add a module option usefirstpass = true. Check the documentation for the exact module option. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099419#4099419 Reply to the post :

[jboss-user] [JBoss Seam] - [STDERR] com.sun.facelets.compiler.TagLibraryConfig loadImpl

2007-10-26 Thread tonylmai
Hello all, I've just upgraded to Seam 2.0.0.CR3 and RichFaces 3.1.2. One of the page in the application no longer loads. I noticed the following errors in my log when I first load the application. anonymous wrote : 09:36:49,265 ERROR [STDERR] Oct 26, 2007 9:36:49 AM

[jboss-user] [Security JAAS/JBoss] - Re: aut h-method ¿NONE? for a simple SSO using digital signat

2007-10-26 Thread [EMAIL PROTECTED]
The auth-method is just a string as per the xsd. You can put anything you want. It is dependent on the web container to interpret it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099426#4099426 Reply to the post :

[jboss-user] [JBoss Seam] - s:link performance issues

2007-10-26 Thread dmitriy.lapko
Did anybody compared performance of s:link and h:commandLink? I traced my application and found that switching from s:link to h:commandLink produces decrease of RENDER_RESPONSE phase from 520ms to 250ms... Here is the code: s:link view-id=/item.xhtml action=#{itemManager.viewItem}

[jboss-user] [JBoss Seam] - To Gavin.King--how to start a conversation from pages.xml

2007-10-26 Thread ybxiang.wolf
Gavin.King: I have a question for long, and i read seam_reference at least 3 times but still do not find the answer. Please help me. The question is: I have an home page with two links: 1)s:link action=#{register.start} value=Register propagation=end/ 2)s:link

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
Another question: I deployed My Seam project in My company's PC, it works well. But when i deployed it my home's PC, it shows: ** An Error Occurred: No active conversation context java.lang.IllegalStateException: No active conversation context at

[jboss-user] [JBoss Seam] - Re: To Gavin.King--how to start a conversation from pages.xm

2007-10-26 Thread ybxiang.wolf
I test and find that those erros is cause by the menu.xhtml: * this menu works*** rich:toolBar xmlns=http://www.w3.org/1999/xhtml; xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:h=http://java.sun.com/jsf/html; xmlns:f=http://java.sun.com/jsf/core;

[jboss-user] [JBoss Seam] - Re: DocumentStore exception

2007-10-26 Thread damatrix
Thanks. However i can't seem to find out what wrong jar files i'm using since these are all from the Seam 2.0.0.CR1 libraries. The only exception is richfaces which i downloaded separately. Any ideas will be appreciated. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Custom credential object and cache

2007-10-26 Thread [EMAIL PROTECTED]
Ensure that the credential object has equals and hashCode methods overriden such that you get object equality. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099425#4099425 Reply to the post :

[jboss-user] [EJB 3.0] - Re: How to exclude default interceptors for all @Destroy met

2007-10-26 Thread JUnkie
I was looking for a kind of wildcard way that works globally for all @Destroy methods. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099409#4099409 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4099409

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.0 and TinyMCE

2007-10-26 Thread bvdberg
Thanks for the post! I had to make a small modification. anonymous wrote : | textValue.value =tinyMCE.getContent(); | I'm using Seam 2.0 the 'superior' workaround did not work for me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099410#4099410

[jboss-user] [JBoss Seam] - Re: UrlRewrite and Custom servlets

2007-10-26 Thread dustismo
Shane, Yeah, I tried changing the order of the filters, no change. Pete, I suspect you are correct. For now this works for development | rule | from/public/graphs/([0-9]+)/from | to type=redirect/servlets/do.graph?type=UserGraphid=$1/to |/rule | And I am

<    1   2   3   >