[jboss-user] [JBoss Tools (users)] - Re: How to get the source code?

2009-05-06 Thread nickboldt
I can think of a lot of words for the ongoing problems with hibernate.org... though all are NSFW. :) The site is up at the moment. Enjoy it while you can before it disappears again. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228821#4228821 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Probelm webapp deplotment in JBoss 5 with user session persi

2009-05-06 Thread apache605
Hi Please help me to solve this issue. i am trying to deploy web application with session persistence JDBC storage in oracle database table. when i am using the below code in the context.xml file in JBoss 4.2.1.GA it sotres perfectly the user session object in to database table.

[jboss-user] [EJB 3.0] - Re: EJBTHREE-1800

2009-05-06 Thread henrikthuesen
I am working on the same project as hilmer, and I would like to answer the above questions: We currently have about 290 stateless session beans and no other kind of beans. Most of them have references via @EJB to 1-4 other beans. We have about 5 servlets and some special beans, which have more

[jboss-user] [JNDI/Naming/Network] - Re: JNDI lookup for failed!

2009-05-06 Thread rajeshhanu
Hi kiran, thanks for ur replay. i tried both ports 8080, 1099 also. but i got same error. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228825#4228825 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228825

[jboss-user] [JBoss Portal] - how to create own theme for jboss portal 2.7.0

2009-05-06 Thread pooja.ambre
Hi friends, how to create our own theme for the portal from scratch plz help me out thanks regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228827#4228827 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228827

[jboss-user] [EJB 3.0] - Re: Authorization failure when accessing a data source from

2009-05-06 Thread japase
It helped thanks! The application is working now (but, of course, still with the suggested work around for EJB deployment order, i.e. with the mappedName attribute) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228831#4228831 Reply to the post :

[jboss-user] [Clustering/JBoss] - Problem in JBoss 5 clustering

2009-05-06 Thread apache605
Hi i am trying to impl. the clustering in JBoss 5.0.0.GA with two nodes on two different system. the configuration called node1 and node2 . System A (node1) - 192.168.1.140 System B (node2) - 192.168.1.141 i am staring the two instances to form the cluster with the below command run.bat -c

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2009-05-06 Thread chairill
jaikiran wrote : anonymous wrote : :/usr/jboss/jboss-5.0.0.GA/server/default/deploy/application1.ear/webapp1.war/WEB-INF/classes/META-INF/application.xml | | Looks like you have the application.xml at the wrong place (WEB-INF/classes/META-INF/application.xml). The application.xml should be

[jboss-user] [EJB 3.0] - Re: EJB jar cannot be deployed as a library (JBoss 5.0.1.GA)

2009-05-06 Thread jaikiran
anonymous wrote : org.jboss.deployers.spi.DeploymentException: Error deploying subscription.ear: Container jboss.j2ee:ear=subscription.ear,jar=application.ear,name=AnswerDAOImpl,service=EJB3 1) It's strange that the log mentions jar=application.ear. Is there an application.ear inside the

[jboss-user] [JBoss Tools (users)] - Re: Jboss Seam tool for eclipse issue

2009-05-06 Thread akazakov
Or just move your sources from src/hot to src/main folder. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228839#4228839 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228839 ___

[jboss-user] [EJB 3.0] - Re: Authorization failure when accessing a data source from

2009-05-06 Thread jaikiran
japase wrote : | The application is working now | Good to know :) japase wrote : | (but, of course, still with the suggested work around for EJB deployment order, i.e. with the mappedName attribute) | We are working on that part. View the original post :

[jboss-user] [JBoss Portal] - Re: user role and several portals

2009-05-06 Thread bilou690
hello, thanks for your response. anonymous wrote : | If you don't add a protocol to the URL, your browser is probably trying to resolve the href as a relative path. | how can i add this protocole please? thank you again bilel View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Which folder does hibernate.jar, hibernate-annotations.j

2009-05-06 Thread jaikiran
ezanih wrote : BTW what IDE do you use ? You have not used Eclipse before ? How do you do your Java/JEE programming then ? | I do use Eclipse, but just as a plain code editor. I don't use it (or any other plugins) for packaging the application or deploying to the server :) I use Ant (or

[jboss-user] [Beginners Corner] - Re: Web Application Context Logging (log4j) Question

2009-05-06 Thread jaikiran
This is the right forum :) Are you packaging any log4j jars with your application? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228847#4228847 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228847

[jboss-user] [EJB 3.0] - Re: EJBTHREE-1800

2009-05-06 Thread jaikiran
Thanks for this information, henrikthuesen. How much time does this application take to deploy on JBossAS-5.1.0 CR1? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228848#4228848 Reply to the post :

[jboss-user] [JBoss Portal] - Logout with expired session requires login twice

2009-05-06 Thread apa99
Hi, I am having problem when logout button is hit and also the session is expired. In my header.jsp, I have the following line for logout action: a href=/portal/signout?location=/portal/portal/myPortalLogout/a This redirects me to my login page, but requires me to login twice. When I first

[jboss-user] [JBoss Portal] - Re: user role and several portals

2009-05-06 Thread bilou690
thank you so much apemberton i add (http://) before the url and it's ok bye and thank you again bilou690 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228852#4228852 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBC Cache loader error - Unable to build interceptor ch

2009-05-06 Thread sridhar_ratna
still i am getting the same error View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228856#4228856 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228856 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router

2009-05-06 Thread amardeep21
Hi, We are starting jboss using -b option. ./run.sh -c vpn -b vpnip ./run.sh -c static -b staticip So, bind address should be of VPN node and connection should go to VPN IP :5446 instead if keep trying on STATIC IP:5446 One thing to notice was the jndi lookup goes to VPN IP but why it slips to

[jboss-user] [JBoss Portal] - Re: Problem with PortletSession

2009-05-06 Thread je.a.le
you should look for PortalEventListener. when user login, logout or session expire, your listener will get a callback. You can set your portalsession attribute here. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228867#4228867 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Which folder does hibernate.jar, hibernate-annotations.j

2009-05-06 Thread ezanih
Jaikiran: Many thanks !!! I cannot thank you enough !!! Thank you !!! Thank you !!! Thank you !!! I just realized that up till today, I have been WRONGLY copying all the physical files and messing up my JBoss AS server's libraries. Unbelievable!!! I cannot believe how I ended up in this mess

[jboss-user] [JBoss Portal] - Re: Handling PortalSessionEvent.SESSION_DESTROYED event

2009-05-06 Thread je.a.le
Why not using a portalsession attribute ?? login - set logout or session expired - unset in your portlet, redirect to the appropriate jsp according of this attribute state. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228871#4228871 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - org.hibernate.SessionException: Session is closed!

2009-05-06 Thread rosariogeorge
Hi, Our server is throwing org.hibernate.SessionException: Session is closed! on everyday same time we cannot send the mails to our customers after there registration payments. org.hibernate.exception.GenericJDBCException: Cannot open connection ERROR

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - org.hibernate.SessionException: Session is closed!

2009-05-06 Thread rosariogeorge
Hi, Our server is throwing org.hibernate.SessionException: Session is closed! on everyday same time we cannot send the mails to our customers after there registration payments. org.hibernate.exception.GenericJDBCException: Cannot open connection ERROR

[jboss-user] [JBoss Portal] - Re: user role and several portalsls

2009-05-06 Thread rosariogeorge
hello, thanks for your response. anonymous wrote : | If you don't add a protocol to the URL, your browser is probably trying to resolve the href as a relative path. | how can i add this protocole please? thank you again bilelis protocole please? thank you again bilel View the

[jboss-user] [JBoss jBPM] - Re: Is mail blocking?

2009-05-06 Thread frinux
Ok it seems my ActionHandler was wrong. But now another problem. It seems jBPM wants to log the exception in the database, and that tjis exception is too long for mysql column : 106375 [http-8080-Processor23] WARN org.hibernate.util.JDBCExceptionReporter - SQL Error: 0, SQLState: 22001 |

[jboss-user] [EJB 3.0] - Re: EJBTHREE-1800

2009-05-06 Thread hilmer
Hi The time on my machine using the CR1 version of ejb3-interceptors-aop.xml is 37sec With the trunk version of ejb3-interceptors-aop.xml the time is 33sec, so it is a 10% speedup. --Soren View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228883#4228883 Reply

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Mails are not sending!!!

2009-05-06 Thread rosariogeorge
Hi, We are sending welcome mails to our customer after there registration, but for the past 10days the mail sending functionality is not working in the live server, but its working fine in the local server[testing server]. Is there any change required in jboss-ds.xml.

[jboss-user] [EJB 3.0] - Re: EJBTHREE-1800

2009-05-06 Thread jaikiran
Thanks for the info. Not much improvement with this single change. We are currently working on various issues related to EJBTHREE-1800. Will keep that JIRA updated. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228886#4228886 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: huge memory usage problem

2009-05-06 Thread manik.surt...@jboss.com
There is a lot of overhead in maintaining the tree structure. The overhead varies with the type of data stored, and if you have a lot of small key/value pairs then the overhead increases quite significantly. This is one of the motivations for starting the Infinispan [1] project. One thing

[jboss-user] [JBoss Cache: Core Edition] - Re: How to access multiple jboss cache instances

2009-05-06 Thread manik.surt...@jboss.com
Try smaller transactions? Add more memory? :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228892#4228892 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228892 ___ jboss-user

[jboss-user] [EJB/JBoss] - Ejb Timer problem: Timer wakes up late when set for long int

2009-05-06 Thread renjith4
Hi everyone, We had a problem with the ejb timers waking up late (almost 2 minutes) while being set for long interval (say 1 month) . Has anyone experienced any similar lag . I searched in several forums and couldn't find any body having similar problems. When the timer is set for few minutes

[jboss-user] [JCA/JBoss] - How to change datasource properties using java client code ?

2009-05-06 Thread chetanchatwani
Hi , We have server/profile called ejbServer which contain datasource as BizLogicDS, we want to change the properties(such as URL, username, password, driver class etc.) for same using java client code and persist new values. Can someone help for same with required pointers to documents

[jboss-user] [Clustering/JBoss] - Facing Reincarnation Error?

2009-05-06 Thread jtcnz
I am using JBoss 4.0.3SP1 (shipped with JGroups 2.2.7) to combine a cluster with 3 nodes on Win 2003, basing on JDK1.4.2_17. I configured a TCP stack for underlying communication. Both in cluster-service.xml tc5-cluster-service.xml. See following: Config | TCP

[jboss-user] [EJB/JBoss] - Re: xercesImpl conflict: How to isolate an EAR deployment

2009-05-06 Thread jaikiran
#2 is what i do for my apps. Can you post your configs? And also the entire exception stacktrace? Also list the jars that you are packaging and the place where they are within the EAR. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code

[jboss-user] [Clustering/JBoss] - Re: Facing Reincarnation Error?

2009-05-06 Thread b...@jboss.com
Yes, this is most likely a reincarnation error: the time to detect a crash (in FD) and exclude the crashed member is 46.5 seconds, so when you kill and restart a node within ~ 46 secs, that node will get the same port and be reincarnated. Workarounds (besides using 2.8): - Add FD_SOCK as

[jboss-user] [JBoss Cache: Core Edition] - jdbc cacheloader configuration prgramatically

2009-05-06 Thread sridhar_ratna
i am trying to configure jdbc cache loader dynamically. but its giving ConfigurationException public class CacheLoaderUtil { | public static NodeString, Object getCacheNode(int dataNodeNo) { | CacheString, Object cache = createCacheFactory(dataNodeNo); |

[jboss-user] [JBoss Messaging] - JMS Porting from SUN Java Application Server to JBOSS

2009-05-06 Thread meet_ravip
How JMS Implementation is differ in JBoss than SUN Java Application Server?.What are all the relavant jar files to be replaced instead of j2ee.jar,imq.jar provided by SUN? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228931#4228931 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate Porting from Sun Java Application Server(JES) to J

2009-05-06 Thread meet_ravip
Any link or document to smoothly port the Hibernate applications running on Sun Java Application Server to JBoss.is there any limitation or known issues on JBoss Hibernate API's while porting from generic hibernate application?.We have used Hibernate Synchronizer for generating the mapping

[jboss-user] [JBoss Messaging] - Re: JMS Porting from SUN Java Application Server to JBOSS

2009-05-06 Thread jmesnil
have a look at the documentation for a list of the required jars: http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.3.GA/html/installation.html#inst.remoteclient View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to create/bound the JNDI names globally for hibernate Se

2009-05-06 Thread meet_ravip
I am new to jboss(but not app server domain) and tried running the examples in the below link. Ref:- http://docs.jboss.org/jbossas/getting_started/v5/html/hibernate.html When i ran the example i am getting the exception saying that NamingException: hibernate not found. When i analyse the issue

[jboss-user] [JNDI/Naming/Network] - How to create/bound the JNDI names globally for hibernate Se

2009-05-06 Thread meet_ravip
I am new to jboss(but not app server domain) and tried running the examples in the below link. Ref:- http://docs.jboss.org/jbossas/getting_started/v5/html/hibernate.html When i ran the example i am getting the exception saying that NamingException: hibernate not found. When i analyse the issue

[jboss-user] [JBossWS] - Jax-RPC WS Implementation in JBoss

2009-05-06 Thread meet_ravip
Hi, We were using the Jax-RPC based Web Service Implementation in Sun Java Application Server.Now we are planning to port it to JBoss application server.So is there any limitation on using Jax-RPC webservice implementation in JBoss?.For wsdl2java approach can we use wsconsume tool for

[jboss-user] [JBoss Cache: Core Edition] - Custom column in jbosscache table and Custom Loading from pe

2009-05-06 Thread challasreedhar
I am working on integration of jbosscache and gridgain. While using JDBCCacheLoader , the current implementation contains three columns (FQN,VALUE,PARENT) Is it possible to have a userdefined column (say LoadKey) which can have some user defined value (say an integer value) which can be

[jboss-user] [JBoss jBPM] - Re: We need some setter methods to integrate jBPM4 with spri

2009-05-06 Thread kukeltje
In svn, there is a branche called ainze (http://fisheye.jboss.com/browse/JbpmSvn/jbpm4/branches/ainze/) where spring integration in a broad way is developped. Have a look there to see if that already comes close to what you need. View the original post :

[jboss-user] [JBoss jBPM] - Re: Is mail blocking?

2009-05-06 Thread kukeltje
anonymous wrote : Ok it seems my ActionHandler was wrong. Would be nice (for others to learn if they encounter the same issue) to report what was wrong anonymous wrote : But now another problem. It seems jBPM wants to log the exception in the database, and that tjis exception is too long for

[jboss-user] [JBoss jBPM] - Re: Is mail blocking?

2009-05-06 Thread kukeltje
Sorry, MySQL I see it now... hmm... still it belongs in a new topic... ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228958#4228958 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228958

[jboss-user] [JBoss Messaging] - JBossAS 5.1.0CR1 JBoss-messaging jboss-remoting

2009-05-06 Thread radimchatkalahari
I'm just trying out release candidate jbossAS5.1.0CR1 and I have 2 questions: 1) There is version 1.4.3 of of jboss-messaging inside this JBossAS release, but I didn't found such a version at jboss-messaging download section... 2) There is version 2.5.1 of jboss-remoting inside this JBossAS

[jboss-user] [JBoss Cache: Core Edition] - Re: Custom column in jbosscache table and Custom Loading fro

2009-05-06 Thread manik.surt...@jboss.com
Sure - you could have your own cache loader impl that does that. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228962#4228962 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228962

[jboss-user] [JBoss jBPM] - Installing jPDL4 GPD

2009-05-06 Thread Setya
Hi all, I try to install jPDL4 GPD Beta 1 using local update site into Eclipse Ganymede but it always throws : Cannot find a solution satisfying the following requirements Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.emf.common/[2.4.0.v200902171115,2.4.0.v200902171115]].

[jboss-user] [JBoss Tools (users)] - Re: java.lang.IllegalAccessError when trying to open pages.x

2009-05-06 Thread max.ander...@jboss.com
That is not the latest *released* version. Please use a 3.0.0.GA-R Recent nightly builds requires Galileo/Eclipse 3.5 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228976#4228976 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: java.lang.IllegalAccessError when trying to open pages.x

2009-05-06 Thread max.ander...@jboss.com
btw. where did you download this build from ? (specific link if possible since this looks like a build that should not exist) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228978#4228978 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Problem with Ejb3PropertyGetAnnotation.ftl

2009-05-06 Thread max.ander...@jboss.com
ah - that explains it ;) thanks for letting me know since I were getting crosseyed trying to reproduce it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228980#4228980 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228980

[jboss-user] [JBoss Tools (users)] - Re: How to get the source code?

2009-05-06 Thread max.ander...@jboss.com
pouncilt - hibernate.org have been back up for a while now. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228982#4228982 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228982 ___

[jboss-user] [Management, JMX/JBoss] - Re: FileNotFoundException for some files inside SARs

2009-05-06 Thread peter899
This bug was solved in version 1.6.1 Check the issue: http://jira.opensymphony.com/browse/QUARTZ-577 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228983#4228983 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4228983

[jboss-user] [JBoss Tools (users)] - Re: java.lang.IllegalAccessError when trying to open pages.x

2009-05-06 Thread GermanDev
that version has been downloaded by Eclipse Auto Updater from http://download.jboss.org/jbosstools/updates/nightly/trunk/. I thought that this has to be the lastest (stable) version because of that. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228984#4228984

[jboss-user] [J2EE Design Patterns] - Deploying .sar

2009-05-06 Thread hrast200
Hello! I have .ear (project) and .sar (service) files on my test server and everything is going great. .sar file contains two simple services which are time activated every hour and are working great, but when I deploy them on my production server, only first service is triggered. The second

[jboss-user] [Beginners Corner] - Re: Cant deply an .ear file into the JBOSS.

2009-05-06 Thread Wolfgang Knauf
Hi, seems your application.xml is empty. If present, is has to contain at least one module element (see PeterJ's sample above). But as Jaikiran said: it is at the wrong place if contained in WEB/classes/META-INF! It has to be part of the EAR file/directory (but JBoss 5 doesn't need it). Best

[jboss-user] [Advanced Documentation] - Tomcat 6 project to Jboss 5.0

2009-05-06 Thread atdavie
what is the best approach for setting up server level parameters using Jboss In tomcat I would simply set stuff up in conf/context.xml. This doesnt seem to work in the Jboss tomcat configuration... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228992#4228992

[jboss-user] [JBoss Tools (users)] - Re: java.lang.IllegalAccessError when trying to open pages.x

2009-05-06 Thread max.ander...@jboss.com
if you want stable use the stable update site not our nightly builds which is as bleeding edge as anything. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4228993#4228993 Reply to the post :

[jboss-user] [JBoss Portal] - Performance Issue with JBP2.7.1; Any workaround??

2009-05-06 Thread vivek_saini07
I observed that Hibernate layer is firing unnecessary queries to DB. This is observed in getPortal(String name) method of ContextImpl class. This method called from getDashboard(User user) method of CustomizationManagerService. I put following sop in getPortal(String name) method. |

[jboss-user] [JBoss Portal] - Re: user role and several portals

2009-05-06 Thread bilou690
bilel is not a protocole ;) it's my nickname ... bye View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229005#4229005 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229005 ___

[jboss-user] [JBoss Portal] - Re: Logout with expired session requires login twice

2009-05-06 Thread apa99
Adding information about the enviroment: JBoss AS : 4.3.0 GA JBoss Portal : 2.6.4 Database : Oracle 10g View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229020#4229020 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229020

[jboss-user] [JBoss Tools (users)] - Re: Jboss Seam tool for eclipse issue

2009-05-06 Thread quintenjiang
Thank you, it can switch to default output via configuration Currently I am using Granites to develop, it generate AS code under src/main folder (Entity class), it is why I can not move class under src/hot(bean) into main folder. View the original post :

[jboss-user] [JBoss Portal] - Re: Performance Issue with JBP2.7.1; Any workaround??

2009-05-06 Thread thomas.he...@jboss.com
You should try the project trunk or EPP 4.3 CP01, there was some fixes in that domain View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229002#4229002 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229002

[jboss-user] [JBoss Tools (users)] - Re: Automatic republish don't work

2009-05-06 Thread ngabe81
Thank you for your advise. I've tried it out but it don't have any effect. Same behavior as previous: the old functionality of the session bean is already active. I don't know if I click the right button. It has the tooltip touch decriptors. I'm a absolute beginner in EJB and JBoss so that I

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-06 Thread wurzelbutz
i know that the Taskinstance has leaving transitions (hasLeavingTransition(ext_transition) returns true). Transition tr=ti.getTask().getTaskNode().getLeavingTransition(ext_transition); finds the correct transition. It just seems as jbpm has troubles following it. As i said ending a

[jboss-user] [JBoss Tools (users)] - Re: Jboss Seam tool for eclipse issue

2009-05-06 Thread akazakov
I don't know what is Granities but if you need to point Seam Wizards to generate Entities to src/main you can do it in Seam Settings Project view (See Project Properties for your Seam project). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229016#4229016

[jboss-user] [JBoss jBPM] - Trying to catch SMTP exception, but leads to SQL exception..

2009-05-06 Thread frinux
Hi, I'm trying to catch the exception thrown when the SMTP fails. I added an exception handler to my mail node : exception-handler exception-class=java.lang.Exception | action name=InvalidEmailAddressExceptionHandler

[jboss-user] [JBossWS] - Re: EJB injection doesn ’t work in Web Service s in

2009-05-06 Thread richard.opa...@jboss.com
The feature is implemented and will be available in next JBossWS/JBossAS release. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229022#4229022 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229022

[jboss-user] [JBoss Messaging] - Re: JBossAS 5.1.0CR1 JBoss-messaging jboss-remoting

2009-05-06 Thread gaohoward
question 1) -- 1.4.3 is specific for jboss AS 5, usually we don't provide a download. But you can have this version at svn: https://svn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_3_GA question 2) -- 1.4.3.GA has been tested specifically against remoting 2.5 in order to be released for

[jboss-user] [EJB 3.0] - Re: Service bean and concurrency access

2009-05-06 Thread xmedeko
Well, I have found out, that the bussines methods mey be called from diferent threads. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229019#4229019 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229019

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-06 Thread kukeltje
try using something like ti.getTask().getTaskNode().hasLeavingTransition(ext_transition); which returns a boolean. Also just signalling it with a transition that does not exist is an option and catching the exeption View the original post :

[jboss-user] [Beginners Corner] - Re: Web Application Context Logging (log4j) Question

2009-05-06 Thread sstacha
Yes, I include log4j-1.2.8 in each webapp's WEB-INF/lib folder. Let me go ahead and post the background code and such then. First, I was trying to load a context event listener with the following code: package biz.ormia.util.logging; /** * User: sstacha * Date: May 3, 2009 * Time: 1:22:11

[jboss-user] [Installation, Configuration DEPLOYMENT] - plzzzzzzzz help me out in creating a sample jBOSS webservice

2009-05-06 Thread vinaykumar.aitha
Hello every one, I would be much obliged if some could explain me how to create a simple jBOSS webservice using eclipse or Net beans deploy the same to the jBOSS AS 4.2.3 (Any webservice stack is fine but preferably Apache CXF 3.x) I am in dire need of this.Plzzz friends help me.

[jboss-user] [JBoss Messaging] - Re: JBossAS 5.1.0CR1 JBoss-messaging jboss-remoting

2009-05-06 Thread timfox
We don't provide a download of 1.4.3.GA because it is compiled against the libraries for JBoss AS 5.0 only. It won't run in EAP or AS 4.x. Since it's already available as part of JBoss AS 5.0, there's no need to provide a separate download, it's already pre-installed. View the original post :

[jboss-user] [JBoss Messaging] - Re: JBossAS 5.1.0CR1 JBoss-messaging jboss-remoting

2009-05-06 Thread gaohoward
Sorry, the svn url should be: http://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_3_GA/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229021#4229021 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229021

[jboss-user] [JBoss Portal] - Re: Removing Users from Portal

2009-05-06 Thread dvanwest
Looking at the database, it appears that calling the removeUser() method doesn't cleanup all other user related information in the JBoss portal database. I see user references left in jbp_instance_per_user. Don't know what else might be lingering. Is there some other method of removing

[jboss-user] [JBoss jBPM] - Ending tasks manually

2009-05-06 Thread wurzelbutz
Hi, i'm trying to end a taskinstance from an external application. Therefor i created the following method: | public String externalTaskActions(){ | | if(ext_action.equalsIgnoreCase(end)) | log.debug(Trying to end task +ext_aufgabenID+ over transition

[jboss-user] [JBoss Tools (users)] - Re: Jboss Seam tool for eclipse issue

2009-05-06 Thread quintenjiang
Thank, I get other other problems, Even I setup to output src/hot to default folder(classes). but actually I find it output both folders( classes and dev) to cause there are two seam components, how can I disbale dev folder? or it is bug? Of couse, I can remove this dev folder after deploy and

[jboss-user] [JBoss jBPM] - Re: Is mail blocking?

2009-05-06 Thread frinux
You're right. First, my ActionHandler was a simple class, which did not implement the ActionHandler interface. That was the problem Here is a simple one: import org.jbpm.graph.def.ActionHandler; | import org.jbpm.graph.exe.ExecutionContext; | | public class

[jboss-user] [JBossMQ] - Re: Deadlock race-condition committing JBossMQ txn

2009-05-06 Thread janush
Adrian, I applied the changes from JBAS-5801 because I had illegal monitor state exceptions in JBoss 4.2.3 too. But, java.lang.IllegalMonitorStateException appears again, in another method: | java.lang.IllegalMonitorStateException | at

[jboss-user] [JBoss Tools (users)] - Re: cannot edit jboss launch configurations

2009-05-06 Thread Elhanan
i mean all through out jboss startup, when actually using jboss the cpu is normal. i see now the problem continues there are 2 java processes which take up the cpu, the jboss and eclipse itself, eclipse takes up most of resources with 50-70 cpu usage, while jboss takes up the rest. this is

[jboss-user] [JBoss Messaging] - Re: JMS Porting from SUN Java Application Server to JBOSS

2009-05-06 Thread clebert.suco...@jboss.com
In you case j2ee.jar has the interfaces from Sun. Our equivalent would be jboss-javaee.jar imq.jar has probably the implementation for their Messaging service. In our case you will find jboss-messaging.jar. Also look at the documentation for our list of dependencies. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Jboss Seam tool for eclipse issue

2009-05-06 Thread max.ander...@jboss.com
aint that double folder leftover from when you deployed last ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229055#4229055 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229055

[jboss-user] [JBoss Messaging] - durable Subscriber

2009-05-06 Thread sahanal
Hi, If i set durable subscriber and the subscriber is down, how would i know the maximum number of messages that JBoss can store. I want to know the limit after which the message overflow would occur. Thanks in advance View the original post :

[jboss-user] [Clustering/JBoss] - Re: Problem in JBoss 5 clustering

2009-05-06 Thread bstansbe...@jboss.com
For draft docs on AS 5 clustering, see the file attached at the *bottom* of https://www.jboss.org/community/docs/DOC-12928 . It includes a Quick Start section. But, you're already doing what it says. Seems there is some problem parsing what you are passing on the command line; this isn't a

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

2009-05-06 Thread Manpreet_S
Hi All, Hi have a remote interface and when i call it from my client it is working fine. Now when i convert my remote interface to local interface and call it from client(Changing my JNDi Name), i get an exception Exception in thread main javax.ejb.EJBException: Invalid (i.e.

[jboss-user] [JBoss Tools (users)] - Re: Jboss Seam tool for eclipse issue

2009-05-06 Thread akazakov
Did you try clean deploy folder and re-build/publish the project? Please show /.classpath and /.settings/org.eclipse.wst.common.component View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229056#4229056 Reply to the post :

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

2009-05-06 Thread jaikiran
A remote client (like a standalone java app) cannot use a local interface. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229045#4229045 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229045

[jboss-user] [JBoss Tools (users)] - Re: Automatic republish don't work

2009-05-06 Thread max.ander...@jboss.com
Could you see the application redeploy in the output ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229051#4229051 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229051 ___

[jboss-user] [Microcontainer] - Programmatically deploying an object

2009-05-06 Thread mwringe
I have a webapp and when a listener gets called I want to deploy an object into the microcontainer . The listener is being handled in the webapplication, so I can't just add it to the beans.xml file and it doesn't have a direct reference to the mircocontainer kernel. Is there some sort of

[jboss-user] [JBoss Portal] - Re: how to create own theme for jboss portal 2.7.0

2009-05-06 Thread PeterJ
I covered this in my JBossWorld presentation: http://www.jboss.org/community/docs/DOC-9477 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229044#4229044 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229044

[jboss-user] [JBoss Tools (users)] - Re: cannot edit jboss launch configurations

2009-05-06 Thread max.ander...@jboss.com
this might just be the cpu needed for all the console output - does the cpu return to normal when the startup have completed ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229052#4229052 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Generate Seam Entites - Cannot connect to database

2009-05-06 Thread mangelo
I have added my database to the connection profiles under the Database Development perspective. I can connect to my database, list the tables, and look at / edit the data. After generating a Seam Web project I try to generate Seam Entities. My Hibernate Console Confriguration option is in the

[jboss-user] [JBoss Tools (users)] - Re: Generate Seam Entites - Cannot connect to database

2009-05-06 Thread mangelo
Are you talking about the server log? This is not hitting the app server. This is just the wizard that comes with JBoss tools. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229073#4229073 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Generate Seam Entites - Cannot connect to database

2009-05-06 Thread mangelo
It's the latest JBoss Tools which is 3.0 I believe. I just downloaded it. Where is the error log? The JDBC driver is on the ejb project. I didn't configure Hibernate. This is all done from the Seam Web project wizard. View the original post :

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-05-06 Thread rwallis
This is how I end tasks: ![CDATA[ token.unlock(); taskInstance.end(); ]] If its a

[jboss-user] [JBoss Tools (users)] - Re: Generate Seam Entites - Cannot connect to database

2009-05-06 Thread max.ander...@jboss.com
error log is in the error log view View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229067#4229067 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229067 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Generate Seam Entites - Cannot connect to database

2009-05-06 Thread max.ander...@jboss.com
What version of JBoss Tools is this ? anything in the error log ? How did you configure hibernate to connect ? Is the driver in your classpath ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229058#4229058 Reply to the post :

  1   2   >