[jboss-user] [JBoss Messaging] - Re: which version of JMS is supported by JBoss 4.2...?

2007-07-11 Thread [EMAIL PROTECTED]
I assume you meant "What version of JBoss Messaging is compatible with JBoss AS 4.2?". On that case your answer is JBoss Messaging 1.3.0.GA. (And 1.4.0.CR1 which will be released soon). Previous versions of JBoss Messaging had some problems with scoping on JBAS 4.2. If this is not what you me

[jboss-user] [JBoss Seam] - @Restrict referencing objects in Seam context

2007-07-11 Thread mtpettyp
Looking at the @Restrict annotation I see that any objects in the Seam Context can be referenced (such as 'selectedAccount' below): @Name("account") | public class AccountAction { | @In Account selectedAccount; | @Restrict("#{s:hasPermission('account','modify',selectedAccount)}")

[jboss-user] [JBossCache] - Re: Excesive number of Timers

2007-07-11 Thread jorgemoralespou_2
Never mind, Manik. It`s a JBoss Messaging bug, that we thought to be cache`s. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062995#4062995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062995 ___

[jboss-user] [JBossCache] - Re: Exception occured during transaction commit - JBoss tree

2007-07-11 Thread [EMAIL PROTECTED]
Do you have any more logs about the problem? It seems like somewhere down the interceptor chain you hit a problem (possibly a lock acquisition timeout) and this causes your tx to rollback. Now unfortunately WL's TM throws it's own exception when I call setRollbackOnly() so I don't have a chanc

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Connection not authorized to addMessages to destination

2007-07-11 Thread teodoro21
Hi Adrian, yes, I'm reading the documentation, ..probably I'm asking because I don't understand what says the documentation about JBossMQ's configuration. (I'm a newbie so I'm learning..) I have written every parts of my configuration's file only to explain with more details which was my troub

[jboss-user] [JBoss Portal] - Re: Class Cast Exception raised during Portal Initialization

2007-07-11 Thread explorer
Well i have another problem now. When ever i am trying to make a hot deploy, by touching the web.xml in the server. i am getting the following exception: :15,683 INFO [DefaultLoadEventListener] Error performing load command ibernate.ObjectNotFoundException: No row with the given identifier exist

[jboss-user] [JBoss Portal] - Re: Class Cast Exception raised during Portal Initialization

2007-07-11 Thread explorer
Hai, Thanks for the reply. I could figure out that i was having a mismatch with different versions of jar files. One used during the build and the other in the server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062988#4062988 Reply to the post : http:

[jboss-user] [JBoss jBPM] - Re: problem to start a taskinstance

2007-07-11 Thread galvino
hi, thanks to response to my first post. iam using | jbpm-3.1.4 | jboss-4.0.4.GA (download with jems-installer-1.2.0.GA.jar) | mysql server 5.0 | | | i want to do an struts application by using jbpm API. | so i set some configurations and i want to get a task list for one

[jboss-user] [Clustering/JBoss] - Re: Problem establishing socket connection for InvokerLocato

2007-07-11 Thread [EMAIL PROTECTED]
Can not get connection to server. Problem establishing so | cket connection for InvokerLocator [socket://x.x.x.x:3873/?enableTcpNoDelay=false] Note the port is 3873. I doubt Apache is listening on 3873. Why are you trying to load balance your EJB via Apache? If you mark the bean @Clustered t

[jboss-user] [JBossCache] - Re: Excesive number of Timers

2007-07-11 Thread [EMAIL PROTECTED]
There is only one Timer created for the eviction RegionManager. I can't imagine what these other timers are doing or where they are created. Have you got a unit test that reliably recreates this problem? Does your code frequently stop and start the cache? View the original post : http://www.

[jboss-user] [JBoss Seam] - Re: How can I get the source code? (stupid question?)

2007-07-11 Thread pettersonfp
Thank you both View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062983#4062983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062983 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss Portal] - Re: Problems with Dashboard on 2.6 GA

2007-07-11 Thread [EMAIL PROTECTED]
"angelo.dangelo" wrote : any suggestion for Oracle DB? Upgrade to the latest available JDBC driver. Force the SQL dialect in the hibernate configuration files. Can you provide a stack trace, error message, etc., that would help us figure out what's wrong? View the original post : http://www.j

[jboss-user] [JBossCache] - Re: Exception occured during transaction commit - JBoss tree

2007-07-11 Thread sesha.govindan
I am using WebLogic 8.1 sp4. I was caching lots of object during server startup , right now we are using EHCahche and that takes around 30 min. Using JBoss cache it takes around an hour and throws this exception at TxInterceptor$LocalSynchronizationHandler.beforeCompletion Your help is highly a

[jboss-user] [JBoss Seam] - Re: How can I get the source code? (stupid question?)

2007-07-11 Thread fmars
Look here: http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062978#4062978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062978 _

[jboss-user] [JBoss Seam] - Re: How can I get the source code? (stupid question?)

2007-07-11 Thread twocoasttb
Instructions are on the wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamRepository View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062976#4062976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062976

[jboss-user] [JBoss Messaging] - Re: Error: Did not load correct number of messages

2007-07-11 Thread relgames
I've found a workaround for this issue. Just run script: | delete from jbm_msg_ref where message_id not in (select message_id from jbm_msg); | delete from jbm_msg where message_id not in (select message_id from jbm_msg_ref); | View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - How can I get the source code? (stupid question?)

2007-07-11 Thread pettersonfp
Is it possible to get the seam source code? If yes, how can I do that? I prefer using subversion, if possible. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062972#4062972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Portal] - Re: Problems with Dashboard on 2.6 GA

2007-07-11 Thread angelo.dangelo
with hsqldb there are no problems... any suggestion for Oracle DB? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062971#4062971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062971

[jboss-user] [JBossWS] - @WebFault and @XmlType

2007-07-11 Thread bartvh
Can @WebFault and @XmlType be used on the same element? I have an application exception with additional information. The exception gets defined in the .wsdl as a complex type, but the @XmlType annotation information does not seem to be taken into account: the type is defined in the wrong namespa

[jboss-user] [Security & JAAS/JBoss] - how to make information on all user sessions available to a

2007-07-11 Thread mxlane99
Hello I am trying to find a way to restrict an application user to only being logged-in once. My idea is to have a map with the user names and session ids. My main problem is how do I create this object and make it available to a custom login module. My idea is to create an MBean and to access t

[jboss-user] [JBoss Seam] - PageFlow on Role Base

2007-07-11 Thread trekker880
I m using the following pageflow definition. Can we define the transition based on the role. Like swimlanes are used in jbpm process definition. | http://jboss.com/products/seam/pageflow"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jboss

[jboss-user] [JBoss Seam] - Starting pageflow with decisions

2007-07-11 Thread pettersonfp
Is it possible start a pageflow in a decision node? I'm writing a registration procedure for a website and part of the procedure is to send a validation email, then the user clicks in a link that redirect him to a page where the validation can be finished. However I'd like to check if that acco

[jboss-user] [Beginners Corner] - Re: A simple question about JBoss Portal

2007-07-11 Thread thomas2004ch
Thanks for the reply. :-) A question, the default theme is renaissance. But I see there are other themes under /themes. If I change the default theme from renaissance to other theme, such as maple, how can I do that? I think I have to change the config file. Do you know where can I find it? Vi

[jboss-user] [JBoss jBPM] - Re: Problems with deploying process with mail nodes or eleme

2007-07-11 Thread rossputin
Hi, I am now running jbpm-jpdl-3.2.GA to check out mail jpdl functionality for events, I designed a simple processDefinition in the eclipse plugin, and deployed, only to get the following exception.. can anyone provide a solution to this? 13:56:09,712 DEBUG [DbPersistenceService] committing hi

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

2007-07-11 Thread brownfielda
Thank you very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062956#4062956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062956 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: Incremental 'hot' deployment problem

2007-07-11 Thread damianharvey
Another problem related to this. All this works fine on my Mac however the project fails to deploy on a colleague's Windows machine. If I change *only* where the class files are put (eg. not into WEB-INF/dev but into the standard 'cold' location) then it deploys fine. Steps to modify project to

[jboss-user] [JBossCache] - Re: notification of cache getting replicated

2007-07-11 Thread [EMAIL PROTECTED]
Yes. 1.4.x: The nodeModify event in the ExtendedTreeCacheListener gets an 'isLocal' boolean passed in so you know if the modification occured locally or remotely. 2.x: The @NodeModified annotation on a registered listener object will be called with a NodeModifiedEvent parameter, which has an

[jboss-user] [JBossCache] - Re: Reading threads are blocked

2007-07-11 Thread [EMAIL PROTECTED]
Hi - could you go ahead and try this with CR3? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062947#4062947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062947 ___ jboss-

[jboss-user] [JBossCache] - Re: Exception occured during transaction commit - JBoss tree

2007-07-11 Thread [EMAIL PROTECTED]
Basically an exception is caught when attempting to prepare the transaction, and before I can log the exception WL's TM throws an exception first since I call setRollbackOnly() on the transaction before I throw the exception. What seems to happen though is calling setRollbackOnly() generates it'

[jboss-user] [JBoss jBPM] - Newbie question...

2007-07-11 Thread graman
Is there any opportunity to get TaskInstance by Token? | Token token = ... | final Collection taskInstances = token.getProcessInstance().getTaskMgmtInstance().getUnfinishedTasks(token); | for (Object taskInstance : taskInstances) { | if (((TaskInstance) taskInstance).getTask().g

[jboss-user] [JBossWS] - Re: Generate WSDL (From JBoss Eclipse IDE or Command line)

2007-07-11 Thread rudyfell
i have the same problem running wstools from the eclipse ide in linux. I am therefore using the comand line which is working well. About the error you receive when using the command line | Exception in thread "main" java.lang.NoClassDefFoundError: javax/jws/soap/SOAPBinding$ParameterStyle

[jboss-user] [JBoss Seam] - Re: seam v2.0beta takes ages to start on WebSphere v6.1.0.9

2007-07-11 Thread titou09
Michael, the app is packaged in the classic ear/war way, if the proxy is correctly configured, it works. However, as Pete stated it, this parsing stuff is new with seam2 and I don't think this is aceptable that, on startup, the application makes hundreds of call on internet to validate all the e

[jboss-user] [JBossCache] - Re: Transactions

2007-07-11 Thread [EMAIL PROTECTED]
Using a distributed TM may work and is worth trying out, as I'd imagine this is the "correct" approach, provided C is configured with a TransactionManagerLookup that knows how to get a handle on the distributed TM. A simpler approach may be not to use a custom API to communicate between A and C

[jboss-user] [JBoss Seam] - Re: selectOneMenu and selectItems problem

2007-07-11 Thread mttu
"[EMAIL PROTECTED]" wrote : Any output from h:messages? Hi, message from h:messages is: "value is not valid" but why ? the Converter class: | @Name("CompanyConverter") | @Converter | public class CompanyConverter implements javax.faces.convert.Converter, Serializable { | |

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Connection not authorized to addMessages to destination

2007-07-11 Thread [EMAIL PROTECTED]
Do you have any intention of reading the documentation to understand how this works? Let me "not" explain it by asking you some questions? Which roles is the MDB running under? Is it the roles of the default user since you don't specify a user/password (unauthenticated)? What is the unauthentic

[jboss-user] [JBoss Tools (users)] - Re: EJB3 functionality

2007-07-11 Thread kkoster
Yes, there is if you are creating a new project. However, since JBoss Tools is targeted at Eclipse 3.3 and the older JBoss IDE plugin doesn't seem to like Eclipse 3.3 the move the Eclipse 3.3 necessitates an import of projects from Eclipse 3.2. The import facility does seem to offer any convers

[jboss-user] [JBoss Portal] - Re: CMS portlet customization HELP

2007-07-11 Thread [EMAIL PROTECTED]
Post your full stack trace. But you really just redeploy portal-core.sar ? Try without doing modification first maybe. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062930#4062930 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Javassist user questions] - modify startApp in midlet

2007-07-11 Thread dastner
hi, i am trying to rename the original startApp of a midlet and create a new startApp method. i get this error when i copy the signature of the original startApp method using CtNewMethod.copy ie cannot find javax.microedition.midlet.MIDlet. it would be nice if you could help me out with this. t

[jboss-user] [JBoss Portal] - Re: how to skip login.jsp when using ldap

2007-07-11 Thread bvogt
for portal 2.4 we needed the same... One solution could be modifying: core/src/resources/portal-server-war/login.jsp like: <% | final String userIDHeaderAttribute = "userID"; | String userIDHeaderValue = request.getHeader(userIDHeaderAttribute); | | if ((userIDHeaderValue != nul

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

2007-07-11 Thread amitev
BTW i suggest something similar to be putted in a sample project View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062924#4062924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062924 __

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

2007-07-11 Thread amitev
So i have to outject #{project} i page scope like @Out(scope=PAGE) ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062923#4062923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062923 __

[jboss-user] [JBoss Seam] - Re: org.jboss.seam.web.isUserInRole issue

2007-07-11 Thread lcoetzee
Hmmmseems the names have changed. Changing: #{org$jboss$seam$web$isUserInRole['ServiceTopicManager']} into #{isUserInRole['ServiceTopicManager']} Solves the problem. L View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062921#4062921 Reply to the post :

[jboss-user] [Beginners Corner] - Re: SQLGrammarException after deploy

2007-07-11 Thread uygarmetu
Sorry guys, I discovered that it is not related to JBoss, but it is related to the version of my database tables. I updated my database and the problem disappeared. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062920#4062920 Reply to the post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: SQLGrammarException after deploy

2007-07-11 Thread uygarmetu
Sorry guys, I discovered that it is not related to JBoss, but it is related to the version of my database tables. I updated my database and the problem disappeared. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062919#4062919 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Persistence Exception

2007-07-11 Thread uygarmetu
Sorry guys, I discovered that it is not related to JBoss, but it is related to the version of my database tables. I updated my database and the problem disappeared. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062918#4062918 Reply to the post :

[jboss-user] [JBoss Seam] - Re: EntityHome usage recommended?

2007-07-11 Thread denis-karpov
What ever you do, you will need some functionality in your application that is already in EntityHome. At least, I suggest you to examine sources of it and catch the ideas and approaches . Then you can try to reuse it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [EJB 3.0] - Persistence Exception

2007-07-11 Thread uygarmetu
Hi guys, I am developing a small enterprise application using EJB3.0 and JSF, and I plan to use JBoss as my AS. I use Oracle's JDeveloper as my IDE at the moment and my DB is Oracle DB. When deploying my application with JDev's embedded OC4J AS, everything works fine, there is not any problem.

[jboss-user] [JBoss Seam] - org.jboss.seam.web.isUserInRole issue

2007-07-11 Thread lcoetzee
Hi, with this mornings update of Seam (Wed Jul 11 07:56:18 SAST 2007) it seems as if the isUserInRole functionality has stopped working. I see the following in the log file: | 2007-07-11 12:28:26,092 INFO [org.jboss.seam.init.Initialization] two components with same name, higher precedence

[jboss-user] [JBoss Seam] - Re: Nested conversations - potential bug in Manager.beginNes

2007-07-11 Thread enzhao
There are a lot of nested conversations in my application and I've been struggling with the conversation states for days (especially when a son conversation begins exactly inside a method which is annotated as @End in the mother conversation). This fix can help me enormously, I'm really look

[jboss-user] [JBoss AOP] - Re: jboss aop

2007-07-11 Thread [EMAIL PROTECTED]
The best thing to do is probably to take a look at how the AspectXMLLoader translates the xml into the different internal representations http://anonsvn.jboss.org/repos/jbossas/projects/aop/trunk/aop/src/main/org/jboss/aop/AspectXmlLoader.java View the original post : http://www.jboss.com/index.

[jboss-user] [Messaging, JMS & JBossMQ] - Re: which version of JMS is supported by JBoss 4.2...?

2007-07-11 Thread [EMAIL PROTECTED]
Maybe (just maybe) this question has been asked and answered before? e.g. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=109321 Or maybe you are the only person in the world that has had that problem? Unlikely if it is a real problem. Anyway, I've started a whole new FAQ for 4.2.x on th

[jboss-user] [JBoss/Spring Integration] - Re: jboss-spring.xml beans location

2007-07-11 Thread alesj
:-) Initially I've used AOP interceptor defined in ejb3-interceptors-aop.xml (or some similar name). So I didn't have to worry about setting this EJB3 style interceptor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062908#4062908 Reply to the post : http

[jboss-user] [JBoss Portal] - Re: CMS portlet customization HELP

2007-07-11 Thread shtainberg
Yep, i restarted. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062907#4062907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062907 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Portal] - Re: Problems with Dashboard on 2.6 GA

2007-07-11 Thread angelo.dangelo
yes, I'm using Oracle Database 10g Express Edition Release 10.2.0.1.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062906#4062906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062906 _

[jboss-user] [JBoss/Spring Integration] - Re: jboss-spring.xml beans location

2007-07-11 Thread loumaus
My fault .. sorry .. forgot to add this magic line: @Interceptors(SpringLifecycleInterceptor.class) greetings and thanks for your patience View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062905#4062905 Reply to the post : http://www.jboss.com/index.html?mod

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

2007-07-11 Thread [EMAIL PROTECTED]
As I said [EMAIL PROTECTED] wrote : I don't believe the EJB3 spec allows you to serialize SFSBs out of the container. You could just make it a regular Seam JavaBean component. So, to clarify. No, you can't put an SFSB in PAGE scope. Yes, you can put an entity into PAGE scope. View the origi

[jboss-user] [EJB 3.0] - Re: Datatype mapping to Oracle datatypes

2007-07-11 Thread Darquerus
Is there a general way to define my own datatype mappings? I cannot set on 250 attributes the annotations for the datatype and the length per hand. ^^ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062901#4062901 Reply to the post : http://www.jboss.com/ind

[jboss-user] [EJB 3.0] - Deploying EJB3.0 Project in jboss-5.0.0.Beta2

2007-07-11 Thread AnuSree
Hai all, I'm using jboss-5.0.0.Beta2 and Eclipse 3.3.0 . I'm using Add or Remove project feature (Right clicking server view) of Eclipse for deployment. while deploying EJB3.0 project the Eclipse console shows the project is deployed correctly without any error. But when running the project t

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
Great ! Thanks a lot ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062897#4062897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062897 ___ jboss-user mailing list jboss-us

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

2007-07-11 Thread amitev
I tried to set the scope of the backing bean (SFSB) to PAGE, than i got the exception :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062893#4062893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062893 _

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread cpage
i'm on it. i will try with the last driver and i'm looking to the generated SQL request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062892#4062892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062892

[jboss-user] [Security & JAAS/JBoss] - How declare user type inside ejb-jar.xml !!!!

2007-07-11 Thread changemylife
Hi all! I use jboss-4.0.5.GA, EJB 3.0. I have a problem with declare permissions in ejb-jar.xml file: I have a BeanA, and it has method public void print(myObject tmp); So, inside my ejb-jar.xml, how I declare print method ? |Physician | |BeanA | print

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.BETA1 & Ajax4JSF 1.1.1 problem (bug?)

2007-07-11 Thread [EMAIL PROTECTED]
p2auljr - please try against CVS. msystems - thanks for the test case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062889#4062889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062889

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
Oracle driver, what a surprise. One day they will learn to write a proper jdbc driver and we will all be happy. We are all quite busy with other issues, do you have some time to look deeper into that problem ? That would help us a lot. View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss/Spring Integration] - Re: jboss-spring.xml beans location

2007-07-11 Thread loumaus
hi alesj .. if i post you a properly logfile ... and provide you some excerpts of the code .. would you be able to help me solving the problem .. fact for me is: 1. my spring package gets properly deployed during deployment.. implementing the ApplicationContextAware interface in my serv

[jboss-user] [JBoss Portal] - Re: Problems with Dashboard on 2.6 GA

2007-07-11 Thread cpage
are you using an Oracle DB ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062883#4062883 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062883 ___ jboss-user mailing list jb

[jboss-user] [EJB/JBoss] - Re: CORBA DSI server under JBoss

2007-07-11 Thread lzap
Oh it seems the JMX module is the only way to create services under JBoss. Sorry for my strange posts... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062882#4062882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40628

[jboss-user] [JBoss Portal] - Re: CMS portlet customization HELP

2007-07-11 Thread [EMAIL PROTECTED]
do you restart JBoss AS after deploying the cms portlet ? i don't think it hot-redeploys too well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062880#4062880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062880 ___

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread cpage
ok, the news: the bundle version works perfectly with HSQL but i have the same problems with an Oracle DB. (driver: oracle-10.2-classes14.jar) i look into the table JBP_OBJECT_NODE, and some informations are missing: i don't have any line about dashboard : dashboard:myUser . everything is m

[jboss-user] [JBoss Seam] - Re: Client side validation - how to update error messages?

2007-07-11 Thread [EMAIL PROTECTED]
Not with Seam. Perhaps with Ajax4jsf - ask on the ajax4jsf forum :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062878#4062878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062878 __

[jboss-user] [JBoss Seam] - Re: Seam 2 B1 - Ending a process instance fails.

2007-07-11 Thread [EMAIL PROTECTED]
It's a build from about 1 week before 3.2.1.GA was released I think (3.2.1.GA wasn't released in time for our BETA). Seam 2.0.0.CR1 should have 3.2.1.GA in. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062876#4062876 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: Problems with seam and icefaces (sending emails)

2007-07-11 Thread shasho
We have different problems . He got "java.lang.NullPointerException... I got "No Factories configured for this Application.. " Looking at previous posts in this forum I suspect that my problem is Jboss configuration problem His example is taken from the seam examples. The only different

[jboss-user] [JBoss Portal] - Re: CMS portlet customization HELP

2007-07-11 Thread shtainberg
I allready tried it: rm -Rf JBOSS_INSTALL_DIR unzip the binaries and than deploy for the cms portlet i played with. Am i missing something ? Any debug idias i can use ? 10x! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062874#4062874 Reply to the post : ht

[jboss-user] [JBoss Seam] - Re: seam v2.0beta takes ages to start on WebSphere v6.1.0.9

2007-07-11 Thread [EMAIL PROTECTED]
Oops. Ok, I think this is because we started parsing ejb-jar.xml in Seam2, which, if it has a dtd in it, we will attempt to resolve. I've pinged Norman. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062873#4062873 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Problems with seam and icefaces (sending emails)

2007-07-11 Thread shasho
The only thing that I changed in the application I downloaded from www.mimuw.edu.pl/~barter/exampleear.zip is the definition of http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062867#4062867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40628

[jboss-user] [JBoss Seam] - Re: Problems with seam and icefaces (sending emails)

2007-07-11 Thread [EMAIL PROTECTED]
The application kosl put up at that address is a test case to show me where the problem is. Yes, it doesn't work. It's not supposed to work! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062870#4062870 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Tools (users)] - JBossTools with Eclipse v3.3.0

2007-07-11 Thread rpalmer
Hi, I have tried with several of the JBoss Tools nightly builds and as yet have not been able to get any options for adding a JBoss server so I can start and stop JBoss within eclipse and help with debugging etc. I know that the main feature I need for this is the "JBoss AS Tools" part but I c

[jboss-user] [JBoss Seam] - Re: Class type issue

2007-07-11 Thread lcoetzee
Hmm... trying: | Class deproxied = org.hibernate.Hibernate.getClass(clazz); results in : Executing deproxy on csir.structure.par.Topic_$$_javassist_21 -->java.lang.Class which is not quite what I had in mind ;-). I need to get the subclass of Topic. L View the original post : http://www

[jboss-user] [JBoss Portal] - Re: CMS portlet customization HELP

2007-07-11 Thread [EMAIL PROTECTED]
It seems that you played and destroyed stuff from JBoss AS, your errors mentionned here don't seem related. I would suggest that you reinstall JBoss AS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062865#4062865 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBossWS] - Jboss ws - Access data from a table

2007-07-11 Thread leo5abi
Hello, I am building a WS using JBOSS WS to access data from a Oracle Table. I created an Entity bean to acces the Table and then use a stateless session bean to control the EB and also use it as a webservice Endpoint. When i try to fetch all records from table (approx 1500 records) using Webs

[jboss-user] [JBoss Seam] - Re: Problems with seam and icefaces (sending emails)

2007-07-11 Thread kosl
You ned to install all the applications that are usually deployed with the mail example. Furthermore you should configure your smtp server in WEB-INF/components.xml file. Hope this helps. Cheers, k. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062863#4062

[jboss-user] [JBoss Seam] - Seam 2.0 beta ResourceBundle

2007-07-11 Thread Kruno
Could someone please explain: What is the difference between: org.jboss.seam.core.ResourceBundle and org.jboss.seam.international.ResourceBundle View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062862#4062862 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss jBPM] - [bpel] Information about a deployed process

2007-07-11 Thread rainstar79
Hi, I want to get more information about my process running on the bpel engine, e.g. displaying details on a website about the execution of a certain BPEL process. Is this possible via the jbpm API? I created the following Code Snippet, but the jbpmContext instance is always null: | JbpmConte

[jboss-user] [JBoss Seam] - Re: Class type issue

2007-07-11 Thread [EMAIL PROTECTED]
There is a method call in Hibernate, somewhere, perhaps a static method on the class named Hibernate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062860#4062860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062860

[jboss-user] [EJB/JBoss] - Re: CORBA DSI server under JBoss

2007-07-11 Thread lzap
I mean enterprise application client instead of EJB stateless session bean. EJB bean cannot include corba services because is created by the client... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062858#4062858 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Messaging] - which version of JMS is supported by JBoss 4.2...?

2007-07-11 Thread MuhammedRafi
Hi Anyone please tell me the compatible version of JMS for JBoss AS 4.2, I have used JMS 1.1 and encountered some exceptions so please suggest me in this regard.. thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062857#4062857 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Class type issue

2007-07-11 Thread lcoetzee
I have made some progress with your suggestion.. (e.g. implemented a facelets function). Unfortunately the getEntityClass returns the base class and not the inherited class.. e.g | Executing deproxy on csir.structure.par.Topic_$$_javassist_226 -->csir.structure.par.Topic In this case the d

[jboss-user] [JBossWS] - Re:

2007-07-11 Thread palin
"chris05atm" wrote : 22:03:04,797 WARN [PolicyMetaDataBuilder] Cannot get service '{xmlapi_1.0}FindImplService' from the given wsdl definitions! Eventual policies attached to this service won't be considered. | | | This is actually a warning; it says that the policy deployer was not abl

[jboss-user] [JBoss Portal] - Re: CMS portlet customization HELP

2007-07-11 Thread shtainberg
There is a hsqldb-ds.xml file in server/default/depoloy ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062854#4062854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062854 _

[jboss-user] [JBoss Portal] - Re: Curious Bug in 2.6 GA - Adding window properties

2007-07-11 Thread nystaa
DIDO ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062853#4062853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062853 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Seam] - Re: java.lang.out of memory error permgen space

2007-07-11 Thread alexeinov
"saeediqbal1" wrote : Is it safe to use JRockit with Seam?Thanks. What is "safe"? I'm using JRockit with Seam, it works. It cannot solve memory leak problems that exist in your application, container or libs though. JRockit survives longer if a ClassLoader is leaking because it holds all alloc

[jboss-user] [EJB/JBoss] - Minimal configuration with IIOP

2007-07-11 Thread lzap
Hello, I would like to have the minimal server configuration with JBoss IIOP JMX module. It depends on Naming service according to the deployment descriptor but I am getting NoClassDefFoundException: javax.ejb.spi.HandleDelegate. What JMX modules should I install to have the minimal configurati

[jboss-user] [EJB/JBoss] - Re: CORBA DSI server under JBoss

2007-07-11 Thread lzap
Yes this is very good idea, I would like to reuse JBoss ORB. Ok I will look at the corba naming service but I still have a questions: a) should I develop JMX module or EJB stateless session bean with only one instance allowed? the second option is giving portability to other EJB servers... b)

[jboss-user] [JBoss jBPM] - Re: task instance in start state

2007-07-11 Thread kukeltje
it is indeed not in the docs and maybe it should be possible to have a swimlane at a start task. IMO it should be possible. So please file a jira issue for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062845#4062845 Reply to the post : http://www.j

[jboss-user] [JBoss jBPM] - Re: Problem with multiple end-states

2007-07-11 Thread kukeltje
"estaub" wrote : "kukeltje" wrote : multiple end states are not supported afaik | | Ronald, | Are you sure? Why? | I thought I remembered someone doing this before and not getting it to work, but since Koen says it should work, it might (my AFAIK was added because I was not compl

[jboss-user] [JBoss Portal] - Re: Curious Bug in 2.6 GA - Adding window properties

2007-07-11 Thread [EMAIL PROTECTED]
I can reproduce it. Do you mind filing a Jira ? http://jira.jboss.com so that we don't forget to look at fixing it. Thanks for the report ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062843#4062843 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [EJB/JBoss] - Re: CORBA DSI server under JBoss

2007-07-11 Thread [EMAIL PROTECTED]
You have mix things up. If you want to create a corba server object using whatever technique (e.g. DSI), the jboss/ejbs/invokers have nothing to do with it. You can just reuse the ORB (i.e. jacorb) that already exists in jboss to create your corba server object, and wrap it with a JMX mbean so

[jboss-user] [JBoss Seam] - Re: PermGen Space reaching Maximum Limit

2007-07-11 Thread alexeinov
I experimented hot deploying jboss-seam-booking demo to the standard installation of jems-installer-1.2.0.GA (JBoss 4.0.5) I tried Seam 1.1.6.GA and 1.2.1.GA; in both cases I observed growing allocated PermGen memory, a growing number of loaded classes, and finaly OutOfMemory. View the original

[jboss-user] [JBoss jBPM] - Re: start-state

2007-07-11 Thread kukeltje
Koen, thanks. I knew there was something like this, but could not find it A jira issue for adding this to the docs should be filed I think,. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062840#4062840 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss jBPM] - Re: How is done the authentication for the JBPM console ?

2007-07-11 Thread kukeltje
java:/jaas/jbpm is defined in login-config.xml. The < security-domain> in jboss-web.xml tells jboss to use this specific config (so the query defined in login-config.xml is used) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062838#4062838 Reply to the pos

<    1   2   3   4   >