[jboss-user] [JBossCache] - Pojo cluster fail

2007-05-24 Thread Appa
when i use jbosscache,it meet a error like this: 2007-05-24 13:52:19 [org.jboss.cache.marshall.VersionAwareMarshaller]-[ERROR] Unable to read version id from first two bytes of stream, barfing. 2007-05-24 13:52:19 [org.jboss.cache.CacheImpl.JBossCache-Cluster]-[ERROR] failed setting state

[jboss-user] [JBossWS] - Re: A question about webservices

2007-05-24 Thread sashaxiv
thanks Peter, one more question.. Which is th best way to build webservices? i´ve read something about axis, another posibility i found was wscompile from J2EE package. What do you recomend me? Jboss should let us using anotations for webservices as Sun J2EE server! Is Jboss 5 ready for this?

[jboss-user] [JNDI/Naming/Network] - Connection not getting closed in jboss4.0.3

2007-05-24 Thread javamagician81
Hi, I am using JNDI for getting the connection I have wriiten a java servlet that takes the connection by look up as: Context ctx=new InitialContext(); DataSource ds = (DataSource) ctx.lookup(java:comp/env/OracleDS); oracle-ds.xml local-tx-datasource

[jboss-user] [JBossCache] - Re: Pojo cluster fail

2007-05-24 Thread Appa
if the second server connect, join in the group,the first server should get this error: 2007-05-24 14:36:18 [org.jboss.cache.CacheImpl.JBossCache-Cluster]-[ERROR] Caught java.io.NotSerializableException while responding to state transfer request java.io.NotSerializableException:

[jboss-user] [JBoss Portal] - Re: setting a security for individual portlet instances

2007-05-24 Thread sandeepjha18
I am also using jboss-portal 2.6 beta1 and facing the same issue. Has anyone got a solution? Is this a bug? Mohan were u able to figure out any solution for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048132#4048132 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Simplest s:fileUpload usage

2007-05-24 Thread hispeedsurfer
It's exactly the same behaviour in my app. But I use Facelets(*.xhtml). The strange thing I found out: If I comment s:fileUpload tag, the fields are entered !--s:fileUpload id=fileupload data=#{specialreleaseeditor.file} accept=*/* fileName=#{specialreleaseeditor.fileName}

[jboss-user] [JBoss jBPM] - Re: console url failing to load

2007-05-24 Thread vijaysub
forget about it, my bad (had two apps that mapped to index.jsp) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048138#4048138 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048138

[jboss-user] [JBoss Seam] - Rollback not work. why?

2007-05-24 Thread jimmy6
I am using jboss-seam-1.2.1.GA/JPA example for testing the @ApplicationException(rollback=true). The following is my code. The problem is the user will store in DB without rollback. Why? em.persist(user); facesMessages.add(Successfully registered as #{user.username});

[jboss-user] [JBossCache] - Re: Pojo cluster fail

2007-05-24 Thread ctof
Hi Appa It's the same pb as describe in my previous post http://www.jboss.com/index.html?module=bbop=viewtopict=109063 Have you tried to launch your example with jdk 1.5.0_* U assume you actually play with a 1.6 release ? View the original post :

[jboss-user] [JBossCache] - Re: Pojo cluster fail

2007-05-24 Thread Appa
no,i am playing with JDK1.5.0_09... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048144#4048144 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048144 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: ADF Faces with Facelets in jBPM 3.2GA

2007-05-24 Thread kukeltje
probably not, sorry. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048147#4048147 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048147 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: how to save processinstance

2007-05-24 Thread kukeltje
Oh jesus, what a complaints. Yes they can, by not declaring variables on the tasknodes you have access to the processcontext variables. Those are shared View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048150#4048150 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Associating views with process states

2007-05-24 Thread kukeltje
database views? html views? For the latter use jbpm 3.2 or build your own custom webapp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048162#4048162 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048162

[jboss-user] [JBoss jBPM] - Re: Un expected behavior observed with Token details

2007-05-24 Thread kukeltje
If you think this is a bug or enhancement, please file a jira issue. By just stating it here there is no guarantee it will get fixed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048163#4048163 Reply to the post :

[jboss-user] [JBoss Seam] - German article about Seam published

2007-05-24 Thread tnfink
Hi, I wrote an article in German about Seam that was now published in the JavaSPEKTRUM. It contains mainly a brief introduction and a discussion about the architectural changes in comparison with traditional JEE web application. If somebody is interested, here is a link:

[jboss-user] [JBoss jBPM] - Re: Associating views with process states

2007-05-24 Thread vipul.gupta
Hi kukeltje, I am sorry for not being clear earlier. I meant html views only in a new webapp. What i am not able to understand is to how to show a specific html for a specific process state and another one for another state. I plan to make these as embeddeable htmls inside a parent html page.

[jboss-user] [JBoss Seam] - Re: Dropdown Lists in my seam application causing problem

2007-05-24 Thread damianharvey
Show us all the code for your page. Take out the globalOnly so you see messages for your inputs as well. Also you don't need to use si:selectItems and si:convertEntity anymore. They are now part of the core Seam tags. Eg. s:selectItems (this won't fix your problem though) View the original

[jboss-user] [JBoss jBPM] - Re: Associating views with process states

2007-05-24 Thread kukeltje
Then you have to build your own custom webapp. Including designing how to show a custom form for a specific state... Sorry, I can't be any clearer, since it wouldcost me way to much time to design something for you. View the original post :

[jboss-user] [Installation, Configuration Deployment] - 4.0.5 to 4.2.0 upgrade and JBossTS

2007-05-24 Thread djr667
All our 10 datasources are local-tx-datasource but it appears JBossTS (default transaction manager in 4.2.0) only allows 1 local-tx-datasource (not simple to find this out), you need to convert to xa-datasource. This should be in the release notes (I can find no reference). However, converting

[jboss-user] [JBoss jBPM] - Re: cannot read process variable from other thread

2007-05-24 Thread clandestino_bgd
Hi, actually it did not help. Like stated at http://www.jboss.com/index.html?module=bbop=viewtopict=108409, since 2 threads are in game: JMS and JBPM then will join the race, so sometimes it will pass, sometimes won't. Actually that made a big problem to me, so I would strongly advice to either

[jboss-user] [Beginners Corner] - Change user that jboss runs on (Linux)

2007-05-24 Thread wojtekb82
I want tomcat connector to bind low ports on linux, so i start jboss through sudo. But I do not want to run it as a root. After it binds the ports i want it to change linux user that it is running on, so that it doesnt run on root any more. Thnx for any reply. View the original post :

[jboss-user] [JBoss Seam] - Re: Own HttpServlet and No application context active

2007-05-24 Thread miloslav.vlach
Problem was in component.xml web:context-filter url-pattern=/attachement/* / M. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048181#4048181 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048181

[jboss-user] [JBoss Seam] - Radiobutton and AJAX

2007-05-24 Thread miloslav.vlach
Hi all, I have problem with this scenario: I would like to have an form with some input text fields. On the form will be an group of radiobuttons which control the form. When I clicked on the first radiobutton, some imput texts disappears and some appears. I can do that with ajax4jsf - no

[jboss-user] [JBoss Seam] - Re: Seam CVS: should jBPM work? (jbpm.function.mapper not de

2007-05-24 Thread [EMAIL PROTECTED]
There's a new version of the JBPM lib in CVS, everything should now work again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048189#4048189 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048189

[jboss-user] [JBoss Seam] - Following Seam Pay example - Error

2007-05-24 Thread koriel
I wanted to follow the seam pay example and all works fine using this code | @Asynchronous | @Transactional | public Timer checkCitations(@Expiration Date when, | @IntervalDuration long interval, | Processor

[jboss-user] [JBoss Seam] - Re: Seam CVS: should jBPM work? (jbpm.function.mapper not de

2007-05-24 Thread avbentem
Great, I indeed just received the JIRA notifications. Do the efforts to create a new patched 3.1.4 version imply that jBPM 3.2 will probably not make it into Seam 1.3? Thanks, Arjan. 1.3.0.BETA1 Seam/WS and jBPM asynchronicity JBSEAM-1130 Upgrade to jBPM 3.2 View the original post :

[jboss-user] [JBoss Seam] - Howto handle LazyInitializationException

2007-05-24 Thread thierry.rietsch
Hello I have a problem with lazy loading and need a workaround. I have an Entity called SoftwareInventoryObject which contains a Collection of SoftwareInventoryObjectParts. | class SoftwareInventoryObject { | // other fields | ListSoftwareInventoryObjectPart parts; | | //

[jboss-user] [JBoss Seam] - Re: Howto handle LazyInitializationException

2007-05-24 Thread jazir1979
Hi Thierry, Have you read about the extended persistence context? If not, this is where your answer lies http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/persistence.html Using a conversation-scoped SFSB with an extended persistence context will solve your problem. Daniel. View the

[jboss-user] [JBossWS] - Re: If I deploy more than one webservice I get

2007-05-24 Thread avbentem
Even when deploying only a single web service, this error may also be caused by some left-overs after refactoring without properly cleaning up. I changed the name of my service using Eclipse, which left the old compiled classes in various exploded archive folders. Those were then still copied

[jboss-user] [Installation, Configuration Deployment] - Error message when starting my jboss server.

2007-05-24 Thread Linuso
I have just installed jboss 4.0.3SP1 (I tested whit .4.0.5 same problem there) I getting those messegeas when I start it whit ./run.sh -c all if I run the default server It's starts perfectly.. 12:25:08,400 INFO [SnmpAgentService] SNMP agent going active 12:25:08,428 ERROR [TrapEmitter] SNMP

[jboss-user] [JBoss Seam] - Re: Howto handle LazyInitializationException

2007-05-24 Thread thierry.rietsch
Now I got it. Sorry. I use now: | class SoftwareObjectSearchBean { | // other code | | @PersistenceContext(type=PersistenceContextType.EXTENDED) | EntityManager em; | | // other code | } | | Is that the right way? View the original post :

[jboss-user] [JBoss jBPM] - Re: what is par file? + has anyone used deploy.html in jbpm.

2007-05-24 Thread vipul.gupta
I did the same but when i tried to upload this file using deploy.html page it says not a process archive file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048207#4048207 Reply to the post :

[jboss-user] [JBoss jBPM] - Not a multipart request error while deploying using eclips

2007-05-24 Thread vipul.gupta
Hi all, I created a application using jbpm and i have been trying to deploy a process definition using eclipse plugin and its alway throwing an error saying Not a multipart request Any ideas what i can do to solve this. FYI: the same is working on windows machine but i am having problems when

[jboss-user] [JBoss Seam] - Re: Howto handle LazyInitializationException

2007-05-24 Thread thierry.rietsch
Thank you for your reply. I have read through the articel in the JBoss Seam documentation. Unfortunately I din't fully understand it. Is there an example of an extended persistence context in the jboss-seam examples? Thanks again for your reply and your help, thierry View the original post :

[jboss-user] [JBoss jBPM] - Re: what is par file? + has anyone used deploy.html in jbpm.

2007-05-24 Thread vtysh
Use eclipse plugin to create process archive. (Deployment tab-Save Process Archive Locally) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048204#4048204 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048204

[jboss-user] [JBoss Seam] - How to get the HttpResponse object using FacesContext.

2007-05-24 Thread d.solasa
Hi, How to get the HttpResponse object using FacesContext. iam using HttpServletResponse response = (HttpServletResponse)facesCtx.getResponseWriter(); but getting the response object as null. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048213#4048213

[jboss-user] [JBoss Seam] - Re: s:validateAll in custom tag/template

2007-05-24 Thread baz
Hello, i am also interested in an answer to this issue. I do have an app where on one page the validation is working and on an other page it is not working. Both pages uses templates. i try to hunt down the problem for a couple of weeks now, but with no success:-( View the original post :

[jboss-user] [JBoss Seam] - problem with character-encoding-filter in components.xml

2007-05-24 Thread hasc
Hi, i added the following entry to components.xml web:character-encoding-filter encoding=UTF-8 |override-client=true |url-pattern=*.seam/ and when i deploy the ear i get the following error at

[jboss-user] [EJB 3.0] - Re: How to Call one EJB from another remotely?

2007-05-24 Thread [EMAIL PROTECTED]
Hi ebross I tried your suggestion But the Deployment itself is failing stating it couldn't found any EJB's View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048220#4048220 Reply to the post :

[jboss-user] [Microcontainer] - Compiled docs for JBossMC_2_0_0_Beta3

2007-05-24 Thread [EMAIL PROTECTED]
Are the compiled docs for JBossMC_2_0_0_Beta3 available anywhere? The 'build/build.sh docs' fails with buildmagic's unmagic. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048222#4048222 Reply to the post :

[jboss-user] [Microcontainer] - Re: Compiled docs for JBossMC_2_0_0_Beta3

2007-05-24 Thread alesj
Uf, there is not a lot of docs for MC 2.x (yet). The best you can do is here: - http://www.jboss.org/index.html?module=bbop=viewtopict=105030 - http://www.jboss.org/index.html?module=bbop=viewtopict=105284 - http://www.jboss.org/index.html?module=bbop=viewtopict=104471 btw: where do you get

[jboss-user] [JBoss Seam] - DataSource injection in entity

2007-05-24 Thread purplehaze
Hello. I must get some data in entity from a stored proc. this data belons to this entity. It is very old, legacy DB. For this I need a DataSource.getConnection() like this Connection conn = ds.getConnection(); CallableStatement cs = conn.prepareCall(sql); How can I inject

[jboss-user] [JBoss Seam] - Slow integration testing suite based on SeamTest - improveme

2007-05-24 Thread andreigh.ts
As the framework is designed right now, the embedded server starts for each testing class that extends SeamTest (basically every class that has integration tests using FacesRequest). This is done via SeamTest.init() which is annotated with @Configuration(beforeTestClass=true). Starting the

[jboss-user] [JBoss Portal] - Re: error changing theme when logged in as admin in 2.6cr2

2007-05-24 Thread andreas.wiesauer
The same error happens to me. I'm using the latest trunk, AS 4.0.5 and MySQL as database. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048231#4048231 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048231

[jboss-user] [Microcontainer] - Re: Compiled docs for JBossMC_2_0_0_Beta3

2007-05-24 Thread [EMAIL PROTECTED]
alesj wrote : | btw: where do you get buildmagic, isn't MC all Maven? | Just do build/build.sh on JBossMC_2_0_0_Beta3 tag checkout. Seems to produce the jars from clobbered state, most other targets seem not to respond too well. I guess I'll try the pom.xml then. Thanks for the links.

[jboss-user] jboss seam, calling seam component from servlet filter

2007-05-24 Thread rishi
I am very new to jboss Seam and hence have this query. I want to call up a seam component from inside a servlet filter as below: AuthorizerActionLocal authLocal = (AuthorizerActionLocal)Seam.componentForName(packageCreationAction) .getInstance( AuthorizerActionImpl.class); UserVO userVO =

[jboss-user] [JCA/JBoss] - Re: How can I track connections by user?

2007-05-24 Thread vickyk
anonymous wrote : I get them via the connection managers allocate method but I can't figure out how i tell the pool that I am returning the connection. You need to call the close method on the Connection which should eventually call the method on the ManagedConnection which in turn should call

[jboss-user] [JBoss Seam] - general question on encoding

2007-05-24 Thread hasc
Hello, i' ve got a general question on encoding. I encoded my messages_de.properties file in UTF-8 and if i add charakters like (Ä,ä,Ü,ü) they are displayed wrong. If i change back to ISO-8859-1 it works fine. All xhtml files begin with the line ?xml version=1.0 encoding=UTF-8? and are encoded

[jboss-user] [JBoss jBPM] - Re: Un expected behavior observed with Token details

2007-05-24 Thread estaub
malish, When you jira it, you might ask for javadoc describing what to expect, regardless of the disposition of the request for a change in behavior. The current doc leaves it to your imagination. -Ed View the original post :

[jboss-user] [JBossCache] - jboss-archive-browsing vs jboss-common-core

2007-05-24 Thread atijms
I'm trying to use JbossCache 2.0.0 cr1 in a project that also uses Hibernate (with EntityManager 3.3.1 ga). There seems to be a conflict between the dependencies of these. Hibernate-EntityManager comes with a jar file called jboss-archive-browsing.jar. In its manifest it sais it's actually

[jboss-user] [JBossCache] - Re: Readme for required libs missing from archive?

2007-05-24 Thread [EMAIL PROTECTED]
I've created a JIRA for this - JBCACHE-1072. Will be in 2.0.0.CR2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048244#4048244 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048244

[jboss-user] [JBoss jBPM] - Re: Un expected behavior observed with Token details

2007-05-24 Thread mputz
I could reproduce this with your suggestions of throwing an exception in an ActionHandler. But only if I signal this from a custom application, not from within the default jBPM 3.2 web app. So I suspect this is a configuration issue. I'll try to dig deeper and let you know when I find

[jboss-user] [JBoss Seam] - Re: Unable to stop conversation propagation for s:link acti

2007-05-24 Thread [EMAIL PROTECTED]
When you use action= with no view attribute, s:link resubmits to the original view id, just like h:commanLink or h:commandButton. Since you have begin-conversation/ defined for that view id, a new conversation begins. If you want to submit to a different view id, you must use view=

[jboss-user] [JBoss Portal] - Re: error changing theme when logged in as admin in 2.6cr2

2007-05-24 Thread [EMAIL PROTECTED]
Could you please detail, what problem you are facing, and how i can reproduce it ? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048251#4048251 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048251

[jboss-user] [JBoss Seam] - Re: s:validateAll throwing

2007-05-24 Thread [EMAIL PROTECTED]
s:validate(All) can only work for JSF controls which have an attribute named value. (It is meant to be used with EditableValueHolders.) I'm not sure what ui2:addRemove is, but you seem to be missing a value attribute... View the original post :

[jboss-user] [JBoss Seam] - Re: s:validateAll in custom tag/template

2007-05-24 Thread carloszaniolo
Hi, I think it is same issue I had. Seam validation does not work with facelets source tags: http://www.jboss.com/index.html?module=bbop=viewtopicp=4012572#4012572 But for the next version of Seam, it will have a new El implementation: JBoss El. Hopefully it will resolve our problems! View

[jboss-user] [JBoss Seam] - Re: Need some clarification about seam-gen-ed EntityHome cla

2007-05-24 Thread [EMAIL PROTECTED]
No true, it looks to me like Widget has many Feeds. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048254#4048254 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048254 ___

[jboss-user] [JBoss jBPM] - Re: Un expected behavior observed with Token details

2007-05-24 Thread mputz
Please disregard my previous comment - it has nothing to do with configuration. I oversaw that you were throwing an exception, but didn't mark the current transaction as to be rolled back. So instead of your workaround of re-setting the node on the context again, just add

[jboss-user] [JBoss Seam] - Re: Creating Mock for identity component

2007-05-24 Thread [EMAIL PROTECTED]
What you are doing should work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048256#4048256 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048256 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: NetBeans and JBoss 4.2.0 problem?

2007-05-24 Thread kk2die4
Hi spirosmichalak How do you stop the JBoss srever from Netbeans ? I am an absolute newbie to both Netbeans and JBoss, so please dont mind if that was a dumb question. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048258#4048258 Reply to the post :

[jboss-user] [JBossCache] - Re: jboss-archive-browsing vs jboss-common-core

2007-05-24 Thread [EMAIL PROTECTED]
This is jboss-common-core 1.0.4. We only need this for MarshalledValue and associated streams, so you should be able to use the version that comes with Hibernate. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048259#4048259 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Themes based on domain?

2007-05-24 Thread [EMAIL PROTECTED]
It should be very easy to write a seam page action that checks the domain, and calls themeSelector.setTheme(). Map it to the view id *. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048260#4048260 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Startup not working

2007-05-24 Thread [EMAIL PROTECTED]
Since it is a session scope component, it starts when the session starts, not when the application starts. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048261#4048261 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048261

[jboss-user] [JBoss Seam] - Re: Seam - Embedded Ejb - Logger

2007-05-24 Thread [EMAIL PROTECTED]
@Logger works for session beans that are Seam components. If its not a seam component you can use: private static final LogProvider log = Logging.getLogProvider(.); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048262#4048262 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - [JSF] Problems with Tomahawk extensions (jboss-5.0.0.Beta2)

2007-05-24 Thread CarstenRudat
Hi all, I have an EAR with a WAR on jboss-5.0.0.Beta2. In my WAR I use JSF (RI 1.2 as delivered with JBoss) and Tomahawk 1.1.5 add-ons. When I try to use t:dataTable with sort-function, I get a NumberFormatException. I debugged the code and I saw | (String) vb.getValue(getFacesContext())

[jboss-user] [JBoss Seam] - Re: Seam and maven2 running tests

2007-05-24 Thread [EMAIL PROTECTED]
You need to specify the JNDI name pattern for E-EJB3 in components.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048268#4048268 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048268

[jboss-user] [JBoss Seam] Seam calling from servlet filter..

2007-05-24 Thread rishi
I am very new to jboss Seam and hence a simple query. I want to call up a seam component from inside a servlet filter as below: AuthorizerActionLocal authLocal = (AuthorizerActionLocal)Seam.componentForName(packageCreationAction) .getInstance( AuthorizerActionImpl.class); UserVO userVO =

[jboss-user] [JBoss Seam] - Re: Seam Themes based on domain?

2007-05-24 Thread tim_perrett
Ok sounds like the kind of thing I was thinking of! Excellent. So basicly, it will get called on every request due to the view id * in web.xml (should it be web.xml?) Many thanks Tim View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048264#4048264 Reply to

[jboss-user] [JBossCache] - Re: Readme for required libs missing from archive?

2007-05-24 Thread [EMAIL PROTECTED]
You can see it in CVS here: http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jboss/JBossCache/lib/README.txt?revision=1.1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048257#4048257 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exploded Deployment woes on Windows

2007-05-24 Thread [EMAIL PROTECTED]
Yes, this is a problem at the JVM level on windows. Usually, it resolves itself by restarting the AS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048269#4048269 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048269

[jboss-user] [JBoss Seam] - Re: Support for calling components from value bindings?

2007-05-24 Thread [EMAIL PROTECTED]
Yes, it should work. But note that Seam 1.3 is not even alpha yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048270#4048270 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048270

[jboss-user] [JBoss Portal] - Re: JBoss Portal 3.0

2007-05-24 Thread [EMAIL PROTECTED]
Actually we are probably going to split the functionnalities for 3.0 between 2.8 and 3.0 OR 3.0 and 3.2, it depends how we decide it. The goal is to not have a long bloated release cycle. The agnosticity stuff will be done in priority. We'll post on the blog about it once we know more about

[jboss-user] [JBoss Seam] - Re: s:fileUpload trows error???

2007-05-24 Thread [EMAIL PROTECTED]
ignore it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048281#4048281 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048281 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: what time the portal 2.6 final can be download

2007-05-24 Thread [EMAIL PROTECTED]
By end of June you'll have a final release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048282#4048282 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048282 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Un expected behavior observed with Token details

2007-05-24 Thread kukeltje
Would be nice to add a jira issue nevertheless. Just not for the original problem, but for adding this to the docs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048279#4048279 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:validateAll in custom tag/template

2007-05-24 Thread [EMAIL PROTECTED]
This is a well-known limitation of facelets tag files. EL expressions are evaluated before they get passed to the tag. So there is no way we can fix it without a change to facelets. Nag Jacob. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048278#4048278

[jboss-user] [JBoss Seam] - Re: Following Seam Pay example - Error

2007-05-24 Thread avbentem
koriel wrote : when goes to to cancel the handle.getTimer().cancel() I get | 11:29:40,533 ERROR [TimerImpl] Error invoking ejbTimeout: | | javax.ejb.EJBException: java.lang.NullPointerException | any ideas? Surely there's some caused by in the stacktrace to help you investigate? Does

[jboss-user] [JBoss Seam] - Re: Seam Themes based on domain?

2007-05-24 Thread [EMAIL PROTECTED]
In pages.xml, of course! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048271#4048271 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048271 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Pageflow question

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

[jboss-user] [JBoss Seam] - Re: DataSource injection in entity

2007-05-24 Thread purplehaze
Please HELP!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048276#4048276 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048276 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam Themes based on domain?

2007-05-24 Thread tim_perrett
LOL - sorry now that was a silly mistake!!! Cheers Tim PS: i'll do the code and post it back up when its ready :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048286#4048286 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Un expected behavior observed with Token details

2007-05-24 Thread estaub
Ronald, Given what this turned out to be caused by, what are you thinking should be doc'd? Maybe the getNode() return? Like so: anonymous wrote : @return the last node entered, or the start node for the root token of an unsignaled new process instance. Guaranteed non-null. [I don't know

[jboss-user] [JBoss Seam] - Re: ClassCastException: org.jboss.seam.jsf.SeamApplication11

2007-05-24 Thread [EMAIL PROTECTED]
Yes, they should not do that typecast, that is a bug in their JSF impl. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048290#4048290 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048290

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

2007-05-24 Thread [EMAIL PROTECTED]
It is not hardcoded, it is a default, which may be configured in components.xml! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048293#4048293 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048293

[jboss-user] [JBoss Seam] - Re: I can't build seam

2007-05-24 Thread [EMAIL PROTECTED]
1.1.5?? Why don't you use the current version, 1.2.1.GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048295#4048295 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048295 ___

[jboss-user] [JBossWS] - Re: A question about webservices

2007-05-24 Thread PeterJ
JBossWS 1.2 supports annotations for creating web services. See docs at http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048296#4048296 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Length in char(1) property

2007-05-24 Thread [EMAIL PROTECTED]
anonymous wrote : The application created by seam-gen is not ready to use. | Right, it is a starting point, not a readymade production application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048298#4048298 Reply to the post :

[jboss-user] [JBoss Seam] - Re: PropertyNotFoundException - Target Unreachable

2007-05-24 Thread [EMAIL PROTECTED]
It is much, much better to start with a Seam example, or seam-gen, than try to convert a generic JSF project across. A Seam app has waaay more moving parts (EJB, JTA, JPA, Seam itself, etc) that all need to coexist. View the original post :

[jboss-user] [JBoss Seam] - Re: Support for calling components from value bindings?

2007-05-24 Thread [EMAIL PROTECTED]
Ok, thanks. I'll heed your note and wait for a release. Cheers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048301#4048301 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048301

[jboss-user] [JBoss Seam] - Re: Newbei question: Page navigation

2007-05-24 Thread [EMAIL PROTECTED]
Declare the parameter as a seam page parameter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048302#4048302 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048302 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: German article about Seam published

2007-05-24 Thread [EMAIL PROTECTED]
Thanks! Once we get the new website set up, we will have to have a page linking articles about Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048304#4048304 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048304

[jboss-user] [JBoss Seam] - Re: Howto handle LazyInitializationException

2007-05-24 Thread [EMAIL PROTECTED]
That is one way, but a better way is to use a Seam-managed PC. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048305#4048305 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048305

[jboss-user] [JBoss Seam] - Re: problem with character-encoding-filter in components.xml

2007-05-24 Thread [EMAIL PROTECTED]
You need to declare the web namespace in the document root element. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048306#4048306 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048306

[jboss-user] [JBoss Seam] - Re: Slow integration testing suite based on SeamTest - impro

2007-05-24 Thread [EMAIL PROTECTED]
No, no especially good reason View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048307#4048307 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048307 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Scope Precedence

2007-05-24 Thread [EMAIL PROTECTED]
Null would be injected. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048308#4048308 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048308 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: service=EJB3 + is already registered

2007-05-24 Thread noelvaes
Finally I discoverd what was wrong: the jndi.properties file for the standalone client application was included in the bean JAR file. When I removed that file from the JAR, the problem was solved. However, JBOSS 4.0.5. ignored the presence of that file in the JAR. View the original post :

[jboss-user] [JBoss Seam] - Feature-Request: @CreateProcessAndStartTask

2007-05-24 Thread tnfink
Hi, I had now twice the need for a new feature, thus I would like to utter a feature request. I am not sure if this is the right place, but it is worth a try. From looking at the examples, the Seam-way to work with processes is to 1. Create a process (@CreateProcess) 2. Show a list with the

[jboss-user] [Clustering/JBoss] - org.jboss.serial.exception.SerializationException in JBoss4

2007-05-24 Thread skymic
Hi, Im am running a JBoss4.0.5 cluster with two nodes. After some time of inactivity I keep having the following exception 2007-05-24 15:58:12,810 ERROR [STDERR] java.lang.RuntimeException: java.lang.RuntimeException: java.lang.RuntimeException:

[jboss-user] [Installation, Configuration Deployment] - Re: ServerBindings not working

2007-05-24 Thread Defrian
Thats´just a workaround for the problem. I am facing the same behavior! The JBoss Admin Handbook says that anonymous wrote : XSLTConfigDelegate is used to transform services whose port/interface configuration is specified by using a nested XML fragment. So i am wondering why it does not work

[jboss-user] [Beginners Corner] - Re: Apparently wrong driver Error

2007-05-24 Thread ashley_us
Anyway thanks for all your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048317#4048317 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048317 ___ jboss-user mailing list

  1   2   3   >