[jboss-user] [Remoting] - Re: Connection between servers through JNDI?

2007-03-05 Thread Clarich
Well, duh, of course I am. ;-) (And thanks for the hint with lower and upper case writing, as I am not a native speaker, I live and learn) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024986#4024986 Reply to the post :

[jboss-user] [Performance Tuning] - Re: High CPU consumption.

2007-03-05 Thread jpicard
Hello, Thanks for your help. Here is a result of the command 'jmap -heap', could you help me to interpret this result, and to optimize my parameters? Best Regards, Jerome. Attaching to process ID 11776, please wait... Debugger attached successfully. Server compiler detected. JVM version is

[jboss-user] [JBoss and NetBeans] - execution problem while compilation

2007-03-05 Thread torzon
hi when i execute a application in jboss through apache ant 1.6.2. .i got a error msgg.. Cannot build jboss-build.xml the command which i used for execution is ant -f jboss-build.xml plz help me if changes as to be made .plz help me urgent thanx in advance View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - BatchUpdate Property in JBoss 4.0.4

2007-03-05 Thread rabbiaqaswar
Hello I am using jboss-4.0.4.GA. Can you please tell me how to set the batch update property when using Oracle9 and Hibernate? For example I have a Customer entity and similar table in database. Everytime i persist Customer in the databse, it works fine but when i try to add more than four or

[jboss-user] [Installation, Configuration Deployment] - Loging of HTTP access

2007-03-05 Thread Hutrer
Dear all, I have a problem. JBOSS loging all HTTP access. like 2007-03-05 09:20:27,028 DEBUG [httpclient.wire.content] 202[\r][\n] 2007-03-05 09:20:27,028 DEBUG [httpclient.wire.content] n{gg?Z-[0xfc][0x9]c[0x4]l[0x9f]a[0xb5]$[0x9c][0x12]-[0xe2][0xc9][0

[jboss-user] [JBoss Portal] - Re: How do I default a portlet window to maximized?

2007-03-05 Thread den74
if my know is correct is not possible yet to maximize a portlet from descriptors. The only way is to define a portlet with a link that open the second portlet maximized: a href=portlet:renderURL windowState=maximizedportlet:param name=test value=test/portlet:param/portlet:renderURLTest View

[jboss-user] [Advanced Documentation] - from where we can read the service provided by jboss

2007-03-05 Thread thirumalmarugan
hellow sir, i am doing my final sem project.my topic is to monitor the jboss through nagios.for that we want to create a plugin.but i had doubt in jboss wheather jboss provide any service for getting these details or not.if yes means from which service we can fetch the information.i

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to use @Id @GeneratedValue(strategy=GenerationType.A

2007-03-05 Thread rabbiaqaswar
When you will create your entity you will only have to set the desc property. The 'id' property will be set since it has these @Id @GeneratedValue(strategy=GenerationType.AUTO) annotations. The database end depends upon the table generation strategy in your persistence.xml file. If this is

[jboss-user] [JBoss jBPM] - Re: problem of deployment

2007-03-05 Thread Johan.Parent
Hi, Make sure that the directories (not the files themselves) containing jbpm.cfg.xml and simple/processdefinition.xml are in your classpath. Hope this solves it. Regards, Johan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024994#4024994 Reply to the

[jboss-user] [JBoss Seam] - Re: Disable event-based validation

2007-03-05 Thread straubp
Now I know! For anyone who is interested: You can overwrite the default use of org.hibernate.secure.JACCPreInsertEventListener and org.hibernate.valitator.event.ValidateEventListener for the pre-insert event and org.hibernate.secure.JACCPreUpdateEventListener,

[jboss-user] [JBoss Eclipse IDE (users)] - Problems with debug in jbosside 2.0 and eclipse 3.2.1 + jbos

2007-03-05 Thread markjb
Hi, I am using: Eclipse 3.2.1 JbossIDE 2.0 Jboss 4.0.5 I run the server in debug mode and add some breakpoints. Sometimes the jboss stops at the correct place and shows the correct point of the breakpoint in the src, but sometimes the jboss stops but does not show the correct place in the src.

[jboss-user] [JBoss Portal] - Re: How do I default a portlet window to maximized?

2007-03-05 Thread radzish
what is the version JBoss you use ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024997#4024997 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024997 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: web service and asynchronous processing

2007-03-05 Thread [EMAIL PROTECTED]
Take a look at our ws-addressing implementation: http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#WS-Addressing EndpointReferences (EPR) are used for use cases like this. Basically the client passes an EPR with the request, which then can be used to send the reply later on. View

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Problem

2007-03-05 Thread gopinathb4u
It really helped me. Thanks a lot. I will try to implement this. In btw, I have a small question. How can i invoke Jboss service from standalone application? I had hibernate-service and want to invoke that service from standalone application. This will solve almost all my problem.

[jboss-user] [JBoss Portal] - Re: How do I default a portlet window to maximized?

2007-03-05 Thread dleerob
I am using JBoss Portal 2.4.1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025000#4025000 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025000 ___ jboss-user mailing list

[jboss-user] [JBoss and NetBeans] - data binding problem, blank after bind, working on sun serve

2007-03-05 Thread darrencnz
I am having problem to bind data to dropdownlist and table. The problem is: when I run the project, there are no data show up in the dropdown list and table, just blank! http://www.netbeans.org/kb/55/vwp-databoundcomponents.html I tried this tutorial many times, but it never work (with jboss

[jboss-user] [JBossCache] - Re: PojoCacheListener does not propagate in a cluster

2007-03-05 Thread mvlior
Hi, Thanks for your replies. What are our alternatives here ? Lior Neuman RD Team MailVision LTD. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025002#4025002 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025002

[jboss-user] [JBossCache] - Re: memory leak

2007-03-05 Thread gmeroz
I think there should be a way to clear an entire area in the cache (as a bulk). Finding all the POJOs in the cache and deleting them one by one, sound expensive. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025003#4025003 Reply to the post :

[jboss-user] [JBossWS] - Re: JBossWS 1.2 on JBoss AS 4.0.5

2007-03-05 Thread [EMAIL PROTECTED]
If you look at the contents of the jbossws40.sar you'll find the service descriptor for non ejb3 installations: | jboss-service-no-ejb3.xml | Just rename the jboss-service-no-ejb3.xml to jboss-service.xml or just comment the DeployerInterceptorEJB3 | !-- | A deployer service

[jboss-user] [JBoss Portal] - Re: How do I default a portlet window to maximized?

2007-03-05 Thread [EMAIL PROTECTED]
Please open a Jira Feature Request for this, it seems that it is a popular feature. Once entered please put the link here so that other can vote for it. Thanks ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025005#4025005 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - deployment error.Please try to resolve

2007-03-05 Thread prakashvinnakota
I'm tring to run the sample tutorial given in jboss.org.I'm getting this error.Please help. 14:51:17,747 ERROR [MainDeployer] Could not initialise deployment: file:/D:/Program Files/jboss-4.0.4.GA/server/default/deploy/FiboApp.ear org.jboss.deployment.DeploymentException: Failed to find module

[jboss-user] [JCA/JBoss] - Re: Validation of destroyed connections

2007-03-05 Thread bortx
Thank you very much! I've fixed it in my jboss-jca.jar and works perfectly. Thanks! you rule! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025007#4025007 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025007

[jboss-user] [JBoss Portal] - timezone information

2007-03-05 Thread [EMAIL PROTECTED]
Hi, unless I got it all wrong, JBoss Portalsaves a user's timezone information as an offset to some other (GMT?) timezone. Isn't this error prone? Different timezones have different DSTs ... - Michael View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Getting generated ID by sequence

2007-03-05 Thread stupar.aleksandar
I'm writing entity for person and this is the part of the class. @Entity | @SequenceGenerator(name = tsperson_sequence, sequenceName = SEQ_TSPERSON_ID) | public class Tsperson implements Serializable { | @Id | @GeneratedValue(strategy=GenerationType.SEQUENCE,

[jboss-user] [EJB 3.0] - EJB3 2. level cache and query cache question

2007-03-05 Thread xinhua
Hi, i opened 2.level cache and query cache in persistence.xml like following: property name=hibernate.show_sql value=true / | property name=hibernate.cache.provider_class value=org.jboss.ejb3.entity.TreeCacheProviderHook/ | property

[jboss-user] [JBoss Seam] - How does the DataModel passes the data to the next page?

2007-03-05 Thread hubaer
Hi all, I try to understand the Issue-Tracker example, and hope that someone could explain me a little bit more about the page and object flow. Esspecially I'm interested how the DataModel / dataTable works, because I need this in an application Therefore I took the ProjectFinderBean,

[jboss-user] [JBossCache] - Re: long wait when cache is started

2007-03-05 Thread [EMAIL PROTECTED]
Specifically, the state that is passivated/stored in the DB and is preloaded. E.g., if you preload / on startup this will take time. If you only preload certain regions that you foresee may be needed as soon as the system starts up (and leave the rest to load lazily), this may be quicker.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting generated ID by sequence

2007-03-05 Thread rabbiaqaswar
try: | @Entity | public class Tsperson implements Serializable { | @Id | @Column(name=TSPERSON_ID, nullable = false) | @SequenceGenerator(name = tsperson_sequence, sequenceName = SEQ_TSPERSON_ID) | @GeneratedValue(strategy=GenerationType.SEQUENCE, generator=tsperson_sequence) |

[jboss-user] [JBoss Seam] - Re: s:dynamicImage is possible in Seam 1.1.5

2007-03-05 Thread petemuir
codelion wrote : How long then will that image be available for downloading by the browser, e.g. if I give it a byte array? Currently it won't be - its something I mulled over quite a lot and couldn't come up with a good use case - whats yours?. It would be possible to have an expires

[jboss-user] [JBoss Seam] - Re: NPE when opening pages.xml with jBPM editor

2007-03-05 Thread petemuir
pages.xml has *nothing* to do with jbpm View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025015#4025015 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025015 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: @ManyToOne results in tinyblob

2007-03-05 Thread andydale
Hi Andreas, from looking at your base entity, i can see that you are mixing the levels of your annotations. In my experience this is a cause of so many problems (and if it causes any exceptions they are not very helpful at all), try moving all you annotations to field level or to method

[jboss-user] [EJB 3.0] - Deployment order of web and ejb modules in same ear file

2007-03-05 Thread jochenb
Hello, we are developing an enterprise application containing two web and 3 ejb modules on Jboss 5. Now we want to do some initialization work when the application starts. Our idea was to develop a servlet which has set its load-on-startup0/load-on-startup parameter in the web.xml set to 0.

[jboss-user] [JCA/JBoss] - Re: error in resource delisting -jboss4.1-sp3

2007-03-05 Thread [EMAIL PROTECTED]
This is just a bug in the error reporting: http://jira.jboss.com/jira/browse/JBAS-4176 The original error will probably be further back in the log (maybe at DEBUG/TRACE level?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025018#4025018 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @In(create = true) @Out works fine in 1.1.5.GA and not i

2007-03-05 Thread msystems
Now it works :-) Old pages.xml (OK for 1.1.5 and not OK for 1.2.0): | !DOCTYPE pages PUBLIC -//JBoss/Seam Pages Configuration DTD 1.1//EN http://jboss.com/products/seam/pages-1.1.dtd; | | pages | page view-id=/xhtml/account/create/agreement.jspx action=#{accountBean.begin}/ |

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-05 Thread [EMAIL PROTECTED]
I can't see the contents of your cfg file. Could you pls try with SP2 and let me know if it persists? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025020#4025020 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025020

[jboss-user] [JBossCache] - Re: Endless loop in JBoss Cache 1.4.1.GA

2007-03-05 Thread [EMAIL PROTECTED]
Hi - sorry, have been out of the loop in this for a while - do you still see this problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025021#4025021 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025021

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-05 Thread nirajal
I tried using SP2 and I was facing the same problem. The error log while starting JBoss is given below: 15:15:35,494 WARN [ServiceController] Problem starting service jboss.cache:serv ice=PojoCache java.lang.RuntimeException: failure to marshal argument(s) at

[jboss-user] [JBossCache] - Re: TreeCache config in cluster

2007-03-05 Thread [EMAIL PROTECTED]
No, I'm asking about how each machine is set up. You say you have 32 nodes on 4 machines - so that's 8 WL instances per server? And if so, what does this look like on each server: /opt/wl-1 /opt/wl-2 ... /opt/wl-8 ? Or do you have this in 1 dir (e.g., /opt/wl) and different configuration

[jboss-user] [JBossCache] - Re: Retrieving state problem

2007-03-05 Thread [EMAIL PROTECTED]
This is because when the node comes on line it thinks it is the first node in the cluster. The merge view that is sent out later will not trigger a state transfer event. Do you see anything on the other node's logs about this node coming up? Also, have you tried increasing timeounts on

[jboss-user] [JBoss Portal] - Re: How do I default a portlet window to maximized?

2007-03-05 Thread dleerob
I have created a Jira Feature Request: http://jira.jboss.com/jira/browse/JBPORTAL-1300 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025026#4025026 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025026

[jboss-user] [JBoss jBPM] - Can we Have source state and destination state same ...can

2007-03-05 Thread Bharath Naik
Hi , I am currently working with jbpm . i Need help from you ,can we have self loop for a state ,transition form and to are same .. i Need loop kind of thing . Can any one help me .. Thanks Regards Bharath Naik View the original post :

[jboss-user] [JBoss Portal] - Re: How do I default a portlet window to maximized?

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

[jboss-user] [JBossWS] - Re: JAX-WS 2.1

2007-03-05 Thread kot
Hello Werner I have the same problem. Do you already know, how to do it? ng Harald View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025036#4025036 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025036

[jboss-user] [Clustering/JBoss] - Re: Problem with datasources, they start, but my apps cannot

2007-03-05 Thread sebastianlacuesta
Excellent, I deleted the jms configuration, and copied the one in default, made the necesary changes, and it worked. The problem with PokQueryDs was that in the AS, the pool was named PokQueryDS (that makes me feel like dumb). Thanks for all. View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Singleton MDB being run in two threads

2007-03-05 Thread amitka
You can use @PoolClass(value = org.jboss.ejb3.StrictMaxPool.class, maxSize = 1) on the MDB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025038#4025038 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025038

[jboss-user] [EJB 3.0] - Re: Singleton Message Driven Bean

2007-03-05 Thread amitka
You can use @PoolClass(value = org.jboss.ejb3.StrictMaxPool.class, maxSize = 1) on the MDB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025039#4025039 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025039

[jboss-user] [JBoss Seam] - seam gen - which one?

2007-03-05 Thread buddy1974
As far as I can see, the seam-gen that comes with seam is different than the one that is available via the wiki. Is there a reason for this? Which one is the one, one should take? The packed one provides the following targets: | clean | delete-project | deploy | explode |

[jboss-user] [JBoss Seam] - Re: Problem: Custom validate methods in EJBs crash

2007-03-05 Thread krica
I know this is an old thread, but I ran into the same problem with the ValidatorException causing the crash. After much trial and error, this is the solution I have come up with. I thought it may be useful for others, at least once I get the last little niggle out of it, which I don't think is

[jboss-user] [JBoss Seam] - Re: seam gen - which one?

2007-03-05 Thread petemuir
The one in Seam - it's much better and newer View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025044#4025044 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025044 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-03-05 Thread tazman
Hi Peter! anonymous wrote : The fix won't work with JSF 1.2 Any idea when it'll work with JSF 1.2 RI? Seam mail with facelets templating looks so promising but it's pretty much useless for me at this time because I always send mails asynchronously. tazman View the original post :

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-03-05 Thread petemuir
I'll try to get the fix into 1.2.1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025048#4025048 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025048 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-03-05 Thread petemuir
Btw, the best way to get a fix done sooner is to vote for it in JIRA! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025050#4025050 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025050

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-05 Thread [EMAIL PROTECTED]
I have fixed this in CVS, Branch_JBossCache_1_4_0 which will become 1.4.1.SP3 at some point in the future. You may want to check out the branch from CVS and give it a try. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025049#4025049 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Automating update of login-config.xml

2007-03-05 Thread earniedyke
Greetings all!!! Does anyone have an automated process for updating login-config.xml? In our environment our Windows engineers deploy all of our updates. When it comes to editing XML documents, they are not very adept. When we have a new application policy node to add I have to provide them

[jboss-user] [JBoss Seam] - JBoss Richfaces and Seam (ICEFaces consequence?)

2007-03-05 Thread kukeltje
I just read JBoss/Red Hat has a strategic partnership with Exadel resulting in amongst others, JBoss Richfaces. Making these work with Seam is a logical step, but I (at least for now) hope this does not influence the Seam development teams' cooperation with the ICEFaces people? Ronald View

[jboss-user] [JBossCache] - Re: Endless loop in JBoss Cache 1.4.1.GA

2007-03-05 Thread [EMAIL PROTECTED]
Have you got a unit test that recreates this? One that works on the cache directly, rather than the MBean? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025054#4025054 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem BPEL: SOAP Messages in a web service invocation

2007-03-05 Thread [EMAIL PROTECTED]
http://en.wikipedia.org/wiki/El_Cid Anything goes in this forum, from sarcastic jokes to cultural references :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025056#4025056 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss Richfaces and Seam (ICEFaces consequence?)

2007-03-05 Thread m.makowski
Another question: Are RichFaces and/or Seam ready to be integrated on production level? Do you recommend switching right now to RichFaces from ICEFaces (that cause many integration problems)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025059#4025059

[jboss-user] [EJB/JBoss] - launch EJB TimedObject at deploy time

2007-03-05 Thread newbeewan
hi, Is it possible to ask jboss to launch an EJB that implements javax.ejb.TimedObject directly at deploy time ? I can find any information about that... Thanks a lot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025060#4025060 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Get directions?

2007-03-05 Thread avbentem
You may have noticed that you can use the Eclipse GPD plugin to generate XHTML fragments, which can then be shown by the jPBM web console -- and then wonder how to get started yourself. Maybe there's some examples in the jBPM Suite (starters kit) that do not rely on the web console, but I feel

[jboss-user] [EJB 3.0] - Package ejb2.1 entities along with ejb3.0 session deans

2007-03-05 Thread koyav
Is it possible to have mixed version components in an ejb module? I mean can I jar ejb2.0 entities and ejb3.0 entities on one ejb module. I packaged one ejb3.0 session bean and two ejb2.0 entity beans. I did not see any error but It deployed only ejb3.0 session and not ejb2.0 entities? View the

[jboss-user] [JBoss jBPM] - prevent process definition redployment across server restart

2007-03-05 Thread tzongwu
please help on how to prevent process definition redployment across server restart in spring (spring-modules-jbpm31.jar) + jbpm integration View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025063#4025063 Reply to the post :

[jboss-user] [JBoss Seam] - Newbie : How can I load datas before going on my JSP Page

2007-03-05 Thread guib
Hi, I'm very new to JBoss Seam. I've been using struts for a while and I know that I can execute an action before enterring a jsp page so i can load datas to print them in my page. Is the same mechanism exists in Seam and how can I do please ? P.S.: Sorry for my english... Thx. View the

[jboss-user] [JBoss Portal] - Great news for tooling: Exadel partnership

2007-03-05 Thread [EMAIL PROTECTED]
It is exciting to read this news, it comes as a surprise to me also. This partnership will boost our Tooling support, in the JSF area among other. While there is no support for Portlet development yet, this is a huge announcement: http://jboss.com/press/exadel_press

[jboss-user] [JBoss jBPM] - Re: Concurrent task acquisition (how?)

2007-03-05 Thread Johan.Parent
I found the 'why of the stack trace mentioned in the previous post. A lost e.printStackTrace in the close() methode in org.jbpm.svc.Service at line 213 (for jbpm-3.1.4). Johan ps: does this need an entry in JIRA? View the original post :

[jboss-user] [JBoss jBPM] - Re: How to cancel a Timer dynamically?

2007-03-05 Thread bsmithjj
I've tried many variants of deleting the timer using the API's. I've also tried creating a hibernate query directly and deleting the timer. What I am finding is that I successfully delete the timer, but some other component in jBPM is saving a new copy of the timer on flush of the session.

[jboss-user] [JBoss Seam] - Re: Newbie : How can I load datas before going on my JSP Pag

2007-03-05 Thread petemuir
A page action or the @Factory pattern View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025069#4025069 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025069 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: IDE for Seam

2007-03-05 Thread baz
We are using Exadel Studio Pro. And i realized a few seconds ago this: http://labs.jboss.com/portal/rhdevstudio So this could be perhaps a good alternative for developing. Exadel has announced to support 'seam beans' in mid march with version 4.0.4 View the original post :

[jboss-user] [JBoss Seam] - JSF Chart Creator in Seam

2007-03-05 Thread vincayou
Hello, First post here and thanks first for your work on seam. I like! My problem : I try and use Chart Creator (JSF Components for charts based on JFreeChart) and it doesn't render images. I read in a post (back in sept 06) from a guy complaining about this. Do you have any news on this, is

[jboss-user] [Security JAAS/JBoss] - Re: exception when run jboss-4.0.4 with the jboss federation

2007-03-05 Thread [EMAIL PROTECTED]
Charles- Can you try the same steps and make sure you are using JDK5. We use the OpenSAML library for processing SAML tokens and its seems to have a dependency on JDk5. Let me know Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025074#4025074

[jboss-user] [JBoss jBPM] - how can i use my custom tags in the task.jsp page

2007-03-05 Thread anmaru
hi, i tried to use my custom tags in the task page, at the first i had errors with the uri and classes ,but now i dont have any error, however when i display the page there isnt nothing of my tags., where i cant to find documentation about that o something that can help me. Thanks View the

[jboss-user] [JBossWS] - Re: JAX-WS 2.1

2007-03-05 Thread superomega
Hallo Harald, No, I don't have. The Webservices which I had made with Netbeans. With Java client I had also packed the JAX-WS Libs. But I had some problems with other Languages e.g. Delphi as client. I couldn't read the data from the Delphi-Client. The default ant-Task in Netbeans is using

[jboss-user] [JBoss Seam] - Re: JSF Chart Creator in Seam

2007-03-05 Thread petemuir
http://jira.jboss.com/jira/browse/JBSEAM-643 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025076#4025076 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025076 ___ jboss-user

[jboss-user] [JBossCache] - Re: Endless loop in JBoss Cache 1.4.1.GA

2007-03-05 Thread msteiner
Add this method to org.jboss.cache.transaction.TransactionTest from cache 1.4.1.SP2 src dist. It causes endless loop public void testEndlessLoop() { | try { | Fqn root = new Fqn(); | Fqn fqn = new Fqn(root, 1L); |

[jboss-user] [Messaging, JMS JBossMQ] - JBOSS JMS Crashes

2007-03-05 Thread ratang2000
Guys I'm using JBOSS 3.2.7 on our production machines.We use JMS for asynchronous processing of tasks. JMS isn't used that frequently in the application. However it seems that the JMS keeps on crashing after a period of couple of days. The server running the JMS needs to be started and the

[jboss-user] [JBoss Seam] - Re: Newbie : How can I load datas before going on my JSP Pag

2007-03-05 Thread guib
First, thank you for your answer. So, to use a page action, I need to declare something on the pages.xml file. I can't find this file in my project (I've generate my project using seam-gen), but I've got an exemple in an exemple project. I've created the pages.xml file and added it contains :

[jboss-user] [JBossWS] - Re: @WebServiceRef jbossws 1.2.0.GA

2007-03-05 Thread seventy8
I ran the ant-script and got the following output: Buildfile: build.xml | | prepare: | [echo] | [echo] --- | [echo] jboss.home = C:\java\jboss-4.0.5.GA | [echo] tomcat.home = /usr/java/tomcat | [echo] java.home

[jboss-user] [JBoss Seam] - Re: seam gen - which one?

2007-03-05 Thread buddy1974
does it support wtp? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025081#4025081 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025081 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Newbie : How can I load datas before going on my JSP Pag

2007-03-05 Thread petemuir
1) If by XHTML you mean a facelets view, then yes. 2) You should make sure pages.xml is in the WEB-INF/ of your war, then seam will use it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025082#4025082 Reply to the post :

[jboss-user] [JBoss Seam] - sort of overriding Conversations?

2007-03-05 Thread trouby
Hey, Assuming I have a conversation that begins over a method that creates a new entity, It is sort of a wizard, and I'd like ot keep all pages in one conversation, I tried to give a meaningful name to the conversation such as: | @Begin(id = userAdd) | with no id generation. if a user

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-03-05 Thread smithbstl
Does anyone (directed at Michael Yuan) know if the Rough Cuts version of the book will be updated any further prior to the print release? I just purchased the rough cuts version (as well as the printed release when its released) and I was a little disappointed to find the rough cuts 200 pages.

[jboss-user] [JBoss Portal] - Re: How do I default a portlet window to maximized?

2007-03-05 Thread den74
Obviously it could be helpful to be able to configure via configuration file the both opening way maximized and minimized :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025085#4025085 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - java.lang.IllegalStateException in sessionContext.getCallerP

2007-03-05 Thread Mihail Druzinin
I have a question. I`m use jboss-4.0.5 with ejb3. From HttpServlet I execute methods from stateless been. All methods executed correctly with authorization. When in method I try sessionContext.getCallerPrincipal() throws IllegalStateException:java.lang.IllegalStateException: No valid security

[jboss-user] [JBoss Seam] - Re: Newbie : How can I load datas before going on my JSP Pag

2007-03-05 Thread guib
1) yes 2) not present on the war. I also have compilation pbms so I will start a clean new project then retry this... Thx. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025087#4025087 Reply to the post :

[jboss-user] [JBoss jBPM] - jBPM recruitment advice needed - UK market

2007-03-05 Thread Zoe
I understand that this is a discussion forum but wanted to see if anyone could provide advice on where to source jBPM candidates in the UK? A media client of mine in London is looking for contract resource and our usual advertising or sourcing methods aren't attracting the level of candidates

[jboss-user] [JBoss Seam] - Re: Newbie : How can I load datas before going on my JSP Pag

2007-03-05 Thread petemuir
seam-gen will do this for you - a great way to set up a new project ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025089#4025089 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025089

[jboss-user] [JBoss Seam] - Re: seam gen - which one?

2007-03-05 Thread petemuir
No, it doesn't use the wtp structure (separate projects for war, jar, ear). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025090#4025090 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025090

[jboss-user] [JBoss Portal] - Re: ADF Faces and Portal 2.6 ALPHA2 - Classloader Issue

2007-03-05 Thread [EMAIL PROTECTED]
Not sure exactly what might be going on, but it is almost certainly one of the problems listed here: http://wiki.jboss.org/wiki/Wiki.jsp?page=GetClassNotFoundExceptionOrNoClassDefFoundError Stan http://jsf.jboss.org View the original post :

[jboss-user] [JBoss Seam] - Re: IDE for Seam

2007-03-05 Thread kukeltje
the latest version is 4.0.4, which is afaik, a repackaged 4.0.3 (just for the license) . so we'll have to wait for 4.0.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025093#4025093 Reply to the post :

[jboss-user] [Advanced Documentation] - Re: from where we can read the service provided by jboss

2007-03-05 Thread PeterJ
See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossNagiosPlugin For mbeans to monitor, see: http://www.jboss.com/index.html?module=bbop=viewtopict=58808 http://www.jboss.com/index.html?module=bbop=viewtopict=79235 http://www.jboss.com/index.html?module=bbop=viewtopict=90551 View the original

[jboss-user] [JBoss Seam] - Re: IDE for Seam

2007-03-05 Thread svadu
baz wrote : We are using Exadel Studio Pro. And i realized a few seconds ago this: | http://labs.jboss.com/portal/rhdevstudio | So this could be perhaps a good alternative for developing. | | Exadel has announced to support 'seam beans' in mid march with version 4.0.4 That is really

[jboss-user] [JBoss Seam] - Re: IDE for Seam

2007-03-05 Thread kukeltje
In fact.. readin a post (http://forum.exadel.com/viewtopic.php?t=5251start=15) that the 4.0.4 that is out now supports seam col View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025097#4025097 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Newbie : How can I load datas before going on my JSP Pag

2007-03-05 Thread guib
Ok. I will explain the whole test that I need to do, so you can maybe give me advices. I need to make a new voice project : I need to use JSP to generate VoiceXML pages. I have a media server wich call my seam application (for exemple localhost:8080/Test/anAction.seam) and this action must

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Beta bundle: JBoss Server confi

2007-03-05 Thread [EMAIL PROTECTED]
JBoss IDE 1.6 is not compatible with eclipse 3.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025099#4025099 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025099 ___ jboss-user

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problems with debug in jbosside 2.0 and eclipse 3.2.1 +

2007-03-05 Thread [EMAIL PROTECTED]
I've never experienced a bug like this, but if it does exist it's probably due to the peculiarities of the eclipse debug engine and jee intermingling. Sorry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025100#4025100 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Newbie : How can I load datas before going on my JSP Pag

2007-03-05 Thread petemuir
If you use seamgen you will have a pages.xml file already, that gets added to the war. Otherwise, correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025101#4025101 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Newbie : How can I load datas before going on my JSP Pag

2007-03-05 Thread guib
Ok, thx a lot... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025102#4025102 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025102 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: JSF Chart Creator in Seam

2007-03-05 Thread vincayou
Actually, this entry talks about charts in Pdf, but what about Charts in html? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025103#4025103 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4025103

[jboss-user] [JBoss Seam] - Re: JSF Chart Creator in Seam

2007-03-05 Thread petemuir
So I think Norman was going to support charts in html as well. Anyway, add a comment saying you want it in html and vote for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4025104#4025104 Reply to the post :

[jboss-user] [JBoss Portal] - Re: timezone information

2007-03-05 Thread PeterJ
I haven't looked at the dates stored by the portal, but I imagine that they are in GMT. Only when the date is displayed does the time zone and DST come into play. And all of that is handled by the JVM. So as long as the JVM handles DST properly, there should not be a problem. See The Sun JVM

  1   2   3   >