I am actually using the business process. Otherwise it would be hard to
transport the productId from one user to the user. The problem is how to
combine tasks, workflow definitions and business process variables.
I experimented a bit further and found out, that the actions defined in my
workflo
Hi I'm been trying for a week to run a web service with jboss aop on jboss, but
I've a lot of problem.
1)I've followed the installation guide of jboss 1.5.6 on jboss4.2.1 for jdk5.0.
I've copied the directory
"C:\jboss-aop_1.5.6.GA\jboss-40-install\jboss-aop-jdk50.deployer" in the
directory "C
Thanks Alessio, the last question how can I get the statistics of each
operation of the web service?
Thanks, bye bye.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099738#4099738
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Hi,
I am trying to add a page in my demo application for that my bean contains
| @Entity
| @Scope(SESSION)
| @Name("myPage")
| @Table(name="my_page")
| public class MyPage implements Serializable {
|
| @Id @GeneratedValue
| @Column(name="page_id")
| private Integer pageId;
Hi,
I'm trying to develop a multilingual Blog (Mainly to Learn more About JSF and
Seam... and about English Language as well :P). I've created a new Project
using seam-gen and I've found the following problems about SEO:
1.- When you type http://localhost:8080/myapp it redirects to
http://loca
The workaround I used to "save variables to a node", was to use a task node
instead, add a task to the node, then add a timer with 0 second due date to the
task which had an action that started the the task automatically, added the
variables I needed to it, then ended the task.
There may be mor
Post exactly what/where the problem is, then hopefully someone can help you out.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099733#4099733
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099733
__
thanks. I was using log.debug in try catch block to expecting it print
exception stack trace. I guess I will need to specifically print stack trace in
catch block when needed and keep AS logging to info.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099730#4
Hi
I have a web service with wsdl ready from weblogic.I am porting it to
Jboss 4.2.1.GA.It uses jbossws1.2.1.GA I am also using JAXB 2.1.5 to genarate
schema.jar, from XSD using xjc command and then compiling the classes and
putting them in schema.jar.But when I deploy the bundled web ap
Hi,
I have tried a lot to download the source file using cvsgrab as per the
instructions given above, and also i tried to use wincvs for that, but i am
unable to download the source code of jbpm-console application. can anyone help
me out as i am in urgent need of the source code. Can anyone mai
Not even close.. I think you want:
|
|
(in components.xml)
-Dustin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099726#4099726
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099726
___
Hi ,
I am running the Specj benchmark tool with following configuration details.
Jboss 4.2.0. GA
MySQL 3.0.36
HPUX 11.23 IA
I am getting lots of WARNing messages, as shown below? Did anybody else also
got this kind of errors?
15:48:20,648 WARN [arjLoggerI18N]
[com.arjuna.ats.arjuna.coordinat
Thanks for pointing out the broken link in the Wiki, I've updated it:
http://anonsvn.jboss.org/repos/jbossas/trunk/ejb3/src/test/org/jboss/ejb3/test/consumer/unit/ConsumerUnitTestCase.java
Not sure what you mean by "return the contents of an MDB", or your
intent...elaborate?
S,
ALR
View the or
Use,
System.getProperty("jboss.home.dir");
For all other available properties, have a look at
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProperties
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099722#4099722
Reply to the post :
http://www.jboss.com/i
Hi all !
To get the path of Java home. I write:
String path = System.getProperty("java.home");
And to get the path of Jboss server, I try:
String path = System.getProperty("jboss.home");
But the result is Null.
How I can get the path of JBoss home by Java API ? Please guide to me.
Th
is your SearchPanel component named "sp"?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099720#4099720
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099720
___
jboss-user ma
When I create local ejb, then I am able to execute ejb from web application.
But When I create a remote ejb I face this problem.
I have seen the display class info method, it does not return any thing. I
guess this method needs class name as i/p.
I am new JBoss also, so may be I am not aware
up
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099718#4099718
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099718
___
jboss-user mailing list
jboss-user@lists.jboss.org
h
Ok, I've tried using IGx89's converter but moving the store outside of the
converter. And it *almost* works!
I'm running into a small problem though.
My code is as follows:
ObjectConverter.java
| package gekko.web.converter;
|
| import static org.jboss.seam.ScopeType.CONVERSATION;
| i
You must create a test suite in your *Test.xml
Go read the testng doc here: http://testng.org/doc/documentation-main.html
One example is as such:
| http://testng.org/testng-1.0.dtd"; >
|
|
|
|
|
|
|
|
|
View the original post :
http://www.jboss.com/
You should ask this in the JBoss AS form as this is has nothing to do with
Seam.
Cheers,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099713#4099713
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099713
___
Use JPA Hibernate and use Java Bean for the business logic component.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099712#4099712
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099712
_
I have a seam manaaged stateless session bean. It has a method that will call a
method from a seam managed stateful session bean. I know the stateful session
bean is in session context as I see it there in debug.seam. How can I get a
handle to it from my stateless session bean method so that I c
A broken link exists to the testsuite on this page
http://www.jboss.org/wiki/Wiki.jsp?page=MessageDrivenPOJOs
Am trying to use a stateless bean to return the contents of a MDB, but am
having problems with the callback. The @Consumer and Producer Manager look
promising. I need something like th
You must set your logging level for the console to be DEBUG. The default for
JBoss AS is setted to INFO. INFO is higher that DEBUG. So DEBUG levels won't be
printed out.
Go edit your $JBOSS_HOME/server/default/conf/jboss-log4j.xml
Find the CONSOLE appender and set the threshold to DEBUG.
But th
Based on the log it is the problem with EJB3. AFAIK, JBoss 4.2.2 has a major
restructuration on EJB3 which mostly is done by the Seam team.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099708#4099708
Reply to the post :
http://www.jboss.com/index.html?modu
Is there any plan to migrate to SVN. I'd really like to support Seam project,
but because of the company policy I can not connect to CVS at all.
Cheers,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099707#4099707
Reply to the post :
http://www.jboss.com/i
| Seam Servlet Filter
|
| org.jboss.seam.servlet.SeamServletFilter
|
|
|
| Seam Servlet Filter
| *.serv
|
| testServlet
|
| com.ea
After adding SeamServletFilte, request.getInputStream() return null?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099705#4099705
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099705
__
I'm seeing the same problem, and I cannot upgrade to Seam 1.3.0 until RedHat
Developer Studio accepts it. Could you please help me find a work-around?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099702#4099702
Reply to the post :
http://www.jboss
The GWT service is a Seam resource, so you only need to have the Seam resource
servlet configured for GWT support to be available. There is only one endpoint
in Seam, all GWT services talk to the same one.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=409969
I found out the problem why it did not work using tomahawk dataList for me. The
problem was that i use JBoss 4.2 in my new seam project and then you also have
to include the commons-el.jar to your webapp lib.
Here is a complete tutorial on how to use tomahawk dataList in a Seam project
on JBoss
I suggest you use the latest version of facelets (in which this bug has been
fixed. Facelets 1.1.14) and ui:repeat and not tomahawk at all. If you still
see this problem with Facelets 1.1.14 then post on the facelets mailing list.
View the original post :
http://www.jboss.com/index.html?module
When I read the nabble forum for facelets there seems to still be bugs in this,
but I didn't really get which version it concerns, only that there are open
bugs.
If the bug in ui:repeat is solved i want to use it but if it is not i have read
in serveral places that you should use tomahawk datal
Edit jbossws.sar/jbossws.beans/META-INF/jboss-beans.xml
Here you will find information
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQURLRewriting
Good luck !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099689#4099689
Reply to the post :
http://www.jbo
"abdujaparov" wrote : Hi Alesso,thanks, now it works!
| Another question is it possible to get the statistics of each operation of
each endpoint?
| Thanks, bye bye.
No, not right now. But, as I said, we are thinking of features like this in the
productivity thread I mentioned above, feel fre
Hi,
which version of JBoss (4.2.0.GA, 4.2.1.GA, ... ?) and JBossESB are you using?
Perhaps this might be related to this
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=122212 that is going
to be fixed soon.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
anonymous wrote : we need JBoss Tools to be able to work with a maven structure
first.
JBoss Tools? Try IDEA 7.0 - works seamlessly with Maven 2 poms ;-) - no need
to wait.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099686#4099686
Reply to the post :
No, no enumerated list :( But, if you are using maven, try, for your test
environment only, depending on org.jboss.embedded jboss-embedded,
org.jboss.seam jboss-seam and that *should* be enough to run just JPA + EJB3.
But take a look at the jboss-seam pom to see what dependencies Seam itself ha
Pete,
Yes - the whole test. I'm mainly trying to recover the ability to bootstrap
the JBoss embeddable from maven 2 in the test phase. Figuring that out the
first time was horrible (more than a year ago). Is there an enumerated list of
dependencies for writing Seam tests that use JPA + EJB3?
Brad, I dropped your class above into Seam's integration test suite and it
passed with no exceptions thrown (this is head, but nothing much has changed
since CR3). So, is that the whole test?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099683#4099683
Rep
Hello,
I used to be able to boot JBoss embedded from Seam tests in my app in the 1.2.1
and earlier days (was it only 6 months ago?). Anyway, now when I run my tests,
I am getting null-pointer exceptions from a class called SeamBaseTest. For
example:
| public class PersistenceUnitConfigura
"nickarls" wrote : so I've sometimes wondered about this void selectHotel(...).
Or is this only applicable to methods returning String?
Only applicable to methods returning String, void allows the conversation to
start, with no return value.
View the original post :
http://www.jboss.com/index.
The documentation for @Begin says
"Specifies that a long-running conversation begins when this method returns a
non-null outcome without exception"
so I've sometimes wondered about this void selectHotel(...). Or is this only
applicable to methods returning String?
View the original post :
ht
If I could attach the code I would but since I see no way, here's some more
inline code.
I modified the booking application and deployed it on both 4.2.1GA and 4.2.2GA,
both of which appear to have the same FlushMode issue.
In addition to my changes to get it working with JSF 1.2 RI I did t
I really hope we can get portletswap to a *2 ways* interaction website for
portlets.
Everything i read in this topic are very valid :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099678#4099678
Reply to the post :
http://www.jboss.com/index.html?module=b
OK - I've tried 4.2.1 GA and that works fine. So, I'll skip 5.0.0 until it's
released and there's a bit more documentation/community knowledge floating
about.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099676#4099676
Reply to the post :
http://www.jboss
Hi all,
I am coming back to this topic because it seems that I have the same problem
and I cannot overpass it.
I have successfully deployed a POJO. Very easy.
I am now trying to deploy a WebServiceProvider but I am getting :
Cannot obtain wsdl location
This is my web.xml :
|
|
|
Yep. Query hints for enabling a 10 minute cache worked out fine.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099672#4099672
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099672
__
ui:repeat doesn't support sets. Try something like
http://www.jroller.com/pmuir/entry/using_sets_in_jsf
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099671#4099671
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40996
Did u mean to use Drools in JBoss without extensions of eclipse compiler?
Arun Krishnan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099670#4099670
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099670
Hello,
Before I start out with my question I would like to tell you upfront that I am
quite new to Seam/EJB3/JSF, I am certain that parts of my question will be a
little offtopic with regards to the forum topic. However I did actually search
the net and did not really find a solution: most of t
Now it works.
The problem was I used bad @Indexed annotation (from lucene, not from hibernate)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099668#4099668
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099668
__
We have been load testing our system lately and we have been noticing many
threads waiting to lock the readOwnerList in the LockMap class.
The readOwnerList_ is a CopyOnWriteArraySet and (as the sourcecode comment
above clearly states) is not the most effecient implementation to use here.
So I
Did any1 tried it? Is there any chance that Seam2 + Icefaces1.6.1 will allow to
use Seam emailing capabilities?
Cheers,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099663#4099663
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
Any ideas?
Should I post jira issue, Pete?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099662#4099662
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099662
___
jboss-user m
Flush the conversation before switching it -
Contexts.getConversationContext().flush();
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099658#4099658
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099658
__
Yes, your SMPC is scoped to the conversation, not the session. So after your
first conversation ends, your object will no longer have an open persistence
context to load lazily from. Search back through the forum, this has been
discussed many times.
View the original post :
http://www.jboss.c
I blogged about this - see further up the topic. You should cache using the
Hibernate 2nd level cache.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099656#4099656
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=409965
Additions is a map of objects added to the conversation context in this request.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099655#4099655
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099655
__
Hi.
I am using SMPC with Scope(CONVERSATION). All works good. But when I created
action (EJB component) @Statefull, scoped to SESSION the lazy doesn't work.
When I switch to the Scope(CONVERSATION) all works gut. I Think I need to use
SESSION scope, but the lazy loading break this decision.
I
It would be nice if someone would like to post a complete example for this
including caching.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099654#4099654
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099654
"BruceSpringfield" wrote : But now, I want to createa a cluster the clusters
with load balancing.
That should be :
But now, I want to create a cluster of clusters with load balancing.
It would be nice if we could edit our posts :)
View the original post :
http://www.jboss.com/index.html?mod
Pete,
scenarios belongs to a real application and they are too complex for the
purpose.
As soon as I have time I have to build two simpler test case,
Meanwhile can you tell me what additions are, so that I can try to figure which
is the problem ?
Thanks
Fab.
View the original post :
http:
"[EMAIL PROTECTED]" wrote : Yes, although at this point mod_jk remains the
preferred solution.
Thanks very much for your comment!! Yes, mod_jk seems to work better with
JBoss.
Is it possible to create a cluster of jboss clusters with load balancing using
mod_jk?
I created a cluster of jboss
Please file a jira issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099648#4099648
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099648
___
jboss-user mailing list
jboss
Can you post a simple example of this to jira?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099647#4099647
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099647
___
jboss-us
Post the two different scenarios.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099645#4099645
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099645
___
jboss-user mailing li
I think I found a bug with the way the HandlerChain annotation is implemented
in JBossWS 2.0.1.SP2 on JBoss 4.2.2
It happends when I use @HandlerChain in the following condition:
1) A field in a Stateless Session Bean
2) The type of the field is the port type
3) The field is annotated with @WebSe
Hello,
"victorj42" wrote :
| gallows.setIcon(new
javax.swing.ImageIcon(getClass().getResource("/gallows.gif")));
|
Your "gallows.gif" image needs to be in your jar file.
The "simpliest" way is to put it in the default package of your source folder.
View the original post :
http://www.jbo
Any answer to this? I'm also trying to put JSP code within a CMS file but it
gets converted:
<%out.println("session="+session); %>
becomes
<%out.println("session="+session); %>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099643#4099643
Reply to the post
Hello,
I have created a SAR archive with three components :
- an ejb 3 package : myejb.jar
- a web site : myweb.war
- a client app : myapp.jar
My web site is fully functional, my ejb too, and I have tested my client app in
a standalone mode : it works fine.
But I don't find how to start my c
Look at the EntityConverterStore.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099641#4099641
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099641
___
jboss-user mailing li
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamRepository -we are still stuck in
CVS :(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099640#4099640
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099640
Runtime exceptions are caught in pages.xml file. Is it possible to append own
message specified in pages.xml to the exception message?
Say for exception thrown:
org.hibernate.id.IdentifierGenerationException: ids for this class must be
manually assigned before calling save(): au.edu.tisc.entit
Runtime exceptions are caught in pages.xml file. Is it possible to append own
message specified in pages.xml to the exception message?
Say for exception thrown:
org.hibernate.id.IdentifierGenerationException: ids for this class must be
manually assigned before calling save(): au.edu.tisc.entit
Hi I'm been trying for a week to run a web service with jboss aop on jboss, but
I've a lot of problem.
1)I've followed the installation guide of jboss 1.5.6 on jboss4.2.1 for jdk5.0.
I've copied the directory
"C:\jboss-aop_1.5.6.GA\jboss-40-install\jboss-aop-jdk50.deployer" in the
directory "C
Hi,
I need to write a Stateess Session Bean which has Methods that return
file-contents to the client. The files are text-files (<100 kb) or binary files
(<2mb). Just returning a stream or reader isn't possible, because these classes
aren't serializable. So how can I do this? Or am I on the wro
Sorry,
I forgot: SEAM CR3.
Fab.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099635#4099635
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099635
___
jboss-user mailing li
Pete,
thank you for your advice.
I have two different scenarios (I have not been able to understand what is the
difference yet) one works and the other doesn't.
Following the seam code I was able to show that the difference is the
get(String) behavior of ServerConversationContext.
When I am
80 matches
Mail list logo