Hi,
I think I am encountering the same problem. Can you be more specific about how
your component tree was broken and how you fixed it? I would really appreciate
it, as I've been stuck on this for several days now.
Thanks,
Ian
View the original post :
http://www.jboss.org/index.html?module=b
Solutions from Exadel:
Flex with Seam without JSF:
http://exadel.com/web/portal/flamingo
with JSF:
http://exadel.com/web/portal/fiji
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205970#4205970
Reply to the post :
http://www.jboss.com/index.html?module=
Pete - BIRT consists of two parts.
The designer AND the runtime.
The runtime today is easiest done via their servlet setup and that servlet
would/should be living next to Seam.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143346#4143346
Reply to the post
The visual page editor can render anything as long as it can be approximated in
an html rendererand for PDF that is probably going to be hard.
But if the seam pdf tags could be translated into something approximate html it
is very doable as far as I see it.
View the original post :
http://
This forum should be read-only now. Test.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130138#4130138
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130138
___
jboss-user ma
UserList.xhtml as generated:
| http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
|
|
| http://www.w3.org/1999/xhtml";
| xmlns:s="http://jboss.com/products/seam/taglib";
| xmlns:ui="http://java.sun.com/jsf/facelets";
| xmlns:f
I was talking about the "metadata" tag that should be used to set the type
mapping for Java persistance. If you use it in a datasource XML file, it fails
as I showed at the beginning of this topic ;) I used to configure my datasource
this way with JBoss 4.2, so has something changed about this w
No, it's not a common problem as it's not a common use case and not really a
standard design either.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130110#4130110
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130110
_
If you want to attach the FacesRequest to a particular view e.g. to use page
parameters/page actions.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130101#4130101
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130101
Please raise a JIRA issue for this - at first glance I agree with you, but we
need to carefully consider this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130092#4130092
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
That NPE is in your code.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130096#4130096
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130096
___
jboss-user mailing list
jboss
Search back through the forum - discussed many times.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130094#4130094
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130094
___
j
Post the whole exception. You need to mark any @Converter's @BypassInterceptors
and you can't make them EJB3s - so, in essence, no.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130093#4130093
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
I don't think converters are applied when using inline EL like that
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130089#4130089
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130089
__
Please read the API for @RaiseEvent - this behaviour is correct.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130080#4130080
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130080
__
Onto a remote JVM? No, Seam doesn't support this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130076#4130076
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130076
___
jboss
And make sure to add jboss-seam-jbas5.jar to your project.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130074#4130074
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130074
These guys http://www.rationaldeveloper.com/ presented on Flex+Seam at
JBossWorld - looking good :)
We should have a page up on seamframework.org soon.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130064#4130064
Reply to the post :
http://www.jboss.com/in
adding to it : it probably is NOT a real "seam" issue but a conflict of
hibernate lazy loading (using proxy) and the JSF implementation
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130029#4130029
Reply to the post :
http://www.jboss.com/index.html?module=b
i had already overriden hashCode en equals. that was/is not the issue as far as
I can conclude.
[ an object is equal if it has the same object ID, if no ID is present, values
are compared, hashCode accordingly, using apache EqualsBuilder and apache
HashCodeBuilder ]
the only wat to fix it was
"enda" wrote :
| There were some issues why it got deprecated and note from Gavin King was
to use pages.xml for it. So if it is undeprecated then it is ok.
|
Actually it's not undeprecated yet but I couldn't find a way to do the same
thing in pages.xml.
"enda" wrote :
| here you would
"[EMAIL PROTECTED]" wrote : Of course @Out doesn't cause @Create not to run.
You have some other problem.
Hi Pete hope its not too cold up there in Scotland.
I think I should re-explain...
I had a page that dragged in some Varibles that were @outjected from a Seam
bean.
I assumed that the be
I expect Seam to re-initialize the value when it goes out of scope.
How does Seam know when a context variable goes out of scope? If Seam sees a
@Out variable go out of scope, then it sees the bijected field with no
factory... It should just ignore it and leave whatever value happened to be
We now have a current version of Hibernate in 2.0.1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129991#4129991
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129991
___
jbo
Thanks for presenting your solution to a similar problem. We share the hope for
attention of the Seam team to these conversation switching issues. In your
case, the new conversation only starts after the redirect, in the next request.
That makes a big difference. I need to switch to another conv
Btw, create a JIRA request for OC4J 10 support so we can gauge the level of
interest in it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129988#4129988
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129988
__
AFAIK, yes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129987#4129987
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129987
___
jboss-user mailing list
jboss-user@lists.jb
Yeah, that is probably the best approach
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129986#4129986
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129986
___
jboss-user mai
Post the jpdl
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129985#4129985
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129985
___
jboss-user mailing list
jboss-user@lists.
Thanks pete will try to cross post and see igf any one can teel whats going on
pretty frsutrating though. Thanks for the post
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129984#4129984
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129979#4129979
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129979
___
jboss-user mailing list
jboss-user@lists.jboss.
Does anyone know if Jason's OC4J 10.1.3 instructions for Seam work with Seam
2.0?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129978#4129978
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129978
Does anyone know if this problem still exists in Seam 2.0?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129977#4129977
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129977
Most excellent! Thanks for putting my mind at ease.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129976#4129976
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129976
___
Hi , thanks for the info... I made it to work with the below settings
--- Components.xml
http://jboss.com/products/seam/components";
xmlns:core="http://jboss.com/products/seam/core";
xmlns:persistence="http://jboss.com/products/seam/persistence";
xmlns:sprin
I've never been convinced by using SeamTest for unit testing.
Selenium and JSFUnit are a bit different - one is scriptable, one isn't.
We plan to use JSFUnit for some integration tests in the future, and Selenium
for release testing.
Try to grab Stan Silvert's JSFUnit presentation, he gives a g
RTFM
#{messages['org.jboss.seam.loginSuccessful']}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129968#4129968
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129968
___
jb
Override equals on the entity.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129967#4129967
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129967
___
jboss-user mailing list
no.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129964#4129964
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129964
___
jboss-user mailing list
jboss-user@lists.jboss.org
You would need to configure javamail to write to a output stream. If this is
possible, then yes, and we can write a hook into Seam. File a feature request
in JIRA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129962#4129962
Reply to the post :
http://www.
Use AS5 beta4.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129960#4129960
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129960
___
jboss-user mailing list
jboss-user@lists
Yes s:validateAll only adds the hibernate validator if there is no other
validator specified. Also nest s:validate and it will work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129958#4129958
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
Yes, known issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129957#4129957
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129957
___
jboss-user mailing list
jboss-user@li
Put propagation="begin" on the s:link or begin-conversation on the navigation
in pages.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129956#4129956
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129956
___
You need to apply the Seam interceptors to your invocation properly - this
would normally be done by making your Seam component an MDB. Otherwise, you
need to make JMS call a proxy or something and set up Seam contexts and
interception.
View the original post :
http://www.jboss.com/index.html?
Don't think this is anything to do with Seam.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129953#4129953
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129953
___
jboss-use
Oops, cancel should be...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129952#4129952
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129952
___
jboss-user mailing list
jboss
Can should be s:button so it doesn't submit the form.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129951#4129951
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129951
___
j
No they can't.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129950#4129950
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129950
___
jboss-user mailing list
jboss-user@lists
Thats just fine.
They are seam managed but backed by JTA CMT which are EJB3 provided.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129949#4129949
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129949
surely you need @In(create=true) on those?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129948#4129948
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129948
___
jboss-user m
Nothing to do with Seam - ask on the hibernate or ejb3 forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129947#4129947
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129947
_
Depends on if the jsf state is serialized to the client - if so no, otherwise,
to the session.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129945#4129945
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129945
___
There is a problem with the JDK -> log4j bridge in JBoss.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129944#4129944
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129944
_
No one put this in JIRA so that we can fix it - its a bug probably. If you want
it fixed, put in JIRA, don't just complain.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129943#4129943
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
When do you mean the transaction has gone sour? after the exception? This is
expected - you need a new transaction at this point.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129942#4129942
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
Yes, what you want work ootb. What you have done seems quite reasonable.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129940#4129940
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129940
__
I posted a "solution" on the new forum:
Transactions.instance().commit();
| Transactions.instance().begin();
This works, but I am not confident that this is considered clean and proper.
Posting to the EJB3 forum doesnt seem appropriate given that these are "seam
managed" transactions and m
Of course @Out doesn't cause @Create not to run. You have some other problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129938#4129938
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129938
_
1) Its classlevel only - we have an ancient open issue for this, but with Web
Beans on the way, I don't think this will see light before then. Your approach
is the best workaround I know of.
2) You should be able inject other components using
Component.getInstance/Contexts lookup. What is the l
But inconsistent with JSF converter names.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129935#4129935
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129935
___
jboss-user m
Dustismo - yes, known problem - please open a JIRA for this as it is possible
to fix IIRC
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129934#4129934
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129934
Ask on EJB3 forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129933#4129933
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129933
___
jboss-user mailing list
jboss-user@l
Should work.
I don't really understand how you are examinging the values in the handler?
What handler?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129932#4129932
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=412993
To get the transaction do Transactions.instance() - you need to ask on e.g. an
EJB3 forum about how to control transactions inside a CMT.
You need to ask on the hibernate forum about why .flush() doesn't commit the
transaction if you are curious.
View the original post :
http://www.jboss.com/i
As we discussed no - as JSF controls the lifecycle, not us.
Actually, Max Ross and I talked about this after you asked about it - of
course, you can unit test this stuff, you just have to be careful about not
calling Component.getInstance in your unit test - move out your validation
logic lik
"tomstrummer" wrote : I understand that I can't keep state in my SLSB, but I
thought the point was that you could biject stateful values into your SLSBs.
See
http://books.google.com/books?id=h1madTvupB8C&pg=PA162&vq=listing+6-2&sig=gedSD8Cnzsm8Oj-tDxPWs7pmvkk
Yes, correct.
You explicitly set
Seam doesn't support injection by @EJB - and as you aren't declaring you bean
an EJB3, you won't get the container to inject it either.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129927#4129927
Reply to the post :
http://www.jboss.com/index.html?module=b
Yes it is
Pros - you have CRUD methods available to you. You can define simple ones in
components.xml or extension for complex ones.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129926#4129926
Reply to the post :
http://www.jboss.com/index.html?module=bb&
File a bug in JIRA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129925#4129925
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129925
___
jboss-user mailing list
jboss-user@l
Post the jpdl
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129924#4129924
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129924
___
jboss-user mailing list
jboss-user@lists.
Why an earth are you trying to alter the default data source for jboss? Just
use a different datasource for your app.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129923#4129923
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
We need to see the stack trace - you may need to use a debugger to get that, or
turn up logging.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129922#4129922
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129922
_
Yes. But replace MDB/JMS with an @Asynchronous and a page reload with an ajax
poll.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129921#4129921
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129921
__
http://docs.jboss.org/seam/2.0.1.GA/reference/en/html/persistence.html#d0e5850
is up to date and correct.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129920#4129920
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129
File a JIRA, we can link to the validator docs in the manual I guess.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129919#4129919
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129919
_
Dan, we outline why the session scope is a problem in the docs intro and every
presentation we do :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129918#4129918
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129918
_
So, update your namepsaces.
Use seam-gen to set up a correct project and compare it to your current one.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129917#4129917
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41299
There is also a ssl option ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129916#4129916
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129916
___
jboss-user mailing list
j
What tag?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129915#4129915
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129915
___
jboss-user mailing list
jboss-user@lists.jbos
I finally found out the reason why I had the problems in my application with
IE6.
First, I added a tag inside the in my xhtml. In the code above I removed this
tag to shorten the code the result was a form in a form. Firefox can handle
this, IE not. Silly error.
Second, the Seam Wiki exa
I appreciate that since I did mention a jira issue, but the jira issue is a
actually a feature addition based off code I am contributing, does that also
fall under the need for a contributors agreement?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129844#41
Hi, I have different problem with installing Woodstock components.
I've created generate sample application with Seam 2.0.1. and I've download
Woodstock latest jar files. I added those files in app lib folders and I've
started JBoss AS 4.2.2. When I try to open any pages , I get this in stackTr
Btw you don't need to sign a contributor agreement to submit patches. Only for
those who have commit access.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129829#4129829
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4
And, to reiterate PLEASE USE THE NEW FORUM!
This one is now closed for business.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129828#4129828
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129828
_
So the question is? Why doesn't the JSF page call the getAirportmenu() method
the second time i load the page?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129827#4129827
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
E-mail addresses are only visible to logged-in users, and they are obfuscated
even then. Spammers use fully automated bots to collect e-mail addresses, they
do not register on a website and then figure out how addresses are obfuscated.
View the original post :
http://www.jboss.com/index.html?mo
Hi Pete,
you should be able to hide your real eMail address from the forum posts,
currenty it's not which is too spammer friendly ;-(
Regards,
Christian
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129812#4129812
Reply to the post :
http://www.jboss.com/
Though this might be a long shot, it occurred to me that I might be using
incorrectly. In my case, when I do the following in my Facelet
as described above:
|
|
|
|
...the method queryService.categories returns a List < Category > object. It
was my assumption that the Sea
Folks,
We faced a similar situation a few days ago. The user could click on a
hyperlink in a page to go to a different page which was required to open in a
new non-nested conversation. Before redirecting to the new page, the
application was required to process the edits the user had made on th
No, we left it as is for now. We are use Jasperreports for other reports and
that works great. But I don't know how to do it it only with itext.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129779#4129779
Reply to the post :
http://www.jboss.com/index.ht
So here is something interesting!
I added some more debug statements to my code and found this:
| 15 Feb 2008 15:39:19,847: DEBUG com.myapp.persistence.QueryServiceImpl -
Executed query
| 15 Feb 2008 15:39:19,847: DEBUG com.myapp.persistence.QueryServiceImpl -
Ending method getCategories w
I should also mention that my driver is weblogic.jdbc.oracle.OracleDriver.
Here also is some stuff in my WL server log. It means nothing to me, but it
may to you:
|
<[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default
(self-tuning)'> <> <> <1203098891046>
| ###
>From my application log:
| 15 Feb 2008 13:19:02,245: DEBUG org.hibernate.hql.ast.ErrorCounter -
throwQueryException() : no errors
| 15 Feb 2008 13:19:02,245: DEBUG org.hibernate.hql.ast.QueryTranslatorImpl -
HQL: from com.myApp.persistence.TechnicalCategory
| 15 Feb 2008 13:19:02,245: DE
One solution i found was to hard code the value of jndiPattern directly to the
components.xml although this is not very elegant. I think the problem was while
building the application (maybe in the build script that jboss tools is using).
View the original post :
http://www.jboss.com/index.h
someone please ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129734#4129734
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129734
___
jboss-user mailing list
jboss-user@lis
Hmm, that is odd. Can you post the relevant portions of your xhtml and also
your template?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129696#4129696
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129696
__
"[EMAIL PROTECTED]" wrote : Hm. Interesting. The current implementation is
"kill the conversation at the *end* of the request". Perhaps what people really
want is "kill the conversation at the *beginning* of the request.
|
| I have to think this through...
still thinking?
View the origi
This is documented as a note in the reference documentation. Websphere's
statefull session bean timeout default is 10 minutes. You can adjust this
using Websphere specific deployment descriptors.
As stated in the note - that was beyond the scope of the reference docs. Take
a look at the web
I have not looked at that specific tag on websphere. Can you verify that the
same application works as expected on Jboss?
Also you could post some more information on the application and error.
Thanks,
Jay
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=412
1 - 100 of 32849 matches
Mail list logo