[jboss-user] [JBoss jBPM] - Re: understand asynchronous continuations

2006-11-13 Thread [EMAIL PROTECTED]
now i am continue to my test. i want to know how to activate a message executor? | process-definition name=sub | start-state name=start | transition to='auto' / | /start-state | node name=auto async='true' | action

[jboss-user] [JBoss Seam] - Re: Gotchas (so far)

2006-11-13 Thread [EMAIL PROTECTED]
1. I cannot now reproduce this... (I feel silly) 2. Ok, On Firefox nothing happens with the close, IE7 comes up with a question asking if I want to close the window, which I agree to and then it doesn't close it. (Go Figure...). I guess my javascript must be wrong. Both come up with the before

[jboss-user] [JBoss Portal] - Re: how to avoid hard-coded calls to jsp.

2006-11-13 Thread bdaw
If you like the struts way try leveraging one of the frameworks that has portlets support. Like JSF: http://wiki.apache.org/myfaces/Using_Portlets JBoss Seam has also example app that run as portlet. View the original post :

[jboss-user] [JBoss Seam] - Re: Gotchas (so far)

2006-11-13 Thread [EMAIL PROTECTED]
From the .xhtml file... | !-- | div class=right | h:commandButton type=submit value=Back action=#{zoneSubscriptionManager.scancel}/ | /div | -- | this gives | An Error Occurred: | Bean: $Proxy89, property:

[jboss-user] [JBoss Portal] - Re: Calling UserModule service

2006-11-13 Thread cpage
TransactionManager tm; | try { | tm = (TransactionManager)new InitialContext().lookup(java:/TransactionManager); | TypeX x = (TypeX)Transactions.required(tm, new Transactions.Runnable() | { |

[jboss-user] [Messaging, JMS JBossMQ] - Re: JBossMQ message persistence with SQLServer (Urgent help)

2006-11-13 Thread black0258
I have the same problem, too. When I delete tables created by jboss from sql server, then start jboss, everything is OK. But I got the error when I start jboss again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985337#3985337 Reply to the post :

[jboss-user] [JBoss Seam] - h:DataTable problem

2006-11-13 Thread vwiencek
Hi, I'm new to Jboss and web Applications, but I've practiced Java for a long time. I'm now using seam, and I discover each day more fantastic functionnalities. But I'm faced to a minor (I'm sure) problem : I'm using a DataTable in a xhtml view, and the column header is repeated at every rows.

[jboss-user] [EJB/JBoss] - finally, it works!!!!

2006-11-13 Thread ANDRIA-NTOANINA
First, I look at my jmx-console and in the JNDIView service, I didn't found my EJB Beans. Why? I don't know. But I changed my plateform to J2EE 1.4(I first coded my beans using J2EE 5). Now, when I deploy the beans I found it in the jmx-console. May be there is a problem using EJB3 with my

[jboss-user] [JBoss Portal] - Re: Integrating existing Struts based application within the

2006-11-13 Thread littlefish
HI!! i am work with jboss portal 2.4 too! but i still can't deploy a work struts portlet in the server! can you give me some reference to make it works. integrating existing struts based application within the portlet! THX maybe some reference link. View the original post :

[jboss-user] [JBossWS] - Re: bean-deployer:2.0: deployment is not bound as a global e

2006-11-13 Thread alesj
Do you have jboss-bean.deployer up to version 2.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985345#3985345 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985345 ___

[jboss-user] [JBoss Seam] - Re: h:DataTable problem

2006-11-13 Thread vwiencek
Sorry for this post, i just found the solution : it was a dirty xmlns definition, due to ui inclusions and templates. Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985343#3985343 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Please help me to how to update the error message , thanks !

2006-11-13 Thread cumt
e.g., there is a page that is www.aaa.com/bbb.jsp. If a user visits this page, there is the error that is HTTP Status 500 description The server encountered an internal error () that prevented it from fulfilling this request. . Please help me to how to update the error message , or, there is

[jboss-user] [JBoss jBPM] - how can i extend ?

2006-11-13 Thread hadi4i
i need add new tag for node. for example i need add tag for mynodes. node menuid id=10 // //node how can i add this tag to jpdl? in jpbm 3.1 , in plugable section, i didn't enough information please help me excuse for bad english thanks. View the original post :

[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

2006-11-13 Thread petemuir
Atm you can't use s:validateAll with trinidad. s:validateAll iterates over all it's children looking for instances of UIInput (which superclasess all input components) - which normally works. However Trinidad uses the custom UIXInput as it's superclass for all input components, so

[jboss-user] [Security JAAS/JBoss] - Re: JSF Form Authentication using DatabaseServerLoginModule

2006-11-13 Thread jaikiran
How about this: http://groundside.com/blog/DuncanMills.php?s=Container+Managed+Security+for+JSFsubmit.x=0submit.y=0 Personally, i dont have any experience on JSF and have no idea if there are any other approaches towards solving your problem. View the original post :

[jboss-user] [JBoss Seam] - Re: Gotchas (so far)

2006-11-13 Thread petemuir
(1) AFAIK This is a bug with the Facelets user manual - it says comments are skipped by default, when in fact they aren't. You need to explicitly set it to false. http://wiki.java.net/bin/view/Projects/FaceletsFAQ#How_do_I_prevent_HTML_comments_f (3) I would propose the alternative of using

[jboss-user] [JBoss Seam] - Re: UPDATED: SelectItems (the one with the EntityConverter)

2006-11-13 Thread petemuir
Thanks. I'm reworking the si:selectItems component so that it works with JSP as well as facelets. I'll make sure to remove that import in the next release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985353#3985353 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Please help me to how to update the error message , than

2006-11-13 Thread jaikiran
You can customize the error page by adding the following entry to your web.xml: | error-page | error-code500/error-code | location/yourCustomErrorPage.jsp/location | /error-page View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985354#3985354

[jboss-user] [JBoss Eclipse IDE (users)] - creating a sar project under eclipse

2006-11-13 Thread cpage
hello, i would like to know if there is a specific way to create a sar project under eclipse ? i have services packaged in a sar project. but, the project is just a java project which i build with ant an name myProject.sar.(??) thanks for help, i found nothing about sar project creation from

[jboss-user] [JBoss Eclipse IDE (users)] - Re: creating a sar project under eclipse

2006-11-13 Thread [EMAIL PROTECTED]
what is the problem ? if it is just java and an ant file then just create a java project for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985357#3985357 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985357

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE 2.0beta2 and JBoss 4.0.5 launch problem

2006-11-13 Thread [EMAIL PROTECTED]
Is your server password protected ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985358#3985358 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985358 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Calling UserModule service

2006-11-13 Thread rashmi_setty
hi cpage, Thx for your reply. Actually can i open JTA Transaction as shown below.This code is working fine now.But i dont know whether i can call this way though i am getting result. UserTransaction ut = (UserTransaction)(initCtx.lookup(java:comp/UserTransaction)); |

[jboss-user] [JBoss jBPM] - Re: Is this a viable scenario?

2006-11-13 Thread apill
Can anyone help answer this? Thanks. Adrian View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985359#3985359 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985359 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Logger in page-scoped component, NPE in post-back.

2006-11-13 Thread tazo
Sory for my bad explanation, i will try again: 1. @Logger inserts instance of org.jboss.seam.log.LogImpl in a field of my component (lets name it 'mylog', not marked as transient) 2. LogImpl class has field log marked as transient. 3. After postback, 'myname' is restored, but it's LogImpl.log

[jboss-user] [JBossWS] - Re: anyone from JBoss' working group??

2006-11-13 Thread alesj
mnsharif wrote : Can anyone from JBoss itself answer these question if a certain thing is possible or not under the current jboss release! | This kind of attitude will get you nowhere. It's all open source - look it up yourself - if it is possible to do certain things. View the original

[jboss-user] [JBoss Portal] - Re: how to avoid hard-coded calls to jsp.

2006-11-13 Thread sandeepjha18
thanks for the suggestion... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985364#3985364 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985364 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - JSF Form Authentication using JAAS DatabaseServerLoginModule

2006-11-13 Thread yj4jboss
Hi all, I am developing an application using the following Seam 1.0.1.GA, Hibernate, Facelet, Ajax I have managed to get the DatabaseServerLogin Module working with FORM based Authentication. The only problem is that i need a Facelet/JSF compatible form (which is composed of a template) to do

[jboss-user] [JBoss Seam] - Re: Logger in page-scoped component, NPE in post-back.

2006-11-13 Thread tazo
So i looked at implementation of LogImpl class: log field is initialized in ctors and readObject. Nor ctors, nor readObject() are called in postback, i think it is bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985367#3985367 Reply to the post :

[jboss-user] [Beginners Corner] - Threads hanging around.

2006-11-13 Thread andersjp
At the moment we believe we have an issue with the number of threads hanging around from JBOSS. This is caused by users not logging out the application but by just closing it down. It there a tool that I can use to display all the current threads and what time the thread started at? View the

[jboss-user] [EJB 3.0] - Call remote EJB3

2006-11-13 Thread abah
Hi, Can anyone give me an example on how to call a remote EJB3 from separate machine (i mean server) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985371#3985371 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985371

[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

2006-11-13 Thread petemuir
Use an html form: ui:composition template=blah.xhtml | form action=j_security_check method=post | label for=j_usernameInput User Name:/label | input type=text name=j_username / | br / | label for=j_passwordPassword:/label | input type=password

[jboss-user] [JBossWS] - Re: Problem with SAAJ Client for Webservice that receives at

2006-11-13 Thread RomeuFigueira
Ok, after all this time I've did the following test: Build and deployed jbossws-samples-swa.war from jbossws/samples to my JBoss Server. Then I used AttachmentSAAJTestCase.java, again from jbossws/samples removing the Junit part, and it FAILED again with the same message: multipart/related

[jboss-user] [Security JAAS/JBoss] - Custom JACC Example for JBoss Portal 2.2 sample

2006-11-13 Thread surendrakumar
Hi jboss gurus, I follwed this link given sample is working fine for version jboss-portal-2.2.1RC2-bundled but its not working for version jboss-portal-2.4.0-bundled.please help me out what are the changes required for jboss-portal-2.4.0-bundled version Thanks Surendra kumar View

[jboss-user] [JBossWS] - Date of release of Jbossws 1.0.4

2006-11-13 Thread xavaa
Hello, I would like to know the date of release of Jbossws 1.0.4. In the road map, the 31th of october 2006 was planned. As I do not find any announce or link for download, I supposed this version is not available yet. Regards. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Session expires @ every request with IE.... ; -(

2006-11-13 Thread Stichel
Same problem with me! Using IE 6 on Windows XP. 'httpSession.isNew()' gives back 'true' on any request without closing the browser or redeploying meanwhile. Did not get an answer to this topic in this forum yet. View the original post :

[jboss-user] [Security JAAS/JBoss] - JBossPortal_2_2_CustomJACCExample

2006-11-13 Thread surendrakumar
Hi jboss gurus, I follwed this link http://wiki.jboss.org/wiki/Wiki.jsppage=JBossPortal_2_2_CustomJACCExample given sample is working fine for version jboss-portal-2.2.1RC2-bundled but its not working for version jboss-portal-2.4.0-bundled.please help me out what are the changes

[jboss-user] [EJB 3.0] - Re: JBoss 4.0.5 EJB3 Deploy need server restart ?

2006-11-13 Thread boby
I installed jboss 4.05GA with zip version with EJB3.0-RC9 and the redeployment problem does not exist with this version. My problem is that version is different. It lacks jta-service.xml, usertx-service.xml. We can think that our problem come from beta3 installer. I hope that a fix will be

[jboss-user] [JBossWS] - Re: Date of release of Jbossws 1.0.4

2006-11-13 Thread alesj
You can build it yourself. Follow the guidline: - http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstallJBoss40xEJB3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985378#3985378 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss server not running

2006-11-13 Thread Stichel
Did you read this: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985379#3985379 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985379

[jboss-user] [Javassist user questions] - JBoss Apache Integration

2006-11-13 Thread avthosar
I am trying to Integrate JBoss 4.0.4 with Apache Webserver 2.2 using mod_jk 1.3.x on Windows XP, but I am not able to do so. I have read many articles, but nothing has worked, can any one please tell me the step by step procedure. View the original post :

[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

2006-11-13 Thread yj4jboss
Hello Peter, Thnx for replyingBefore implementing your suggestion, i would like to know if we can implement something like ResourceBundles with plain HTML as i am developing an application with multilanguage support. Regards, Jankee Yogesh http://www.m-itc.net View the original post :

[jboss-user] [Installation, Configuration Deployment] - How to read timestamp of last deployment from within the dep

2006-11-13 Thread Stichel
How can I get information about the last deployment of an even running J2EE application? I need the timestamp of the last deployment to display the last update of the application to the user. Thanks Stichel View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: DeploymentException: Trying to install an already regist

2006-11-13 Thread chrismm
I have had exactly the same problem with Oracle, on following the instructions above I discovered the file MQ.oracle-ds.xml as well as the oracle-ds.xml file. Deleting the MQ.oracle-ds.xml file solved the problem but where it came from, who knows ? View the original post :

[jboss-user] [Performance Tuning] - Performance Improvement (Deployment Descriptor for jboss.xml

2006-11-13 Thread samishra
Hi cache-config and pool-config tags are basically used for performance improvement that has to be specified in deployment descriptor (jboss.xml). Can any one suggest that should we keep a single configuration for all the beans or should we have separate configuration for MDBs, CMPs or Session

[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

2006-11-13 Thread petemuir
Of course, facelets interprets html as 'just another namespace' and parses it exactly the same: ui:composition template=blah.xhtml | form action=j_security_check method=post | label for=j_username#{messages['username']}/label | input type=text name=j_username / | br /

[jboss-user] [JBoss Seam] - Re: Gotchas (so far)

2006-11-13 Thread [EMAIL PROTECTED]
I hear what you say about Facelets and comments. Thanks. This worked for the button: h:commandButton action=mainMenu value=Cancel immediate=true type=submit/ It does however ONLY get me back to main menu ( so no chance to @End the conversation or do any other cleanup :( ) View the original

[jboss-user] [JBoss Seam] - Re: Gotchas (so far)

2006-11-13 Thread [EMAIL PROTECTED]
got it | h:commandButton action=#{controller.cancel} value=Cancel immediate=true type=submit/ | Now I can... | | controller | | @End | public String cancel() { | log.info(Cancelled request); | // Other cleanup; release resource etc.

[jboss-user] [EJB 3.0] - Re: address CMP beans from session bean in other JAR but sam

2006-11-13 Thread sunstarnova
Zuerst: Danke nach Berlin! I checked the Beans and the Beans are not a double deployment. They even deploy once and they deploy without errors. I think I just missed something. Maybe it's the Deployment descriptor I was not aware of. All my both JARs have is persitence.xml (both look the

[jboss-user] [JBoss Seam] - Re: Gotchas (so far)

2006-11-13 Thread [EMAIL PROTECTED]
anonymous wrote : | and make sure to NOT flush the persistence context from the method (either use a FlushModeType.MANUAL conversation OR set TransactionAttributeType.NOT_SUPPORTED on the cancel method). | Not sure I know what this means, as am a newbie to Seam. I am sure it will

[jboss-user] [EJB 3.0] - Re: address CMP beans from session bean in other JAR but sam

2006-11-13 Thread sunstarnova
The deployment descriptors seem not to be the problem as the EJB 3 Spec states that it's not needed: | Definition of the Java language metadata annotations that can be used to annotate EJB applications. | These metadata annotations are targeted at simplifying the developer?s task, at

[jboss-user] [EJB 3.0] - Re: address CMP beans from session bean in other JAR but sam

2006-11-13 Thread sunstarnova
ANYWAY: ! ! ! I DO ALSO APPRECIATE DEPLOYMENT DESCRIPTOR EXAMLES ! ! ! Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985396#3985396 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985396

[jboss-user] [JBoss Eclipse IDE (users)] - Re: creating a sar project under eclipse

2006-11-13 Thread cpage
yes thanks, that's what i'm already doing. but i ask myself if it's possible (with a specific plugin) to do new project sar project like an ear project, and add external war inside. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985395#3985395 Reply to

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE 2.0beta2 and JBoss 4.0.5 launch problem

2006-11-13 Thread alexg79
anonymous wrote : Is your server password protected ? Yes, but I don't think I've seen any place for inputting such passwords in the JBoss Eclipse IDE. How does the server launching/shutdown work? This should be mentioned somewhere so people wouldn't be confused by it. View the original post :

[jboss-user] [JBossCache] - Re: ClassCastException during cache replication

2006-11-13 Thread [EMAIL PROTECTED]
Yes, this is a bug that I am addressing in 1.4.1. [url] http://jira.jboss.com/jira/browse/JBCACHE-843 [/url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985401#3985401 Reply to the post :

[jboss-user] [JBossWS] - Re: Date of release of Jbossws 1.0.4

2006-11-13 Thread xavaa
Good idea, but the Jbossws project is not tagged with the wanted version tag ie 1.0.4 as I saw in fisheye... I guess that the version has not been released. When it wil be relaeased, Will Jbossws 1.0.4 be available in donwload section or will we have to download source and build it ourselves ?

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE 2.0beta2 and JBoss 4.0.5 launch problem

2006-11-13 Thread [EMAIL PROTECTED]
Right click your server in the jboss server view and click edit launch configuration. Here are two tabs with argument lists where you can put in --user yourusername --password yourpassword the twiddle is the important one. View the original post :

[jboss-user] [JBoss Seam] - Re: Injection and remoting

2006-11-13 Thread sbryzak2
Injection should work just fine. Can you post a code sample? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985125#3985125 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985125

[jboss-user] [Clustering/JBoss] - Load balancing for stateless session bean?

2006-11-13 Thread Anvar
Does JBoss 4.x implement load balancing for Stateless Session Bean? If so, is it possible to achieve this via client smart proxy? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985266#3985266 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EntityManagers and DAOs

2006-11-13 Thread chrismeadows
ALRubinger wrote : | ...if you set stuff in a ThreadLocal, ensure that its removed if the Thread has been obtained from a Thread pool. Otherwise, nightmares. | Thanks ALR, I'll watch out for that ALRubinger wrote : | Or in your case...if you don't want to put any JPA stuff in your DAO

[jboss-user] [JBoss Portal] - Re: using opensso security product with jboss portal 2.4

2006-11-13 Thread [EMAIL PROTECTED]
Manoj- JBoss Portal uses JAAS based authentication to create an authenticated session. You will need to process your header(which has the userid) and programmatically perform a JAAS login by injecting a custom Tomcat valve. For details on JAAS: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSX

[jboss-user] [JBossCache] - Re: Using a substitute RPCManager

2006-11-13 Thread [EMAIL PROTECTED]
Is your requirement to simply use anotehr transport, or do away with the JGroups library dependency altogether? JBC uses a lot of JG classes, such as MethodCall, and this will be pretty hard to refactor out. View the original post :

[jboss-user] [JBoss Seam] - Seam 1.1 beta12 (dis?)injecting issue

2006-11-13 Thread pbrewer_uk
I've got a web app built on JBoss Seam 1.0.1.GA that works fine. I've tried to upgrade to both 1.1beta1 and 1.1beta2, but I get an error when seam trys to inject a value. I've stepped through some of the code: extract from Component.java | 1513 private void setFieldValue(Object bean, Field

[jboss-user] [JBossWS] - Re: Date of release of Jbossws 1.0.4

2006-11-13 Thread alesj
Will Jbossws 1.0.4 be available in donwload section or will we have to download source and build it ourselves ? Like all versions - it probably will be available as a simple download. I just mentioned 'build it yourself' as a last resort - since all release dates for open source stuff is

[jboss-user] [Installation, Configuration Deployment] - Re: WAR files lib seems not to get loaded by classloader

2006-11-13 Thread mbabauer
genman wrote : There was a change... | http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration Not quite sure what has changed. I know the default for JBoss 3.2.x and prior is the Unified ClassLoader, whereas after its a hierarchical class loaded. But, either way, shouldn't a

[jboss-user] [EJB 3.0] - Recurrent EJB injection

2006-11-13 Thread dkalna
Hello folks, probably easy, but I can't figure out how to do this: I have to local stateless session beans A and B. The Bean A is injected in Bean B and vice-versa, also class A { @EJB B beanB; } class B { @EJB A beanA; } by deployment there are dependency issues between those two... Is

[jboss-user] [Installation, Configuration Deployment] - problem in starting up the server..

2006-11-13 Thread gssrini
Hi, I have tried to install jboss-4.0.3SP1Installer.jar on solaris, It was installed successfully ,but when I tried to start the server it throws the following exception . 18:51:45,930 WARN [ServiceController] Problem creating service jboss.aop:service=AspectManager

[jboss-user] [JBoss Seam] - Re: JSF Form Authentication using JAAS DatabaseServerLoginMo

2006-11-13 Thread yj4jboss
Hello Peter, It seems that the page is not being correctly rendered This is the code for the template.xhtml | | ?xml version=1.0 encoding=utf-8? | !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN |

[jboss-user] [JBossCache] - Re: How do I serialized an POJO stored in the cache

2006-11-13 Thread patlap
Hi guys, I think my observation (XML representation of the POJO) might be too complicated. I just wanted to express the fact that removing the object from the cache does not give me back the original POJO like expected according to Ben. Is someone has some ideas??? I am a bit surprise that

[jboss-user] [EJB 3.0] - Strategy for handling rolled back exceptions

2006-11-13 Thread jonasb
Hello. I posted a question in the transaction forum, see http://www.jboss.com/index.html?module=bbop=viewtopict=94678 , where I asked whether transactions should be rolled back on java.lang.Error or not. I understand that they should, but my real question is rather; should the normal strategy

[jboss-user] [JBossWS] - WS4EEDOCClientStepByStep problem

2006-11-13 Thread yperey
Hello, I've followed the tutorial but I still have some problem during server launch. anonymous wrote : 12:55:45,711 WARN [MainDeployer] Found non-jar deployer for ./lib/ws_client.jar: org.jboss.deployment.Client | [EMAIL PROTECTED] and when I try to acces the remote web service I've got a

[jboss-user] [JBoss Portal] - Harcoded 'localhost' value needs fix?

2006-11-13 Thread walbar
Hi all, I was trying to launch the Portal bound to an IP address so I could browse it from other machines in my LAN. I did it by using the -b option in JBoss AS launcher. But I found that the WSRP configuration file has 'localhost' hardcoded in some parts

[jboss-user] [EJB 3.0] - Re: Problems deploying a service under JBoss

2006-11-13 Thread konstantin.ermakov
I simply downgraded to jboss-4.0.4, where it works fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985424#3985424 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985424 ___

[jboss-user] [Clustering/JBoss] - Re: Transaction locking issue on JBoss 3.2.6 under heavy loa

2006-11-13 Thread mcossari
Hi Robert I have the same problem in my server, but, I don't use cluster. sometimes, I delete the records from the table jms_messages, and after some time, the problem continues how do you solve this problem?? tks marcio View the original post :

[jboss-user] [Advanced Documentation] - File persistence

2006-11-13 Thread stefan_ieu
Hi, I'm new with JBoss, sorry if this is a stupid question. I've created a web application that I've tested on Apache. This application saves some files in the directory MyApp/WEB-INF/repository/. When I've moved my MyApp.war archive on JBoss I had a problem. If I restart the JBoss the files

[jboss-user] [EJB 3.0] - Re: Advanced problems with Jboss and Hibernate !

2006-11-13 Thread konstantin.ermakov
Yes, exactly. For me it was a big problem to understand how the composite key concept works. But it became clear after I generated some beans from the datbase structure with the JAG product: http://jag.sourceforge.net. I can recommend you to generate some examples and you will see the best

[jboss-user] [Installation, Configuration Deployment] - Re: Building errors with script language

2006-11-13 Thread jzhuqlfeixia
Thank you, but the problem is still exist. I know that the problem maybe shouldn't be there in the jboss forum. But I can't find the official forum for the Ant, ai hehe thank you all the same:) I will go on studying it. View the original post :

[jboss-user] [JBossWS] - Re: Array JAXB binding

2006-11-13 Thread alesj
alesj wrote : How to bind the following object array? | | My class: | | | | @XmlRootElement(namespace = www.geoplin.si/Gms) | | public class GMSWebSoapServerHistory implements Serializable { | | | | private HistoryObject[] collection; | | private Period

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-13 Thread bmcgovern
Ok I got a little farther. Hopefully someone can help now that i've added more details. My goal is to set up DB Authentication. I get the ugly login box popping up as you'd expect but at first it was throwing this exception, missing a few user and role properties files, which I added and

[jboss-user] [Installation, Configuration Deployment] - Re: Building errors with script language

2006-11-13 Thread jaikiran
anonymous wrote : But I can't find the official forum for the Ant I found this: anonymous wrote : jGuru hosts an interactive Ant discussion forum and FAQ system | Forum: http://www.jguru.com/forums/home.jsp?topic=Ant | FAQ:http://www.jguru.com/faq/home.jsp?topic=Ant | at the

[jboss-user] [JBoss Seam] - i dont get it

2006-11-13 Thread nittm
hi. we decided to develop something using jboss as + jboss seam. since we're new to jboss as and seam we took one of the examples from seam (the dvd store) and trying to create our code by it. we have a few problems but the the one we just can't understand is this: we used ant to build the

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-13 Thread kosmi
Hello bmcgovern, i only can answer your first question. For logging security issues, add the following code to your server/conf/log4j.xml: !-- Category for JBossSecurity -- maybe you must set the console appender to level debug:

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-13 Thread kosmi
another try... first code snip: |!-- Category for JBossSecurity -- |category name=org.jboss.security | priority value=DEBUG/ |/category |category name=org.jboss.web.tomcat.security | priority value=DEBUG/ |/category second snip:

[jboss-user] [JBoss Portal] - Is multihost function supported in jboss portal 2.6?

2006-11-13 Thread smithlearner
I am in the middle of evaluating some opensource portal products. I wonder if jboss portal support multihost in version 2.6? if not, is their any plan on this? thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985437#3985437 Reply to the

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-13 Thread bmcgovern
Thanks Kosmi. Your post didnt come through, but i got it by viewing source. Now i get a new message, basically saying the password is wrong. however.. Its not. Does jaas authentication mandate some kind of standard encryption in stored DB passwords? Im 100% sure that my User/ pass combo

[jboss-user] [JBoss Eclipse IDE (users)] - will this work for all projects?

2006-11-13 Thread sonoerin
I have an existing project wiht this format: project/ -\src (including EJB) -\webapp\ --\webapp1 --\webapp2 My project is pretty old, so it doesn't use XDoclet, will that matter for using the JBoss IDE plugin? View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-11-13 Thread SideWinder
I have an installed 3.2.6 runtime and the EclipseIDE-Bundle. I added a server runtime and a server and now tried to start it. Worked well, but it remained Starting I watched the demos at http://docs.jboss.com/jbosside/jboss-as/demos/create_server.htm and tried the timeout trick. Now the

[jboss-user] [JBoss jBPM] - Re: hooking JBPM to know when processes and tasks are create

2006-11-13 Thread cpob
It is easy to add action handlers to each event. Process and task create/completion have their own events, and you can add your own custom handlers. Check out the user guide about actions, events, and Custom action example View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal Stress Results

2006-11-13 Thread walbar
Hi, I've performed the test without the CMS Portlet and I've got similar results (13 pages/sec.). Besides, I have activated a higher level of logging and found that for rendering '/portal' page it makes extensive use of hibernate, many times going beyond the cache and making actual queries to

[jboss-user] [JBoss Seam] - Re: i dont get it

2006-11-13 Thread nittm
oh, forgot to add this: we're using jboss as version 4.0.4.GA, seam version 1.0.1.GA and (if it matters) jbpm version 3.1.2. thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985446#3985446 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Attempt to get JBoss to call my custom login module

2006-11-13 Thread jcollins914
bmcgovern wrote : jcollins. I feel your pain in that most of the docs im reading on SSO are specific to EJB set ups. I don't think I can offer you any help in your problem, but i do get the distinct feeling that you are farther along in fixing your problem than I am in mine and hopefully you,

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-13 Thread kosmi
Hello bmcgovern, your second question is answered in your errormessage: 13:58:50,015 ERROR [UsersRolesLoginModule] A UserRolesLoginModule sends the message, but you defined the login-module code = org.jboss.security.auth.spi.DatabaseServerLoginModule | in ??/web inf/login-config If you

[jboss-user] [Security JAAS/JBoss] - Re: Attempt to get JBoss to call my custom login module

2006-11-13 Thread jcollins914
bmcgovern wrote : jcollins. I feel your pain in that most of the docs im reading on SSO are specific to EJB set ups. I don't think I can offer you any help in your problem, but i do get the distinct feeling that you are farther along in fixing your problem than I am in mine and hopefully you,

[jboss-user] [Security JAAS/JBoss] - Re: Attempt to get JBoss to call my custom login module

2006-11-13 Thread jcollins914
Thanks jaikiran for your gratuitous effort. jaikiran wrote : | You have the Code button which you can use while posting to wrap those contents in a code block to avoid the mess. | Thanks, I'll use the code button from now on. jaikiran wrote : | Now you have secured this servlet using

[jboss-user] [JNDI/Naming/Network] - JNDI Event Notification

2006-11-13 Thread mskonda
Hello All, Quick question: Does JBoss supports JNDI Event Notication Framework? If not, is there any request to full fill this feature in future? Thanks Madhu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985451#3985451 Reply to the post :

[jboss-user] [JBoss Portal] - How to share the libs between WARs?

2006-11-13 Thread Serein
Hello, I've got several portlets, deployed as WAR files to /server/default/deploy, and they all have a plenty of same jars, which I have to keep in WEB-INF/lib/ of every WAR individually. Is there a way to put these jars into one common place so that all my portlets could use it? I tried to

[jboss-user] [Installation, Configuration Deployment] - JBoss with IIS 6, cannot get client certificate

2006-11-13 Thread ctomc
Hi, We have an application where user can authenticate himself with Client certificate. SSL and certificate authentication is done by IIS 6. The problem is that after auth is successful I don't get client certificate in servlet. request.getAttribute(javax.servlet.request.X509Certificate)

[jboss-user] [EJB 3.0] - Re: Cannot join @OneToOne on non-PK fields?

2006-11-13 Thread sisepago
use the referencedColumnName( ) attribute of @JoinColumn if you want to map a field other than a primary-key column, but this field must be unique View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985455#3985455 Reply to the post :

[jboss-user] [JBoss Seam] - Ajax4jsf does no work

2006-11-13 Thread m.schuetz
Hi, i'm using seam, facelets, ajax4jsf and myfaces - all in latest versions. Following Code does NOT work in my Seam-Application - that means that the page appears but does nothing (asynchronously!) when triggering an event. | !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

[jboss-user] [Clustering/JBoss] - Re: Singleton persistence archive, datasource?

2006-11-13 Thread huberth
First of all, thanks alot for the prompt replies! And in response to: 1) Thanks, I'll make sure I do that. 2) The jboss-service.xml is just a stub (empty server tag), as we rely exclusively on annotations. Here are the annotations, though: @Management(DatabaseManager.class) |

[jboss-user] [JBoss Portal] - Re: JBoss Portal Stress Results

2006-11-13 Thread [EMAIL PROTECTED]
walbar wrote : Besides, I have activated a higher level of logging and found that for rendering '/portal' page it makes extensive use of hibernate, many times going beyond the cache and making actual queries to the database (even without the CMS portlet). | Depends where in the DB its

  1   2   3   >