[jboss-user] [Remoting] - Re: Multiple problems with ServerInvokerServlet and HttpNami

2007-12-07 Thread martin ganserer
Hello Ron, thank you for your response! I changed my configuration in order to receive exceptions now. And it got better! In contrast to the old configuration I can see now the exception in the stack trace. But the problem I am facing now is that I only get an UndeclaredThrowable:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss server 4.2.2.GA install (urgent)

2007-12-07 Thread thenk
thanks for all. I m glad for joined this comminity. my secreen looks below after click http://localhost:8080/ is it right? and I want to improve my firts application (first jboos example) how can i do? JBoss Online Resources JBoss Documentation JBoss Wiki JBoss JIRA JBoss Forums JBoss

[jboss-user] [JBoss Getting Started Documentation] - beginner first application

2007-12-07 Thread thenk
hi all i am a new about jboss. i installed jboss server and i want to write first example where can i start and how can i do? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=424#424 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss server 4.2.2.GA install (urgent)

2007-12-07 Thread jaikiran
thenk wrote : thanks for all. I m glad for joined this comminity. | my secreen looks below after click http://localhost:8080/ | is it right? | | | JBoss Online Resources | JBoss Documentation | JBoss Wiki | JBoss JIRA | JBoss Forums | JBoss Management | Tomcat status

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate query parameter

2007-12-07 Thread georgesberscheid
Hi, I am having problems with rather simple Hibernate queries not returning the results I would expect when using query parameters: | Account account = (Account) entityManager | .createQuery(SELECT c.account FROM Customer c WHERE c.salesperson.name = :salesname) |

[jboss-user] [JBoss Seam] - java.lang.RuntimeException: An exception occurred initialisi

2007-12-07 Thread hanram
hi folks, Can any one tell me when this exception wil occur. I am getting this problem when i try to deploy my Seam-project to the server. | error: | java.lang.RuntimeException: An exception occurred initialising interceptors for class

[jboss-user] [JBoss Seam] - Seam generated entity failed to deploy on JBossAS 4.2.2

2007-12-07 Thread berna
Hi Guys, I have just started with Seam (pardon my newbiness). My setup: Seam 2.0.0.GA JBossAS 4.2.2 GA Eclipse 3.3.1 with JBossTool plug-in RC1 WinXP SqlServer 2K (using MS JDBC driver for SqlServer 2005) I created a Seam project and reverse engineered existing database using

[jboss-user] [Remoting] - SSL Handshake Exception

2007-12-07 Thread anupamkakade
My rmi SSL server which is deployed in .sar file now runs fine in JBOSS 4.0.5 I can connect to server by command line client using SSL. But now my client runs inside MDB . i.e. client is deployed . Now when i am trying to connect to server (rmis) which is deployed in same server i am getting

[jboss-user] [JBossWS] - Document Literal style

2007-12-07 Thread zeeshan.javeed
I am wondering how i can use my own mapping for document literal type. I am comparatively new to JbossWs and I would love to know how we can enforce to use Document Literal style in order to generate WSDL file. WSDL file is automatically generated by the system and deployed. Where we can

[jboss-user] [JBoss Tools (users)] - Re: Images/CSS not recognized in Visual View

2007-12-07 Thread [EMAIL PROTECTED]
I guess you have those images in another folder than what is the root/webcontent of the project. I don't think we support that - but we should. please submit a bug report for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=460#460 Reply to the post

[jboss-user] [JNDI/Naming/Network] - Re: Remote jndi Lookup

2007-12-07 Thread [EMAIL PROTECTED]
I found the solution. the most important thing to do was to change the !-- Enforce call by value to all remote interfaces -- true and define own loaders for the ear. That's all. See the document http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration Hope somebody find it usefull.

[jboss-user] [JBoss Seam] - Re: Why do I need to use entityManager.flush() ?

2007-12-07 Thread w17chm4n
@Stateful | @Scope(ScopeType.APPLICATION) | @Name(questionTypeManager) | public class QuestionTypeManagerBean implements QuestionTypeManager { | | @Logger | Log log; | | @In | EntityManager entityManager; | | public void addQuestionType(String

[jboss-user] [EJB/JBoss] - Re: How tom make a jdbc request inside Stateless EJB method

2007-12-07 Thread guix
[EMAIL PROTECTED] wrote : Look up the datasource and ask for a connection. | The jca wrapper will enroll the connection in the | current transaction. | | Make sure you close the connection and any statements | in a finally block to return them to the pool. | | Regards, | Adrian

[jboss-user] [JBoss Seam] - Re: Jboss Seam application within Websphere AS 6.1.0.13

2007-12-07 Thread [EMAIL PROTECTED]
I guess you have 1 copy of jta api jar hanging around. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=485#485 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=485 ___

[jboss-user] [JBoss Seam] - Re: TreeStateAdvisor not found

2007-12-07 Thread [EMAIL PROTECTED]
It's not a Seam packaging problem, the class, if it is really part of the RichFaces api (as opposed to impl which you should not link against) should be in the richfaces-api.jar which should be in your ear classpath. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam JSF controls do not work in external Facelet templa

2007-12-07 Thread [EMAIL PROTECTED]
No, its not an easy fix :( I think the patch Vladimir posted should work (will need updating as its for old versions of Seam) but its a bit of a hack :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=480#480 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Failover failed

2007-12-07 Thread chrismeadows
Just noticed SP2 released - I'll give it a whirl. In particular, the fix for http://jira.jboss.com/jira/browse/JBMESSAGING-1184 look promising View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=476#476 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SeamTest Unit Tests Working...But Not Integration Tests

2007-12-07 Thread [EMAIL PROTECTED]
Post the actual classpath your tests are using. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=477#477 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=477 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: How do I reload a Data Model on a SessionBean everytime

2007-12-07 Thread [EMAIL PROTECTED]
Outject the datamodel into event scope. Easy :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=474#474 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=474 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: @DataModel s:link h:commandButton h:dataTable

2007-12-07 Thread [EMAIL PROTECTED]
RTFM - commandButton submits the form, s:button doesn't. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=475#475 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=475 ___

[jboss-user] [JBoss Seam] - Why do I need to use entityManager.flush() ?

2007-12-07 Thread w17chm4n
Why do I need to use flush() when using SMPC ? Before I had this | @Stateful | @Scope(ScopeType.APPLICATION) | @Name(questionTypeManager) | public class QuestionTypeManagerBean implements QuestionTypeManager { | | @Logger | Log log; | | @PersistenceContext |

[jboss-user] [JBoss Messaging] - Re: Failover failed

2007-12-07 Thread chrismeadows
Hi Tim, First of all, I have a large portion of humble pie to eat - I hadn't clustered the SLSB that publishes. However, I'm still seeing unreliable results, so I'll elaborate on what I am doing... I have a pojo that connects via JNDI to queue/testQueue on the ClusteredConnectionFactory.

[jboss-user] [Security JAAS/JBoss] - javax.net.ssl.SSLHandshakeException: null cert chain

2007-12-07 Thread erace
Hi, How can I find out what is the reason for the exception the javax.net.ssl.SSLHandshakeException: null cert chain when https connector is set to clientAuth=true? I have managed to make it work with self singed certs. The problem occurs when I receive a client certificate signed by some

[jboss-user] [JBoss Tools (users)] - Re: The VPE editor can't be run because your system environm

2007-12-07 Thread [EMAIL PROTECTED]
we have a similar issue reported at http://jira.jboss.com/jira/browse/JBIDE-1329 but have not yet figured out what causes it since it works on all the systems we tested on (including w2k, xp and vista) Please comment on that jira issue if you have any info on what might be the combination

[jboss-user] [JBoss Messaging] - Re: Delayed Message Sucking

2007-12-07 Thread chip_schoch
Tim, Thanks once again for your help. Using the Temporary Queue cleared up all my issues. It works great now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111248#4111248 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Date formatting in EL expression

2007-12-07 Thread chawax
Thanks for your answer, a negative answer is always better than no answer at all ! As you suggest, I opened a JIRA for this : http://jira.jboss.org/jira/browse/JBSEAM-2356 For the moment, I think I can workaround this problem using a Seam component. View the original post :

[jboss-user] [JBoss Seam] - Staying sane (or how do I keep up with Seam releases)?

2007-12-07 Thread gmarcus
Can anyone share their strategy for updating to new releases of seam? I am currently using Seam 2.0.0 CR1 and about to update to 2.0.0 GA. I installed both versions and did a seam-gen with each and saw a lot of changes to the resource files and project structure. When I have done upgrades in

[jboss-user] [JBoss Seam] - Re: Communication between Business and Presentation Layer

2007-12-07 Thread chawax
I made this. But my code is generated by AndroMDA with Seam and EJB3 cartridge, so I am not sure why it works lol But here are a few pieces of code that may help you : The EJB is injected this way in my Seam component : @javax.ejb.EJB | protected myPackage.ServiceProcessusRemote

[jboss-user] [JBoss Seam] - Seam Security - add a permission to Identity

2007-12-07 Thread gersonk
How can I add a permission to Identity directly? Let's say 10 users have the same role but one of them must have another permission that doesn't belong to that role. I don't want to create another role. Thanks View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss server 4.2.2.GA install (urgent)

2007-12-07 Thread jaikiran
A default installation of JBoss comes with 3 different server configurations. They are named minimal, default and all. You can find these folders under %JBOSS_HOME%/server/ folder. Each one of these folders represents a server configuration and has different components. Usually, you go for the

[jboss-user] [JBoss Seam] - Re: Communication between Business and Presentation Layer

2007-12-07 Thread jdwinne
Did you ever found a solution for this? I'm looking to do something similar. We have some presentation layer (based on seam) that is integrating with an EJB3 backend. If we create one ear for that it works great. But now we would like to put the presentation layer on a separate machine and have

[jboss-user] [JBoss jBPM] - Re: Null Pointer stack trace when opening a processdefinitio

2007-12-07 Thread ebsjwj
Ok. Thanks. I have resolved it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111244#4111244 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111244 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Branching, merging and version management.

2007-12-07 Thread [EMAIL PROTECTED]
As an aside. Rule engines often suffer from the same problems. They use XML rule definition files which make branch-to-branch merging difficult. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111240#4111240 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Date formatting in EL expression

2007-12-07 Thread [EMAIL PROTECTED]
You're right, it will be hard to plug this in without replicating a lot of Seam code. Open a JIRA feature request to make this extensible. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111241#4111241 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Null Pointer stack trace when opening a processdefinitio

2007-12-07 Thread [EMAIL PROTECTED]
You get a null pointer if you change a process definition outside of eclipse and open the definition in the BPM editor without first refreshing the eclipse workspace for that directory. Its a weird error. View the original post :

[jboss-user] [JBoss Seam] - Re: pagination with lazy loading for readonly tables, seamdi

2007-12-07 Thread petekol
[EMAIL PROTECTED] wrote : petekol wrote : [EMAIL PROTECTED] wrote : longer scope does not work for Query component.it's DataModel handling makes it not possible | | | | In what way? Yes, you need to refresh the datamodel of course. | | i mean not generally but for

[jboss-user] [JBoss Tools (users)] - Re: java.io.UnsupportedEncodingException then build an archi

2007-12-07 Thread [EMAIL PROTECTED]
ah...could you please report that in Jira ? We should either handle or provide a more informative error message on how to resolve it (e.g. use a JDK when doing development ;) /max View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111229#4111229 Reply to the

[jboss-user] [JBoss Tools (users)] - Re: java.io.UnsupportedEncodingException then build an archi

2007-12-07 Thread mcaligiuri
JRE(not JDK) 1.5 The charsets.jar file is not installed if the English version of JRE was installed using the default JRE installation process. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111225#4111225 Reply to the post :

[jboss-user] [JBoss Portal] - Re: removing the default portal

2007-12-07 Thread lvcster
I did a bit of googling, i managed to get rid of those tabs, except for the Login and Home. I think the problem might be indefault-object.xml. The way i understand it, the indefault-object.xml defines the parent-ref, as default. How do i make my own parent-ref ? , and specify in the

[jboss-user] [JBoss jBPM] - Re: Configuring custom AssignmentHandler in JBPM

2007-12-07 Thread jgreiner
While identity management and assignment handlers are related they are not the same. If you create a class that implements the AssignmentHandler class you can add code there to set the ActorId, or the PooledActors if you want to assign a task to many people. Then you create a swimlane and use

[jboss-user] [JBoss Seam] - Re: pagination with lazy loading for readonly tables, seamdi

2007-12-07 Thread [EMAIL PROTECTED]
petekol wrote : [EMAIL PROTECTED] wrote : longer scope does not work for Query component.it's DataModel handling makes it not possible | | In what way? Yes, you need to refresh the datamodel of course. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam and ejb3.0 transactions question?

2007-12-07 Thread Stateless Bean
[EMAIL PROTECTED] wrote : If you are catching the exception, the container has no way to know there was an error. Maybe try EJBContext.setRollbackOnly()? How can I get EJBContext from managed EJB/em? View the original post :

[jboss-user] [JBoss Seam] - Seam 2.0Ga, GWT and JBossEmbedded with EJB3.0 can I run?

2007-12-07 Thread Stateless Bean
Hi, Can i run my app using: Seam 2.0GA, JBoss Embedded on Tomcat 6.0 EJB3.0 with GWT? Are there any problems with this configuration, or db manage? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111214#4111214 Reply to the post :

[jboss-user] [JBoss Seam] - Re: pagination with lazy loading for readonly tables, seamdi

2007-12-07 Thread petekol
[EMAIL PROTECTED] wrote : This is the JSF lifecycle, it is needed. You could work around this by putting the query into a longer scope than request/event. This problem occurs in normal queries too. | | We should probably merge the lazy loading code from seamdiscs into a seam module and

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Steps needed to configure Apache with AJP

2007-12-07 Thread hunk
We have a single Solaris box on which we have multiple environments ( test , volume test , Integration test ) and we need to use different domain names to access the applications in different environments : like for test : solana.gt.pt.com for it : solana.it.pt.com we current run the

[jboss-user] [JBoss Seam] - DataModel and method binding with scope different from SESSI

2007-12-07 Thread seampatic
I have a class with a DataModel and a method that must receive the selected item with the following signature public void selectItem(Item item) When the action class is has SESSION @scope the method receives the selected item but other scope like PAGE doesn't work. How can I resolve this

[jboss-user] [JBoss Portal] - Re: Accessing HttpServletRequest from RenderRequest

2007-12-07 Thread suganthivelayutham
Hi, I tried the solution, HttpServletRequest req = (HttpServletRequest)request.getAttribute(javax.portlet.request); // request is JBossRenderRequest object but it FAILED Im getting java.lang.ClassCastException: org.jboss.portlet.JBossRenderRequest Is any other things I have to do to get

[jboss-user] [JBoss Messaging] - Re: Failover failed

2007-12-07 Thread timfox
If you're in a managed environment you can use the JCA JMS resource adapter to cache connections: See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJMSRA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=491#491 Reply to the post :

[jboss-user] [JBoss Portal] - org.jboss.util.NestedSQLException: Could not enlist in trans

2007-12-07 Thread advaittrivedi
I have a jar file having following hibernate.cfg.xml | property name=hibernate.current_session_context_classthread/property | property name=connection.datasourcejava:MyDS/property | property

[jboss-user] [JBoss Messaging] - Re: Failover failed

2007-12-07 Thread chrismeadows
SP2 + the patched jboss remoting gives much better, complete results. I receive duplicates, but I'm sure the clients can handle that if they're aware that it can happen. (For anyone lese reading this, see the Clustering Notes at

[jboss-user] [JBoss jBPM] - Hibernate Injection Problems

2007-12-07 Thread [EMAIL PROTECTED]
We are currently evaluating jBPM and trying to inject our Hibernate Session into the JbpmContext object; jbpmContext.setSession(ourHibernateSession); This is resulting in an error. The JBPM framework complains about not being able to find the 'hibernate.cfg.xml' file. It appears to be trying

[jboss-user] [Security JAAS/JBoss] - auth-constraint question and authenticator classes, Custom

2007-12-07 Thread brengl
I have a couple of questions about 'firing' a Jboss authenticator class. It appears that the authenticator class is called only when there is an auth-constraint in the deployed application's web.xml file. Also the auth-constraint block seems to require a role-name directive. Is this true? My

[jboss-user] [JBoss Seam] - Re: Seam generated entity failed to deploy on JBossAS 4.2.2

2007-12-07 Thread berna
Hi Guys, I tried to a simple test to built a running Seam application using seam generator (no eclipse this time): I switched to use jTDS 1.2.2 driver for this, and removed | property name=hibernate.hbm2ddl.auto value=validate/ | from persistent.xml Then created a new Seam

[jboss-user] [JBoss Seam] - Re: Seam eats exceptions

2007-12-07 Thread MSchmidke
[EMAIL PROTECTED] wrote : What was the xhtml? Facelets eats exceptions which occur e.g. on rendered attribute (I don't know why :( I do not know whether xhtml is relevant in this case. I have digged one step further - Eaten Exception occurs during Outjection of a datamodel: | @DataModel |

[jboss-user] [JBoss Portal] - Re: Accessing HttpServletRequest from RenderRequest

2007-12-07 Thread bvogt
???HttpServletRequest req = request.getServerInvocation().getServerContext().getClientRequest(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111204#4111204 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111204

[jboss-user] [JBoss Seam] - pagination with lazy loading for readonly tables, seamdiscs

2007-12-07 Thread petekol
seamdiscs example application is a good example how to implement pagination with data lazy loading of readonly tables. I can see though that issued sqls are far far from optimal: seam-discs/discs.seam: 11:05:22,512 INFO [STDOUT] Hibernate: select count(*) as col_0_0_ from Disc disc0_

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to view WAR Directory in 4.2.2?

2007-12-07 Thread kindsol
That worked. Thank you!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111277#4111277 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111277 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Date formatting in EL expression

2007-12-07 Thread chawax
I heard about EL functions ... Could it be an answer to my problem ? If so, are there EL functions that can format dates ? And how should I use them ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=430#430 Reply to the post :

[jboss-user] [Beginners Corner] - jboss AS, jboss Web and php

2007-12-07 Thread nitm
hi, i'm new to the whole jboss experience and i'm a bit confused with what exactly jboss web is all about... what i want to achive is to be able to use the jboss AS for the logical part of my web application while using php for the view part. from what i read, the jboss web supports php but

[jboss-user] [JBoss Seam] - Re: Date formatting in EL expression

2007-12-07 Thread chawax
Well, I could not found any tutorial about this on the net. It would be very kind from you to give me a link if you have one ;) I just found tutorials for custom EL functions used in JSP via taglibs. But my app uses facelets, not JSP. Moreover the EL expression to evaluate is in a resource

[jboss-user] [JBoss Seam] - Re: Asynchronous method triggered multiple times.

2007-12-07 Thread vfaid
@damianharvey: Sorry, you had right. The calls were due to EJBTimer timeout's that was saved by JBoss during previous deployment. Is it a bug of JBoss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111233#4111233 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How do I reload a Data Model on a SessionBean everytime

2007-12-07 Thread indyJones
ok...i need some help with your suggestion pete... Here is how I am Outjecting the datamodel into even scope... | | @Name(usermanager) | @Stateful | @Scope(SESSION) | @Restrict(#{identity.loggedIn}) | public class UserManager implements UserManagerInterface { | |

[jboss-user] [JBoss Seam] - why seam conversational component created for serval time?

2007-12-07 Thread xinhua
Hi all, I have a conversation scope seam component (not ejb), and in @Create function i retrieve recodes from datebase. But, i found that ,this @Create function will be called for three times everytime i open the page! :O I have no idea what happend, so strang. Please help me. thanks in

[jboss-user] [JBoss Seam] - conversation per view-id [natural convesation scope]

2007-12-07 Thread koenhandekyn
i'm developping an app part of which is plain editing of instances in a database. i have recently discovered natural conversation scope, that cleary should get into the documentation soon !!! i now find myselve repeating the below part for every entity (i have a list page and an edit page for

[jboss-user] [JBoss Messaging] - Re: Failover failed

2007-12-07 Thread timfox
Glad that works for you :) If you want to be sure you don't receive duplicates just make sure your consumers use a transacted session to consume - then you should get guaranteed once and only once delivery as per spec. Currently you're using a non transacted session so losing messages /

[jboss-user] [JBoss Messaging] - Re: Failover failed

2007-12-07 Thread timfox
One observation: You're creating a connection, session, and producer for every message that you forward! This will be extremely slow... Connection and sessions are heavyweight objects that you want to create once then re-use. Really you want to re-use the producer too. View the original post

[jboss-user] [JBoss Seam] - Re: Seam eats exceptions

2007-12-07 Thread [EMAIL PROTECTED]
What was the xhtml? Facelets eats exceptions which occur e.g. on rendered attribute (I don't know why :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=486#486 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=486

[jboss-user] [JBoss Seam] - Re: using static modifier with Seam logger

2007-12-07 Thread [EMAIL PROTECTED]
The injection for static loggers is different - static loggers are injected at component install, non static at component instantiation (think about what static means) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=473#473 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: hello-sample: no processdefinition.xml inside process ar

2007-12-07 Thread timeagentess
The jBPM BPEL 1.1.GA works fine, thank you very much for your help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=463#463 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=463

[jboss-user] [JBoss Seam] - Jboss Seam application within Websphere AS 6.1.0.13

2007-12-07 Thread ceaserme
Hi All, We have developed an developed using Seam 1.2.1 GA and Facelets. It deploys properly and functions as desired when deployed within JBoss 4.0.5 For Prod we need to deploy it on WAS 6.1.0.13 and it gives an error saying Could not start transaction. It will be great if anybody could

[jboss-user] [JBoss jBPM] - Re: How hard to create visual representation of the relation

2007-12-07 Thread [EMAIL PROTECTED]
I created a little program that stitches all of our process definitions together into a single summary view. The auto layout piece is pretty bad but its not worth the time for us to fix it. We have one large process with many subprocesses. The document that resulted from the above

[jboss-user] [JBoss Portal] - Re: Redirect to a specific portal after login

2007-12-07 Thread ameo
Sorry for annoying, but I had no luck since yet )-: here's what I have done: | testportal.sar/META-INF/jboss-service.xml | | server | mbean code=de.ameo.TestPortalCommandFactory | name=portal:commandFactory=SomeTestPortal xmbean-dd= |

[jboss-user] [JBoss jBPM] - Re: How hard to create visual representation of the relation

2007-12-07 Thread kukeltje
positioning is not done by jbpm, but by the elipse GPD and then GEF, not the GPD itself. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111276#4111276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111276

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss server 4.2.2.GA install (urgent)

2007-12-07 Thread thenk
i konow how coding but i don't know my source where have to be. for example: jboss server include these folders: bin,client,docs ,lib,server. my source where have to be? which one? and how can execute my implementation? is it like? http://localhost:8080/client/firstimplemantation.jar

[jboss-user] [JBoss Seam] - Re: pagination with lazy loading for readonly tables, seamdi

2007-12-07 Thread [EMAIL PROTECTED]
This is the JSF lifecycle, it is needed. You could work around this by putting the query into a longer scope than request/event. This problem occurs in normal queries too. We should probably merge the lazy loading code from seamdiscs into a seam module and build one for richfaces. View the

[jboss-user] [JBoss Portal] - Re: Accessing HttpServletRequest from RenderRequest

2007-12-07 Thread bvogt
sorry, I copied the wrong line, I meant: HttpServletRequest req = request.getControllerContext().getServerInvocation().getServerContext().getClientRequest(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111205#4111205 Reply to the post :

[jboss-user] [JBossCache] - improve s:cache performances

2007-12-07 Thread Zerg-Spirit
Hi, I already posted this message in the Seam forums, but I figured it was most probably a topic that would fit here. I'm currently working on a big page displaying a topic and every of its children hierarchically. Since these topics can have a lot of children, I figured out I should cache my

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unexpected error processing socket in jboss-4.0.5.GA

2007-12-07 Thread nataba
I've been using jboss 4.0.2 for a long time and this is the first time I'm seeing this error. I'm using jdk 1.5_7 max heap size 512. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111253#4111253 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Configuring custom AssignmentHandler in JBPM

2007-12-07 Thread MattOwens
Sorry, I must be geting my wires crossed. What i'd like to do is have the expresion handler refer to LDAP instead of the standard JBPM identity tables. We are use LDAP to identiy actors of the sytem (or would like to). Is this possible? Can you make any suggestions Thanks in advance M View

[jboss-user] [JBoss Seam] - Creating checkbox with iText using Seam

2007-12-07 Thread mdesignz
Hello, I'm creating a rather involved form using iText and Seam (2.0.GA), which includes several checkboxes. Does anyone have any examples of rendering a checked or unchecked box using iText/SEAM based on the value of the underlying bean? I'm assuming there are two approaches: using a

[jboss-user] [JBoss Seam] - Re: detached entity passed to persist

2007-12-07 Thread xshuang
Hi Guys, Thanks a lot for this post. It solved my problem also. I am migrating from JBoss to Glassfish then @PersistenceContext EntityManager gave me the same Hibernate error. Change to the @In EntityManager solved the problem. Thanks, Sheng View the original post :

[jboss-user] [JBoss jBPM] - Re: Configuring custom AssignmentHandler in JBPM

2007-12-07 Thread kukeltje
This part is not fully configurable yet. Best is to start with reverse tracing the sourcecode. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111273#4111273 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111273

[jboss-user] [JBoss Seam] - Globalization/National Language Support (NLS) in Seam

2007-12-07 Thread shivdeepk
Can someone please advice me on Globalization/National Language Support (NLS) in Seam? I am looking for something like GBO's from IBM (http://www.alphaworks.ibm.com/tech/gbo/). Any help would be really appreciated. Regards, Shiv View the original post :

[jboss-user] [JBoss Seam] - Re: Why do I need to use entityManager.flush() ?

2007-12-07 Thread [EMAIL PROTECTED]
Post your SMPC version of the code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=488#488 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=488 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Date formatting in EL expression

2007-12-07 Thread [EMAIL PROTECTED]
EL functions are super easy to write (a bit harder to wire, but there are tutorials on the net) and you could easily write #{my:formatDate(date, 'HH:MM TZ')} or similar for use inline in EL. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=484#484 Reply

[jboss-user] [JBoss Tools (users)] - Re: Images/CSS not recognized in Visual View

2007-12-07 Thread LocutusUT
Ok, I reported it as JBIDE-1464. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111305#4111305 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111305 ___ jboss-user mailing list

Re: [jboss-user] [JBossWS] - Re: UsernameToken authentication using JBossWS

2007-12-07 Thread Leandro Sales
Hello, please consider de following WSDL: ?xml version=1.0 encoding=UTF-8? wsdl:definitions xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/; xmlns:tm=http://microsoft.com/wsdl/mime/textMatching/; xmlns:soapenc=http://schemas.xmlsoap.org/soap/encoding/;

[jboss-user] [JBoss Seam] - Re: Reusing pages for different page flows?

2007-12-07 Thread whafrog
I'd appreciate a working example. Adding f:param name=conversationPropagation value=none/ to my link resulted in no end of different troubles, and I gave up when getting a null pointer clicking the view mode link after initiating an edit mode sequence, where the Seam Blackbox is for some

[jboss-user] [JBoss Messaging] - Messaging 1.3 Clustering question

2007-12-07 Thread nbakizada
I am having trouble either configuring things or understanding how they are supposed to work. I have a cluster of 2 nodes (ServerPeer 0 and 1). Jboss messaging 1.3 has been setup on both with the clustering configuration (using the correct clustered-oracle-persistence.xml configuration). The

[jboss-user] [JBoss Seam] - Re: Setting an explicit conversation id

2007-12-07 Thread [EMAIL PROTECTED]
named conversations are fully supported in CVS/2.0.1 - so I suggest you check it out there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=481#481 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=481

[jboss-user] [JBoss Seam] - Re: Reusing pages for different page flows?

2007-12-07 Thread [EMAIL PROTECTED]
You are there really, just disable conversation propagation when changing between conversations. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=478#478 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=478

[jboss-user] [Beginners Corner] - Call an ejb from Servlet in different application

2007-12-07 Thread bpet36
Has anyone been able to successfully call an ejb from a servlet that is deployed in a separate ear file, where both are deployed via JBoss. I have ServletA that is deployed in app1.ear and EJB1 that is deployed in app2.ear. I attempt to lookup the ejb from ServletA, but it fails and the

[jboss-user] [JBossWS] - Re: String[] and jax-ws

2007-12-07 Thread [EMAIL PROTECTED]
Christy wrote : Hello to everybody! | I use JBoss 4.2.0.GA. I wrote web service and its method uses java.lang.String[] as input parameter. I generated stubs using wsconsume. But when I try to invoke this method type of input parameter is net.java.dev.jaxb.array.StringArray, not

[jboss-user] [JBoss Seam] - Authenticate every request

2007-12-07 Thread renspr
Hi, I setup a new project using Seam 2.0.0.GA. On every Seam page request I need to autenticate the user against a proprietary system. I created an 'authenticator' component, and set 'authenticate-every-request' to 'true'. | security:identity |

[jboss-user] [JBoss Portal] - search portal user

2007-12-07 Thread ar_fee
Dear All, I'm new to jboss portal, I want to ask how to seach portal registered user by the user's additional properties?? I'm using jboss portal 2.6.2 Thanks. ar_fee View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111359#4111359 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Security - add a permission to Identity

2007-12-07 Thread gersonk
[EMAIL PROTECTED] wrote : There's currently nothing built into Seam to allow something like this. What do you suggest while Seam does not have such feature? Is there some plan to support that in the future? View the original post :

[jboss-user] [JBossCache] - Re: Why won`t fix JBCACHE-622?

2007-12-07 Thread genman
I'm guessing you have to have your application wait for cache start-up to complete before accessing the cache. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111352#4111352 Reply to the post :

[jboss-user] [Clustering/JBoss] - AccessLogValve for Cluster?

2007-12-07 Thread seoeng
Is there a way to write to a master log file in a cluster for the AccessLogValve, similar to the way Log4j exposes a SocketServer? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4111336#4111336 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SeamTest Unit Tests Working...But Not Integration Tests

2007-12-07 Thread neilac333
I rewrote my Ant script slightly to add all the libraries in the Seam 2.0 distribution to my classpath. Here is the revised Ant script: | path id=seam.test.class.path.libs | fileset dir=${seam-hibernate.lib.dir} |

[jboss-user] [Clustering/JBoss] - JBoss HAJNDI creating /tmp/mrf59880.tmp file

2007-12-07 Thread BossFender
Is anyone familiar with JBoss creating a temporary file in /tmp/mrf59880.tmp? I'm using Apache 2.0 software load-balancing on 2 JBoss 4.2.1.GA servers, with HAJNDI clustering with an external MySQL database. All systems are running on RHEL4 with JDK5. When HAJNDI was failing (due to mod-jk,

  1   2   >