[jboss-user] [JBoss Seam] - What type is simple class?

2007-04-26 Thread Stateless Bean
Hi, In almost all examples i found stateless or statefull annotation, and i understand that.. but in seam pay example i found: | @Name(processor) | public class EngineProcessor { | what that means? is this statefull or stateless similar? if I don't have those annotations how seam

[jboss-user] [JBoss Seam] - Re: What type is simple class?

2007-04-26 Thread saeediqbal1
My guess would be it is the default type. now what is the default type? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040831#4040831 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040831

[jboss-user] [JBoss Seam] - Re: jndi - tomcat - jsp file

2007-04-26 Thread zielonyplot
zielonyplot wrote : Hi! | I have a little problem: in my jsp file I need to get instance of EntityManager. Could somebody tell me how to do this? In POJO classes I simply use @In annotation, but it doesn't work in jsp files. | Please, help! I forget - if it is impossible in jsp files, maybe

[jboss-user] [Clustering/JBoss] - Re: Securing Cluster: JGroup AUTH

2007-04-26 Thread [EMAIL PROTECTED]
There's a design document which is part of JGroups: JGroups/doc/design/AUTH. There is also an AuthTest unit test which shows how to configure/use AUTH View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040833#4040833 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Executing Hello World BPEL Example

2007-04-26 Thread agusgr
Hi, I think that your bpel process is deployed properly, maybe the error is in the test client. First, look if your bpel process is deployed in the server like a web service, it should be in this link http://localhost:8080/jbossws/services. If is there, you can test it like a web service with

[jboss-user] [Installation, Configuration Deployment] - JBoss Logging problem

2007-04-26 Thread mahesh.mylavarapu
Hi, In our project We have written a specific Logger class extending apache Logger class.We are using DEBUG,ERROR,INFO,SECURITY,PERFORMANCE levels of loggingI had done following setup in log4j.xml appender name=BUSINFO class=org.jboss.logging.appender.DailyRollingFileAppender |

[jboss-user] [JBoss Seam] - Re: jndi - tomcat - jsp file

2007-04-26 Thread jlaskowski
Witaj, What Tomcat version are you using? If it's lower than Tomcat 6, you should forget about expecting @PersistenceContext to work - servlets are managed components, but only for a servlet container that understands the notion of annotation processing that's introduced in Java EE 5. It

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: the TOMCAT problem

2007-04-26 Thread [EMAIL PROTECTED]
check mod_jk configuration. You should have something like: worker.list=loadbalancer worker.loadbalancer.type=lb worker.loadbalancer.balance_workers=node1,node2 worker.node1.host=name_of_machine1 worker.node2.host=name_of_machine2 See

[jboss-user] [EJB 3.0] - Re: Annotation @EJB not working

2007-04-26 Thread RaoulDuke
@teem: You got the same problem like I do. As far as I know now JBoss just does not support the @EJB annotation anywhere in the web context of an enterprise application. You can only use it inside of EJBs, not in Servlets, JSF managed beans or anything else thats not an EJB. Regards, Sven

[jboss-user] [JBoss Seam] - Re: socket write error with Seam Remoting

2007-04-26 Thread scotto
New JIRA issue created: http://jira.jboss.com/jira/browse/JBSEAM-1250 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040841#4040841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040841

[jboss-user] [JNDI/Naming/Network] - Re: can not access file from another machine

2007-04-26 Thread jigu888
hi Peter, I have checked sharing and security properties of DMDOCSERVER folder on TALIGENTPORTAL machine. Under Security tab, I have ticked the check box Allow inheritable permissions form parent to propagate to this object, which was not ticked previously. After applying the changes when I

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss AS 4.2.0.CR2 does not start

2007-04-26 Thread jyc5131
I start the Jboss AS 4.2.0CR2, but now I only access the web by localhost or 127.0.0.1, by the real ip it doesn't work. but other version Jboss for example 4.0.5 is ok, what is the reason? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040843#4040843 Reply to

[jboss-user] [Clustering/JBoss] - Re: Serious production problems

2007-04-26 Thread Marlig
Hi Andras, it's good to know we are not the only ones. We are still struggling to reproduce this problem on our test environments. When you say you can provoke it sometimes, what exactly are you doing? We tried with very heavy load, but never got any problems during our tests. It's just in

[jboss-user] [JBoss Portal] - Re: manual build of portal does not result in working softwa

2007-04-26 Thread [EMAIL PROTECTED]
Keep cool. When you do build/build.sh clean exploded-deploy you only deploy the core portal. If you want the CMS (What you meant by right side i guess) go to core-cms and do ant deploy If you want the Admin portlet, go to core-admin, do 'ant deploy' If you want the Test portlets + News

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss AS 4.2.0.CR2 does not start

2007-04-26 Thread jyc5131
i only can run -b 192.168.0.2 to get it started, then it can work View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040846#4040846 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040846

[jboss-user] [JBoss Seam] - Re: jndi - tomcat - jsp file

2007-04-26 Thread zielonyplot
So, in my servlet, I simply need to write something like this: | import java.io.*; | import javax.servlet.*; | import javax.servlet.http.*; | | public class SomeServlet extends HttpServlet | { | |@PersistenceContext |private EntityManager em; | | public

[jboss-user] [JBoss AOP] - Re: ClassNotFound for ClassMetaData.class

2007-04-26 Thread stalep
hi, i believe youre in the wrong forum. that class is provided by jbosscache. - but from what i can see in the jbosscache repository this file has been moved to org.jboss.cache.pojo.memory and has fixed the log error. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: This IDE won't update?

2007-04-26 Thread avbentem
ric1607 wrote : My personal advice is to use all modules except the JBoss IDE Core, and replace it by WTP functionalities instead. When installing a WTP 2.0 milestone into an Eclipse 3.3. milestone, then be sure to manually include the depencies, as currently only EMF is correctly enforced

[jboss-user] [Installation, Configuration Deployment] - Re: Running JBoss with Java 6 (JDK 6)

2007-04-26 Thread nartf
Hi I encountered the exception below running JBoss 4.0.3SP1 on JDK6. The exception was thrown in an application that hadn't been throwing that exception on JDK1.4. Interesting: The first occurrence of the exception takes place after a seemingly random amount of time after launch (0 - 60

[jboss-user] [JBoss Messaging] - Re: [BisocketServerInvoker] unrecognized listener ID: ...

2007-04-26 Thread [EMAIL PROTECTED]
Hi Andrew, I'm the author of that warning, which I expected to appear only in the event of some unexpected problem. Are you saying that that it's appearing in the normal course of events, in the absence of any problematic conditions, when you start and stop the server? Could you clarify the

[jboss-user] [Installation, Configuration Deployment] - DataSource integration in EAR

2007-04-26 Thread buggsbunny101
Hello, I have a DS currently configured correctly for an application, outside the ear file. Since this datasource is ONLY for one application, I want to integrate this DS in the ear or the ejb.jar file. Is there a way to do that? How to create the DataSet during deployment? I try to put the

[jboss-user] [JBossWS] - EJB3.0 Web Service

2007-04-26 Thread spinergywmy
Hi, Just wondering is there anyone succeeded develop web service in their project using Eclipse JBoss IDE tool? I went through some examples and tutorials but still struggling on my development on web service. Is anyone can help me on this, please. Really appreciate if someone can

[jboss-user] [JBoss Portal] - Re: Features supported - JBoss portal 2.4

2007-04-26 Thread [EMAIL PROTECTED]
vssn2004 wrote : Hi, Hi vssn2004 wrote : Please provide the details ASAP with Internet sources/links for the features below supported in JBoss portal 2.4: First you should right away look at Portal 2.6 since it is in CR1 state and will be final way before you go in production vssn2004 wrote

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss AS 4.2.0.CR2 does not start

2007-04-26 Thread [EMAIL PROTECTED]
Just read the release notes... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040860#4040860 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040860 ___ jboss-user mailing list

[jboss-user] [Remoting] - unexpected server shutdown with sslsocket

2007-04-26 Thread Clarich
Hi there, I have a problem with connections between my client and my server when using sslsocket protocol. My server unexpectedly shuts down during refresh. I looked at it for my self and this is what I found out: It happens that somehow during a refresh in the SocketServerInvoker, the socket

[jboss-user] [Installation, Configuration Deployment] - cab one mdb listen to multiple remote jboss mq

2007-04-26 Thread kashinath
i tried it with one mdb and one remote jboss server m1 queue A, but with another server m2 while configuring multiple invoker-proxy-binding in one mdb jboss.xml gives error not allowed multiple invoker-proxy-binding what to do to crack this issue?. can u hel me?. View the original post :

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-26 Thread dilator
[EMAIL PROTECTED] wrote : anonymous wrote : Another question is, does rememberme feature provide auto-login? | | No, auto-login is evil. Unless you choose to implement Amazon-style auto login with secondary password prompt to perform secure actions... ...in which case the event

[jboss-user] [JBoss Portal] - portletpreferences per user

2007-04-26 Thread cpage
hi, is it possible to store portlet preferences per user with jboss portal mechanisms ? i mean, each user have to customize the content of a portlet. i could store preferences my self in a new simple table, if mechanisms exists, i take ! :D ty regards, View the original post :

[jboss-user] [JBossCache] - Failing to connect a treecache using TCP

2007-04-26 Thread Benbo
I have two machines (FIRST_BOX and SECOND_BOX)running applications using hibernate 3.2.2 to talk to an oracle 10g database, using JBossCache 1.4.1SP3 as the secondary level cache. FIRST_BOX is always started first. My treecache.xml file looks like this: server | | classpath

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

2007-04-26 Thread [EMAIL PROTECTED]
Yes it is part of the JSR 168, See PLT.15 of the sportlet spec. And the method store(). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040874#4040874 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040874

[jboss-user] [JBoss Seam] - Re: RememberMe example?

2007-04-26 Thread [EMAIL PROTECTED]
And it has been discussed extensively before on this forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040875#4040875 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040875

[jboss-user] [Clustering/JBoss] - Can JBoss support active/passive

2007-04-26 Thread wangdongfox
I know JBoss Cluster support failover and load balance,but now I only need failover, can JBoss support active/passive? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040876#4040876 Reply to the post :

[jboss-user] [JBoss jBPM] - oracle deployment : constraint violation

2007-04-26 Thread gogoasa
Hello, I have deployed jBPM 3.2 as an EAR under jBoss 4.0.5 with an Oracle 9 datasource. In order to use Oracle, I basically ran the oracle db scripts in the distribution and I changed the hibernate.dialect property in hibernate.cfg.xml from org.hibernate.dialect.HSQLDialect to

[jboss-user] [Security JAAS/JBoss] - Re: JBoss authentication cache problem

2007-04-26 Thread kwstasm
No luck. The same happens even if the second instance is a Firefox instance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040878#4040878 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040878

[jboss-user] [JBoss Seam] - Re: entityConverter problem

2007-04-26 Thread petemuir
Show your components.xml. I've improved the error messages in CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040879#4040879 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040879

[jboss-user] [JBoss Seam] - Re: ELSupport exception on javasisst-proxies (coerceToType)

2007-04-26 Thread petemuir
http://jira.jboss.com/jira/browse/JBSEAM-1251 It would also be helpful if you could add to the issue, the relevant entites, backing beans (or components.xml) and jsf. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040880#4040880 Reply to the post :

[jboss-user] [JBoss Seam] - Re: using s:grapichImage to get only the image...

2007-04-26 Thread petemuir
Not currently, no, but I plan to add this sort of support - http://jira.jboss.com/jira/browse/JBSEAM-993 Take a look at the seamspace example for how to do this the old fashioned way (using a servlet ;) View the original post :

[jboss-user] [Remoting] - Re: Connection Problem with Release 2.2.0

2007-04-26 Thread Clarich
Hi Ron, I tested my source code with the changes you mentioned in this Topic: http://www.jboss.com/index.html?module=bbop=viewtopict=85355postdays=0postorder=ascstart=10 And well... those changes solved this problem, too. So thank you. Claudia View the original post :

[jboss-user] [JBoss Seam] - Re: jndi - tomcat - jsp file

2007-04-26 Thread petemuir
You can't get the EntityManager in a jsp page. If you want it in a servlet and are using a SMPC called entityManager you can do Component.getInstance(entityManager), but you will need to transaction demarcation yourself. In general Seam/JSF without you needing to mix your presentation and

[jboss-user] [JBoss Seam] - Re: What type is simple class?

2007-04-26 Thread petemuir
That is a Seam JavaBean - by default it's scope is CONVERSATION, but they aren't EJB3 beans. Seam intercepts them by wrapping them in a javassist proxy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040884#4040884 Reply to the post :

[jboss-user] [JBoss Seam] - Re: What type is simple class?

2007-04-26 Thread [EMAIL PROTECTED]
I think the default scope for JavaBean components is EVENT :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040885#4040885 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040885

[jboss-user] [JBoss Seam] - Re: entityConverter problem

2007-04-26 Thread emsa
| | ?xml version=1.0 encoding=UTF-8? | components xmlns=http://jboss.com/products/seam/components; | xmlns:core=http://jboss.com/products/seam/core; | xmlns:security=http://jboss.com/products/seam/security; |

[jboss-user] [JBoss jBPM] - Re: conditional trans in 3.2 - deprecated syntax doesn't wor

2007-04-26 Thread cristim1979
Take a look at this issue then, might be related to your problem: http://jira.jboss.com/jira/browse/JBPM-854 Looks like conditions on transitions are not correctly retrieved from db, for 3.2. If your process def works ok in a JUnit test without persistence in db (but parsing directly the def

[jboss-user] [JBoss Seam] - Re: Navigation conceptual question

2007-04-26 Thread dave.rogers
I have been having this problem too. I need a nice clean way of returning to the page I have just left. I assumed that seam conversations would allow me to do this somehow. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040888#4040888 Reply to the post :

[jboss-user] [JBoss Seam] - Re: failed to lazily initialize a collection

2007-04-26 Thread quilian
Sammy8306 wrote : As far as I know, SMPC is scoped over the conversation. That would be the implicit temporary conversation if no conversation is started manually. | You have two options: either make sure the edits happen in the same conversation (and therefore the same EM) or merge the

[jboss-user] [JBoss jBPM] - Re: jbpm-console: conditions not working in jBPM 3.2

2007-04-26 Thread cristim1979
check http://jira.jboss.com/jira/browse/JBPM-854 ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040890#4040890 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040890 ___

[jboss-user] [JBoss Seam] - Re: jndi - tomcat - jsp file

2007-04-26 Thread zielonyplot
So I have one question more: should I write exactly Component.getInstance(entityManager) or it can be Component.getInstance(EntityManager)? Where this String is declared? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040893#4040893 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jndi - tomcat - jsp file

2007-04-26 Thread petemuir
petemuir wrote : using a SMPC called entityManager View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040895#4040895 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040895 ___

[jboss-user] [EJB 3.0] - Could not dereference object [Root exception is java.lang.Nu

2007-04-26 Thread avdyk
Hi, JBoss 4.0.5GA, Sun JDK6, EJB3, Eclipse 3.2 (WTP). I have a SLSB working fine, but if I change the @Stateless with a @Stateful, my servlet does not find the SessionBean. What are the changes I have to make to change a SLSB into a SFSB in EJB3? Many thanks for your help, View the original

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

2007-04-26 Thread [EMAIL PROTECTED]
Hi Bill, There is no 'official' announcement of this. It is something the JBoss IDE team has been discussing after the acquisition of the Exadel Tools codebase. The plugins in this (proprietary) codebase are in the process of being open sourced and the chosen license is GPL to prohibit closed

[jboss-user] [EJB 3.0] - Why is injection not working in AS 4.0 and 4.2 (servlets / c

2007-04-26 Thread wolfc
There are a lot of questions about injection not working in AS 4.0 and 4.2. Most of the problems boil down to injection not working the web layer. This is because AS 4.0 and 4.2 are J2EE 1.4 servers with an EJB3 plugin. This means that injection and annotations only work within the EJB3

[jboss-user] [EJB 3.0] - Re: EntityManager Null when trying to inject into stateless

2007-04-26 Thread wolfc
http://www.jboss.com/index.html?module=bbop=viewtopict=107353 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040902#4040902 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040902

[jboss-user] [EJB 3.0] - Re: Annotation @EJB not working

2007-04-26 Thread wolfc
http://www.jboss.com/index.html?module=bbop=viewtopict=107353 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040903#4040903 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040903

[jboss-user] [EJB 3.0] - Re: Could not dereference object [Root exception is java.lan

2007-04-26 Thread wolfc
http://www.jboss.com/index.html?module=bbop=viewtopict=107353 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040904#4040904 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040904

[jboss-user] [JBoss Seam] - Problem running TestNG tests from maven

2007-04-26 Thread ehstowa
Hi, we are running Seam 1.2.1 MyFaces 1.1.5 on Tomcat 5.5.20 When running TestNG tests from Eclipse or Idea, all tests work fine, however when running them from Maven, all fail with the error: java.lang.NullPointerException at org.jboss.seam.mock.SeamTest$Request.run(SeamTest.java:418)

[jboss-user] [JBossWS] - Re: How get MessageContex in WebService implemented as EJB

2007-04-26 Thread snair33
Is there a work around to get WebServiceContext in JBOSS 1.2.1 till the 2.0 is out ? Any help would be appreciated View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040906#4040906 Reply to the post :

[jboss-user] [JBossWS] - How to use Username Token

2007-04-26 Thread Dark Fett
Hello, I'm trying to use Username Token but it's not successful for now. The Username Token is not present in the Header of my request. (Signature and Encryption work fine in both side) Here's my code : jboss-wsse-client.xml ?xml version=1.0 encoding=UTF-8? | jboss-ws-security

[jboss-user] [JBoss Seam] - Re: What type is simple class?

2007-04-26 Thread Stateless Bean
[EMAIL PROTECTED] wrote : I think the default scope for JavaBean components is EVENT :) maybe better will be to tell that in doc. I coudl't find info about that. Thanks Peter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040909#4040909 Reply to the post :

[jboss-user] [EJB 3.0] - Unknown error

2007-04-26 Thread sashaxiv
Does anyone know something about this error? It is my first development with ejb3. Is the error related with one to one annotations? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040910#4040910 Reply to the post :

[jboss-user] [EJB 3.0] - error

2007-04-26 Thread sashaxiv
Sorry, this is the error. Thanks everybody WARN [ServiceController] Problem starting service persistence.units:ear=SatDataWeb101.ear,jar=SatDataWeb.jar,unitName=SatdataWeb java.lang.NullPointerException at org.hibernate.util.StringHelper.qualify(StringHelper.java:264) at

[jboss-user] [JBoss Seam] - Re: failed to lazily initialize a collection

2007-04-26 Thread quilian
petemuir wrote : Yes, use a SMPC, not an extended PC. You don't want the @Transactional on those methods (it's an entity bean), and you probably want to let hibernate take care up updating the relationship for you - call entityManager.refresh(foo) to get hibernate to do this. I now tried to

[jboss-user] [JBoss Seam] - Re: What type is simple class?

2007-04-26 Thread petemuir
http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/concepts.html#d0e2765 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040913#4040913 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040913

[jboss-user] [EJB 3.0] - Re: Unknown error

2007-04-26 Thread sashaxiv
sorry i forget the error. Thanks WARN [ServiceController] Problem starting service persistence.units:ear=SatDataWeb101.ear,jar=SatDataWeb.jar,unitName=SatdataWeb java.lang.NullPointerException at org.hibernate.util.StringHelper.qualify(StringHelper.java:264) at

[jboss-user] [JBossWS] - my web service @WebMethod is not able to return Hashtable

2007-04-26 Thread shaiknoor_basha
hi to all, please help me friends i have one annotated web service which will returns Hashtable but it couldn't, i am able to deploy the jar file, in wsdl file the complex type of a message is showing like this, he the complex is not refering to java.util.hashtable, it is assuming the type

[jboss-user] [Installation, Configuration Deployment] - MBean startService EJB binding

2007-04-26 Thread ebaynaud
Hi, I try to call a local EJB from the startService method of my MBean : home = (InitBeansBeanLocalHome) ctx.lookup(InitBeansBeanLocalHome.JNDI_NAME); Unfortunately, startService method is called before the EJB is bound. In the log this line is after the error : anonymous wrote : 2007-04-26

[jboss-user] [JBoss Seam] - how do i get the size of collection in .xhtml with facelets

2007-04-26 Thread holtak
hello how do I get the size of a collection in .xhtml when using facelets? what I want to do is something like this h:outputText value=#{myBean.myCollection.size}/ thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040917#4040917 Reply to the post :

[jboss-user] [JBoss Portal] - Where does 'AjaxScripts' come from?

2007-04-26 Thread jackysee
Hi, I'm a newbie in Jboss Portal. I'm just reading on how to create layout and theme, and I'm a bit confused. I noticed in the default 'generic' theme (/layouts/generic/index.jsp). There is a call to the 'AjaxScripts' region. p:region regionName='AJAXScripts' regionID='AJAXScripts'/ But in

[jboss-user] [JBoss Seam] - Seam Security Problem

2007-04-26 Thread g00se24
Hello, i tried to deploy a minimal SEAM project which only consists of a login page. The problem is that I would like to use a own written build.xml script, which is already stable running. The problem: | 12:25:35,281 ERROR [SeamLoginModule] Error invoking login method |

[jboss-user] [JBoss Seam] - Re: entityConverter problem

2007-04-26 Thread petemuir
oops, this looks like a bug. Can you create a JIRA issue for this please? Thanks :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040921#4040921 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040921

[jboss-user] [JCA/JBoss] - Where are logs written to the LogWriter of a ManagedConnecti

2007-04-26 Thread CTee
Configuration: [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339) [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc. [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_06-b05,Sun Microsystems Inc. [ServerInfo] OS-System: Windows XP 5.1,x86

[jboss-user] [JBoss jBPM] - Problem using ProcessImageTag

2007-04-26 Thread Froschfinger
Hi, i developed my own Webapp with JBPM and i also want to show the Processimage at the task.jsp. I did like u did but and there occur no errors as well. But if i start a task i only see the red box for the active task but no image. Do i have to consider something? I work with: JBPM 3.1.2

[jboss-user] [Beginners Corner] - JBoss Application Server Cluster

2007-04-26 Thread Lazybone
Hello I use a JBoss Application Server Cluster. How can I ask the cluster where which service straight run? Greeting Lazybone View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040924#4040924 Reply to the post :

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

2007-04-26 Thread cpage
[EMAIL PROTECTED] wrote : Yes it is part of the JSR 168, See PLT.15 of the sportlet spec. And the method store(). yes, i already use the portletpreferences to store preferences. i asked the wrong question ! is it possible that an admin user modify portlet preferences for a group of users or

[jboss-user] [JBoss Seam] - Re: how do i get the size of collection in .xhtml with facel

2007-04-26 Thread msduk
Are you susre that your collection supports getSize() ? Iterator and a few others do not View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040927#4040927 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040927

[jboss-user] [JBoss jBPM] - Re: Problem using ProcessImageTag

2007-04-26 Thread Froschfinger
Maybe i have to say it,too. I use normal JSP, no JSF. Probably it is a problem with the gpd.xml. In your source code you have under src/ressources/gpd a version.info.xml do i have to include it,too and if yes, where and where should i mention it within the code or configs. View the original

[jboss-user] [JBoss Seam] - Re: how do i get the size of collection in .xhtml with facel

2007-04-26 Thread petemuir
Seam intercepts EL calls and adds in a size property for Collections, Map and DataModel. Does this work if your EL expression is #{myCollection.size}? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040929#4040929 Reply to the post :

[jboss-user] [JBossCache] - Re: Buddy Replication on Weblogic

2007-04-26 Thread [EMAIL PROTECTED]
anonymous wrote : | But still the contents are not replicated, as in if application-1 puts some value into cache then it is not visible when accessed from application-2. | Buddy Replication requires session affinity. You won't see the contenst on app-2. But it will be on app-2 as a

[jboss-user] [JBoss Seam] - Re: Can't set Character encoding for submitted form data

2007-04-26 Thread pkorros
I am having the same problem. did you had any luck with it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040932#4040932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040932 ___

[jboss-user] [EJB/JBoss] - Re: Problems calling methods in session beans on second JBos

2007-04-26 Thread smeier
Hi dr-dive, I've tried it out and ran into the same problem. The reason for the problem might be, that I have a jndi.properties in my classpath, with the line java.naming.provider.url=localhost | in it. The API doc for javax.naming.InitialContext

[jboss-user] [JBoss jBPM] - Re: jbpm-console: conditions not working in jBPM 3.2

2007-04-26 Thread dario.oliveros
kukeltje wrote : | You tried his unit test but depoloyed your process to the AS. Did you try to turn his process in an xml and run it in the AS? | Not actually. The main reason to run his test case was to double check whether condition from his first test, def 1, would work appropriately.

[jboss-user] [JBoss Seam] - Re: how do i get the size of collection in .xhtml with facel

2007-04-26 Thread lindsayh
petemuir wrote : Seam intercepts EL calls and adds in a size property for Collections, Map and DataModel. Does this work if your EL expression is #{myCollection.size}? I think these EL resolvers only work for JSF 1.2. After having difficulty getting my app to work with JSF 1.2, I just use

[jboss-user] [JBoss jBPM] - Re: jbpm3.2 on jboss 4.0.5

2007-04-26 Thread rishikumarsharma
Hi gogoasa, I have setup everything, but now I ma having problem I looked everywhere and tried but not able to sort this out. if anyone know please let me know.. 13:23:45,750 INFO [HbmBinder] Mapping subclass: org.jbpm.command.TaskInstanceEndC | ommand - JBPM_MESSAGE | 13:23:45,750

[jboss-user] [Installation, Configuration Deployment] - Re: DataSource integration in EAR

2007-04-26 Thread [EMAIL PROTECTED]
You really don't want to do this. Read the following: http://wiki.jboss.org/wiki/Wiki.jsp?page=IWantToDeployMyOwnJdbcDriverInAScopedClassloader The bettter approach would be a seperate JBoss instance per DB driver deployment. View the original post :

[jboss-user] [JBossWS] - Re: How to use Username Token

2007-04-26 Thread Dark Fett
I just find the solution : MyCall.java Service service = Service.create( | new URL(http://proxiadev34:8080/SampleJBossWS/PersonneWebService?wsdl;), | new

[jboss-user] [EJB 3.0] - Re: Could not dereference object [Root exception is java.lan

2007-04-26 Thread avdyk
does someone else have similar problem? Why does @EJB works, @Stateless also, but @Stateful not? Is there a bug issue somewhere? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040943#4040943 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm3.2 on jboss 4.0.5

2007-04-26 Thread mputz
Looks like you are using a hibernate.cfg.xml from an old (3.1.x) jBPM distribution. TaskInstanceEndCommand.hbm.xml is no longer referenced in the hibernate configuration file of jBPM 3.2. Regards, Martin View the original post :

[jboss-user] [JBoss Seam] - returning to where you came from (on conversation end)

2007-04-26 Thread lindsayh
Hi, My application, like most real world applications out there, has numerous start points for entering into a pageflow or conversation. A successful completion of such a pageflow usually results in a single endpoint (e.g. the createNewUser pageflow always ends on the userOverview page if

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

2007-04-26 Thread [EMAIL PROTECTED]
The admin can edit the preferences at the portlet instance level, so it will be for all users. (you can't do it per group of users) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040948#4040948 Reply to the post :

[jboss-user] [JBoss Seam] - Remoting callbacks are not recieving

2007-04-26 Thread Jayaranga
Hello, Im using seam remoting for my application. and my environment is : seam version 1.0.1 on jboss 4.0.5AS and IE 6 browser. my script calls to user login function, wich generate a remote call using seam as follows | var usersAction =

[jboss-user] [JBoss jBPM] - Re: jbpm3.2 on jboss 4.0.5

2007-04-26 Thread rishikumarsharma
Thanks mputz. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040951#4040951 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040951 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: Buddy Replication on Weblogic

2007-04-26 Thread vinayakkhamkar
Manik, Thanks for the reply. The two nodes are not clustered (sticky session not configured) and I used the same configuration. I have few questions 1) BuddyReplication only works in case of clustered environment? So If I have individual nodes which are not part of cluster then I can't use

[jboss-user] [JBoss Messaging] - Re: JBM 3.2 ClassLoader FUBAR

2007-04-26 Thread chip_schoch
I appreciate your quick response. It is good to hear that you are working to eliminate the need for scoping. I tried putting the jar you specified in my lib directory and restarting JBossAS (4.0.5, ejb3 configuration) and It gives the following exception: | 2007-04-26 08:52:40,253 DEBUG

[jboss-user] [Clustering/JBoss] - Re: Securing Cluster: JGroup AUTH

2007-04-26 Thread hollowm
I've searched for those items in your response, but cannot find them, about the closest I get is at this site http://www.jgroups.org/javagroupsnew/docs/papers.html. Can you point me to where exactly those are? Thanks. View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm3.2 on jboss 4.0.5

2007-04-26 Thread rishikumarsharma
Hi mputz, I am trying to deploy the enterprise.ear on jboss 4.0.5, now i am deploying the right hibernate.cfg.xml and i didn't get error, now when I login it throw me out and throws following error Any Idea !!! | type Status report | | message /jbpm-console/search/tasks.jsf | |

[jboss-user] [Installation, Configuration Deployment] - [JBoss-5.0.0Beta2] PostgreSQL DataSource problems

2007-04-26 Thread avdyk
Hi, I'm trying to install JBoss 5.0.0Beta2 with a PostgreSQL DataSource. There was a failure at JBoss startup, trying to create qrtz_job_details. AFAIK (but I'm not an expert), there is no BINARY type in PostgreSQL but 'bytea'. Here is the SQL code to create the table: | CREATE TABLE

[jboss-user] [Installation, Configuration Deployment] - Re: [JBoss-5.0.0Beta2] PostgreSQL DataSource problems

2007-04-26 Thread avdyk
I also have a problem with 'qrtz_locks' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040957#4040957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040957 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Question about process-state

2007-04-26 Thread jcv
Yeah, i got it wrong. I got another question, can a subprocess, when it's done, select the transition to take? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040958#4040958 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Running JBoss with Java 6 (JDK 6)

2007-04-26 Thread alexg79
FelderR wrote : JBoss 4.0.5 works fine with Java 6! | | Just tried to run JBoss 5.0.0 beta 2 with Java 6 and failed: | | java.lang.IllegalStateException: Class not found: [Ljava.lang.String; | | The server does not come up as it runs into the following bug within JDK 1.6.0: |

[jboss-user] [JBoss jBPM] - Re: jbpm3.2 on jboss 4.0.5

2007-04-26 Thread mputz
Well, do you have that file 'tasks.xhtml' in folder jbpm-enterprise.ear/jbpm-console.war/search/? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040960#4040960 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040960

[jboss-user] [JBoss Seam] - Re: returning to where you came from (on conversation end)

2007-04-26 Thread [EMAIL PROTECTED]
'redirect' component, see how it is used in the /examples/wiki/ in Seam SVN. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040961#4040961 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040961

  1   2   3   >