Hi
When I log in using seam Authenticator, a message "Welcome user_name" will be
displayed
I can't find that message in any resource bundle. I want to display another
message with related language that user specified how can I remove that message
:))
I am using Seam v1.1.6
thanks
View the o
hi jboss team,
is there any news about this project ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049194#4049194
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049194
___
Our Known world expands - to the Internet world.
That's why soon enough each one of us will be needing his/her own Domain, site
& Email. just like now, most of us can't think of managing without an email
account.
http://www.meir.ws/site/en-gdi
View the original post :
http://www.jboss.com/index
Hi friends,
I am new to the portal & i want to develop a portal page that contains one
portlet.
This portlet is supposed to contain some links and depending on the
link choosen, the corresponding portlet window should apper in the portal page.
Would any one please give some hi
Sorry,
The fieldset will not fix the problem but if you move the commandbuttons from
editPortalTheme.xhtml to this page (common/editTheme.xhtml) it will works with
IE 6 and Firefox 1.5. This this page is used when you customize the theme of a
Portal or Page. There is another one (editWindowThe
I have forgot:
Conversation.pop();
before
| Pageflow.instance.reposition("detail");
|
to reposition parent pageflow.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049189#4049189
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
"[EMAIL PROTECTED]" wrote : What you are doing should work.
Does anyone have any idea why it actually doesn't work and throws that
exception?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049187#4049187
Reply to the post :
http://www.jboss.com/index.html?m
hi guys,
pls help me out. i have already a jboss- seam project and i want to
display portlet window in it. just tell me how to start with that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049186#4049186
Reply to the post :
http://www.jboss.com/inde
Hi kooudy !
Thank you for your attention. I could download beta version of richfaces!
sahar
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049185#4049185
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049185
Hello,
I am looking for correct design pattern which will allow me to access data via
EJB remotly. I want to have a single point of enterance both for SEAM
application and for other applications, which use the same data.
My current idea is to have:
- Stateless EJB acting as a DAO
- Stateful EJB
Some of the Seam tags only support facelets, not JSP. In Seam 1.3, we are
migrating to use the Ajax4JSF CDK, which makes it much easier to support both.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049182#4049182
Reply to the post :
http://www.jboss.com/in
Hello,
I have a problem with the treecache configuration. First of all I?m my
application runs under the following versions:
JBoss 4.0.5 GA
JBoss Seam 1.2.1 GA
JBoss Cache 1.4.0 SP1
Hibernate 3.2.0 GA
The treecache.xml is looking like this:
|
|
|
|
|
|
| jboss:se
Hi There,
I intend to use s:graphicImage to display image (stream), but got the exception:
org.xml.sax.SAXException: No tag "graphicImage" defined in tag library
associated with uri "http://jboss.com/products/seam/taglib";
I checked the taglib.tld come with jboss-seam-1.2.1.GA, and it does not
"[EMAIL PROTECTED]" wrote : The Seam 1.2.1 release was designed to run on JBoss
4.0.x. Current Seam CVS is set up for JBoss 4.2, but is not yet considered
production ready.
|
| However, basically what is required is just to change your config files for
JSF RI instead of MyFaces.
Thank you
The same error happens to me.
It´s missing the fieldset tag in this file:
/portal-admin.sar/portal-admin.war/WEB-INF/jsf/common/editTheme.xhtml
|
|
| Theme properties
|
|
| .
|
|
|
|
|
|
|
|
View the
Hello, i found this in Seam Reference
anonymous wrote :
| Character encoding
| Sets the character encoding of submitted form data.
| This filter is not installed by default and requires an entry in
components.xml to enable it:
|
|
| ? encoding ? The encoding to use.
| ? override-
"fuligj" wrote : I think, yes. When I use it with internet connection, works
fine, but when without internet, there is an error.
Check if jsf-facelets.jar is missing in your application or at an incorrect
location. Or the dtd is missing inside the jar.
Just provide the dtd locally and give its l
Hi
I have been trouble shooting an issue where in I could not get Runas principal
work for a jsp that is marked with run-as tag. Looks like the
http://jira.jboss.com/jira/browse/JBAS-1297 has fixed part of my issue. But it
still does not work.
Below are my web.xml snippets (adding only requ
i am new to this weblogic9.2 but i have to deploy jbpm-console.war in
weblogic9.2 use database as MySql please send the information how to deploy
this war file on weblogic step by step
kindly reply toi this mail
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
If someone contributes an example, it would be very appreciated :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049171#4049171
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049171
___
Yeah! you are absolutely right!!! it was cause by the aopc version differentce.
The story is like this:
I put all my jar libs in a so called extlib library which included
jboss-aop-jdk5.jar. The problem is that somehow my colleague put some of their
jars in there too, one of which is for jboss c
>From my experience with 3.2.3 and 4.0.2 that normally happens when you have
>another application, not necessarily JVM, running on port 1099. If you are
>running on windows, you could probably see if that is true by running netstat
>on the command console. Again from my experience, if you are ru
I am having the same problem. The only difference I am loading my custom
libraries from within a WAR. On investigations I would say the problem occurs
when I deploy updated classes on my library structure.
Were you able to resolve this error?
View the original post :
http://www.jboss.com/inde
Can an example with woodstock be fit into Seam 1.3 schedule (might be)?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049167#4049167
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049167
__
I've had some success before
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=103768
One of the missing parts was taglib.xml needed for facelets
[url]http://blogs.steeplesoft.com/wp-content/uploads/2007/02/woodstock.taglib.xml
[/url]
Seam needs some simple web app with woodstock compone
I believe that the ejb3 timer uses HSQLDB by default. But this discussion
belongs in the EJB3 forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049164#4049164
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049164
_
Seam now requires JSF 1.2, which MyFaces claims to now support (though I have
not tested it).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049163#4049163
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049163
The way I would like to use this feature would be option 1. I have a page
living on a separate site that would have its form posting to my seam page. If
the validation fails it would be nice to add the validation messages to the
page where the form can be fixed up and submitted again from with
I am having a similar refresh issue. The database is being updated correctly,
but the context variables managed by SEAM are not reflecting the updates. When
I navigate away from the page and come back, the context variables are
refreshed from the database and the page renders correctly.
Wer
Did you remember to include seam filters in web.xml?
It works for me. My use case is quite similar to your case even if I run it in
a SE environment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049160#4049160
Reply to the post :
http://www.jboss.com/inde
i receive following error in a very simple seam application
I haven't got a clue where to start looking for the problem
hibernate ???
Facelets ?
code?
any help apreciated
:07:57,928 ERROR [STDERR] 29-mei-2007 1:07:57
com.sun.facelets.compiler.TagLibraryConfig loadImpli
To clarify my questions.
"vwu98034" wrote :
| The first one is whether it is a way to let the FaceMessage take a
non-Seam-component parameter.
|
I need to pass either integers and/or strings into a message although use
various message for different situation is an optiion.
anonymous wro
- you describe you deployed 'a servlet' how can we know what goes wrong if you
do not show the code
- you do not describe what versions of the gpd, core etc, - how do we know what
is the original form (you made 'a' form in 'the' xhtml form file)
- why do you come to the conclusion that after read
Hi, trying to update my 1.2.1 environment (worked flawlessly) to the latest CVS
snapshot... Environment: MyFaces 1.1.5 api + core. I've met following problem:
After application started, I've got following stacktrace when trying to acces
random page:
| java.lang.NoSuchMethodError:
javax.face
DONE.
I originally saw this mechanism implemented in jGuard: the best
authentication/authorization library I've ever seen.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049153#4049153
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Hi!
I want to get JBoss AS 4.0.5 to work with MySQL and have had a look at
JBoss JAAS DatabaseSeverLoginModule
(http://wiki.jboss.org/wiki/Wiki.jsp?page=DatabaseServerLoginModule), and have
a question...
Where do I find the MySQL database/table creation scripts? Do I have to create
them mysel
Hi there,
I got the following problem on my Seam application. Looking at the error, it
seems my properties are not injected by Seam. Thanks beforehand for your help.
The application is to register new user before enabling the user to login to
the system.
When clicking "register" on the regist
Hi there,
I am having this same problem. Did you find the solution? thanks for any info.
(If i use remote interface it works OK, but when changing to local lookups of
the Stateless sessiion bean, it throws the class cast exception just when
invoking the method)
Thanks,
Ignacio
View the original
Just some precisions :
- I spent lot of time trying everything (taskInstance, processIntance and not
only token) in my expressions and I never get any answer. I don't know why
since it works well with any simple variable (with "#{var['myvar']}").
- This input code is in a modified form file creat
Thanks Gavin - good to know it is (probably) fixed in the latest on CVS. If I
understand, going to the latest in CVS, it also means switching to JBoss 4.2 -
and possibly other changes as well.
I will do a more orchestrated change over at some point and then test
everything. This thing bit me ri
I upgraded JBoss AS to the 4.2.0 version and the stack trace has changed to:
Client side:
| Exception in thread "main" java.lang.RuntimeException:
javax.transaction.RollbackException:
[com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted]
[com.arjuna.ats.internal.jta.tran
Hello everybody,
I'm trying to create a tree menu in a portlet and i'm having trouble changing
the jsp in the portlet that generates the event. It seems the processAction
method is not triggered when using IPC.
I think i could use PortletSession for this, or PortletContext but I'm
wondering wh
Hi,
my solution isn't best but it works: with component Conversation I end up
nested conversation, then Redirect to required view a then define transitions
for previous node, or reposition pageflow to new view (node):
| public void endAndRedir() {
| Conversation.instance().endBeforeRedire
"kstrunk" wrote : I found this before but the description is for web
application only.
Except for that part about "Using your own log4j.xml file (with EJB JAR files
)"...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049143#4049143
Reply to the post :
http
Hello all,
My name is Gal, And currently I'm using/studying IBM's Rational developer.
on the RAD JSF features are 'a click away' and almost no source writing is
necessary unlike the Eclipse/JBoss...
is there any good online book/Tutorial that enplane how to do JSF using the
Apache?... I found
Hi All,
I'm trying to send a soap attachment from my client to the server on
Jboss4.0.4GA application server(built-in wstools1.2). The code is
downloaded from Jboss labs and the version I'm working on is
jbossws-samples-1.2.0.GA(according to the realease notes, the samples
support soap attachments
Hi Shane,
have create a report to JIRA.
http://jira.jboss.org/jira/browse/JBSEAM-1360
I never have done this before. Hope is ok.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049139#4049139
Reply to the post :
http://www.jboss.com/index.html?mod
Hi, can someone tell me where I can download Eclipse-JBoss IDE and JBoss-Seam
for Mac OS X?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049137#4049137
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049137
_
JE :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049135#4049135
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049135
___
jboss-user mailing list
jboss-user@lists.jboss.or
the code with testcases is ALWAYS good documentation
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049134#4049134
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049134
___
jb
http://docs.jboss.com/jbpm/v3/userguide/context.html#customizingvariablepersistence
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049133#4049133
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049133
___
"avbentem" wrote : So, apart from web services: should we report Java 6
specific errors for Seam 1.3 -- if one encounters one?
| "[EMAIL PROTECTED]" wrote : If its a known issue in JBossWS, there is
absolutely no reason to report it as a seam issue.
|
Of course. And maybe I shouldn't ask be
anonymous wrote : I see nobody use jbpm facelets with adf faces or trinidad.
Maybe not, could be that someone got it working without reading the forum.
Oh, btw, jbpm uses jsf 1.2, could the problem lie in that area?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
The web console is an orphan and has not been updated in a long time. It didn't
work in beta 1 either (or in 4.0.5 GA for that matter), but a simple fix was
available (you can search the forums for it). However, in beta 2 it is
hopelessly broke, even the simple fix no longer works.
View the ori
Hmm - I'm using MySQL 5.0 InnoDB engine for my application's data activities.
I believe that should be upto the job. Is that what you were refering to? Or
did you mean a DB used internally by JBoss AS?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049128
Hi Shane (or anyone),
>From my configuration and code snippets, can you tell what I missed or what
>mistakes I made that causes JSF to inject NULL into
>org.apache.myfaces.custom.fileupload.UploadedFile component?
Any advice would be greatly appreciated.
Thanks,
landrew
View the original post
The "trick" looks like this, by the way:
Contexts.getSessionContext().set("entityManagerFactory",
Contexts.getApplicationContext().get( user.getCompanyName() +
"EntityManagerFactory" );
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049126#4049126
Reply to
E...
I think it's time for me to RTFM.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049125#4049125
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049125
___
jboss-user
anonymous wrote : Concerning option 1, storing the client ID in the session
context and including it in all the queries should do the job.
If you don't want to include it in all queries, use Hibernate filters instead.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
#1 Can be implemented using a Hibernate Filter, which we have special support
for in Seam.
#2 or #3 Can be implemented using multiple SessionFactories, or
EntityManagerFactories. You would need to do a little trick when the user logs
in, to map the SessionFactory you are interested in for this
Yep, which is why we are porting the Seam JSF controls to Ajax4JSF CDK. They
have machinery to solve this problem. Wait for Seam 1.3.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049122#4049122
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Perhaps you just need to use a diff database, ie one that supports XA. I'm
guessing HSQLDB is somewhere in this mix right now? Am I right?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049121#4049121
Reply to the post :
http://www.jboss.com/index.html?modul
Please report this in JIRA, thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049120#4049120
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049120
___
jboss-user mailing
Please report this in JIRA, thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049119#4049119
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049119
___
jboss-user mailing
No, its not. Seam keeps the conversation id in the UIViewRoot, so if you want
to change the conversation context from a partial render, you would need to
render the whole f:view (which is not really a partial render!).
This is definitely a limitation of the current design (closely related to our
Better to ask in the JBossCache forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049117#4049117
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049117
___
jboss-user maili
Oh, maybe I'm wrong. It probably is just the same problem in the JIRA issues.
(Which is also fixed in CVS, by the migration to JSF RI.)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049116#4049116
Reply to the post :
http://www.jboss.com/index.html?module=b
Your problem is not exactly the same as the one in the JIRA issue.
But I believe that your problem is already fixed in CVS, please try it out,
thanks in advance for your help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049115#4049115
Reply to the post :
Thanks for the reply Gavin. You are, of course, right.
I noticed this posting on the EJB3 forum just after receiving your response (I
did research this problem before posting... honest):
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=107018
Of particular interest is a comment from Ca
Interesting, please create a JIRA issue and assign it to Shane, thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049113#4049113
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049113
___
The structure of your .aop file should probably be:
| jboss.jar.aop
| aop/
| SimpleInterceptor.class
| META-INF/
| jboss-aop.xml
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049112#4049112
Reply to the post :
http://www.jboss
Currently Seam has no validation for page parameters, but I agree that it would
be a very-nice-to-have, and easy to implement. So my question really is:
exactly what should actually *happen* when page parameter validation fails??
It's not like we can redisplay the form with error messages ;-)
I just notice that the jar structre was not clear enough, so here it is:
ejb-classes
|
| meta-inf:
| persistence.xml
| ejb-jar.xml
|
| jboss.jar.aop :
| jboss-aop.xml
| aop-classes (The class that are intercepted and the Interceptor)
View the original pos
Please report this in JIRA, thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049108#4049108
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049108
___
jboss-user mailing
Thank you for your quick answer.
the SimpleInterceptor class is exactly the same one as the injboss-annotation
example, excpet the fact that i change his package name to aop,
the intercepted class is the same as the example except the fact that i change
his package name to aop.
again thank you
If its a known issue in JBossWS, there is absolutely no reason to report it as
a seam issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049106#4049106
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049106
_
We haven't tested it yet. Want to try it out?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049105#4049105
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049105
___
jboss-use
Looks more like a JBoss EJB3 issue than a Seam issue to me.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049104#4049104
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049104
___
The Seam 1.2.1 release was designed to run on JBoss 4.0.x. Current Seam CVS is
set up for JBoss 4.2, but is not yet considered production ready.
However, basically what is required is just to change your config files for JSF
RI instead of MyFaces.
View the original post :
http://www.jboss.com/
Can you paste in the SimpleInterceptor class and where you reference the
pointcut?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049102#4049102
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049102
__
BTW, you could try looking at the code that current seam-gen in CVS produces,
it is set up to run on JBoss 4.2 by default.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049101#4049101
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
Well i´m facing some problems when i try to follow the Seam Security
Guideline(http://docs.jboss.com/seam/latest/reference/en/html/security.html#d0e6331)...
In the example the integration with JAAS looks easier However i can´t do
the example works...
My problem is related here:
http://www.
I am working on Jboss4.05 i want to create and deploy a jar with aop
annotations.
I create a jar with the following structre:
ejb-classes
meta-inf:
persistence.xml
ejb-jar.xml
jboss.jar.aop
jboss-aop.xml
aop-classes (The class that are intercepted and the Interceptor)
The p
"jwcone" wrote : See the Wiki:
| http://wiki.jboss.org/wiki/Wiki.jsp?page=ScopedLoggingConfig
|
I found this before but the description is for web application only. My WebApp
is working fine, but I want to get my ejb application to log properly. How can
I do that?
View the original post :
in fact its worse than that i cant DI to work in the embedded server at all -
never mind between it and the 4.2 AS.
i created a very simple test local EJB all in the embedded server project like
this .
| // test ejb business interface defintion
| import javax.ejb.Local;
|
|
| @L
It looks like the PluggableInstrumentor.premain() method is not being called.
Are you running with the -javaagent switch?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049091#4049091
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
1) For modifying the EJB container with interceptors you do not need to run
with weaving
2) The error is not a problem
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86988
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84178
View the original post :
http://www.jboss.com/inde
Hi all
I try to get part of a collection over eql (or whatever the ejb query language
is called). In the Hibernate tutorial it is suggested to use the criterias to
get the data from a collection. As we are using JBoss Seam framework we would
like to solve this problem directly over eql.
| @
wolfgang,
I changed my 4.2 server ejb to
|
| @Stateless
| public class HelloUserBean implements HelloUserRemote
| {
|
explicitly as the interface that has the @Remote annotation and deploy to the
4.2 server.
if i then do the basic jndi lookup from the embedded server then i get a
Hi,
I have two UI layer questions. The first one is whether it is a way to let the
FaceMessage take a non-Seam-component parameter. The second one is how come I
get a 404 error for the Seam selectDate tag. I use the tag in the same way in
the Seamspace. That is
The image file shows up bt
Hi fernando,
thanks for your reply. You were right about the view-id. However, it didn't
make any difference. The exception is still thrown, and shown by tomcat,
instead of being redirected to the error page.
tazman
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtop
anonymous wrote : 3: it is only to a small extend for logs (although it might
be the biggest amount of data).
that's the problem!! I don't want to use a database to store process (even at
deploytime). So, if I use db logging,i must create a database just for that.
(I works on a JAVA SE applicati
hi all,
can anybody give me links for seam 1.2.1 ( i could not work jboss 4.2.0ga
application server and jboss seam 1.2.0ga)
i can't get 1.2.1 from cvc,
if someone can post link here .
Regards,
Paata.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049080#4049
Hello,
I have a problem with the treecache configuration. First of all I?m my
application runs under the following versions:
JBoss 4.0.5 GA
JBoss Seam 1.2.1 GA
JBoss Cache 1.4.0 SP1
Hibernate 3.2.0 GA
The treecache.xml is looking like this:
|
|
|
|
|
| jboss:servic
If you are using Facelets (.xhtml as default)
|
|
|
| File size is above allowable
maximum
|
|
|
if you are using another view technology than Facelets then write the
corresponding view-id.
View the original post :
http://www.j
You'd have to use standard JSF validation (not Seam's specialized model
validation). I found this article helpful.
http://www.ibm.com/developerworks/java/library/j-jsf3/
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049077#4049077
Reply to the post :
http
Hi all,
I am seeing following error message everytime, I start my JBoss server instance
4.0.5.
| 21:14:30,807 INFO [Log4jService$URLWatchTimerTask] Configuring from URL:
resource:jboss-log4j.xml
| 21:14:31,198 ERROR [NamingService] Could not start on port 1099
| java.net.BindException:
Hi.
anonymous wrote :
| But in some weird case where my validation require some kind of twisted
logic using some properties from the Person entity and all the other entities
already persisted, is there a clean way to add this logic in the model? Or this
is conceptually wrong?
|
For me,
Thank you for the answer!
The problem is, for example i need to submit form and persist an object in an
old long running conversation. Then i must initiate a redirect to a new page,
take some parameters from an old conversation and begin a new long running
conversation. Optionally, it would be
Get the soon to be released 3.0.1 snapshot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049073#4049073
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049073
___
jboss-user
1 - 100 of 170 matches
Mail list logo