[jboss-user] [JBoss Seam] - seam-gen for a multi-user (server) environment on multiple p

2007-03-31 Thread sushmu
How to run seam-gen on multiple projects in a multi user environment: http://groups.google.com/group/EtoE/browse_thread/thread/64c7528417ac3f32/42328079e0a09f78#42328079e0a09f78 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033429#4033429 Reply to the post

[jboss-user] [JBoss Seam] - Re: FacesMessages queued but not being displayed.

2007-03-31 Thread fady.matar
This happens only with beans that extend the EntityHome and specifically in the overriden methods of the EntityHome View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033431#4033431 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM dowload pages are outdated (3.2.GA missing)

2007-03-31 Thread wjm
Running a checksum against the respective jarfiles in both locations shows them to be identical. I dont think this is a problem, although the link on the jboss pages could be set to include the GA bits. Hopefully we'll see a final 3.2 soon though. View the original post :

[jboss-user] [JBoss Seam] - Re: SEAM don't can find session bean !!

2007-03-31 Thread waynebagguley
Which version is it fixed in? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033433#4033433 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033433 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - exception=java.net.SocketException:

2007-03-31 Thread s_nirkhe
Hi, When I start JBoss (Version 4.0) I start getting following errors 46,712 ERROR [UDP] exception=java.net.SocketException: Invalid argument: Datagram send failed, msg=[dst: 228.1.2.3:45566, src: MYSERVER:1221 (additional data: 16 bytes) (2 headers), size = 0 bytes],

[jboss-user] [EJB 3.0] - Re: Will I be able to have both EJB 2.1 and EJB3 in JBoss 5?

2007-03-31 Thread mtedone1
Thank you for your reply. Which EJB3 distribution are you referring to precisely? Sun's one (GlassFish) or JBoss? Also my question was related to eventually a passage to JBoss 5. Does this version of JBoss support both EJB3 and EJB 2.1? Thanks. View the original post :

[jboss-user] [JBoss Seam] - Re: COMPOUNDs, ATOMs MOLECULEs - don't try this at home!

2007-03-31 Thread javalars
This helping us, thank so muche. anonymous wrote : 3) Create the relevant framework components (i.e. a entityquery for atoms and compounds, entityhome for molecule | 4) Create a simple CRUD screen using a mixture of h:inputText, h:commandButton s:selectItems and s:convertEntity To make

[jboss-user] [Testimonials] - Re: Migration from Weblogic to JBoss 4.0.5

2007-03-31 Thread prakash.dumbre
Please anybody help me for the above problem? I am stuck here and could not go ahead. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033441#4033441 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033441

[jboss-user] [JBoss Seam] - [EMAIL PROTECTED]: Can not access Sessionbean from Servlet

2007-03-31 Thread joerg.pfruender
Hello, I have deployed the tutorials and tried to generate own beans with the Eclipse Hibernate Tools. The Webapp works fine, I can create and find records in the database. There is only one ugly error in the log: StateManager not yet installed. I do not know if this is critical. Then I tried

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Upload pdf files

2007-03-31 Thread soussou
Hi; I have a JSP which display several links on pdf files (contracts), these files are updated every week by the customers (new, delete, change files) and send them via CFT on integration server = Questions : 1- How implement this JSP to manage correctly the change frequent of the pdf files

[jboss-user] [Beginners Corner] - Re: error 202: handshake failed

2007-03-31 Thread orizon
thank u so much :) before, i was installing jboss by running java -jar jems-installer-1.2.0.GA.jar, which for some reason defaulted it to the debug mode everything works fine now! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033445#4033445 Reply to the

[jboss-user] [Installation, Configuration Deployment] - Re: disable auto deployment

2007-03-31 Thread [EMAIL PROTECTED]
Hot deployment is controlled by a setting in the DeploymentScanner, in the bottom of conf/jboss-service.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033454#4033454 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam-gen for a multi-user (server) environment on multip

2007-03-31 Thread sushmu
This is coming in handy in testing multiple seam deployments at once like seam -Dproject.name=project1 explode seam -Dproject.name=project2 explode restart seam -Dproject.name=project3 unexplode etc., View the original post :

[jboss-user] [JBoss Seam] - Re: FacesMessages queued but not being displayed.

2007-03-31 Thread Stateless Bean
Hi, I got this too I added FacesMessages login error to my app and this worked sinse Seam 1.0.1, and after moving to Seam 1.2 no errors are visible... I thougth to fix this later but i see this is not mine only problem... So what u suggest to do? View the original post :

[jboss-user] [JBoss Seam] - Seam EL parsing problem

2007-03-31 Thread Stateless Bean
Hi, I try to force my method to get parameter via link: | s:link value=some text action='#{rocketCenterAction.showDetailedUnit(26)}' / | and different combination | s:link value=some text

[jboss-user] [JBoss Seam] - fileUpload styleClass attribute is not rendered properly

2007-03-31 Thread rlhr
Hello, I'm using Seam 1.2.1GA When using the s:fileUpload / styleClass attribute, a styleClass attribute is rendered instead of a class attribute. I haven't checked the latest build, so maybe this is already fixed. Richard View the original post :

[jboss-user] [JBoss Seam] - Re: fileUpload styleClass attribute is not rendered properly

2007-03-31 Thread rlhr
In org.jboss.seam.uiUIFileUpload, line 147: | writer.writeAttribute(HTML.STYLE_CLASS_ATTR, styleClass, null); | should be (I believe): | writer.writeAttribute(HTML.CLASS_ATTR, styleClass, null); | View the original post :

[jboss-user] [JBoss Seam] - Re: SEAM don't can find session bean !!

2007-03-31 Thread JohnBat26
I have resolved this problem!!! Thank you all pacticipants of this topic ! I transfer all implements (from local and remote interface) from parent class to local class and all work !!! Visibly, impossible implement interface in parent class, when use with SEAM! I send a letter to androMDA's

[jboss-user] [JBoss Seam] - Re: @Length doesn't work with Character/char

2007-03-31 Thread chuckadams
@Length doesn't make sense for a primitive char field -- chars don't have a length, Strings do. You'll probably find more help on the Hibernate forums for setting up mappings and validators. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033466#4033466 Reply

[jboss-user] [JBoss Seam] - Latest SEAM-GEN ERRORS org.hibernate.HibernateException: Wro

2007-03-31 Thread mgrouch
I get this error trying to bring up a simple app generated with SEAM-GEN. I've reversed engineered entities from DB using seam-gen. My DB is Sybase. What could be the reason and how can I fix it? org.hibernate.HibernateException: Wrong column type: eventType, expected: varchar(6) Thanks, View

[jboss-user] [JBoss Seam] - Re: Latest SEAM-GEN ERRORS org.hibernate.HibernateException:

2007-03-31 Thread mgrouch
What could be wrong here? @Column(name = eventType, nullable = false, length = 6) | @NotNull | @Length(max = 6) | public String geteventType() { | return this.eventType; | } | View the original post :

[jboss-user] [JBoss Seam] - Re: Latest SEAM-GEN ERRORS org.hibernate.HibernateException:

2007-03-31 Thread irVega
I came across a similar Exception with the 1.2.0Patch1 release (I haven't tried this on 1.2.1 yet). In short, some fields in my tables were deliberately of type char (rather than varchar) to test out seam-gen and even though the entity beans were reveng'ed by seam-gen, the expected type for

[jboss-user] [JBoss Seam] - Re: COMPOUNDs, ATOMs MOLECULEs - don't try this at home!

2007-03-31 Thread irVega
I manually coded my MoleculeHome (rather than create it by config in components.xml) so it can suck out the Atom object (and the Compound) from the context and get the id from the Atom object for use in the overridden persist. I am not sure if this is a reasonable practice in seam but it seems

[jboss-user] [JBoss Seam] - Re: Latest SEAM-GEN ERRORS org.hibernate.HibernateException:

2007-03-31 Thread mgrouch
I've got rid of this exception by adding import org.hibernate.annotations.Type; and this annotation @Type(type = char) It goes further, but now it is hanging after giving this message 15:03:11,774 INFO [SchemaValidator] fetching database metadata anonymous wrote : | |

[jboss-user] [JBoss Seam] - Re: Seam Remoting and own Map

2007-03-31 Thread [EMAIL PROTECTED]
Collection objects (such as Lists, Arrays) are unmarshalled as arrays on the client. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033474#4033474 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033474

[jboss-user] [JBoss Seam] - EntityConverter - when and how?

2007-03-31 Thread irVega
Is there a layman's (but accurate and clear) description of what entity converters are for and how to use them. I read everything google threw at me (search string: seam convertEntity) including http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEntityConverter but am none the more certain about the

[jboss-user] [JBoss Seam] - Resource not registered : org.richfaces.renderkit.images.Tab

2007-03-31 Thread irVega
I get the following Exception when I run a project created by seam-gen. 1 - Do I need to do something to add this missing resource? Is it related to browser cache ? 2 - How do I switch-off icefaces (code-geneartion) so my pages use simple (x)html rendering (ie no javascript)? 23:34:02,406

[jboss-user] [JBoss Seam] - AUto generated id fileds

2007-03-31 Thread irVega
In a seam gen generated app, I guess the ID field is included on the create/edit eg Atom.Edit.xhtml pages, even if in the database the key (ID_) is marked as auto-generated, because the jdbc meta-data may not be available to help hibernate reveng this detail. When I manually remove the ID input

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2007-03-31 Thread clizarralde
i'm having the same problem, anyone knows the solution to this? Thanks!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033480#4033480 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033480

[jboss-user] [JBoss Seam] - Is this a known Seam bug? varchar(n) foreign key to char(n)

2007-03-31 Thread mgrouch
varchar(n) foreign key to char(n) seems to be not supported. I've tried it on Sybase and SeamGen generated app fails at startup during DDL Schema validation. Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033481#4033481 Reply to the post :

[jboss-user] [JBoss Seam] - 12.8.2 Captcha

2007-03-31 Thread [EMAIL PROTECTED]
Is there a way to override the warnign message coming from teh captcha? for jsf messages you add this to : | !-- My Messages Please -- | application | message-bundlede.co.clickstream.i18n.jsfstandarderrors/message-bundle | /application | View the original post

[jboss-user] [JBoss Seam] - Re: Is this a known Seam bug? varchar(n) foreign key to char

2007-03-31 Thread [EMAIL PROTECTED]
This is a hibernate tools issue. The schema validator is very weak when it comes to determining which types are the same for each database. You can turn off validation to get around the issue. You might also want to open up a JIRA case for hibernate tools in the hopes that they can fix the

[jboss-user] [JBoss Seam] - Re: Is this a known Seam bug? varchar(n) foreign key to char

2007-03-31 Thread [EMAIL PROTECTED]
This is a hibernate tools issue. The schema validator is very weak when it comes to determining which types are the same for each database. You can turn off validation to get around the issue. You might also want to open up a JIRA case for hibernate tools in the hopes that they can fix the

[jboss-user] [JBoss Seam] - Re: Is this a known Seam bug? varchar(n) foreign key to char

2007-03-31 Thread [EMAIL PROTECTED]
This is a hibernate tools issue. The schema validator is very weak when it comes to determining which types are the same for each database. You can turn off validation to get around the issue. You might also want to open up a JIRA case for hibernate tools in the hopes that they can fix the

[jboss-user] [JBoss Seam] - Re: EntityConverter - when and how?

2007-03-31 Thread [EMAIL PROTECTED]
The entity converter is a JSF converter for entities. If you don't understand what a JSF converter is, you should take a look at a good JSF book. The main use case I've found for entity converter is to provide a string-object mapping for use in menus and dropdowns. The DVD store uses it in

[jboss-user] [JBoss Seam] - Re: Resource not registered : org.richfaces.renderkit.images

2007-03-31 Thread [EMAIL PROTECTED]
I'm not sure about the resource error - what are you doing to cause it to come up? There is currently no way to ask seamgen to generate non-richfaces pages. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033487#4033487 Reply to the post :

[jboss-user] [JBoss Seam] - Re: pdf - IllegalStateException

2007-03-31 Thread [EMAIL PROTECTED]
That is partially correct. The .pdf view can only be accessed after the PDF is generated. You don't need to worry about a conversation. A temporary conversation will be promoted to a long-running conversation for long enough to serve the redirect to the PDF. View the original post :

[jboss-user] [JBoss Seam] - Re: [EMAIL PROTECTED]: Can not access Sessionbean from Servlet

2007-03-31 Thread [EMAIL PROTECTED]
The seam name (sessionEditor) is not part of the JNDI name. You correct JNDI name is shown from the part of JNDIView that you cut out. (SessionEditorBean instead of sessionEditor) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033489#4033489 Reply to the

[jboss-user] [JBoss Seam] - Re: Resource not registered : org.richfaces.renderkit.images

2007-03-31 Thread irVega
I was just adding an atom to a molecule and trying to save. When I refresh the page, the Exception stopped, so it's probably related to FireFox caching stuff with stale ids (?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033491#4033491 Reply to the post :

[jboss-user] [JBoss Seam] - Re: fileUpload styleClass attribute is not rendered properly

2007-03-31 Thread [EMAIL PROTECTED]
Fixed in CVS, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033492#4033492 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033492 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: EntityConverter - when and how?

2007-03-31 Thread irVega
OK, so the catbean.categories in | h:selectOneMenu value=#{search.category} | converter=#{catbean.converter} | f:selectItem itemLabel=Any itemValue=#{catbean.nullCategory} / | f:selectItems

[jboss-user] [JBoss Seam] - Re: EntityConverter - when and how?

2007-03-31 Thread [EMAIL PROTECTED]
No, it would look like this: | h:selectOneMenu value=#{search.category} | s:convertEntity / | s:selectItems value=#{allCategories.resultList} var=category |label=#{category.name} |noSelectionLabel=ANY / |

[jboss-user] [EJB 3.0] - RollbackException and PersistentContext

2007-03-31 Thread vedgunjan
Hi Experts, Im using injected persistent context in my session bean. @PersistentContext(unit=AppConext) private EntityManeger entityManager; In this session bean i've a method in which,i iterate over the list. Lets say this method as method1(); The scenario is somthing like this..

[jboss-user] [JBoss Seam] - Re: AUto generated id fileds

2007-03-31 Thread sjmenden
Ran into the same problem, make sure in your Atom.java Entity the id field is annotated with a @Generated, reveng won't put it there by default, it will only put the @Id View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033497#4033497 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Bug/Missing feature in XA-DS.xml

2007-03-31 Thread vickyk
I have gone with the different approach , here it goes . I have modified the ConnectionFactoryTemplate.xsl. I have made the following changes Changed xsl:choose | xsl:when test=max-pool-size | attribute name=MaxSizexsl:value-of

[jboss-user] [JBoss Seam] - Can't find bundle for base name org.hibernate.validator.reso

2007-03-31 Thread mgrouch
How to fix this error at seam app startup? Thanks anonymous wrote : | java.util.MissingResourceException: Can't find bundle for base name org.hibernate.validator.resources.DefaultValidatorMessages, locale en_US | at

[jboss-user] [JBoss Seam] - javassist.CannotCompileException: duplicate method: createIn

2007-03-31 Thread mgrouch
I get this exception with seam app running on weblogic 9.1 when I click on some links. the app works fine under JBoss. Any ideas? Thanks a lot anonymous wrote : | javax.el.ELException: /Status.xhtml: Could not instantiate Seam component: statusHome | at

[jboss-user] [JBoss Seam] - Re: Can't find bundle for base name org.hibernate.validator.

2007-03-31 Thread mgrouch
I've resolved this issue by packaging messages*.properties in WEB-INF/classes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033502#4033502 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033502

[jboss-user] [JBoss Seam] - Re: Resource not registered : org.richfaces.renderkit.images

2007-03-31 Thread [EMAIL PROTECTED]
Had this as well, went away after I upgraded to the latest Richfaces that is currently in Seam CVS (and probably in 1.2.1 release). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033503#4033503 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Is this a known Seam bug? varchar(n) foreign key to char

2007-03-31 Thread [EMAIL PROTECTED]
FYI the schemavalidator is located in hibernate core. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033504#4033504 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033504 ___