[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE 2.0.0Beta2 Useless

2007-04-10 Thread [EMAIL PROTECTED]
yep I agree except that I normally just use the shortcut to do the redeploy associated with the project to do so - no need to "hunt" down the ear. btw. you are very welcome to come and help out fixing these things ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss jBPM] - questions about GPD

2007-04-10 Thread fanacylife
Can I make the GPD a independent application instead of the Eclipse plug-in? and what should I do? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036225#4036225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss Seam] - Re: Load Resource Bundle

2007-04-10 Thread jbossja
Hi all, Can anybody help me with this issue plz?[/img] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036223#4036223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036223 ___

[jboss-user] [JBoss Seam] - Re: Ear works on Windows but fails on Ubuntu..

2007-04-10 Thread [EMAIL PROTECTED]
Ignire thread. See Captcha thread View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036222#4036222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036222 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - captcha

2007-04-10 Thread [EMAIL PROTECTED]
I cant get a page to display when served from a Linux (Ubuntu) Server. I think its to do with the Captcha. Does the Seam captach component require something?? I hear people talk about a headless server being required for image manipualtion in Java. Anyone? View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Seam Unit Testing Problem: javax.naming.NamingException: Loc

2007-04-10 Thread i77ac_10
Hi, I'm following this example (http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/testing.html#d0e15875) for writing a unit test for seam. However, I'm getting a NamingException when I try to create the EntityManagerFactory. Anyone know whats up with this? Here is the code for creating t

[jboss-user] [JBoss Seam] - Re: Ear works on Windows but fails on Ubuntu..

2007-04-10 Thread [EMAIL PROTECTED]
I think its to do with the Captcha. Does the Seam captach component require something?? I hear people talk about a headless server being required for image manipualtion in Java. Anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036219#4036219 Reply to t

[jboss-user] [EJB 3.0] - Re: Implementing an EJB3 Interceptor without touching the pr

2007-04-10 Thread Haensel
Heya, thank you so much for your reply. The changes I made for my ejb3 Inteceptor looks like this: | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: Where do the seam jars go in jboss?

2007-04-10 Thread [EMAIL PROTECTED]
You can verify this by using seam-gen to generate a skeleton structure and then comparing the generated EAR to yours. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036215#4036215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Re: retrieve the URL from request and forward to according p

2007-04-10 Thread [EMAIL PROTECTED]
Just use URLRewriteFilter, outside of Seam in your web.xml. Search it with Google. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036214#4036214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036214 __

[jboss-user] [EJB/JBoss] - Accessing properties from jboss

2007-04-10 Thread veeseekay
Hi, Am using jboss AS, and, I would like to give some configuration values(typically key-value). I have a scenario to access certain key values from a config file, I can do it through Properties class and FileInputStream, but i don want to hardcode path to the config file, I also can do it t

[jboss-user] [JBoss Seam] - Re: Time Zone Issue

2007-04-10 Thread amitev
Could you paste your jsf code. There is a problem with f:convertDateTime converter. It doest not use the server encoding, but the default GMT. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036210#4036210 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: Seeking wisdom behind source code layout change with 1.2

2007-04-10 Thread matt.drees
I think it has to do with hot deployment. I believe code in the 'action' folder is hot deployable, but 'model' code isn't. The generated build.xml has the details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036204#4036204 Reply to the post : http://ww

[jboss-user] [JBoss Seam] - Time Zone Issue

2007-04-10 Thread bengao
Hi there, I am using Seam + Facelets to develop a web application, I noticed t that the date or time displayed is different from database: for example: date at datebase is 04/10/2007 1:00PM the date displayed wiould be 04/10/2007 4:00PM My server is Eastern Time. Please Advice. Thanks, Ben

[jboss-user] [JBoss Seam] - s:convertDateTime and s:selectDate without specifying patter

2007-04-10 Thread jazir1979
Hi all, The above 2 tags do not play nicely together if you do not specify a date format pattern. s:converDateTime correctly uses the current locale to format the date, which can result in my input box containing say 'dd/mm/', 'mm/dd/' or 'dd-mm-' depending on my locale. This is g

[jboss-user] [JBoss Seam] - Re: retrieve the URL from request and forward to according p

2007-04-10 Thread jyc5131
for the page action, then the URL must be with seam suffix, otherwise it won't be trigged. for example, i want to fire action when the url is http://xxx/username/jyc5131 but it is impossible. you must have such url http://xxx/username/jyc5131.seam. right? more help is appreciated! more how can i

[jboss-user] [JBossWS] - JSR-109Client, Mapping problem and trying to connect to a .N

2007-04-10 Thread d_pavel
Hi All, I developed a JAX-RPC web service client in order to connect to a .NET webservice. I am using jdk1.5.0_09, JBoss AS 4.0.5.GA and jbossws-1.2.0.GA. I set properly the java.endorsed.dirs. Here is the config file: | | | | http://www.jboss.org/jbossws-tools"; | xmlns:xsi="h

[jboss-user] [JBoss Seam] - Re: Unable to locate NamespaceHandler for namespace [http://

2007-04-10 Thread youngm
Any luck with this geek? :) Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036188#4036188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036188 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: Tomcat deployment with external datasource - is it possi

2007-04-10 Thread youngm
I've created a jira issue and a candidate patch for pluggable transaction management in seam. This will allow for use of seam without a dependence on JTA obtained through JNDI. If you want try out the patch and post any feedback you have. At the very least if this is a feature you are interes

[jboss-user] [EJB 3.0] - Re: The deployment of EJB3.0 is too slow, 5m for each bean

2007-04-10 Thread puddlor
"fhh" wrote : No, the first is correct. | | Sometimes I get very slow deployments when running in debug mode under Eclipse. This is reported as a bug somewhere but there is no fix as far as I know. | | Regards | | Felix Felix, the eclipse didnt run in debug mode, but it is still v

[jboss-user] [JBoss jBPM] - Required Variable Access Not Enforced

2007-04-10 Thread khamburg
I have a task containing a variable with "required" access... | | | | | | | | but the requirement isn't enforced. I can leave the field empty and transition to the next node without a problem. I

[jboss-user] [JBossWS] - Re: Problem using wstools

2007-04-10 Thread d_pavel
I should have posted these answers sooner then one month but time flies so here you go (in case somebody will stumble upon same things): -I solved relatively fast the wstools problem which turned out to be the result of using the full path for the SEI class in the command which I described in po

[jboss-user] [JBoss Seam] - Re: Request for PDF p:element tag

2007-04-10 Thread supernovasoftware.com
I am doing the following in order to add a vector logo to my PDF documents. I had my graphics artist make the logo in vector and then save it as a PDF. I then read this PDF fragment from the classpath and then use iText to write it to an empty region of a PDF that I created using JasperReports

[jboss-user] [Installation, Configuration & Deployment] - Socket Factory

2007-04-10 Thread viniciuscarvalho
Hello there! Our application need to listen in a certain socket. Instead of coding it on the hard way (using channels, sockets etc...) I was wondering If I could use the JBoss infrastructure and create an XMBean that would have an interceptor that would be listening the desired port. Is it possi

[jboss-user] [EJB 3.0] - Re: EJB3-embed jars in Maven repo?

2007-04-10 Thread fabricio.lemos
Is there any solution for this already? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036179#4036179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036179 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: Seam enhanced EL expression fails in an Ajax4JSF tag

2007-04-10 Thread alexg79
Looks like I had some old libs in WEB-INF/lib/ that may have caused these problems. At least I'm getting all different error messages now =) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036178#4036178 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: jBPM can't evaluate method

2007-04-10 Thread smithbstl
I got it working. I was never actually beginning the pageflow. I am now calling the viewRequests method of the bean directly via the action on the page. This begins the pageflow. Before I was trying to call a transition of the pageflow before it had ever been started. View the original post

[jboss-user] [JBossWS] - Losing soap request after it gets to server

2007-04-10 Thread alexboyer
I can see my soap request getting to the server in the log file. But by the time that sei impl has the method invoked on it the request java object is null. One thing I noted is that the log notes that when the xml type is deserialized to the java type the java type does not have the package nam

[jboss-user] [Clustering/JBoss] - Re: Configuration for redundant ethernets

2007-04-10 Thread alpheratz-jb
Setting compatibility mode worked...I think. I now get: | [EMAIL PROTECTED] bin]# ./probe.sh | | -- send probe on /224.0.0.75:7500 | | | #1 (332 bytes): 147.209.225.205:37848 (TCEPartition) | local_addr=147.209.225.205:37848 | group_name=TCEPartition | version=2.4.1, cvs="$I

[jboss-user] [JBossWS] - Re: provide your own wsdl - cannot seem to get this to work

2007-04-10 Thread alexboyer
The problem here was that I needed to add a target namespace to the endpoint implementation that was the same as the endpoint interface. That seemed to fix the problem. Now my wsdl that I provided is served. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40361

[jboss-user] [JBoss Seam] - Re: Seam Security: isUserInRole() expression

2007-04-10 Thread [EMAIL PROTECTED]
Use s:hasRole('admin') instead. isUserInRole is a servlet feature, and isn't currently integrated with Seam security. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036171#4036171 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBossWS] - Re: Unable to create a WSClient that uses jboss-wsse-client.

2007-04-10 Thread PeterJ
Make sure the standard-jaxws-client-config.xml contains only the "Standard WSSecurity Client" configuration, you have to delete the other two configurations. Seems like only the first one is used, and I have not found out how to indicate which one to use if there are multiple. View the original

[jboss-user] [JBossWS] - Re: Unable to create a WSClient that uses jboss-wsse-client.

2007-04-10 Thread estrnod
Did you ever get an answer to how to get the client to use ? I have been following this thread closely because it reflects my own experience and even my own suspicion that the client needed something similar to the HandlerChain on the server side, before I read your post. I incorporated stand

[jboss-user] [JBossCache] - Re: HTTP Session Replication - immediate eviction

2007-04-10 Thread [EMAIL PROTECTED]
Remove the EvictionPolicyClass and EvictionPolicyConfig elements. The session management code takes care of evicting sessions itself and should not be interfered with by an eviction policy in the cache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036164#4

[jboss-user] [JNDI/Naming/Network] - JNDI, HAJNDI and jboss.bind.address

2007-04-10 Thread paulkmoore
Hi - I'm hoping somebody can help. I have a multi-homed machine and I'm trying to configure sensible bindings for the various services in order that the exposed application interfaces are as limited as possible. I've investigated the -b (or --host) runtime parameter to set the jboss.bind.add

[jboss-user] [JBoss Seam] - Re: Where do the seam jars go in jboss?

2007-04-10 Thread jcranwellward
At the moment I have the main jboss-seam.jar in the root of my .ear along with some other jars that are needed for a java library im using. All the jars that are needed in the web layer are in WEB-INF/lib: jboss-seam-ui.jar, ajax4jsf.jar, jsf-facelets.jar el-*.jar, jstl-1.1.0.jar, jboss-sea

[jboss-user] [Management, JMX/JBoss] - Re: XDOCLET tags and MBeans

2007-04-10 Thread pawan1475
Hi, I have been debuggin thru the code and what i found that in the XMBean class the operationContextMap has a different set of data in different versions. In Version 4.0.2 the Mbean operationContextMap contains method signatures which have a both attribute and operations tags where as in ve

[jboss-user] [JBoss Portal] - Re: Wiki as main page

2007-04-10 Thread [EMAIL PROTECTED]
No, I need the link that takes me to the page that allows me to set up the wiki layout. So its the portal Admin page. If anyone can cut that url for me I would be grateful. Basically, on a reboot Portal does not remember that I put the login component at the top of the wiki page. :/ View the

[jboss-user] [JBoss/Spring Integration] - Re: BeanFactoryPostProcessors not called ?

2007-04-10 Thread alesj
What it your actual deployer service? Post the jboss-service.xml in .deployer archive. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036160#4036160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036160

[jboss-user] [JBoss jBPM] - Re: JBOSS BPEL: invoking web services dinamiclly

2007-04-10 Thread javilaalonso
Hi again. I have just found it in the wsbpel-specification-draft. anonymous wrote : | The notion of < partnerLinks > is used to directly model peer-to-peer conversational partner relationships. < partnerLinks > define the shape of a relationship with a partner by defining the portTypes used

[jboss-user] [Installation, Configuration & Deployment] - Re: How do I change the log4j levels dynamically?

2007-04-10 Thread bbarlow
I have slightly more strict requirements, and was hoping for some help. In our legacy J2SE environment, our application's JVM served up a very basic webpage that allowed us to dynamically alter the log4j Logger levels at runtime, without editing any log4j configuration files. The webpage was sim

[jboss-user] [JBoss jBPM] - JBOSS BPEL: invoking web services dinamiclly

2007-04-10 Thread javilaalonso
I have a question. I don't know how BPEL solves this problem. Imagine a process with different paths of execution depending on a variable. Every path invokes a different web service. We can model this behaviour by using the if-else structure. The problem is where the different paths of execut

[jboss-user] [JBoss Seam] - Re: Request for PDF p:element tag

2007-04-10 Thread [EMAIL PROTECTED]
Yes, that is the recommended way to do it. I will probably remove p:element unless someone else find it useful. Just so you know, Seam 1.3 will have JFreeChart integration. I'd welcome feedback on what features are most useful. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBossCache] - HTTP Session Replication - immediate eviction

2007-04-10 Thread lava_surfer
I am prototyping HTTP session replication for fail over in a 2 node cluster. JBoss AS version 4.0.3SP1, JBoss Cache version 1.4.0.SP1, JGroups default as per AS, JDK 1.5.0_08. I have a simple two node cluster and a simple web application that writes a java.util.Date to the session each time th

[jboss-user] [Clustering/JBoss] - Re: Configuration for redundant ethernets

2007-04-10 Thread alpheratz-jb
Well, I have found a wrinkle... If I run $JBOSS_HOME/probe.sh, I don't get a listing of the cluster members. The application doesn't show any errors, it just behaves/exits normally, just as it would if there were no cluster members. Previously probe.sh gave me a listing of all the members in th

[jboss-user] [JBoss jBPM] - Re: to Froschfinger!!!!

2007-04-10 Thread kukeltje
hi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036149#4036149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036149 ___ jboss-user mailing list jboss-user@lists.jboss.org h

[jboss-user] [JBoss Portal] - Re: Portal User Creation and Management

2007-04-10 Thread JavaWings
And the answer is: Upgrade to 2.6! http://docs.jboss.com/jbportal/v2.6/user-guide/en/html/userPortlet.html#creatingusers Sadly, we haven't been using 2.6 yet. But its nice to see the developers have been thinking ahead. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Seam] - Re: Submit: rgb color values for PDF

2007-04-10 Thread dustismo
created jira issue: http://jira.jboss.org/jira/browse/JBSEAM-1165 I do think this is a natural way to do RGB colors, it conforms to CSS standard so I think most web devs should be familiar. The code above also has support for the alpha chanel (so would be like rgb(100%,0,0,50%) ) but the alpha

[jboss-user] [Management, JMX/JBoss] - XDOCLET tags and MBeans

2007-04-10 Thread pawan1475
Hi, We are planning to upgrade our application from Jboss 4.0.3 to Jboss 4.0.5.GA and have been experiencing some issues with it. We have lots of mbeans defined in our system, but during the upgrade we are seeing lot of exceptions on accessing the mbeans that have the XDOCLET tag @jmx.mana

[jboss-user] [JBoss Seam] - Re: [OT] Seam and Tomahawk - lost property?

2007-04-10 Thread javasmith
The easiest way to get the Tomahawk (or MyFaces) source, in general is through SVN, as stated here: http://myfaces.apache.org/source-repository.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036145#4036145 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Ear works on Windows but fails on Ubuntu..

2007-04-10 Thread [EMAIL PROTECTED]
I have taken the ear, created on a Windows box (java 1.6) and deployed it onto an Ububntu box (java 1.6) both on the same versions of JBoss (4.0.5) I don't think I have altered the Windows install of JBoss at all. I am a little confused in what class it can't find... Please advise... | 09:0

[jboss-user] [JBoss Seam] - Re: Seam PDF: w/o cookies-a bug??

2007-04-10 Thread [EMAIL PROTECTED]
Without cookies I would have expected a JSESSIONID to show up. We probably aren't doing the redirect correctly. Definitely open a JIRA issue. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036142#4036142 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Eclipse IDE (users)] - JBoss IDE 2.0.0Beta2 Useless

2007-04-10 Thread gredzisz
In my opinion the single and most important feature of JBoss IDE should be the intergation with JBoss Server. Unfortunately in this area JBoss IDE miserably fails. I do not need all stupid wizards for editing xml files, but when a class or jsp is modified in IDE it should be automatically redeplo

[jboss-user] [Security & JAAS/JBoss] - authentication and roles from 2 different ldap servers?

2007-04-10 Thread dbarker
I'm wondering if it is possible to authenticate users against one ldap server, but then obtain roles for the same user from a different ldap server. The passwords in these two ldap servers are different. The first ldap server has the correct password, but only the second ldap server has the c

[jboss-user] [JBoss Portal] - Portal User Creation and Management

2007-04-10 Thread JavaWings
Stats: 4.0.5GA with portal 2.4.2 downloaded. On SUSE 10.0. Question: I am new to JBoss and the portal. A search of related keywords (in the developer forum because I was in the wrong forum...now I am cross posting here) didn't show any postings about this so I'd like to ask a question about t

[jboss-user] [JBoss Seam] - Re: Submit: rgb color values for PDF

2007-04-10 Thread [EMAIL PROTECTED]
If you open a JIRA issue and attach the code, it will make sure that the changes don't get lost in the mix here. It might be a week or so before I can get back to itext work. Do you think this is a more natural way to write colors than then formats supported by Color.decode, which is what w

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

2007-04-10 Thread anders3
"swestbom" wrote : 14:29:05,729 INFO [DefaultLoadEventListener] Error performing load command | org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jboss.portal.core.impl.model.portal.ObjectNode#3] | | Can you use something other than Error in the message

[jboss-user] [JBoss Seam] - Dot notation to "name" @Name / @Factory components

2007-04-10 Thread chane
Two hopefully easy questions: For our components managed by Seam we use a naming scheme similar to package naming. For example, @Name("com.domain.blah.blah") In our xhtml (facelets) we used to (Seam 1.0) have to use a $ in place of the dot to access these components. We are in the process of

[jboss-user] [JBoss Seam] - Re: jBPM can't evaluate method

2007-04-10 Thread smithbstl
I have reworked this a bit but am still having problems getting any methods called from jPdl. As far as I can tell, I am closely following the DVD Seam example Here is my pageflow.jdpl.xml http://jboss.com/products/seam/pageflow"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

[jboss-user] [JBoss jBPM] - Re: (NOTE: In JBPM 3.2)Decison nodes - trivial issues - help

2007-04-10 Thread MarkA4
You may be aware of this already, but another thought here if your conditions don't seem to be doing anything... Look here: http://jira.jboss.com/jira/browse/JBPM-854 org.jbpm.graph.node.Decision is broken in 3.2. We had processes that were totally ignoring all conditions after we upgraded t

[jboss-user] [JBoss Seam] - Re: Submit: rgb color values for PDF

2007-04-10 Thread ivanflorentin
That would be a nice addition. Are you using this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036129#4036129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036129 ___ jbo

[jboss-user] [JBoss Seam] - Re: page parameters broken in integration tests?

2007-04-10 Thread matt.drees
Also, for anyone looking for a workaround like I was, this works: | @Override | protected void beforeRequest() { | FacesContext.getCurrentInstance().renderResponse(); | setParameter("id", "1")

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

2007-04-10 Thread [EMAIL PROTECTED]
I will be there. Come to my sessions if you have time :) http://www.michaelyuan.com/blog/2007/03/20/my-seam-talks-in-javaone-2007/ cheers Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036122#4036122 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - page parameters broken in integration tests?

2007-04-10 Thread matt.drees
I think that page parameters do not work in integration tests. I have the following test: ItemTest.java | public class ItemTest extends SeamTest { | | @Test | public void testRequestParameterAnnotation() throws Exception { | new NonFacesRequest("/item.xhtml") { |

[jboss-user] [JBoss Seam] - Re: Http Session Management into Seam

2007-04-10 Thread PatrickMadden
Regarding Session, you should look into the code of SeamListener.java and Lifecycle.java I had similar issues with knowing when a session context actually became active in my components. I found the @Create annotation that you can use inside of you SFSB components that have Session Scope. You p

[jboss-user] [EJB 3.0] - ScrollableResults possible in JBoss ?

2007-04-10 Thread marcelvanvelzen
Hi there, I am retrieving information from a Postgres database via the EntityManager, createQuery and its function getResultList(). It is easy to use especially with the EJB entity annotations. A disadvantage is that it stores all the results in memory. I know about the pagination possibilities

[jboss-user] [JBossCache] - Re: PojoCacheListener: modify

2007-04-10 Thread supi
Oh, I quickly tested it before posting and now the code contains some of my external variables :(, "_cache.getCache()" is just the pojo cache I used and should read "cache_". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036116#4036116 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Beta 1 release

2007-04-10 Thread markault
Is there an ETA for beta 2? I am interested in seeing how the WSRP changes are progressing but that appears to not be included in the beta 1 release. Will that be in the next beta? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036114#4036114 Reply to the

[jboss-user] [JBoss Seam] - JavaOne

2007-04-10 Thread modoc
I was wondering who from this forum would be at JavaOne. I know Gavin will be there, but how about the rest of you guys? I'm in the JavaOne Event Connect as modoc1. Maybe we can pull together a casual Seam focused meet up some where? Modoc View the original post : http://www.jboss.com/index

[jboss-user] [Clustering/JBoss] - Re: Cluster is loosing his master

2007-04-10 Thread [EMAIL PROTECTED]
Thanks for those two. If you don't mind, go ahead and open a JIRA for the logging issue; it needs to get fixed and JIRA is the to-fix list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036112#4036112 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [EJB/JBoss] - Do we have any support from EJB/JBoss' developers in this fo

2007-04-10 Thread tonylmai
Are we boring them with our questions. They don't seem participate or reply to our questions :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036111#4036111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036111 __

[jboss-user] [JBossCache] - Re: PojoCacheListener: modify

2007-04-10 Thread supi
"[EMAIL PROTECTED]" wrote : | Also, there is a known design flaw, where notifications are only dispatched locally. | http://jira.jboss.com/jira/browse/JBCACHE-774 | Yes, I realized this too. Unfortunately, I need to have it now, so I'm trying to do everything from the outside by convertin

[jboss-user] [JBossWS] - Re: Getting Error

2007-04-10 Thread stattit
Weirdstarted the deploy from scratch, ensuring that the schemas were copied to the same location as the wsdl viz. to WEB-INF/wsdl and made sure that the imports had just a reference to the schemas, without any reference to any relative directories and now things are working fine. Note sure wha

[jboss-user] [JBoss Seam] - Seam Security: isUserInRole() expression

2007-04-10 Thread jeffconstantin
What is required to use isUserInRole() to control component rendering as follows: rendered="#{isUserInRole['admin']}" Any help is very much appreciated. This check is always returning false even though I am sure the user has the "admin" role. At least I can see the role being added to the Iden

[jboss-user] [JBoss Seam] - Re: Hot deploy error

2007-04-10 Thread gmoraes
I was trying to use hotdeploy in tomcat 5.5 with components registered in /WEB-INF/dev/META-INF/components.xml and got some problems so I made some little corrections in Initialization.java. Please verify the changes e test if I created some type of problem. | /* | * JBoss, Home of Professi

[jboss-user] [EJB 3.0] - Re: The deployment of EJB3.0 is too slow, 5m for each bean

2007-04-10 Thread bdecoste
Either annotation implementation is supported - you can annotate either the interface or the bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036099#4036099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036099 ___

[jboss-user] [EJB 3.0] - Re: @EJB annotation injection broken in 4.0.5.GA

2007-04-10 Thread bdecoste
There aren't any known issues with @EJB injection in 4.0.5 w/EJB3 RC9 Patch 1. Please post an example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036095#4036095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=403609

[jboss-user] [EJB 3.0] - Re: Interceptors broken?

2007-04-10 Thread bdecoste
Interceptors are only triggered if the call goes through the ejb container. If you make a call from within a bean to another of the bean's methods, it's a simple java invocation - the call does not go through the container and is not intercepted. View the original post : http://www.jboss.com/

[jboss-user] [JBoss Getting Started Documentation] - Re: insert.sql missing

2007-04-10 Thread dsteffy
You may have downloaded a faulty version of the jbossj2ee-src.zip file from here: http://wiki.jboss.org/wiki/attach?page=ClusteringDemoUsingDukesBankJ2EE1.4%2Fjbossj2ee-src.zip Try downloading the file from here instead: http://labs.jboss.com/portal/jbossas/docs -> "JBoss AS Getting Started Gui

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-04-10 Thread redbird
Thanks pete. I looked in all of the facelets versions found here, and it wasn't in any of them. https://facelets.dev.java.net/servlets/ProjectDocumentList?folderID=3635&expandFolder=3635&folderID=0 There was a jar file called "el-ri.jar", which I suppose could be it, but that's not what was li

[jboss-user] [JBoss Getting Started Documentation] - Re: jbossj2ee-src.zip

2007-04-10 Thread dsteffy
> http://wiki.jboss.org/wiki/attach?page=ClusteringDemoUsingDukesBankJ2EE1.4%2Fjbossj2ee-src.zip That link currently points to a bad version of the jbossj2ee-src.zip file. It is bad because the examples/bank/jboss-build.xml file refers to sql/insert.sql and sql/listAccount.sql, which do not exi

[jboss-user] [JBoss Portal] - Dashboard and IPC problem

2007-04-10 Thread ian.ouzounov
I tryed the IPC example, it works fine in a portal page, but doesn't work in dashboard. It looks like the listener can't recognize dashboard instances, since they are assign different than the original name when in dashboard (int if I'm not mistaken) Any ideas on how to make IPC work in dashbo

[jboss-user] [JBoss Portal] - Re: dashboard unavailable when going trough LDAP

2007-04-10 Thread ian.ouzounov
Problem solved. It works fine. dashboard is there for every user. Also for the problem where users info from ldap should match the info stored in the local db all you have to do is: in login-config.xml uncomment this code, and ldap will synchronize the db every time there is a new user. |

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Beta 1 release

2007-04-10 Thread swestbom
Menu tabs that have security settings in the *object.xml seem to show regardless of the user's role. The dropdowns using hover are extremely hard to use. They disappear before you can make a choice in the dropdown, especially with IE-6. Also can you refactor this mess? The code for these menu c

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

2007-04-10 Thread swestbom
Menu tabs that have security settings in the *object.xml seem to show regardless of the user's role. The dropdowns using hover are extremely hard to use. They disappear before you can make a choice in the dropdown, especially with IE-6. Also can you refactor this mess? The code for these menu c

[jboss-user] [JBoss Portal] - Security and Menu tabs plus dropdowns

2007-04-10 Thread swestbom
Menu tabs that have security settings in the *object.xml seem to show regardless of the user's role. The dropdowns using hover are extremely hard to use. They disappear before you can make a choice in the dropdown, especially with IE-6. Also can you refactor this mess? The code for these men

[jboss-user] [JBoss Portal] - "Normal Exceptions"

2007-04-10 Thread swestbom
14:29:05,729 INFO [DefaultLoadEventListener] Error performing load command org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.jboss.portal.core.impl.model.portal.ObjectNode#3] Can you use something other than Error in the message text and not show the stack? T

[jboss-user] [Management, JMX/JBoss] - displayClassInfo not displaying Info

2007-04-10 Thread forumer
JBoss-4.0.4.CR2 Windows XP I have a few applications working on this installation. The applications are deployed as .ear and .war. When I supply a fully qualified name of any of my application classes and invoke "displayClassInfo" I get the following message: | Not loaded in repository cach

[jboss-user] [Installation, Configuration & Deployment] - Re: Setting up Separate Servers

2007-04-10 Thread PeterJ
Yes, on that wiki page look at option #2 under "When I try to launch multiple instances I get port conflicts". Also look at the file docs/examples/binding-manager/sample-bindings.xml. That file contains information on how to configure ports for multiple servers. View the original post : http:/

[jboss-user] [JBoss Seam] - Seeking wisdom behind source code layout change with 1.2.1

2007-04-10 Thread DataGazetteer
I just finished migrating a project from 1.1.6 to 1.2.1 and in the course of doing so wondered why 'seam-gen' creates a skeleton project with top-level 'action' and 'model' and 'test' packages in the source directory. E.g., my seam-gen new-project generates this: ... | file-copy: | [c

[jboss-user] [JBoss Seam] - Re: Servlet Emulation and Request content problem

2007-04-10 Thread E6Fred
I have some good news and some bad news : The good news : I managed to make things work ! The bad news : It's not working all the time :-( With the same JBoss running, I tried to call my servlet several times. All I want to see in the logs is : [com.nuxeo.project.eurocis.bri.connector.ExporterS

[jboss-user] [JBoss Seam] - Submit: rgb color values for PDF

2007-04-10 Thread dustismo
Hi, Not sure what the best method to submit is, but since the code needed is extremely small I thought I would just post it here. The following will add support for color in the form | rgb(255,0,0) | or | rgb(100%, 0%, 0%) | I noticed that hex values seem to work fine, though they ar

[jboss-user] [Clustering/JBoss] - Re: Cluster is loosing his master

2007-04-10 Thread bernd.koecke
I posted two Bugreports: JBAS-4313 JBAS-4314 But I found a minor bug in HAPartitionImpl. The debug output in method viewAccepted doesn't log the old size, because the members-field changed during the method. I changed 'this.memebers' to 'oldMembers' with some checking for oldMembers == null.

[jboss-user] [JBoss/Spring Integration] - BeanFactoryPostProcessors not called ?

2007-04-10 Thread wweiersmuller
It seems like my beans implementing BeanFactoryPostProcessors are not called when deployed with the JBoss Spring Deployer (for example org.springframework.beans.factory.config.PropertyPlaceholderConfigurer). Is refresh() on AbstractApplicationContext called at the right moment by the deployer ?

[jboss-user] [JBoss Seam] - Re: Servlet Emulation and Request content problem

2007-04-10 Thread E6Fred
Unfortunately, an exception is thrown when I invoke Component.getInstance("name") or Component.forName("name") ==> No application context active I think my instruction is wrong. Is there a way to see if this filter is processed ? Here's the stacktrace 2007-04-10 19:02:56,354 INFO [com.nu

[jboss-user] [Installation, Configuration & Deployment] - Re: Setting up Separate Servers

2007-04-10 Thread AggressiveFish
Hi Peter/All, I had seen that page earlier but was hoping there was an easier way. Is there a way to specify the same computer but with a different port. I saw on the page it said to supply a different IP or DNS alias, is there a way to set up the same way but with a different port only (run

[jboss-user] [JBossWS] - Getting Error

2007-04-10 Thread stattit
We want the web service to publish the user created WSDL instead of the JBOssWS generated WSDL. I followed the instructions as in this post viz. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031124#4031124 However, I am now getting the following error when I try to deploy the war. 12

[jboss-user] [JBoss jBPM] - Re: Accessing file that is not in DB from deployed jBPM proc

2007-04-10 Thread jeffleboss
I have the exact same problem as well. Option 1 (raises not found in database error) Reader reader = new InputStreamReader(Main.class.getResourceAsStream("AmountRule.drl")); Option 2 (raises classloader issues, imported classes in drl file are not found) Reader reader = new InputStreamReader(n

[jboss-user] [JBoss/Spring Integration] - Re: Spring module and war deployed separatly

2007-04-10 Thread djeanprost
It worked. Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036053#4036053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036053 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss Seam] - Re: auto tag completion in eclipse?

2007-04-10 Thread lindsayh
thanks v much for that. I'll possibly just ignore the Drools and TestNG stuff for now though. One thing at a time eh. looking forward to RHDS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036052#4036052 Reply to the post : http://www.jboss.com/index.htm

  1   2   3   >