[jboss-user] [JBoss Web Services Users] - CXF and Native issue with Encryptation (no wsu:Id for Body)

2009-08-31 Thread cavani
I was using Native for server (EJB) and client (Java SE / jax-ws dipatch mainly) with encryptation but without signing. Recently, I rewrote just the client with CXF using the same approach (dispatch), but an issue break me! Without signing, WSS4J (used by CXF for encrypting) didn't set 'wsu:Id'

[jboss-user] [JBoss Tools (users)] - Re: Project Archives freezes with large includes

2009-02-12 Thread cavani
Well, seems that I found one workaround. Disabling "General > Startup and Shutdown > Refresh workspace on startup" and "General > Workspace > Refresh automatically", turn packaging much more responsive. I will create some testcase soon. Thanks, View the original post : http://www.jboss.org/i

[jboss-user] [JBoss Tools (users)] - Re: Project Archives freezes with large includes

2009-02-11 Thread cavani
Ok. But the real system is from my job, so I will try create some kind of functional mock that has the same behavior as soon as possible. Thanks, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209302#4209302 Reply to the post : http://www.jboss.org/index.ht

[jboss-user] [JBoss Tools (users)] - Project Archives freezes with large includes

2009-02-11 Thread cavani
This problem turn Ganymede almost unusable for my work. When using Europa and JBT 2, the packaging works normally. But, using Ganymede and JBT 3, the same packaging stop in this bug. I use Archive to create an complete application deployment folder from Eclipse output bin and other content fold

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBMCacheLoader location property

2008-11-26 Thread cavani
"[EMAIL PROTECTED]" wrote : Anyway, see https://jira.jboss.org/jira/browse/JBCACHE-1448 Thr link ref doesn't work to me, but the real url works. https://jira.jboss.org/jira/browse/JBCACHE-1448 Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192420#41

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBMCacheLoader location property

2008-11-26 Thread cavani
'#data' is a parameter of location property. The expected behavior is: when there is no '#databaseName', cluster name is used for this purpose. The code is just inverted. At JDBMCacheLoader start method: (is basically the same for BDBJE) | // test location | File location = ne

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBM Performance with Jboss Cache

2008-11-25 Thread cavani
"cavani" wrote : Last week I tried using JBC3 and H2 embedded database with JDBCCacheLoader and the storage get 13GB during the process! I don't know how (and spent more then 1h before I canceled the test). My own second opinion in this matter: http://www.jboss.com/index.ht

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBMCacheLoader location property

2008-11-25 Thread cavani
After some tests, I realize the size doesn't shrink. I am using cache to store results from batch processing. The data are regenerated everyday. With the "remove leak", the data file grows very quick. Anyway, I give a second try with H2 embedded and JDBCCacheLoader. After removing transaction s

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBMCacheLoader location property

2008-11-24 Thread cavani
I found your, genman, JDBM CL v2. https://jira.jboss.org/jira/browse/JBCACHE-1440 I will try it. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191956#4191956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=419

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBMCacheLoader location property

2008-11-24 Thread cavani
Indeed... and the fix is pretty easy too. But, I get another abnormality... removing all children nodes from root using the cahe instance result in a non-empty tree in JDBM (dump() shows nodes but the cache instance, no). Even using CacheLoader directly doesn't remove everything at first. Anoth

[jboss-user] [JBoss Cache: Core Edition] - JDBMCacheLoader location property

2008-11-24 Thread cavani
I am using JBC3 GA with JDBMCacheLoader, I trying change the name of the file database as described in JavaDoc. The file name change as expected but the full location is also created as an folder. So: | location=/srv/cache/#data | Results: | /srv/cache/#data (folder) | /srv/cache/d

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBM Performance with Jboss Cache

2008-11-24 Thread cavani
I started with FileCacheLoader for local persistent cache. The storage on disk took more than 2h for less than 200MB. Then I changed to JDBMCacheLoader, and the storage time drop to 5min. The diference in storage terms is FileCacheLoader has one folder per root node and JDBM has one single file.

[jboss-user] [JBoss Tools (users)] - Re: CCE from building all packages from project

2008-11-12 Thread cavani
I will try with my work packaging (large one) when the nightly builds return green. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188697#4188697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188697 _

[jboss-user] [JBoss Tools (users)] - Re: CCE from building all packages from project

2008-11-10 Thread cavani
I tested with the latest Nightly. This is all the stacktrace on "Error log" view. I hope this can help. https://jira.jboss.org/jira/browse/JBIDE-3156 Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188312#4188312 Reply to the post : http://www.jboss

[jboss-user] [JBoss Tools (users)] - CCE from building all packages from project

2008-11-07 Thread cavani
I have one project with an EAR content that depends of some other projects (usually packaged as ejbs inside and outside ear or outside pars or jars inside ear lib). Building package by package is very slow for real use. Then I set viewing project as root and run build in project. Anyway, this w

[jboss-user] [JBoss Portal] - Re: Vertical Menu - Links - CMS menu

2008-07-16 Thread cavani
Hi, 'Content' is the name of the second window that will open the content. In this case it must be a CMSPortletWindow instance created with a blank page. This portlet reads 'uri' parameter and load it from CMS repo. The browser url address will be changed to the link address. (it is possible t

[jboss-user] [JBoss Portal] - Re: Vertical Menu - Links - CMS menu

2008-07-15 Thread cavani
I did someting similar but with 3 contents (or more). http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138069 With 2 pages where you will change just one, you can use links like: | /portal/MyPortal/default/Content?action=2&uri=/ItemN/index.html | 'default' is a page and 'Content'

[jboss-user] [JBoss Portal] - Re: Multi-CMSPortletWindow uri change with one URL

2008-06-25 Thread cavani
Oops... listener binging to page no Content... Damn!! Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160710#4160710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160710 ___

[jboss-user] [JBoss Portal] - Re: Multi-CMSPortletWindow uri change with one URL

2008-06-25 Thread cavani
Hey dude... I am feeling very stuped right now, but know I get it! Try it: | public class Listener implements PortalNodeEventListener | { | | private String uri; | | public PortalNodeEvent onEvent(final PortalNodeEventContext context, final PortalNodeEvent event) | {

[jboss-user] [JBoss Portal] - Re: Multi-CMSPortletWindow uri change with one URL

2008-06-25 Thread cavani
This is a simple code that I isolated to further tests: | public class Listener implements PortalNodeEventListener | { | | public PortalNodeEvent onEvent(final PortalNodeEventContext context, final PortalNodeEvent event) | { | if (!(event instanceof WindowNavigat

[jboss-user] [JBoss Portal] - Re: Hyperlink not working from CMS html page to another CMS

2008-06-25 Thread cavani
using workflow has a second file to fix: jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160643#4160643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Portal] - Re: Multi-CMSPortletWindow uri change with one URL

2008-06-25 Thread cavani
It is not working yet. I get the following "a href" updating Related but Content don't change (with IPC): | /portal/MyPortal/default/Content?action=2&uri=/ItemN/index.html | I will separate the IPC code for test soon and post it. Let me know if you get it working. thanks, View the orig

[jboss-user] [JBoss Portal] - Multi-CMSPortletWindow uri change with one URL

2008-06-24 Thread cavani
Hi, I have three CMSPortletWindow in the same Portal Page: List, Content, Related. In CMS, I have something like: index.html Item1/index.html Item1/index_related.html Item1/file1.html Item1/file1_related.html ... ItemN/index.html ItemN/index_related.html ItemN/fileK.html ItemN/fileK_related.html

[jboss-user] [JBoss Portal] - Re: How keep some content with some layout

2008-06-24 Thread cavani
This is related to: http://jira.jboss.com/jira/browse/JBPORTAL-1982 Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160396#4160396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160396 _

[jboss-user] [JBoss Portal] - Re: Hyperlink not working from CMS html page to another CMS

2008-06-24 Thread cavani
I had this problem and found a dirty fix: edit file: jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp replace: |relative_urls : "true", |document_base_url : "<%= sDocBase %>", | by: |convert_urls : "false", |relative_urls : "true", |

[jboss-user] [JBossWS] - Re: Charset encoding problem from Linux to Windows with Disp

2008-04-04 Thread cavani
There is something that I am not figuring out. Some characters just are misinterpreted... anyway... I change to SOAPMessage and set the default encoding to UTF-8 (from windows-1252 on Windows)... now it really works! for JVM:-Dfile.encoding=UTF-8 | private Dispatch dispatch; | |

[jboss-user] [JBossWS] - Re: Charset encoding problem from Linux to Windows with Disp

2008-04-01 Thread cavani
It was just my stupidity that prevent me to success on this... sorry! I updated xmlsec to last version 1.4.1 (from 1.3.0 that is distributed with JBossWS), but this didn't help. After some reading about charset and encoding, The code that really works is this: | Reader requestReader = new

[jboss-user] [JBossWS] - Re: WS-Security and Dispatch

2008-04-01 Thread cavani
There is a bug in 2.0.2 and 2.0.3 that result in not decryptation of response message. 2.0.4 fix this. http://jira.jboss.org/jira/browse/JBWS-1966 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128353 Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBossWS] - Charset encoding problem from Linux to Windows with Dispatch

2008-04-01 Thread cavani
Hi, I am using JBossWS Native for client code implementation in a set of Eclipse plugins. At first, I used WSDL2Java approach to generate client code - this works fine with WS-Security and all. But now, I need take advantage of BIRT's WS/XML ODA driver (that uses something like XPath to map XML

[jboss-user] [JBossWS] - Re: JBossWS 3.0.1 Released

2008-04-01 Thread cavani
Good work JBossWS Team! Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140509#4140509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140509 ___ jboss-user mailing lis

[jboss-user] [JBossWS] - Re: Change the endpoint address in runtime using Dispatch

2008-02-19 Thread cavani
I have this problem too, but don't consider like a bug. I work it around with (after read many jbossws code): | service.addPort(portName, SOAPBinding.SOAP11HTTP_BINDING, endpointAddress); | where "endpointAddress" is your "url" and "portName" is the same "portQName". this must be before d

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1 GA is out

2008-01-30 Thread cavani
I stay asking myself: "When will Seam do coffee?" ;) Great work! Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124911#4124911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124911

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.CR2 is out

2008-01-25 Thread cavani
Good work! I love JIRA and I dislike bugzilla, but I agree with your concept... How will release work with SVN and multi branch strategy? I seem 2.1 in trunk an 2.0 in branch... When 2.1 will be mainstream over 2.0? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBossWS] - Re: Dispatch WS-Security Bug

2008-01-24 Thread cavani
I am pleased to help. I will test more, but will wait for that version. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122989#4122989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122989

[jboss-user] [JBossWS] - Re: Dispatch WS-Security Bug

2008-01-23 Thread cavani
http://jira.jboss.org/jira/browse/JBWS-1966 Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122865#4122865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122865 ___

[jboss-user] [JBossWS] - Re: Dispatch WS-Security Bug

2008-01-23 Thread cavani
Further exploration and minimal code change seems to fix this issue: First, changing direction (pivotation) from out- to in-bound. | (...) | resMsg = getRemotingConnection().invoke(reqMsg, epInfo, false); | | msgContext = MessageContextJAXWS.processPivot(msgConte

[jboss-user] [JBossWS] - Dispatch WS-Security Bug

2008-01-23 Thread cavani
I was trying to use WS-Security with JAX-WS Dispatch from version 2.0.2 but the response message returned still encrypted (it works with generated client). After some debug and code reading, I think that I figured it out. On DispatchImpl, the code is: | (...) msgContext.put(MessageConte

[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-01-20 Thread cavani
Hi, Nice move... Thanks! I used to follow Jira issue by FishEye's links, but now, this feature had gone. i.e.: (same commit comment in both systems) before: http://fisheye.jboss.org/changelog/JBoss/jboss-seam?cs=MAIN:cbauer:20080116014042 now: http://fisheye.jboss.org/changelog/Seam/?cs=714

[jboss-user] [JBoss Seam] - Re: Seam moves from CVS to SVN

2008-01-17 Thread cavani
Hi, Sounds good to me, but what about FishEye? http://fisheye.labs.jboss.com/changelog/JBoss/jboss-seam Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120840#4120840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Re: Start quartz cron when Seam apps is up

2008-01-15 Thread cavani
sorry, I show you half side of code (timed event generator), so yes... and this name was a typo should be "someEvent"... you must set observer over some public method on any seam component. In my case, it is on another component that it is SLSB: | @Local | public interface Handler |

[jboss-user] [JBoss Seam] - Re: Start quartz cron when Seam apps is up

2008-01-14 Thread cavani
Sorry by portuguese log, but it is very easy to undestand. Second, I put the comment but didn't comment the code on start method, so... Both are Seam components and it is interesting to use: | @In | private SynchronizationTimer synchronizationTimer; | to control the timer. Thanks, Vie

[jboss-user] [JBoss Seam] - Re: Start quartz cron when Seam apps is up

2008-01-14 Thread cavani
I am using this: | | @Name("bootstrap") | @Scope(ScopeType.APPLICATION) | @BypassInterceptors | @Startup | public class Bootstrap | { | | @Create | public void start() throws Exception | { | Events.instance().raiseTimedEvent("comeEvent", new Cron

[jboss-user] [JBoss Seam] - Re: Injecting Remote EJBs

2008-01-07 Thread cavani
[sorry... I will stop] I think that this is your answer: anonymous wrote : | In addition, EJB 3.0 dependency injection only works in the local JNDI. Hence you cannot inject objects from remote servers. | from: http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/injection/inde

[jboss-user] [JBoss Seam] - Re: Injecting Remote EJBs

2008-01-07 Thread cavani
Something like this: | @Name("managedRemoteServer") | @Scope(ScopeType.STATELESS) | public class ManagedRemoteServer | { | | @Unwrap | public ManagementService getRemoteServer() | { | try | { | Properties env = new Pro

[jboss-user] [JBoss Seam] - Re: Injecting Remote EJBs

2008-01-07 Thread cavani
I am using this: | Properties env = new Properties(); | env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | env.put(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces"); | env.put(Context.PROVIDER_URL, "jnp://192.168.1.1:1099"); | | Con

[jboss-user] [JBoss Seam] - Re: ejb + seam from swing gui

2008-01-02 Thread cavani
This feature should be very similar with WebServices implementation, is it not? just my two cents... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116438#4116438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116438 _

[jboss-user] [JBossWS] - Re: WS-Security: keystores and truststores

2007-10-09 Thread cavani
Hi, I am using the follow approach based on JBossWS 2.0.1: 1. I didn't change distribution code 2. Copy to my project (EJB where WS is configured): org.jboss.ws.extensions.security.jaxws.WSSecurityHandler org.jboss.ws.extensions.security.jaxws.WSSecurityHandlerServer org.jboss.ws.extensions.secu

[jboss-user] [JBoss Tools (users)] - Re: Exadel Plugins available in opensource

2007-06-25 Thread cavani
Thank you!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057443#4057443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057443 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: Embedded EJB/Jboss and Seam

2007-06-13 Thread cavani
http://jira.jboss.org/jira/browse/JBSEAM-1405 I don't have any more information. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053912#4053912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053912

[jboss-user] [JBoss Seam] - Re: Simplest usage

2007-06-01 Thread cavani
"hispeedsurfer" wrote : @morellon | which alteration you mean? | | My binding is always null. | | Thanks this one: http://fisheye.labs.jboss.com/changelog/JBoss/jboss-seam?cs=MAIN:sbryzak2:20070601012425 The same form is used for upload and download. The (Seam JavaBean) component us

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread cavani
I took RichFaces / Ajax4JSF Snapshot from here (...-bin.zip ~5mb): http://maven.exadel.com/org/richfaces/richfaces/3.0.1-SNAPSHOT/ (I think this is from trunk, not tagged yet) Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049008#4049008 Reply to th

[jboss-user] [JBoss Seam] - Re: Seam is spining JVM on startup

2007-05-23 Thread cavani
Hey! take a look at: [url] http://www.jboss.com/index.html?module=bb&op=viewtopic&t=108938[/url] Phil found the problem. Seems that EL api jar module declaration on application.xml cause JBoss 4.2 GA hang up. It is just remove: | | el-api.jar | | Thanks, View the original post

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-23 Thread cavani
I can't test my project right now, but I tested JBoss Booking Example. And it crash AS 4.2 GA. Just change application.xml with: | | jboss-el-api.jar | | and add this jar in ear. Start JBoss and this will take 100% of CPU ou core forever (in fact, I don't wait too much). Note:

[jboss-user] [JBoss Seam] - Re: Seam is spining JVM on startup

2007-05-23 Thread cavani
plus one: in CR2 just work on jdk 5 32bits (up9)... not on jdk 5 64bits (up11/turion/ubuntu 7.04)... GA doesn't start on any jdk with my project... Seam Examples works on GA for both View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047991#4047991 Reply to

[jboss-user] [JBoss Seam] - Re: Seam is spining JVM on startup

2007-05-23 Thread cavani
More one weird fact: same project that doesn't deploy in GA, start ok in CR2 strange View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047985#4047985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047985 _

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-22 Thread cavani
Same as yours, right? | "main" prio=1 tid=0x08134cd0 nid=0x4e6d runnable [0x8c36f000..0x8c3730e0] | at java.lang.ClassLoader.defineClass1(Native Method) | at java.lang.ClassLoader.defineClass(ClassLoader.java:620) | at java.security.SecureClassLoader.defineClass(S

[jboss-user] [JBoss Seam] - Re: Seam is spining JVM on startup

2007-05-22 Thread cavani
My project on JBoss 4.2.GA has the same problem. I don't think the first message is connected to the problem. It is an Warning becouse you copy this from examples: | | Restrict XHTML Documents | | XHTML | *.xhtml | |

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-18 Thread cavani
I tried Booking example and it works fine... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046782#4046782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046782 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0.GA hangs with my Seam application

2007-05-18 Thread cavani
same to my project. I don't know if this is a Seam related problem... by your log, and mine as well, there are only container messages, not Seam. Any one know why? (using seam from cvs) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046780#4046780 Repl

[jboss-user] [JBoss Seam] - Re: s:layoutForm

2007-03-15 Thread cavani
This is a right place control to have focus property? like I think this must use some JavaScript because JSF don't support this... Any way, focus is really important (to me at least), Sandbox has (of Tomahawk). Working together a dataTable with (one line) inputs would be perfect. Thanks, V

[jboss-user] [JBoss Seam] - Re: s:selectDate problem

2007-03-15 Thread cavani
wow... of course... everything make sense again... Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028449#4028449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028449 ___

[jboss-user] [JBoss Seam] - Re: s:selectDate problem

2007-03-14 Thread cavani
this error occurs on booking example too... I tested cvs version on 4.0.5.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028210#4028210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028210 _

[jboss-user] [JBoss Seam] - Re: s:SelectDate not popup

2007-03-14 Thread cavani
nopes sorry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028086#4028086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028086 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: s:SelectDate not popup

2007-03-14 Thread cavani
It is important that your page are located right relative the image and css this way: \yourPage.xhtml \img\... \css\date.css This bug me in the past. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028004#4028004 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: s:selectDate problem

2007-03-14 Thread cavani
exactly same estrange behavior for months View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027922#4027922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027922 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: s:SelectDate not popup

2007-03-14 Thread cavani
With you did this, ignore me please. This files needed from Booking: css/date.css img/cal-next.png img/cal-prev.png img/input.bg.gif on of HTML: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027927#4027927 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: s:selectDate problem

2007-03-14 Thread cavani
I am using exactly this code (inside a h:panelGroup). I try with converter and get the same behavior I describe before... but only with 09 and 08 all others work (01-07). the day is highlighted when 9 and not with 09 (same for 8 and 08). Crazy :P View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: s:selectDate problem

2007-03-14 Thread cavani
Works fine thanks! Plus one little annoying thing using dateFormat "dd/MM/", this two format should be right (right?): 09/12/2005 9/12/2005 but, just the second is understood. this don't occurs with months 9/5/2005 and 9/05/2005 are equally interpreted Should I "JIRA" thi

[jboss-user] [JBoss Seam] - Re: s:selectDate problem

2007-03-13 Thread cavani
Sorry reuse this topic, but is a simple improvement that I need. http://jira.jboss.org/jira/browse/JBSEAM-1044 Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027642#4027642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: EntityConverter

2007-03-13 Thread cavani
Great! It work nice to me: 4 MPC, each one with a converter. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027508#4027508 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027508

[jboss-user] [JBoss Seam] - Re: EntityConverter

2007-03-12 Thread cavani
I don't test too much, but it works: on project component.xml: | | #{ myMPC } | | and on JSF page: | | | | | this is a right use of this util? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027365#4027365 Reply to t

[jboss-user] [JBoss Seam] - Re: EntityConverter

2007-03-12 Thread cavani
I try it, but I could not set more than one MPC, right? this will be considered? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027345#4027345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027345

[jboss-user] [JBoss Seam] - Re: Rich Text Editor

2007-02-23 Thread cavani
I am using TinyMCE... very good... http://wiki.apache.org/myfaces/WYSIWYG_Editor Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021428#4021428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021428

[jboss-user] [JBoss Seam] - Re: Web services and Seam

2007-02-16 Thread cavani
Hi Gavin, I finally start using jBPM for my project and I am thinking it is pretty amazing tool. My plan is use jBPM on server side for process execution controlled by client tool through WS. In the past, I read this (that mention jBPM): http://blog.hibernate.org/cgi-bin/blosxom.cgi/Gavin%20Ki

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE 2.x and WTP 1.5.2 coexistence

2007-02-05 Thread cavani
I want to try out nightly build, but I think it is not working (test failure) for AS and EJB3. >From here: http://download.jboss.org/jbosside/builds/nightly/ Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011685#4011685 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: An easy DatePicker component with Seam?

2007-02-02 Thread cavani
I want to suggest two improvements: dropdown for year selection and same for month. http://jira.jboss.org/jira/browse/JBSEAM-763 could be? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010188#4010188 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: restricting access using pages.xml

2007-02-02 Thread cavani
http://jira.jboss.org/jira/browse/JBSEAM-762 Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010022#4010022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010022 ___ j

[jboss-user] [JBoss Seam] - Re: restricting access using pages.xml

2007-02-02 Thread cavani
Well this is a dirty fix. works to me but is very indecent :) in org.jboss.seam.pages.Page.enter(Page.java:186) from: | Identity.instance().checkRestriction(expr); | | try | { | Identity.instance().checkRestriction(expr); |

[jboss-user] [JBoss Seam] - Re: restricting access using pages.xml

2007-02-02 Thread cavani
I am trying use page restriction with #{identity.loggedIn} but I am getting this (from CVS version): | 10:36:00,554 ERROR [AbstractSeamPhaseListener] Swallowing exception thrown by page action | org.jboss.seam.security.NotLoggedInException | at org.jboss.seam.security.Identity.checkR

[jboss-user] [JBoss Seam] - Re: Access to EntityManager in authenticator?

2007-02-01 Thread cavani
To use @In for EntityManager you have to set Seam managed Persistence: http://docs.jboss.com/seam/1.1.5.GA/reference/en/html/persistence.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009607#4009607 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5 security components issues?

2007-02-01 Thread cavani
And more. Security Rules is not optional... NPE in postAuthenticate method line 362: | securityContext.assertObject(p); | Well... it works with empty rules (just package name) for now... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5 security components issues?

2007-02-01 Thread cavani
If I have to guest. and I have this problem until now.. my two cents... did you update your app with Drools jar and dependences? For authentication, no error, just identity component are never created.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss Seam] - Re: Vacation

2006-12-21 Thread cavani
Go for it and enjoy I will wait for your touch in WS... I have dreams about it (sometimes nithmare)... and I will do my best for Norman... Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995537#3995537 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: SeamSelectItems - 1.1.1beta4

2006-12-15 Thread cavani
nice to me for now, I must continue with previous version... Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994216#3994216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994216 _

[jboss-user] [JBoss Seam] - Re: SeamSelectItems - 1.1.1beta4

2006-12-15 Thread cavani
Thanks, I am using this tag a lot. But, now, I could not figured out how set different SMPC for specific selectItem. In the same app, I have tree SMPC sometimes I use more than one on same long conversation... how can I set this? View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - @DataModel outjection problem

2006-12-15 Thread cavani
I have one field outjected by @DataModel annotation on SFSB on a long conversation. This field is a List of Entity Beans (query populated). When user click to add, I put a new instance on list and outject this instance for editing. On save action, I persist this instance and query again, but th

[jboss-user] [JBoss Seam] - Re: Seam 1.1 GA, at last!

2006-12-13 Thread cavani
"[EMAIL PROTECTED]" wrote : There's now a thread on TSS, please share your experiences: | | http://www.theserverside.com/news/thread.tss?thread_id=43487 I gave my two cents... Great job, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993562#3993562 Rep

[jboss-user] [JBoss Seam] - Re: Seam 1.1 GA, at last!

2006-12-13 Thread cavani
glorious!!! thanks a lot!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993423#3993423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993423 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: how retrieve current UIComponent

2006-12-13 Thread cavani
No good reason. Maybe because other way need more one bean or get/set on action bean... and is very like ASP.NET. But I agree that using binding is better and I will try it. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993357#3993357 Reply to the

[jboss-user] [JBoss Seam] - Re: how retrieve current UIComponent

2006-12-13 Thread cavani
Well, I think this is completely off topic for Seam, but may be worth. I use this in action method (of Seam component): | UIComponent form = FacesContext.getCurrentInstance().getViewRoot().findComponent("id_of_form_in_your_page"); | | UIInput input = (UIInput) form.findComponent("id_of_c

[jboss-user] [JBoss Seam] - Re: Component-driven events scope

2006-12-11 Thread cavani
I want suggest a second approach for the same feature: @Observer(String[] value, boolean create) Where the "boolean create" indicate if that component should be create when it not exists. I dig a little on Seam code and conclude that this is very easy to do. This information could be setted on

[jboss-user] [JBoss Seam] - Re: Component-driven events scope

2006-12-11 Thread cavani
Done! http://jira.jboss.org/jira/browse/JBSEAM-579 Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992745#3992745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992745 __

[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-12-04 Thread cavani
http://www.jboss.com/wiki/Wiki.jsp?page=JBossSeam just create a link for your wiki page then create it 1. edit Seam wiki page for link to new page like http://www.jboss.com/wiki/Wiki.jsp?page=JbossTimeoutSettingForSeam 2. click on link and edit the page just it! Thanks, View the original

[jboss-user] [JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1

2006-12-04 Thread cavani
I think that on JBoss AS, PROJECT_HOME/embedded-ejb/conf/ejb3-interceptors-aop.xml shoud be JBOSS_HOME/server/default/deploy/ejb3-interceptors-aop.xml right? And this could be a wiki page too... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991020#39910

[jboss-user] [JBoss Seam] - Re: Component-driven events scope

2006-11-30 Thread cavani
I try this and it works good! I alter Events from Seam Core to: |private void eventProcessing(boolean create, String type, Object... parameters) |{ | log.debug("Processing event:" + type); | List list = listeners.get(type); | if (list!=null) | { |

[jboss-user] [JBoss Seam] - Re: Component-driven events scope

2006-11-29 Thread cavani
I realize now that I misundestood the concept of this kind of event. Originally, my idea was that I should create Components in one conversation context and a raised event just reached this created components that observe it. But, this doesn't work that way! Reading the Seam code (this help a l

[jboss-user] [JBoss Seam] - Re: Multi Managed Persistence Context Problem

2006-11-28 Thread cavani
Thanks again! it works! And, yes! I am using JBoss 4.0.5/EJB3 R9 (Hibernate on base). I am not conviced that this is HEM bug. By specs, an entity bean may be any POJO (including XML-only mapped one) that can be associated with a certain Persistence Unit. This way, "contains" should not evaluate

[jboss-user] [JBoss Seam] - Multi Managed Persistence Context Problem

2006-11-28 Thread cavani
My program has three different managed persistence context. In one form, I use two entity from two different context. I'm having IllegalArgumentException exception on Seam code because it tries use contains in persistence context that don't have the right entity mapped. org.jboss.seam.intercep

[jboss-user] [JBoss Seam] - Re: ICEfaces

2006-11-24 Thread cavani
I am looking for some kind of generic highlight editor that works with Icefaces... much like t:inputHtml, but my needs are for Groovy and JPAQL/HQL code (I use this for customization on line of queries/reports). A specific component that I would like is a generic editor at least customizabl

[jboss-user] [JBoss Seam] - Re: JaasAuthenticationProvider in Seam 1.1

2006-11-23 Thread cavani
I do any authentication/authorization on login method of an Seam Component loginAction (beside JAAS module), then, the error control and other user related context is load that place... JSP is just used to confirm user authentication through JAAS (JAAS and loginAction use the same database then

  1   2   >