[jboss-user] [JBoss Seam] - How does one @In(ject) a component from components.xml?

2007-06-29 Thread gothmog
Hi, I'm new to this but wouldn't have thought that this should proove to be so difficult. I have a seam component that requires the services of a components.xml object that implements the interface called PaymentService. Now when my seam app is deployed it recognizes the component as the fo

[jboss-user] [EJB 3.0] - Fail to lookup EJB3 as JBoss return internal IP

2007-06-29 Thread dinnychk
Hi, I wrote a HelloWorld EJB 3 and HelloClient to test remote access JBoss server, but failed as IP changed by firewall. The server is linux and using JBoss 4.0.4.GA with jdk1.5.0_09. I tried to start JBoss with "run.sh -c default -b " , jboss cannot start with error : anonymous wrote : 200

[jboss-user] [JBoss Seam] - Re: Restore View and HTTPSession Timeout

2007-06-29 Thread chane
Just to be complete I'll answer my own post. What I really want is a RESTful style search/results function. I ended up adding pages.xml actions to the mix with embedded parameters and things work like a charm. I don't have to muck around with changing timeout limits and the next/previous but

[jboss-user] [JBoss Seam] - Re: Deployment Scanner framework

2007-06-29 Thread colintoal
Cool - I'm glad its on the plan for the future - as the Scanner facility is nice. One thought I had is to use a meta-annotation to represent "scan discoverable". One could annotate the annotation that indicates why the class is being discovered with it. I'm imagining something like: | pub

[jboss-user] [JBoss Seam] - Re: Seam 2.0B1: turn off page parameter value validation

2007-06-29 Thread [EMAIL PROTECTED]
gotcha, you want to bypass the model-based validations. Good point. Add an issue to JIRA, please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059359#4059359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059359

[jboss-user] [JBoss Seam] - Re: Seam 2.0B1: turn off page parameter value validation

2007-06-29 Thread hstang
| | I don't want [myEntity.description] to be validated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059358#4059358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059358 __

[jboss-user] [JBoss Seam] - Re: Deployment Scanner framework

2007-06-29 Thread [EMAIL PROTECTED]
No, not yet, but there is a JIRA issue asking for this and we are definitely going to open it up when we get time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059357#4059357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - Re: Identity getPassword...

2007-06-29 Thread [EMAIL PROTECTED]
The password gets nulled as soon as its used. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059356#4059356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059356 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Seam 2.0B1: turn off page parameter value validation

2007-06-29 Thread [EMAIL PROTECTED]
Exactly what kind of validation don't you want running? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059355#4059355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059355 ___

[jboss-user] [JBoss Seam] - Re: Data separation in multi tenant applications with seam

2007-06-29 Thread [EMAIL PROTECTED]
There is a concept of a "default restriction" for a filter in Hibernate XML. Not sure about the annotationized version. Ask Emmanuel. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059354#4059354 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Error using RuleBasedIdentity in Seam 2.0 beta 1

2007-06-29 Thread tuxzilla
I am pretty sure I only have seam 2.0 jar in the classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059353#4059353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059353 ___

[jboss-user] [JBoss Seam] - Deployment Scanner framework

2007-06-29 Thread colintoal
Guys, Thanks for Seam.. enjoying it very much. For shiggles - I'm working on some code to wrap Jackrabbit in a manner similar to 'EJB3 Persistence'. My immediate goal is to annotate a POJO with some custom annotations and - at deploy time - have my code read the annotations from the compiled c

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: GC problem ?

2007-06-29 Thread vettori
I updated Jboss to 4.2.0GA that has hibernate 3.2.3 (3.2.1 entitymanager). Running the app three times now gives : [INFO ][memory ] 3.737-3.893: GC 456014K->4945K (5242880K), 155.649 ms [INFO ][memory ] 542.299: parallel nursery GC 1483183K->695999K (5242880K), 379.253 ms [INFO ][memory ] 2113.1

[jboss-user] [JBoss Seam] - Identity getPassword...

2007-06-29 Thread garypinkham
There is probably a wonderful explanation for this but it's escaping me. Whenever I call indentity.getPassword from anywhere but the Authenticator bean I get a null. I'm brand new to seam (in case you couldn't tell) and am just experimenting with the basics.I used seam-gen to create a

[jboss-user] [JBoss Seam] - Seam 2.0B1: turn off page parameter value validation

2007-06-29 Thread hstang
I noticed that that in the new upgrade, Seam added page parameter value validation which is causing additional messages to show up in my search screens which is kind of annoying. This didn't happen in 1.3.0a. Is there an option to turn this feature off? View the original post : http://www.j

[jboss-user] [JBoss Seam] - Re: Data separation in multi tenant applications with seam

2007-06-29 Thread garypinkham
"[EMAIL PROTECTED]" wrote : Oh, by the way, all this is totally unnecessary. You don't need two EMs at all. All you need is this: | | | | clientFilter | | | | clientId | | #{clientId} | | | | | | It's really

[jboss-user] [JBoss Portal] - Re: Plugin para Eclipse para Porlet

2007-06-29 Thread [EMAIL PROTECTED]
An implementation of the API is included with JBoss Portal. You can also download it from the JSR-168 page: http://jcp.org/aboutJava/communityprocess/final/jsr168/index.html Reading the specification is a good idea before starting developing portlets :) View the original post : http://www.jboss

[jboss-user] [JBossWS] - Re: Web Service Client : Could not transmit message

2007-06-29 Thread mmoura
Thanks for your response. Somehow I am not able to contact you through the forum. I was only able to get your user id. Can you send a note to the following temp e-mail? .rj at gmail dot com We can go on from there if you don't mind. Thanks again. View the original post : http://www.jbos

[jboss-user] [JBoss jBPM] - jbpm on tomcat/mysql doesn't configure correctly

2007-06-29 Thread myarrow
Hello JBPM community I carefully and fully applied the following methodology to jbpm-jpdl-3.2.GA (as detailed at:) http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnTomcat When I go to http://localhost:8080/jbpm-console it shows a white page, but there are NO exceptions thrown (as

[jboss-user] [Clustering/JBoss] - Re: HA-JNDI and JNDI for cluster access

2007-06-29 Thread [EMAIL PROTECTED]
There's a two stage process: 1) The code cycles through the list of URLs you provide, attempting to contact a server and download a naming proxy. At this point, providing mutliple URLs helps in case1, since if server1 is not available it can try server2, etc. 2) Once you contact a server, ther

[jboss-user] [JBossWS] - Re: Web Service Client : Could not transmit message

2007-06-29 Thread asarubbi
solved. not using JWSDP but JBossWS. drop me a line if you want samples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059338#4059338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059338 __

[jboss-user] [JBoss Seam] - Re: selectDate not popping up on click

2007-06-29 Thread c_eric_ray
I'm using firefox and it doesn't work. Seam 1.2.1, JBoss AS 4.0.5.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059337#4059337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059337 _

[jboss-user] [JBoss jBPM] - Re: Exception when completing a task in websale example

2007-06-29 Thread zipwow
I discovered this problem myself when trying to run against a Hibernate version < 3.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059336#4059336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059336

[jboss-user] [Clustering/JBoss] - mutlihomed, multi-instance JBoss nodes w/ clustering - How c

2007-06-29 Thread keyhman
My test machines are both mutlihomed (6 NICS a piece). I want to dedicate 1 NIC for the multicast traffc, 1 for mgmt, and 2 (bonded) for incoming connections to the HTTP listner. Each test machine has sun jdk 1.5.0_12 Each test machine has Jboss AS 4.0.5-GA Using the service binding manager, I'

[jboss-user] [JBoss Portal] - Re: Plugin para Eclipse para Porlet

2007-06-29 Thread arielBadano
I'll try to write in English. I want to create a portal and i need a plugin or java libraries to develop it, for example javax.portlet.* do you know were i can download it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059334#4059334 Reply to the post : htt

[jboss-user] [JBoss Seam] - How to build Seam from CVS

2007-06-29 Thread [EMAIL PROTECTED]
Hello, I haven't been building Seam for certain time. Earlier I was using Seam version 1.2.1 and I was building it from CVS running build.xml under Eclipse (without any problem). Now I get the following error: | cdk: | [java] [INFO] Scanning for projects... | [java] [INFO] React

[jboss-user] [JBoss Seam] - Re: Seam and Hibernate-all.jar

2007-06-29 Thread jimk1723
Ah, wrong data source type; I needed this: | | org.hibernate.ejb.HibernatePersistence | java:/my-projectDatasource | | ... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059332#4059332 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0.ALPHA entity converter: The instance was not

2007-06-29 Thread jamathison
Got it. I thought @PersistenceContext and @In were equivalent if I declared the SMPC in components.xml. I've got it wrong all over my code thanks Pete & Felix for your help - Al View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059331#4059331 Reply to t

[jboss-user] [Clustering/JBoss] - Re: HA-JNDI and JNDI for cluster access

2007-06-29 Thread timjer
"[EMAIL PROTECTED]" wrote : To continue your use case beyond what you wrote to include actual use of the context: | | Object foo = context.lookup("Foo"); | | then server context has connected to fails or is shut down | | Object bar = context.lookup("Bar"); | | 1) With case

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0.ALPHA entity converter: The instance was not

2007-06-29 Thread jamathison
Felix, I posted before seeing your reply. I'm confused. What's not SMPC about it? I'll go look at the docs again thanks, al View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059329#4059329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0.ALPHA entity converter: The instance was not

2007-06-29 Thread jamathison
I found that if instead of using the injected entityManager, I use the one returned by: (EntityManager) Component.getInstance ("entityManager"); then it works for some reason... - Al View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059328#4059328 Reply to t

[jboss-user] [JBoss Seam] - Re: Seam 1.2.0 with Jboss 4.2.0

2007-06-29 Thread fhh
It will run if you remove the classloader scoping from application.xml - or more exactly: One single Seam application will run per JBoss instance. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059327#4059327 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0.ALPHA entity converter: The instance was not

2007-06-29 Thread fhh
|@PersistenceContext(type=PersistenceContextType.EXTENDED) |private EntityManager entityManager; | Doesn't look very Seam managed to me. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059326#4059326 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: Seam and Hibernate-all.jar

2007-06-29 Thread jimk1723
This seems related to my issue; I'm trying to upgrade the Hibernate Annotations to use the @SQLInsert annotations. I replaced hibernate-all.jar with the new jars you listed, but I'm now getting an exception when I try and run my unit tests: | [testng] javax.persistence.PersistenceException:

[jboss-user] [JBoss Seam] - Re: Problems using multiple datasources

2007-06-29 Thread dustismo
Gavin, Thanks for pointing me in the right direction (I would have never figured this out otherwise).. For anyone else out there with the same problem.. I solved it by changing local-tx-datasource to xa-datasource in DataSource-dev.xml example: | | MainDatasource |

[jboss-user] [Clustering/JBoss] - Re: problem caused by

2007-06-29 Thread ddai
I saw the instructions. I just want to get it right. Shall I just put the NonSerializableAttributeTester.class into the WEB-INF/classes folder and add org.jboss.web.tomcat.service.session.NonSerializableAttributeTester to the web.xml filel? View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: resourcebundles using variant

2007-06-29 Thread [EMAIL PROTECTED]
I mean use your real debgger, and put the seam src in your ide sourcepath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059321#4059321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059321

[jboss-user] [JBoss Seam] - Re: JBoss Embedded + Tomcat + JPA

2007-06-29 Thread [EMAIL PROTECTED]
We're working on it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059320#4059320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059320 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Seam thread on TSS

2007-06-29 Thread [EMAIL PROTECTED]
Please share your experiences! http://www.theserverside.com/news/thread.tss?m=c.reply&thread_id=45998#235490 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059319#4059319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0.ALPHA entity converter: The instance was not

2007-06-29 Thread jamathison
Hi Pete, Thanks for the quick reply. I am using SMPCs, and I made all the config changes specified in the Seam 2.0 Migration Guide in Fisheye. Aren't all requests wrapped in a temporary conversation? At any rate, I am inside a long running conversation. Originally, I was making the itemTextD

[jboss-user] [JBoss Seam] - Re: Adding attributes to s:fileUpload

2007-06-29 Thread davidfed
Thanks! I look forward to using it once I get to update my seam version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059317#4059317 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059317 _

[jboss-user] [JBoss Seam] - Restore View and HTTPSession Timeout

2007-06-29 Thread chane
I have a generic search screen (standard input form) that displays the results on the "next" page using a . The ScopeType.EVENT is used on the SFSB. If the user hits the refresh button any time prior to the HTTPSession timeout, then the form is resubmitted and the search generated again (could

[jboss-user] [JBoss Seam] - Re: @Asynchronous / Conversations / Transactions Best Practi

2007-06-29 Thread chane
Thanks - I'll give that a try. I didn't try since once I figured out how to use @In EntityManager em I didn't look at this piece again and I forgot about it. Now that I've been through a more in depth learning process, I won't forget about this again (actually I probably never really learned

[jboss-user] [JBoss Seam] - Re: resourcebundles using variant

2007-06-29 Thread ericm
Thanks Gavin, If I view the seam debug page for the org.jboss.seam.core.localeSelector component, it shows that the locale indeed does include the variant, yet it still seems that the variant resourcebundle is not getting loaded. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - JBoss Embedded + Tomcat + JPA

2007-06-29 Thread DavidInTx
In 2.0.0.BETA, the deploy.tomcat target was been removed from the JPA example. The commit message when that was removed on 6/15/2007 was "update examples to use jboss-embedded." Does that mean if I have configured my tomcat instance to use jboss-embedded, I should be able to deploy the defaul

[jboss-user] [JBoss Seam] - Re: Seam 1.2.0 with Jboss 4.2.0

2007-06-29 Thread pdpantages
Hello Carl, No, I have found no solution. I have backed away from the upgrade for the moment. If I eventually get it done, I will post PdP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059312#4059312 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Clustering/JBoss] - Re: problem caused by

2007-06-29 Thread ddai
Thanks a lot! It looks like the NonSerializableAttributeTester.java can serialize any object passed as a value to HttpSession.setAtrribute. But would you please tell me how to use it. Do I need to put it somewhere? Thanks again View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [Clustering/JBoss] - Re: HA-JNDI and JNDI for cluster access

2007-06-29 Thread JerryGauth
JNDI (i.e., port 1099) will only perform the lookup on the local server's JNDI bindings HA-JNDI (i.e., port 1100) will search the following until the requested object is located. 1) the cluster's HA-JNDI bindings 2) the local server's JNDI bindings 3) all other cluster servers' JNDI bindings No

[jboss-user] [Clustering/JBoss] - Re: HA-JNDI and JNDI for cluster access

2007-06-29 Thread [EMAIL PROTECTED]
To continue your use case beyond what you wrote to include actual use of the context: Object foo = context.lookup("Foo"); then server context has connected to fails or is shut down Object bar = context.lookup("Bar"); 1) With case2, the lookup of "Bar" will succeed; with case1 it will not.

[jboss-user] [JBoss Seam] - Re: Problem with Hibernate sessions post-Seam2 migration

2007-06-29 Thread thatrichard
(For anyone else reading this thread - I had not changed the "core" prefix of my hibernate-session-factory element) That seems to have resolved something, but now there is a problem with my datasource, which is defined in a *-ds.xml file as below. I will keep looking into this but, as this conf

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-29 Thread [EMAIL PROTECTED]
We'll certainly consider any patches you want to submit in this area. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059306#4059306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059306 _

[jboss-user] [Clustering/JBoss] - HA-JNDI and JNDI for cluster access

2007-06-29 Thread timjer
Hi, can anybody tell me what is difference between case1(1099) and case2(1100)? it seem both notation work for cluster-access by client. thanks in advance case1: Properties props = new Properties(); ... props.put("java.naming.provider.url", "server1:1099,server2:1099,server3:1099"); context = new

[jboss-user] [JBoss Seam] - Re: Problem with Hibernate sessions post-Seam2 migration

2007-06-29 Thread [EMAIL PROTECTED]
Use | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059303#4059303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059303 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Seam] - Re: jbpm, AssignmentHandler and bijection

2007-06-29 Thread [EMAIL PROTECTED]
Well, depends where you are getting the TaskInstance from. If the task instance is associated with the conversation, you can call TaskInstance.instance().setActorId(). Or, if you are using the Seam pooled task list, you can use the built-in PooledTask component. Or if you get the TaskInstance

[jboss-user] [JBoss Seam] - Re: Problem with Hibernate sessions post-Seam2 migration

2007-06-29 Thread thatrichard
Ok, I changed the "session" to "hibernateSession" 1. In components.xml, i.e. | | and 2. In all of my session beans, e.g. | @In | private Session hibernateSession; | I'm now getting the exception below. I remember having quite a hard time getting this part of the configuration

[jboss-user] [JBoss Seam] - Re: selectDate not popping up on click

2007-06-29 Thread mgrouch
I have the same problem since migrating to Seam 2.0.BETA1. Seam date popup doesn't work on IE (but works in FireFox). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059300#4059300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: Problems using multiple datasources

2007-06-29 Thread [EMAIL PROTECTED]
Looks like you have not got your stuff properly configured for distributed transactions. Especially, local-tx-datasource is surely the wrong thing to use. This is more of a JBoss AS question, not a Seam question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Re: jbpm, AssignmentHandler and bijection

2007-06-29 Thread szaccaria
"[EMAIL PROTECTED]" wrote : I don't understand. | | It's a value expression, its totally dynamic. Shure, but if i want in prime time to assign the task to a group, after i want assing to a singol person how can I? ES: I start a new process when a order coming out. This order is put to a g

[jboss-user] [JBoss Seam] - Re: resourcebundles using variant

2007-06-29 Thread [EMAIL PROTECTED]
It should work. Try using your debugger. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059297#4059297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059297 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Problems using multiple datasources

2007-06-29 Thread dustismo
Hello, I am trying to access two different databases. I added the connection properties to Project-dev.ds.xml | | | | | MainDatasource | connection_url | com.mysql.jdbc.Driver | username | password | | | | Sec

[jboss-user] [JBoss Seam] - Re: selectDate not popping up on click

2007-06-29 Thread chicochen
I mit the error too, html code is: Above, parameter1 and parameter2 are same? Why the function definition in "calendar.htm" is different: function __selectDate(calName, viewCtlName) { | Plan Start Date |

[jboss-user] [JBoss Seam] - resourcebundles using variant

2007-06-29 Thread ericm
Hi- I am trying to load resourcebundles using variants with seam 1.2.1. I have set my locale programatically using localeSelector.setLocale to en_US_VARIANT1, and have verified it in the resulting view by using: I have files: messages_en_US_VARIANT1.properties messages_en_US.properties messages

[jboss-user] [Beginners Corner] - Re: Failed to connect to localhost:1099

2007-06-29 Thread PeterJ
You did not say which operating system you are using (nor the JVM or JBoss AS version). If you are using Linux, pleas post you /etcs/hosts file, most likely the localhost line is incorrect. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059290#4059290 Reply

[jboss-user] [JBoss Seam] - Re: Problem with Hibernate sessions post-Seam2 migration

2007-06-29 Thread [EMAIL PROTECTED]
Yeah, this is cos I'm a fucking idiot. Rename your session to "hibernateSession" or something. Or edit jboss-seam.jar/META-INF/components.xml to fix my mistake. I'll get it fixed soon in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059289#4059289 Rep

[jboss-user] [JBoss Seam] - Re: Problem with the images in the [i]D:\jboss-seam-1.2.1. G

2007-06-29 Thread hstang
Are you using filtering="true" anywhere in the ant build script when copying the img folder? That would corrupt the images. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059288#4059288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-29 Thread mgrouch
You do bundle facelets in Seam distro. You sould have some regression testing for that... Anyway, here is bug report https://facelets.dev.java.net/issues/show_bug.cgi?id=234 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059286#4059286 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jbpm, AssignmentHandler and bijection

2007-06-29 Thread [EMAIL PROTECTED]
I don't understand. It's a value expression, its totally dynamic. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059284#4059284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059284

[jboss-user] [Beginners Corner] - Re: JBoss vs Tomcat

2007-06-29 Thread PeterJ
1) I don't think that there is any documentation available that is specific to 4.2.0. If you are trying to understand JBoss AS by reading documentation, stick to 4.0.5. (Others have already complaint about this lack of documentation.) 2) 4.0.5 comes with Tomcat 5.5 embedded. 4.2 uses the newer J

[jboss-user] [JBoss Seam] - Re: jbpm, AssignmentHandler and bijection

2007-06-29 Thread szaccaria
"[EMAIL PROTECTED]" wrote : Nonononono. | | http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/jbpm.html#d0e5226 Ok Gavin, I apologise to you... I don't read that chaper... but if I want change the assign on fly how I can? Thanks thousands View the original post : http://www.jboss.com/

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - ERROR [org.apache.catalina.core.ContainerBase.[jboss.web]...

2007-06-29 Thread GabMx
Hi! I am using jboss-4.0.5.GA and I have an application that it works correctly. However, after some days when I try to access my home page, this gets stucked. And looking for a log I see the following error: 2007-06-24 23:38:33,714 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[lo

[jboss-user] [JBoss Seam] - Re: @Asynchronous / Conversations / Transactions Best Practi

2007-06-29 Thread [EMAIL PROTECTED]
Why not just use @PersistenceContext? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059280#4059280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059280 ___ jboss-user mailin

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: how to access jboss using IP

2007-06-29 Thread PeterJ
Did you read the readme.html file? First bullet under the section "Configuration Issues". I should also point out that there are about 3 or 4 posts per week on this exact same issue. You could have searched for previous posts. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Problem with the images in the [i]D:\jboss-seam-1.2.1. G

2007-06-29 Thread [EMAIL PROTECTED]
I think someone reported that there is a bug in the Ant script that does some text replacement on image files. Check the Ant build. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059278#4059278 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: migration from 1.2 to 2.0beta1 @In

2007-06-29 Thread [EMAIL PROTECTED]
Ouch. I need to alias org.jboss.seam.web.session to some other name than just "session". Ooops! please raise an issue in JIRA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059277#4059277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: jbpm, AssignmentHandler and bijection

2007-06-29 Thread [EMAIL PROTECTED]
Nonononono. http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/jbpm.html#d0e5226 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059276#4059276 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059276 __

[jboss-user] [EJB 3.0] - Entity EJB3 clustering not writing to database

2007-06-29 Thread drepster
Hi, I have two jboss instances clustered. I have configure the Entity EJB3's cache to use the jboss cache (treecache) to replicate the entities accross the two servers. If I query the cache using a entity manager's em.find(myClass.class, id) method I see the correctly replicated data. If I run

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0.ALPHA entity converter: The instance was not

2007-06-29 Thread [EMAIL PROTECTED]
Use an SMPC and make sure you are in a conversation. If you are stateless this is fine. It's when you are in session scope its harder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059274#4059274 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: Transaction won't commit from MDB Seam2 component

2007-06-29 Thread [EMAIL PROTECTED]
I need to see the actual nature of the failure. Try turning on more verbose logging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059273#4059273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059273 _

[jboss-user] [JBoss Getting Started Documentation] - Re: I cann't find jbossj2ee-src.zip file! Please help.

2007-06-29 Thread hm770
Thanks jbox, I've downloaded from your link. I'm ok for now. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059272#4059272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059272 __

[jboss-user] [JBoss Seam] - Re: SEAM 2 and s:convertEntity

2007-06-29 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1581 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059271#4059271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059271 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-06-29 Thread [EMAIL PROTECTED]
anonymous wrote : I believe this incompatibility only applies if you're not using Facelets, as Tomcat 5.5 doesn't support JSP 2.1 that JSF 1.2 uses. Actually, it might be a good idea to clarify that point in Seam docs, to not freak people out unnecessarily :) We're not prepared to make this cla

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0.ALPHA entity converter: The instance was not

2007-06-29 Thread jamathison
I'm getting this one too, in code that worked in 1.2.1.GA. (I already voted in Jira). I'm trying to upgrade to Seam 2.0.BETA1 and AS 4.2.GA. I removed all outjection, and stripped it down to the following simple usecase: I have a stateless session bean that returns a list of entities, which are

[jboss-user] [JBoss Tools (users)] - Re: Couldn't install eclipse plug-ins

2007-06-29 Thread flindet
Another potential clue: If you install Eclipse 3.3, then install the Europa Discovery features, THEN unzip the JBoss Tools, it seems to get father along. I then see JBoss icons and a Red Hat menu that I hadn't seen previously. I'm able to install Subclipse as well without experiencing the pre

[jboss-user] [JBoss Tools (users)] - Re: Exadel Plugins available in opensource

2007-06-29 Thread rjstanford
Its wonderful to see some good progress here. Are there plans to bring the RichFaces package to OSX as well? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059266#4059266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2007-06-29 Thread [EMAIL PROTECTED]
This is a horrendously useless error message, that is probably wrapping some classloading exception. try | Seam Filter |org.jboss.seam.servlet.SeamFilter | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059265#4059265 Reply to the post : h

[jboss-user] [JBoss Getting Started Documentation] - Re: I cann't find jbossj2ee-src.zip file! Please help.

2007-06-29 Thread hm770
Please let me know where can i find this bossj2ee-src.zip file?? Thanks in Advance, --Murad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059264#4059264 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059264 _

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-06-29 Thread ASavitsky
"KnisterPeter" wrote : You mention that Tomcat 5.5 is not compatible with JSF 1.2, but I have a running Tomcat 5.5 with Seam 1.2.1 and JSF RI 1.2. ;) | Why should it be incompatible? I believe this incompatibility only applies if you're not using Facelets, as Tomcat 5.5 doesn't support JSP 2.1

[jboss-user] [JBoss Seam] - jbpm, AssignmentHandler and bijection

2007-06-29 Thread szaccaria
Hallo to all, I need some help about assignmenthandler in to my proccess... The definition is | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Test fails with Seam 2.0

2007-06-29 Thread tim.shaw
Hi, Using Seam 2.0, Ant 1.7, TestNG 5.6 and Java 6 I created a seam-gen project and wrote a quick test for the Authenticator class just to get up and running. The initial project deploys and runs fine but I get the below exception when running 'ant test' I presume I'm missing something ... Than

[jboss-user] [JNDI/Naming/Network] - Re: Why is TransactionManager not Bound in JNDI

2007-06-29 Thread bmcgovern
As it turns out, i cannot find anything in the local java: namespace. Im using springframework' JndiObjectFactoryBean. What am I doing wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059253#4059253 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2007-06-29 Thread viviansteller
first of all, thanks guys - especially fers! great work! I really like being able to work with maven (and just with maven;) Two questions: 1) I tried the seam archetype from http://software.softeu.cz/seam/ . Seems that this configuration does not work with the current jboss 4.2.0.ga stable relea

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-29 Thread [EMAIL PROTECTED]
Dude, this is the Seam forum. We can't fix facelets. Please take it there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059249#4059249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059249 __

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-29 Thread mgrouch
I've simplified test case to illustrate that the bug is actually in facelets library tag1 | | | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:fc="http://java.sun.com/jstl/core"; | xmlns:h="http://java.sun.com/jsf/html"; | xm

[jboss-user] [JBoss Seam] - No active application context - Upgrading from 1.0.1.GA to 1

2007-06-29 Thread dougorr
A working application running in Seam 1.0.1.GA and JBoss 4.0.4.GA fails to open the index.xhtml page when upgraded tp Seam 1.2.1.GA and JBoss 4.0.5.GA. The error message is IllegalStateException: No active application context. The full stack trace follows: | 2007-06-29 09:18:08,488 DEBUG [org

[jboss-user] [JBoss Tools (users)] - Re: Couldn't install eclipse plug-ins

2007-06-29 Thread flindet
In my case I'm using a workspace that was previously used with Eclipse 3.2.2 (stable). Eclipse 3.2.2 had an update site configured for JBoss IDE Beta 2. Could this update site be lingering in my workspace leading to the problem? View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: seam- facelet taglibrary not found searching what li

2007-06-29 Thread [EMAIL PROTECTED]
Please ask this on the facelets list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059242#4059242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059242 ___ jboss-user mailin

[jboss-user] [JBoss Tools (users)] - Re: Couldn't install eclipse plug-ins

2007-06-29 Thread flindet
I'm having the issue too. So, I've open a JIRA ticket as requested. It can be found here: http://jira.jboss.org/jira/browse/JBIDE-500 Please update the ticket with any additional information you may have. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss jBPM] - Re: 3.2.1 web console does not work under jboss 4.0.5

2007-06-29 Thread gogoasa
In fact, I see that the example jboss configuration that comes with the jpdl-suite distribution is 4.0.4 and it works very well. So it is inexact to say that the web console does not work on 4.0.5, it just does not work on *mine*. I still fail to see in what my 4.0.5 is different JSF-wise from

[jboss-user] [JBoss Seam] - seam- facelet taglibrary not found searching what librar

2007-06-29 Thread dreuzel
I'm looking to load a taglib (abstractTagLibrary extended) during activation (first seam, startup) seam looks in web.xml for taglibrary.xml (finds it correctly) searches for thefinds it correctly but does not find the actual class in the path. xxx.taglibrar. nor xxx.taglibrary

[jboss-user] [JBoss Seam] - Re: @Asynchronous / Conversations / Transactions Best Practi

2007-06-29 Thread chane
Thanks Gavin for the reply. I finally figured something out. Working with new technology is always fun, even if it is a bit frustrating. I'm very new to using EJB3 - in fact I switched to using it (from tomcat/hibernate) when seam was still in it's first releases (mainly cvs at that time) bec

  1   2   3   >