[JBoss-user] [JBoss jBPM] - BPEL plugin for JBPM

2005-12-12 Thread anamica_r
Hello Everyone,
JBPM provides plugins (GPD) for easy development of the process which creates 
Processdefinition.xml. 

Is there any other plugins, using which webservices/services can be easily 
developed and integrated with the process like in other BPM engines..?(on save 
of the process, it should internally generate  .wsdl files and all other 
dependent files) 

Can anyone give detailed information about development and deployment of an 
process and integrating with other process/webservice using BPEL for JBPM.

Thanks,
Anamica

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912024#3912024

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912024


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Can someone give me exmaples of sites that already installed

2005-12-12 Thread yonim
Hi,
does some know any web sites based on the JBoss portal (aside this site of 
course :-))



Best,
Y.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912025#3912025

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912025


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Service error and java:/managedEntityFactories

2005-12-12 Thread lutfi123456
I make some program like this

import org.jboss.annotation.ejb.Management;
import org.jboss.annotation.ejb.Service;

@Service(objectName=segl:service=TaskContainerJMXMBean)
@Management(TaskContainerJMX.class) //give me error in this line with this 
attribute is not defined in Management
public class TaskContainerJMXMBean implements TaskContainerJMX {
String workingDirectory = ;

public void setWorkflowDirectory(String directory) {
workingDirectory = directory;
}

public void create() throws Exception {
System.out.println (Create);
}

public void start() throws Exception {
System.out.println (Start);
}

public void stop() throws Exception {
System.out.println (Stop);
}

public void destroy() throws Exception {
System.out.println (Destroy);
}

}

and if I erased that interface.class and I deployed in JBoss4.0.3SP1, then it 
gave me this error

09:16:47,839 WARN  [ServiceController] Problem starting service 
jboss.j2ee:service=EJB3,name=edu.hlrs.segl.sb.TaskContainerBean
java.lang.RuntimeException: unable to find: java:/managedEntityFactories/SEGL
at org.jboss.ejb3.injection.PersistenceContextHandler.getManagedEntityMa
nagerFactory(PersistenceContextHandler.java:85)
at org.jboss.ejb3.injection.PersistenceContextHandler.loadFieldInjectors
(PersistenceContextHandler.java:169)
at org.jboss.ejb3.injection.PersistenceContextHandler.loadInjectors(Pers
istenceContextHandler.java:134)
at org.jboss.ejb3.EJBContainer.resolveInjectors(EJBContainer.java:397)
at org.jboss.ejb3.EJBContainer.initializePool(EJBContainer.java:330)
at org.jboss.ejb3.EJBContainer.start(EJBContainer.java:283)
at org.jboss.ejb3.SessionContainer.start(SessionContainer.java:48)
at org.jboss.ejb3.stateless.StatelessContainer.start(StatelessContainer.
java:63)
at org.jboss.ejb3.stateless.StatelessManager.startService(StatelessManag
er.java:93)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:274)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:230)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)

what kind of error is this?

thanks before for your help

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912026#3912026

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912026


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Unable to deploy JBoss Portal 2.2RC2

2005-12-12 Thread elfuhrer
I was using JBoss Portal 2.0 for a while and I just performed a migration ot 
JBoss Portal 2.2RC2.
The databse is configured propertly, the dialects are configured properly 
however there's an error in deploying the CMSObject Service caused by two non 
registered managed beans.

[ServiceConfigurator] Problem configuring service portal:mapper=CMSObject 
org.jboss.util.NestedRuntimeException: Error creating MBeanProxy: 
portal:mapper=PrefixDelegating; - nested throwable: 
(javax.management.InstanceNotFoundException: portal:mapper=PrefixDelegating is 
not registered.)

[ServiceConfigurator] Problem configuring service 
portal:policy=JaccPortalPolicyConfigurator
org.jboss.util.NestedRuntimeException: Error creating MBeanProxy: 
portal:service=PortalPermissionFactory; - nested throwable: 
(javax.management.InstanceNotFoundException: portal:service=Port
alPermissionFactory is not registered.)

What's the issue with the service configuration?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912027#3912027

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912027


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - where can i find a demo of JBPM??

2005-12-12 Thread Nassim
hello evry body
i a beginner in JBPM and i want to find a demo
thank you

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912028#3912028

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912028


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Jboss- portal not starting

2005-12-12 Thread dreuzel
Just  started  Jboss-portal as a first try 
-Set  Jboss_Home (Jboss runs fine)
-Defined  it  the portal-SQLServer-Ds.xml (Tables are created seeingly  fine
- http://localhost:8080/portal   404   resource  not  available 

but  I get  some errors  in server.log
DEBUG [org.jboss.system.ServiceCreator] About to create xmbean object: 
portal:service=SecurityProvider with code: 
org.jboss.portal.security.impl.jacc.JBossSecurityProviderImpl with embedded 
descriptor
2005-12-12 09:45:44,656 DEBUG [org.jboss.mx.server.AbstractMBeanInvoker] Setter 
not found: setObjectName(class javax.management.ObjectName)
java.lang.NoSuchMethodException: 
org.jboss.portal.security.impl.jacc.JBossSecurityProviderImpl.setObjectName(javax.management.ObjectName)
at java.lang.Class.getMethod(Class.java:1581)
at 
org.jboss.mx.server.AbstractMBeanInvoker.inject(AbstractMBeanInvoker.java:929)
at 
org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:643)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:678)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:196)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)





al other seem file  just  no Web  response  ?


THanks  for  your  reaction



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912029#3912029

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912029


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBoss can't find class definition.

2005-12-12 Thread marcinbr
Hi,

I've got the following error: java.lang.NoClassDefFoundError: 
javassist/Loader when i run my application on jBoss.
I've put javassist.jar into lib directory - one of Jboss configuration.
The Loader class is used in one of ear in deploy directory. It is also used in 
one of my jar file which is placed as javassist.jar in lib directory. The 
problem is that those class from my jar file in lib directory can't see the 
Loader class and generetes error.

Any one can help me solving this problem?

I had tried to place the javassist.jar in jar file which need it but it also 
haven't helped. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912030#3912030

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912030


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Design suggestion

2005-12-12 Thread [EMAIL PROTECTED]
Hi 
I have to design the follow use case:
A search page to select an entity for a view page.
For this view page i want to allow to go in a modify page and after modify 
return to view page.

I just implement edit page and editign SFSB as a conversation.
The search is a conversation too.


The problem is when i back to view page is it possible to recover the Search 
vonversation or instead i have to start new conversation. in the second case 
how can i start new conversation automatically ?

Thanks

Gavin good work (RequestParameter is very nice feature!!!)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912031#3912031

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912031


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Internationalisation in CDATA xmls

2005-12-12 Thread ayca
In the xml which we write inside CDATA in process-state element; there occurs a 
problem in understanding country specific characters. What shall I do? 

Code sniplet that makes the problem :  

process-state name=sub process state
  | delegation 
class=org.jbpm.delegation.processinvocation.DefaultProcessInvocationHandler
  |   ![CDATA[
  |default-process-handler-configuration
  |   actor-idsüper aktör id/actor-id
  |   sub-process-namealt ak??/sub-process-name
  |   start-mapping
  | super-variablea/super-variable
  | sub-variableaa/sub-variable
  |   /start-mapping
  |   /default-process-handler-configuration
  |   ]]
  | /delegation
  | transition to=end /
  |   /process-state

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912032#3912032

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912032


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - defining actors in JBPM

2005-12-12 Thread Nassim
hi evry body
i worked with OPENWFE engine, and i want to change to  JBPM but i don't know 
how to define actors???
thank you for some help
regards Nassim


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912033#3912033

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912033


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Integrating JBoss Portal and existing web applications

2005-12-12 Thread swathish
I would like to know what are the possibilities to migrate an existing web 
application into a portlet applicated deployed in JBoss Portal ? 

The web application is an ear package which works good on JBoss AS.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912034#3912034

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912034


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Existing web applications integrating into JBoss Portal

2005-12-12 Thread swathish
I would like to know what are the possibilities to migrate an existing web 
application into a portlet applicated deployed in JBoss Portal ? 
The application is a Struts based application. So, there is only a unique 
servlet to modify (I think)... That's why I would like to know if it is enough 
to modify the Struts servlet into a JBoss portlet, to make the application work 
in the new environment ? 
The web application is an ear package which works good on JBoss. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912035#3912035

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912035


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Existing web applications integrating JBoss Portal

2005-12-12 Thread swathish
I would like to know what are the possibilities to migrate an existing web 
application into a portlet applicated deployed in JBoss Portal ? 
The application is a Struts based application. So, there is only a unique 
servlet to modify (I think)... That's why I would like to know if it is enough 
to modify the Struts servlet into a JBoss portlet, to make the application work 
in the new environment ? 
The web application is an ear package which works good on JBoss. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912036#3912036

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912036


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - One more question about transactions

2005-12-12 Thread jacekolszak
Last few days I was thinking about transactions which can be manipulated by the 
client. But till now I've no good solution. I want to have a bean which 
transactions can be started, rollback and commit by the client. I want to have 
a solution, where client can rollback only last transaction (not everything).

I've created simple stateful bean:


  | @TransactionManagement(TransactionManagementType.CONTAINER)
  | @FlushMode(FlushModeType.NEVER)
  | @Stateful
  | public class TransactionsStateful implements TransactionsStatefulLocal {
  | 
  | @PersistenceContext(unitName = ksiegi, type = 
PersistenceContextType.TRANSACTION)
  | protected EntityManager em;
  | 
  | @Resource
  | protected SessionContext ctx;
  | 
  | 
  | public void commit() {
  | em.flush();
  | }
  | 
  | @TransactionAttribute(TransactionAttributeType.REQUIRED)
  | public void rollback() {
  | throw new RamzesException(Rollback);
  | }
  | 
  | 
  | private short tmpId = 0;
  | 
  | @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW)
  | public void a() {
  | TypDzial typ = new TypDzial();
  | typ.setNazwa(zooo32);
  | em.persist(typ);
  | tmpId = typ.getId();
  | }
  | }
  | 

I run this code using:


  | local.a();
  | try {
  | 
  | local.rollback();
  | } catch (RamzesException e) {
  | }
  | local.commit();
  | 
But the data was stored, even though I've thrown an exception using rollback 
method :( Yes, I know that I've catched the exception but client will be 
executing methods this way - he can rollback only last transaction, not all.

Is there any chance to rollback only last transaction? 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912037#3912037

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912037


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - jBPM BPEL extension roadmap

2005-12-12 Thread stone_42
Hello everybody,

today I saw that the release date for JBPM BPEL 1.0 alpha 4 has changed from 
end of november to mid december. Also, the dates for all following releases, 
including the final release, have been delayed.
Now, my question is, how big is the chance that the 1.0 final version will be 
released on end of february 06? And can we reckon on a final release on, let's 
say, end of march 06?

Thanks,
stone_42

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912038#3912038

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912038


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Example for using XMLBeans for DataBinding?!

2005-12-12 Thread mugwump
Hi Ole, 
could you please elaborate a little bit more (maybe with an abbreviated 
code-example) on:

anonymous wrote :  
  | create outgoing SOAPElements using XmlObject.newDomNode() which you then 
convert to a SOAPElement (you can also use getDomNode() but you will have to do 
namespace attribute stuff yourself) 
  | anonymous wrote : 
  |   | 
  |   | I'm currently struggling with finding the right combination of 
SOAPElementFactory, getDomNode() etc without hitting upon 
NullPointerExceptions... 
  |   | 
  |   | thx!
  |   | stf

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912039#3912039

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912039


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Update: Week 50 2005

2005-12-12 Thread [EMAIL PROTECTED]
Work done: 
-- 
No major feature, some bug fixing:
* reverse engineering tool improvement (from database to Seam webapp ! (CRUD 
operations ) Still some bug fixing to do.
* Seam filter on exception fixed
* non-faces requests problem fixed
* Setting @Out(scope=CONVERSATION) variable to null has not immediate effect 
bug fixed

 
Priorities going on: 
- 
* Javapolis talk
* Beta 2
* booking example (using EJB) in Tomcat
* Nightly packaging and build
 
Priorities left over: 
-- 
* jBPM PageFlow 
[ http://jira.jboss.com/jira/browse/JBSEAM-23 ] Tom Baeyens has a jBPM-based 
pageflow language working on CVS. We need to write a JSF NavigationHandler now. 
* Multiple Roles 
[ http://jira.jboss.com/jira/browse/JBSEAM-64 ] 
* Nested conversations: 
[ http://jira.jboss.com/jira/browse/JBSEAM-79 ] [ 
http://jira.jboss.com/jira/browse/JBSEAM-36 ] 
 
Past talks: 
- 
* Webinar done on December 7 2005 by Gavin and Thomas, available here: 
http://www.jboss.com/services/online_education#Core
 
 
Next talks: 
- 
* December 14 2005: Thomas Heute @ Javapolis 2005 Belgium, come join us for the 
talk and the cocktail party. 
* December 15 2005: Gavin King @ Enterprise Java Victoria in Melbourne. 
* January 16 2005: Gavin King @ Atlanta JUG. 
 
Other: 
 
nothing.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912041#3912041

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912041


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: strange problem with Servlet.service() exception

2005-12-12 Thread Zealot
I can't understand why this happens. Thomas in his DVDstore example uses the 
same approach. Did anyone tested DVDstore on last CVS build of jboss-seam.jar?

thanks

--Andrew 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912042#3912042

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912042


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - jboss -portal SQLServer 2000 -fails

2005-12-12 Thread dreuzel
I'm trying  to start  SQLSERVER 2000
But  I get  problems  from tje the  log  file 
starting up using  a  working SQLSERVER/ multiple tables are created 
I see no portal activity 

ANy suggestions ?


2005-12-12 09:46:20,343 DEBUG [org.hibernate.jdbc.ConnectionManager] 
aggressively releasing JDBC connection
2005-12-12 09:46:20,343 DEBUG [org.hibernate.jdbc.ConnectionManager] closing 
JDBC connection [ (open PreparedStatements: 0, globally: 0) (open ResultSets: 
0, globally: 0)]
2005-12-12 09:46:20,343 DEBUG [org.hibernate.util.JDBCExceptionReporter] SQL 
Warning
java.sql.SQLWarning: Preparing the statement failed: Invalid object name 
'JBP_SECURITY_POLICY'.
at net.sourceforge.jtds.jdbc.TdsCore.microsoftPrepare(TdsCore.java:1193)
at 
net.sourceforge.jtds.jdbc.ConnectionJDBC2.prepareSQL(ConnectionJDBC2.java:552)
at 
net.sourceforge.jtds.jdbc.JtdsPreparedStatement.executeQuery(JtdsPreparedStatement.java:671)
at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:211)
at 
org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:137)
at org.hibernate.loader.Loader.getResultSet(Loader.java:1676)
at org.hibernate.loader.Loader.doQuery(Loader.java:662)
at 
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:223)
at org.hibernate.loader.Loader.doList(Loader.java:2147)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2026)
at org.hibernate.loader.Loader.list(Loader.java:2021)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912045#3912045

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912045


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Example for using XMLBeans for DataBinding?!

2005-12-12 Thread omatzura
Hi!

what jboss version are you using? (we have a patched 4.0.2 with some internal 
optimizations.. ).. 

anyway.. here comes our method for converting the DOM node returned from 
XmlObject.newDomNode() to a SOAPElement

its a bit taken out of context.. so I hope it will help :-)

regards,

/Ole


  | /**
  | * Creates a SOAPElement from the specified DOM node using the specified 
SOAPFactory
  | * 
  | * @param domNode the domNode to create for
  | * @param factory the SOAPFactory to use for node creation.
  | * @param isRpc if set to true then the top node will be unqualified
  | * @return the created SOAPElement, codenull/code if creation fails.
  | * @throw Exception on internal errors
  | */
  | 
  |public static SOAPElement createSOAPElement(org.w3c.dom.Node domNode, 
SOAPFactory factory, boolean isRpc) throws Exception
  |{
  |   try
  |   {
  |  if( factory == null ) 
  |  factory = SOAPFactory.newInstance();
  | 
  |  // Test that DOMNode is of type org.w3c.dom.Node.ELEMENT_NODE.
  |  if ((domNode.getNodeType()) != org.w3c.dom.Node.ELEMENT_NODE)
  | throw new Exception(DOMNode must of type ELEMENT_NODE);
  | 
  |  String prefix = domNode.getPrefix();
  |  String namespaceURI = domNode.getNamespaceURI();
  | 
  |  SOAPElement se;
  | if (isRpc || prefix == null || prefix.length() == 0  )
  | {
  |  se = 
factory.createElement(factory.createName(domNode.getLocalName()));
  | }
  | else
  | {
  |   se = factory.createElement(domNode.getLocalName(), prefix, 
namespaceURI);
  | }
  | 
  |  if (domNode.hasAttributes())
  |  {
  | NamedNodeMap DOMAttributes = domNode.getAttributes();
  | int noOfAttributes = DOMAttributes.getLength();
  | for (int i = 0; i  noOfAttributes; i++)
  | {
  |org.w3c.dom.Node attr = DOMAttributes.item(i);
  | 
  |prefix = attr.getPrefix();
  |namespaceURI = attr.getNamespaceURI();
  | 
  |Name name = prefix == null || prefix.length() == 0 ? 
factory.createName(attr.getLocalName()) : factory
  |  .createName(attr.getLocalName(), prefix, namespaceURI);
  | 
  |se.addAttribute(name, attr.getNodeValue());
  | }
  |  }
  | 
  |  if (domNode.hasChildNodes())
  |  {
  | NodeList children = domNode.getChildNodes();
  | for (int i = 0; i  children.getLength(); i++)
  | {
  |org.w3c.dom.Node child = children.item(i);
  | 
  |switch (child.getNodeType())
  |{
  |   case org.w3c.dom.Node.PROCESSING_INSTRUCTION_NODE:
  |  break;
  | 
  |   case org.w3c.dom.Node.DOCUMENT_TYPE_NODE:
  |  break;
  | 
  |   case org.w3c.dom.Node.COMMENT_NODE:
  |  break;
  | 
  |   case org.w3c.dom.Node.CDATA_SECTION_NODE:
  | 
  |   case org.w3c.dom.Node.TEXT_NODE:
  |   {
  |  if (children.getLength() == 1)
  | se.addTextNode(child.getNodeValue());
  |  break;
  |   }
  | 
  |   default:
  |   {
  |  se.addChildElement(createSOAPElement(child, factory));
  |   }
  |}
  | 
  | }// end of for
  |  }// end of if
  | 
  |  return se;
  |   }
  |   catch (Exception e)
  |   {
  |   e.printStackTrace();
  |  throw new Exception(Failed to create SOAP element from DOM node, 
e);
  |   }
  |}
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912046#3912046

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912046


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: BPEL plugin for JBPM

2005-12-12 Thread SMaric
Try downloading the Oracle BPEL Designer 
from here

http://www.oracle.com/technology/software/index.html

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912047#3912047

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912047


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Running JBPM in Mac OSX

2005-12-12 Thread kukeltje
please use the seachr functionality of this forum. The unsupported minor 
version error is discussed multiple times.

hint: you probably use starterskit 3.01 on a 1.4 jdk? use 3.02 that runs on 1.4

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912048#3912048

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912048


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: where can i find a demo of JBPM??

2005-12-12 Thread kukeltje
use the starterskit. It includes a small demo

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912049#3912049

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912049


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss message restoration

2005-12-12 Thread aq12ws
There is  difference between the JDBC program that I have written to retrieve 
the  BLOB from the JMS_MESSAGES  and the code in the JBoss 
PersistenceManager.java


My code :

BLOB blob = null;
blob =  ((OracleResultSet)rs).getBLOB (2); InputStream instream = 
blob.getBinaryStream();


The  JBoss code in the PersistenceManager.java :
   org.jboss.mq.pm.jdbc2.PersistenceManager

..
SpyMessage extractMessage(ResultSet rs) throws SQLException, IOException
{
//  some code  
ObjectInputStream ois = new ObjectInputStream(rs.getBinaryStream(2));
// some code 
}

The above line is throwing the exception 


 Now  can u suggest what should be done to get rid of this issue ...



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912050#3912050

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912050


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: where can i find a demo of JBPM??

2005-12-12 Thread Nassim
ok,
i want to use my proper actorId
how can I do this??
thank you
Nassim

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912051#3912051

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912051


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - BEPL : jBpm persistance error while deploying HelloWorldBepl

2005-12-12 Thread benoitg03
Hi,


I downloaded jBpm 3.0.2 starters kit, created the mySql database
with the scripts included (even re-builded them), but while deploying
my par archive (the HelloWolrdBepl par) I have the following error :


[deploypar] 11:46:35,842 DEBUG ProcessArchiveDeployer : starting transaction to 
deploy process BpelDefinition(a07440)
[deploypar] Hibernate: insert into JBPM_PROCESSDEFINITION (NAME_, VERSION_, 
ISTERMINATIONIMPLICIT_, STARTSTATE_, TARGETNAMESPACE_, ENABLECOMPENSATION_, 
EXPRESSIONLANG_, QUERYLANG_, ABSTRACT_, CLASS_) values (?, ?, ?, ?, ?, ?, ?, ?, 
?, 'B')
[deploypar] 11:46:36,283 WARN  JDBCExceptionReporter : SQL Error: 1054, 
SQLState: 42S22
[deploypar] 11:46:36,283 ERROR JDBCExceptionReporter : Unknown column 
'TARGETNAMESPACE_' in 'field list'
[deploypar] 11:46:36,293 ERROR GraphSession : 
org.hibernate.exception.SQLGrammarException: could not insert: 
[org.jbpm.bpel.def.BpelDefinition]


I had a quick look at the db script and here's what I got :

create table JBPM_PROCESSDEFINITION (ID_ number(19,0) not null, NAME_ 
varchar2(255 char), VERSION_ number(10,0), ISTERMINATIONIMPLICIT_ number(1,0), 
STARTSTATE_ number(19,0), primary key (ID_));

Am I using a wrong version of the script or any other package ?

Thanks in advance,

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912052#3912052

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912052


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - JBoss Eclipse IDE 1.5 RC2 released

2005-12-12 Thread [EMAIL PROTECTED]
The JBossIDE team is pleased to present you with JBossIDE 1.5 Release Candidate 
2! 

Release Notes: 
http://jira.jboss.com/jira/secure/ReleaseNote.jspa?projectId=10020styleName=Htmlversion=12310543

Download Guide: 
http://jboss.com/products/jbosside/downloads

JBossIDE 1.5RC2 Downloads Area: 
http://sourceforge.net/project/showfiles.php?group_id=22866package_id=72248release_id=377580

You can obtain JBossIDE 1.5RC2 from our development update site URL here: 
http://download.jboss.org/jbosside/updates/development

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912053#3912053

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912053


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - JBOSS+GUI

2005-12-12 Thread rgdutta
Hi All,

I am new to JBOSS and  have sucessfully deployed one of my application aby 
exposing one API using JMX.As all you JBOSS Guru's are aware on startup of the 
JBOSS console/web page my jmx-Api will be listed and then when I click on it it 
will take me to a page wherein I can fill in some parameters for my API to work 
accordingly.Now I want to override this page where it gives me the provision of 
entering paremeters to my exposed API and wanna write a new GUI.How is it 
possible to override the default GUI and render my page on the browser.I am so 
what familiar with struts but dunno how I can override the default page JBOSS 
throws up.


TIA
Guru Dutta

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912054#3912054

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912054


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Jboss-4.0.3SP1 and Hibernate

2005-12-12 Thread smirgla1
I am experiencing the same problem! I have an application that works PERFECTLY 
fine under 4.02 but cannot start it under 4.03 because of this problem.

Guys, please advise.
Thanks,
Igor 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912055#3912055

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912055


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Making milestones work

2005-12-12 Thread peterpumpkin
Hi,

  after several days of tinkering with version 3, we got Milestones to work by:

1. persisting MilestoneInstance, MilestoneNode

2. changing jbpm.varmapping.properties order of bottom lines:

{hibernateable-long-id-classes} 
org.jbpm.context.exe.variableinstance.HibernateLongInstance
  | {hibernateable-string-id-classes} 
org.jbpm.context.exe.variableinstance.HibernateStringInstance
  | {serializable-classes} 
org.jbpm.context.exe.converter.SerializableToByteArrayConverter 
org.jbpm.context.exe.variableinstance.ByteArrayInstance
  | 

this fix we got it by looking at VariableInstance.java: it falls in all cases 
to Serializable case, that's why we changed the properties. It definitively 
needs fixin'. 

Why milestones are not included from the very start ? Or milestones should not 
be used ?

P.S. Why this forum is inserted in a bunch of irrelevant JBoss forums ? 
Hibernate' one is restricted to Hibernate relevant matters. Its hard to find 
things.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912057#3912057

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912057


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jBPM and clustering

2005-12-12 Thread sforema
State is saved in the database, so you should be fine in a cluster. I would not 
allow a single process instance to run across clusters (which could 
theortically happen in a fork).

Someone else can answer the timer question. I believe timers 
(SchedulerThread.java?) are implemented using threads, which is interesting 
since threads are a no-no in a J2EE environment ;-)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912058#3912058

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912058


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - EJB 3.0 RC4

2005-12-12 Thread JamesWoodward
  PostPosted: Mon Dec 12, 2005 05:17 AMPost subject: EJB 3.0 RC4Reply 
with quote
Is there a release date for RC4?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912059#3912059

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912059


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Steps to deploy Portlet in Jboss Portal

2005-12-12 Thread Mohit
Hi

Can anyone give link from where i can get JbossPortal based HelloWorld sample 
application?


Thank you,
Mohit



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912060#3912060

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912060


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - No apparent activity on port 1099

2005-12-12 Thread iksdrijf
Hi, I am using 4.0.3SP1 with JBoss-IDE. I am attemting to make a client that 
tests the session bean from the tutorial. The session bean works OK with a 
servlet. The Exception I get is: javax.naming.NameNotFoundException: comp not 
bound. I suspect the problem could be due to a JNDI failure as a portscan does 
not show anything on port 1099:
22/tcp open ssh
111/tcp open rpcbind
2401/tcp open cvspserver
3632/tcp open distccd
/tcp open krb524
8009/tcp open ajp13
8080/tcp open http-proxy
32772/tcp open sometimes-rpc7
32779/tcp open sometimes-rpc21
JBoss starts up without error messages.
Thanks in advance

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912061#3912061

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912061


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Locale Problem

2005-12-12 Thread adurmus
Hi,
 My computer locale is ISO_8859-9. When jbmp constructs hibernate query, it 
capitalize i  and i becomes ? (in turkish). How can i change locale that jbpm 
uses without changing computer locale?
thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912062#3912062

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912062


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Deploy in Tomcat

2005-12-12 Thread vrbala
Can i deploy the application developed using Seam in Tomcat 5.x ? Also i am 
using Java 1.4 ? Is it possible to use seam using java 1.4.

If anyone gives a small example using myfaces, seam with jdbc, it will be very 
useful to understand the concepts. 
 
Balasubramanian R

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912063#3912063

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912063


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - actorId

2005-12-12 Thread Nassim
hi all,
i want to know how to define actors on Jbpm
thank you 
regards nassim

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912064#3912064

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912064


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jBPM and clustering

2005-12-12 Thread kukeltje
not completely. Threads seem to be allowed from within a servletcontainer, 
although nobody ever showed me the proof.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912065#3912065

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912065


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Making milestones work

2005-12-12 Thread kukeltje
if you use the search functionality and limit the search to this forum, you can 
find answers rather quickly (provided an answer is there)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912066#3912066

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912066


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jBPM and clustering

2005-12-12 Thread RAlfoeldi
Hi Sean,

nice to see you back. I almost thought you'd left us :-)

Ronald:
Thread spawning is discouraged in the Servlet container, not forbidden (but I 
would have to check the specs for that.) Websphere for one logs nasty warning 
and 'NoNo' statements that alarm the admin guides but lets everything pass.

'b':
Clustering doesn't pose any specific problems. You will just have to handle the 
same concurrency issues as you would in a single JVM.

Timers are a different matter. There are one or two Jira issues and a few 
threads here on that matter. You will almost ceratinly run into trouble if you 
have two or more SchedulerServlets running.

Greetings

Rainer

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912067#3912067

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912067


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - parsing web.xml fails, looking for doctype

2005-12-12 Thread mwiles
I'm trying to run the eclipse+lomboz+jboss servlet tutorial...

on jboss 3.2.3... and lomboz 3.1 (wtp 0.7)

This is my generated web.xml

?xml version=1.0 encoding=UTF-8?
  | 
  | web-app  xmlns=http://java.sun.com/xml/ns/j2ee; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; version=2.4
  | 
  | !--
  | To use non XDoclet filters, create a filters.xml file that
  | contains the additional filters (eg Sitemesh) and place it in your
  | project's merge dir.  Don't include filter-mappings in this file,
  | include them in a file called filter-mappings.xml and put that in
  | the same directory.
  | --
  | 
  | !--
  | To use non XDoclet filter-mappings, create a filter-mappings.xml file 
that
  | contains the additional filter-mappings and place it in your
  | project's merge dir.
  | --
  | 
  | !--
  | To use non XDoclet listeners, create a listeners.xml file that
  | contains the additional listeners and place it in your
  | project's merge dir.
  | --
  | 
  |servlet
  |   display-nameProcess/display-name
  |   servlet-nameProcess/servlet-name
  |   servlet-classza.co.bbd.web.test.Process/servlet-class
  | 
  |/servlet
  | 
  |   !--
  |   To use non XDoclet servlets, create a servlets.xml file that
  |   contains the additional servlets (eg Struts) and place it in your
  |   project's merge dir.  Don't include servlet-mappings in this file,
  |   include them in a file called servlet-mappings.xml and put that in
  |   the same directory.
  |   --
  | 
  |servlet-mapping
  |   servlet-nameProcess/servlet-name
  |   url-pattern/process/url-pattern
  |/servlet-mapping
  | 
  |!--
  |To specify mime mappings, create a file named mime-mappings.xml, put it 
in your project's mergedir.
  |Organize mime-mappings.xml following this DTD slice:
  | 
  |!ELEMENT mime-mapping (extension, mime-type)
  |--
  | 
  |!--
  |To specify error pages, create a file named error-pages.xml, put it in 
your project's mergedir.
  |Organize error-pages.xml following this DTD slice:
  | 
  |!ELEMENT error-page ((error-code | exception-type), location)
  |--
  | 
  |   !--
  |   To add taglibs by xml, create a file called taglibs.xml and place it
  |   in your merge dir.
  |   --
  | 
  |!--
  |To set up security settings for your web app, create a file named 
web-security.xml, put it in your project's mergedir.
  |Organize web-security.xml following this DTD slice:
  | 
  |!ELEMENT security-constraint (display-name?, web-resource-collection+, 
auth-constraint?, user-data-constraint?)
  |!ELEMENT web-resource-collection (web-resource-name, description?, 
url-pattern*, http-method*)
  |!ELEMENT web-resource-name (#PCDATA)
  |!ELEMENT url-pattern (#PCDATA)
  |!ELEMENT http-method (#PCDATA)
  |!ELEMENT user-data-constraint (description?, transport-guarantee)
  |!ELEMENT transport-guarantee (#PCDATA)
  | 
  |!ELEMENT login-config (auth-method?, realm-name?, form-login-config?)
  |!ELEMENT auth-method (#PCDATA)
  |!ELEMENT realm-name (#PCDATA)
  |!ELEMENT form-login-config (form-login-page, form-error-page)
  |!ELEMENT form-login-page (#PCDATA)
  |!ELEMENT form-error-page (#PCDATA)
  |--
  | 
  | /web-app
  | 

However, when I deploy the web app it gives me a parse error: 
anonymous wrote : 14:31:02,589 ERROR [Digester] Parse Error at line 3 column 
220: Document root element web-app, must match DOCTYPE root null.
  | org.xml.sax.SAXParseException: Document root element web-app, must match 
DOCTYPE root null.
  | at 
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:232)
  | at 
org.apache.xerces.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:173)
  | at 
org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:362)
  | at 
org.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:296)
  | at 
org.apache.xerces.impl.dtd.XMLDTDValidator.rootElementSpecified(XMLDTDValidator.java:2546)
  | at 
org.apache.xerces.impl.dtd.XMLDTDValidator.handleStartElement(XMLDTDValidator.java:2850)

The doctype is specified in the web-app node as a value, it looks like the 
xerces parser is still expecting it in xml file.

I think I need to fix the parser so that it does not require a doc type?



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912068#3912068

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912068


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  

[JBoss-user] [JBoss jBPM] - Re: jBPM and clustering

2005-12-12 Thread sforema
Me leave? Nah. I'm like a bad penny. 

You don't even want to see my NodePersist class. That breaks all the rules ;-)

Ltr

Sean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912069#3912069

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912069


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Array of boolean problem

2005-12-12 Thread giscard_aioba
Hi guys, I think I got a BIG problem using Web Service in JBoss, I create a 
simple interface:

  | public void testArrayOfBoolean(boolean[] responses) throws RemoteException;
  | 

a simple implementation for this interface

  | public void testArrayOfBoolean(boolean[] responses){
  | for(int i = 0; i  responses.length; i++)
  | System.out.println(RESPONSE[ + i + ]:  + responses);
  | }//end testArrayOfBoolean() method
  | 

this is the generated wsdl

  | ?xml version=1.0 encoding=UTF-8?
  | definitions name=RfidManagerInterface 
targetNamespace=http://www.nec.co.jp/xmlnec/rfidmgr; 
xmlns:tns=http://www.nec.co.jp/xmlnec/rfidmgr; 
xmlns=http://schemas.xmlsoap.org/wsdl/; 
xmlns:ns2=http://www.nec.co.jp/xmlnec/rfidmgr/types/arrays/; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/;
  |   types
  | schema 
targetNamespace=http://www.nec.co.jp/xmlnec/rfidmgr/types/arrays/; 
xmlns:tns=http://www.nec.co.jp/xmlnec/rfidmgr/types/arrays/; 
xmlns:soap11-enc=http://schemas.xmlsoap.org/soap/encoding/; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/; 
xmlns=http://www.w3.org/2001/XMLSchema;
  |   complexType name=booleanArray
  | sequence
  |   element name=value type=boolean minOccurs=0 
maxOccurs=unbounded//sequence/complexType/schema/types
  |   message name=RfidManagerInterfaceSEI_testArrayOfBoolean
  | part name=arrayOfboolean_1 type=ns2:booleanArray//message
  |   message name=RfidManagerInterfaceSEI_testArrayOfBooleanResponse/
  |   portType name=RfidManagerInterfaceSEI
  | operation name=testArrayOfBoolean parameterOrder=arrayOfboolean_1
  |   input message=tns:RfidManagerInterfaceSEI_testArrayOfBoolean/
  |   output 
message=tns:RfidManagerInterfaceSEI_testArrayOfBooleanResponse//operation/portType
  |   binding name=RfidManagerInterfaceSEIBinding 
type=tns:RfidManagerInterfaceSEI
  | soap:binding transport=http://schemas.xmlsoap.org/soap/http; 
style=rpc/
  | operation name=testArrayOfBoolean
  |   soap:operation soapAction=/
  |   input
  | soap:body use=literal 
namespace=http://www.nec.co.jp/xmlnec/rfidmgr//input
  |   output
  | soap:body use=literal 
namespace=http://www.nec.co.jp/xmlnec/rfidmgr//output/operation/binding
  |   service name=RfidManagerInterface
  | port name=RfidManagerInterfaceSEIPort 
binding=tns:RfidManagerInterfaceSEIBinding
  |   soap:address 
location=REPLACE_WITH_ACTUAL_URL//port/service/definitions
  | 

this is the deployed wsdl on JBoss

  | ?xml version=1.0 encoding=UTF-8 ? 
  | - definitions name=RfidManagerInterface 
targetNamespace=http://www.nec.co.jp/xmlnec/rfidmgr; 
xmlns=http://schemas.xmlsoap.org/wsdl/; 
xmlns:ns2=http://www.nec.co.jp/xmlnec/rfidmgr/types/arrays/; 
xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/; 
xmlns:tns=http://www.nec.co.jp/xmlnec/rfidmgr; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  | - types
  | - schema 
targetNamespace=http://www.nec.co.jp/xmlnec/rfidmgr/types/arrays/; 
xmlns=http://www.w3.org/2001/XMLSchema; 
xmlns:soap11-enc=http://schemas.xmlsoap.org/soap/encoding/; 
xmlns:tns=http://www.nec.co.jp/xmlnec/rfidmgr/types/arrays/; 
xmlns:wsdl=http://schemas.xmlsoap.org/wsdl/; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  | - complexType name=booleanArray
  | - sequence
  |   element maxOccurs=unbounded minOccurs=0 name=value type=boolean 
/ 
  |   /sequence
  |   /complexType
  |   /schema
  |   /types
  |   message name=RfidManagerInterfaceSEI_testArrayOfBooleanResponse / 
  | - message name=RfidManagerInterfaceSEI_testArrayOfBoolean
  |   part name=arrayOfboolean_1 type=ns2:booleanArray / 
  |   /message
  | - portType name=RfidManagerInterfaceSEI
  | - operation name=testArrayOfBoolean parameterOrder=arrayOfboolean_1
  |   input message=tns:RfidManagerInterfaceSEI_testArrayOfBoolean / 
  |   output message=tns:RfidManagerInterfaceSEI_testArrayOfBooleanResponse 
/ 
  |   /operation
  |   /portType
  | - binding name=RfidManagerInterfaceSEIBinding 
type=tns:RfidManagerInterfaceSEI
  |   soap:binding style=rpc 
transport=http://schemas.xmlsoap.org/soap/http; / 
  | - operation name=testArrayOfBoolean
  |   soap:operation soapAction= / 
  | - input
  |   soap:body namespace=http://www.nec.co.jp/xmlnec/rfidmgr; use=literal 
/ 
  |   /input
  | - output
  |   soap:body namespace=http://www.nec.co.jp/xmlnec/rfidmgr; use=literal 
/ 
  |   /output
  |   /operation
  |   /binding
  | - service name=RfidManagerInterface
  | - port binding=tns:RfidManagerInterfaceSEIBinding 
name=RfidManagerInterfaceSEIPort
  |   soap:address 
location=http://BRB42603NS:8080/WebServiceInterface/RfidManagerInterface; / 
  |   /port
  |   /service
  |   /definitions
  | 

This is the error I gotted when try to call the function:
anonymous wrote : 
  | 2005-12-12 10:56:43,281 ERROR [org.jboss.axis.providers.java.RPCInvocation] 
org.xml.sax.SAXException: 

[JBoss-user] [JBoss jBPM] - Re: BEPL : jBpm persistance error while deploying HelloWorld

2005-12-12 Thread enazareno
I have successfully run MySQL. you need to change hibernate.cfg.xml properties 
to the following:

hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect 
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.url=jdbc:mysql://:3306/
hibernate.connection.username=your user name
hibernate.connection.password=

assuming your tables are InnoDB type. Your MySQL driver must also be 
referenced. I think im using the mysql connector downloaded in the mysql site. 
You also need to create the blank database beforehand which was my case. I ran 
the jbpm 3.01 version but I think this should do bec. this is a hibernate 
issue. You can check also under the jbpm-db folder of the starter's kit for the 
specific db configuration.

Regards,

Elmo

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912071#3912071

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912071


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: strange problem with Servlet.service() exception

2005-12-12 Thread sergejp
I have such error in registration example in jboss-seam-1.0beta1 distribution.

I build an run example under jBoss-4.0.3sp1.

But booking example works fine.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912072#3912072

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912072


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: BEPL : jBpm persistance error while deploying HelloWorld

2005-12-12 Thread enazareno
Sorry the connection url should be jdbc:mysql://localhost:3306/databasename 
where localhost can be changed with your host so is the databsename.

Regards,

Elmo

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912073#3912073

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912073


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jBPM and clustering

2005-12-12 Thread RAlfoeldi
Sean,

don't post it. There are minors in this forum ... and I probably would only get 
stomach aches :-)

Rainer

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912076#3912076

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912076


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Steps to deploy Portlet in Jboss Portal

2005-12-12 Thread gruenewa
Hello Mohit,

the link for the HelloWorld example is:

http://labs.jboss.com/file-access/default/members/portletswap/downloads/portlets/miscellaneous/HelloWorldPortlet.zip

To get it running you need JBoss Portal 2.2 !!! (NOT JBoss Portal 2.0 !!!) 
these steps must be done (I am using linux here, but for windows it should be 
similar):

1) Downloading the example
 wget 
 http://labs.jboss.com/file-access/default/members/portletswap/downloads/portlets/miscellaneous/HelloWorldPortlet.zip

2) Unzipping the archive
 unzip HelloWorldPortlet.zip -d helloworld

3) Change the directory and compile the sources with apache ant. Package the 
portlet as *.ear file:
 cd helloworld
 ant all

4) Deploy the portlet, just copy the *.ear file into the jboss deploy folder:
 cp output/lib/helloworld.ear $JBOSS_PORTAL/server/default/deploy/

Hope the helps.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912077#3912077

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912077


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss and NetBeans] - JBoss / Netbeans JavaEE5/ JSF problems

2005-12-12 Thread jportway
hi,
I've been trying to get Seam projects to build under Netbeans, but keep hitting 
the same configuration issue when I try to deploy - the problem seems to be 
with the way Netbeans configures JSF rather than Seam. When the web application 
is deployed I get this exception :

org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: 
org.apache.commons.logging.LogConfigurationException: Class 
org.apache.commons.logging.impl.Log4JLogger does not implement Log

Not sure if this is the actrual problem, or just the symptom - the exception 
seems to be happening while trying to parse a configuration file.

I have very little JBoss or JSF experience I'm afraid, so it maybe that I'm 
just doing something foolish - though I get this exception even with a virgin 
project fresh from the Netbeans project creation wizards.

Has anyone else had this problem ? Any ideas ?
josh

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912079#3912079

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912079


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Steps to deploy Portlet in Jboss Portal

2005-12-12 Thread gruenewa
Hello Mohit,

just a short comment: My first posting on the deployment of portlets was wrong. 
You should bundle your portlets as *.ear (Enterprise Application aRchive) file 
and deploy them in the JBoss deploy folder which is for instance 
JBOSS_HOME/server/default/deploy/
It depends on your jboss configuration. Sorry for that!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912080#3912080

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912080


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Existing web applications integrating JBoss Portal

2005-12-12 Thread gruenewa
I never used it, but for this task there is a JBoss Portal Struts-Bridge. I 
think this should enable you to deploy your struts application as portlet with 
minimum efford.

There is a Struts-Bridge demo at 
http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloadsproject=portletswapcategory=.portlets.framework

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912082#3912082

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912082


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Help!

2005-12-12 Thread ocmalo
here is  brief erro log of problem I encountered while compiling EJB and a 
Servlet project on JBoss AS 4.0.2

unable to retrieve orbjavax.management. 
InstancenotfoundException:Jboss:Service=CorbaORB is not registered

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912083#3912083

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912083


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - OracleCachedRowSet.populate giving performance problem

2005-12-12 Thread dksingh05
I am using JBoss provided connection pooling mechanism. Getting the connection 
and making db call looks fine. But when getting the data and doing 
OracleCachedRowSet.populate it is taking lot of time. Is there any reason for 
this taking time. Could JBoss provided datasource might be the source of the 
problem??

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912084#3912084

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912084


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Example for using XMLBeans for DataBinding?!

2005-12-12 Thread mugwump
ok, this is starting to look like work:) - Do you have by any chance seen this 
error: 


  | javax.xml.soap.SOAPException: org.jboss.axis.AxisFault: The prefix xmlns 
cannot be bound to any namespace explicitly; neither can the namespace for 
xmlns be bound to any prefix explicitly.
  | at org.jboss.axis.MessagePart.getEnvelope(MessagePart.java:1107)
  |...
  | 

What bothers me, is the fact, that jboss complains about the envelope. The 
SOAPElement itself seems to be ok, as I can still parse it with XMLBeans, even 
after the createSOAPElement. I'm using: 


  | SignupPort signupPort = (SignupPort)signupPort_Stub;
  | File orderXML = new File(src/test/resources/order.xml);
  | UllOrderDocument orderDocument = UllOrderDocument.Factory.parse(orderXML);
  | 
  | Element el = ((Document)orderDocument.getDomNode()).getDocumentElement();
  | SOAPElement element = createSOAPElement(el, SOAPFactory.newInstance(), 
false);
  | 

to get from my XML to a SOAPElement and finally send it away using: 

  | signupPort.signup(element);
  | 

Has anybody seen this error?!

cheers
stf

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912085#3912085

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912085


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: DeploymentException with -ds.xml inside ear inside rar

2005-12-12 Thread flottis
Hello, I'm having the same problem, has anyone found a solution to this (and 
still being able to have a custom xml parser and deploy the .rar inside the 
.ear) ?

/Andreas

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912086#3912086

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912086


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Deploy in Tomcat

2005-12-12 Thread ndheureuse
vrbala wrote : Is it possible to use seam using java 1.4.
No, that's not possible since Seam uses Java 1.5 annotations.

Nevertheless I also have some problems deploying a Seam project in Tomcat. 

I successfully build and deployed the noejb-example using 'ant -f 
build.tomcat.xml deploy'. The home-page (home.jsf) can be loaded correctly, but 
none of the links ('Register User', 'Account Login') works. Following one of 
those links results in the home-page beeing reloaded. There are no errors in 
the Tomcat logfiles.

If I deploy the project in JBoss ('ant -f build.xml deploy') the 
booking-application works as it should.

Help would be really appreciated.

ndheureuse

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912087#3912087

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912087


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: strange problem with Servlet.service() exception

2005-12-12 Thread sergejp
sergejp wrote : I have such error in registration example in 
jboss-seam-1.0beta1 distribution.
  | 
  | Problem solved: I have typed 
http://localhost:8080/seam-registration/register.jsp; in browser to run 
example, but url must be http://localhost:8080/seam-registration/register.jsf

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912088#3912088

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912088


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Disabling session persistence in JBOSS 3.2.3

2005-12-12 Thread rohitksingh
Since our system uses JBOSS3.2.3.To disable session persistence, we can create 
an entry of Manager element that sets the pathname to an empty value in 
\jboss-3.2.3\server\default\deploy\jbossweb-tomcat41.sar\META-INF\jboss-service.xml.

 

 
 
but if we put the above mentioned entry then it throws NullPointerException for 
EmbeddedTomcatService.

snippet of log file is given below



17:49:16,890 ERROR [tc4.EmbeddedTomcatService] (main) Starting failed
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:389)
at 
org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:3338)
at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:3474)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:754)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)
at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:363)
at org.apache.catalina.startup.Embedded.start(Embedded.java:994)
at 
org.jboss.web.tomcat.tc4.EmbeddedTomcatService.startService(EmbeddedTomcatService.java:273)
at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
at $Proxy14.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:394)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:394)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at 

[JBoss-user] [Advanced Documentation] - Re: chap8.keystore: Too many certificates in chain

2005-12-12 Thread andreacolpo
Hi,
just a simple question (sorry for this reply not really connected to the topic).
Where can i download the 'jboss book examples'?
I've download Jboss AS 4.0.3 and into adminguideJBossAS.pdf it refer to such 
examples but i'm not able to look for them.
Any help appreciated.
tnx
Andrea

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912090#3912090

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912090


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Example for using XMLBeans for DataBinding?!

2005-12-12 Thread omatzura
hm... 

have you tried to use newDomNode instead of getDomNode? the internl ws-stack in 
jboss 4.0.x has had a lot of problems with namespaces, xsi-types, etc.. the DOM 
tree emitted by newDomNode has worked better for us at least.. 

/Ole

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912092#3912092

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912092


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Deploy in Tomcat

2005-12-12 Thread [EMAIL PROTECTED]
ndheureuse wrote : I successfully build and deployed the noejb-example using 
'ant -f build.tomcat.xml deploy'. The home-page (home.jsf) can be loaded 
correctly, but none of the links ('Register User', 'Account Login') works. 
Following one of those links results in the home-page beeing reloaded. There 
are no errors in the Tomcat logfiles.

Try with the latest CVS version.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912093#3912093

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912093


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Re: chap8.keystore: Too many certificates in chain

2005-12-12 Thread andreacolpo
Hi,
Sorry for my previous question...i've found them.
tnx
Andrea

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912094#3912094

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912094


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Problems to configure HA-JNDI in order to provide auto-d

2005-12-12 Thread manju_cts
I too face the same problem can somebody shed some light on this.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912095#3912095

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912095


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Deploy in Tomcat

2005-12-12 Thread ndheureuse
thanks for your fast reply. 
I cleaned the project and updated the files. but the problem is still the same. 
It looks like some javascript could be the problem. The strange thing is, as I 
already said before, that a deployment in JBoss works (in the same browser).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912096#3912096

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912096


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - monitoring tool

2005-12-12 Thread tparlayan

hi 
i want to mornitor my jboss application servers on real time. to this i found 
third party tool which is named wily from internet. www.techwily.com 
it show me which servis is most usefull , which service has a bad code or how 
many executed. this tool use jbdc. its look like geate tool but i dont konow 
about other tools. 

anybody use something like this and advertise to me ?

thanks 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912098#3912098

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912098


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - why jboss is not calling release() in taglibs

2005-12-12 Thread chaituu
i have written a taglib class ;jboss is not calling release() (this method is 
in Tag class) which is a life cycle method in taglibs; 

in other servers this method is calling implicitly?why jboss is not calling? 

public class TagLib1 extends BodyTagSupport 
{ 

public TagLib1() 
{ 
name = null; 
id = null; 
border = null; 
cellpadding = null; 
cellspacing = null; 
width = null; 
addButtonName = null; 
frmName = null; 
NL = \n; 
elementsData = new StringBuffer(); 
} 


public int doAfterBody() 
throws JspException 
{ 
return 0; 
} 

public int doEndTag() 
throws JspException 
{ 
blah ..blah.. 
} 

public int doStartTag() 
throws JspException 
{ 
blah ..blah.. 
return 2; 
} 

public String getAddButtonName() 
{ 
return addButtonName; 
} 

public String getBorder() 
{ 
return border; 
} 

public String getCellpadding() 
{ 
return cellpadding; 
} 

public String getCellspacing() 
{ 
return cellspacing; 
} 

public StringBuffer getElementsData() 
{ 
return elementsData; 
} 

public String getFrmName() 
{ 
return frmName; 
} 

public String getId() 
{ 
return id; 
} 

public String getName() 
{ 
return name; 
} 

public String getWidth() 
{ 
return width; 
} 

public void release() 
{ 
name = null; 
id = null; 
border = null; 
cellpadding = null; 
cellspacing = null; 
width = null; 
addButtonName = null; 
elementsData = new StringBuffer(); 
} 

public void setAddButtonName(String addButtonName) 
{ 
this.addButtonName = addButtonName; 
} 

public void setBorder(String border) 
{ 
this.border = border; 
} 

public void setCellpadding(String cellpadding) 
{ 
this.cellpadding = cellpadding; 
} 

public void setCellspacing(String cellspacing) 
{ 
this.cellspacing = cellspacing; 
} 

public void setElementsData(StringBuffer elementsData) 
{ 
this.elementsData = elementsData; 
} 

public void setFrmName(String frmName) 
{ 
this.frmName = frmName; 
} 

public void setId(String id) 
{ 
this.id = id; 
} 

public void setName(String name) 
{ 
this.name = name; 
} 

public void setWidth(String width) 
{ 
this.width = width; 
} 

private String name; 
private String id; 
private String border; 
private String cellpadding; 
private String cellspacing; 
private String width; 
private String addButtonName; 
private String frmName; 
private String NL; 
private StringBuffer elementsData; 
}

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912100#3912100

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912100


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - why container is not calling release() in taglib class

2005-12-12 Thread chaituu
i have written a taglib class ;jboss is not calling release() (this method is 
in Tag class) which is a life cycle method in taglibs; 

in other servers this method is calling implicitly?why jboss is not calling? 

public class TagLib1 extends BodyTagSupport 
{ 

public TagLib1() 
{ 
name = null; 
id = null; 
border = null; 
cellpadding = null; 
cellspacing = null; 
width = null; 
addButtonName = null; 
frmName = null; 
NL = \n; 
elementsData = new StringBuffer(); 
} 


public int doAfterBody() 
throws JspException 
{ 
return 0; 
} 

public int doEndTag() 
throws JspException 
{ 
blah ..blah.. 
} 

public int doStartTag() 
throws JspException 
{ 
blah ..blah.. 
return 2; 
} 

public String getAddButtonName() 
{ 
return addButtonName; 
} 

public String getBorder() 
{ 
return border; 
} 

public String getCellpadding() 
{ 
return cellpadding; 
} 

public String getCellspacing() 
{ 
return cellspacing; 
} 

public StringBuffer getElementsData() 
{ 
return elementsData; 
} 

public String getFrmName() 
{ 
return frmName; 
} 

public String getId() 
{ 
return id; 
} 

public String getName() 
{ 
return name; 
} 

public String getWidth() 
{ 
return width; 
} 

public void release() 
{ 
name = null; 
id = null; 
border = null; 
cellpadding = null; 
cellspacing = null; 
width = null; 
addButtonName = null; 
elementsData = new StringBuffer(); 
} 

public void setAddButtonName(String addButtonName) 
{ 
this.addButtonName = addButtonName; 
} 

public void setBorder(String border) 
{ 
this.border = border; 
} 

public void setCellpadding(String cellpadding) 
{ 
this.cellpadding = cellpadding; 
} 

public void setCellspacing(String cellspacing) 
{ 
this.cellspacing = cellspacing; 
} 

public void setElementsData(StringBuffer elementsData) 
{ 
this.elementsData = elementsData; 
} 

public void setFrmName(String frmName) 
{ 
this.frmName = frmName; 
} 

public void setId(String id) 
{ 
this.id = id; 
} 

public void setName(String name) 
{ 
this.name = name; 
} 

public void setWidth(String width) 
{ 
this.width = width; 
} 

private String name; 
private String id; 
private String border; 
private String cellpadding; 
private String cellspacing; 
private String width; 
private String addButtonName; 
private String frmName; 
private String NL; 
private StringBuffer elementsData; 
}

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912101#3912101

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912101


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: BEPL : jBpm persistance error while deploying HelloWorld

2005-12-12 Thread benoitg03

Hi and thanks for answering :)


I did create the database and run the scripts. I changed
the hibernate .properties file (i had same as yours except for
the port in the url) but I still have the same problem as hibernate
seems to want to save an unknown Column.

Could you deploy the HelloWorldBepl tutorial ?

Would you mind to check your JBPM_PROCESSDEFINITION table
description and see if the followings columns are  defined ?
NAME_, VERSION_, ISTERMINATIONIMPLICIT_, STARTSTATE_, TARGETNAMESPACE_, 
ENABLECOMPENSATION_, EXPRESSIONLANG_, QUERYLANG_, ABSTRACT_, CLASS_

If so, would you please send me your .sql files for creating the database ?

thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912102#3912102

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912102


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jBPM and clustering

2005-12-12 Thread sforema
Very nice. You'll only find NodePersist in dark alleys alongside stolen 
watches. 

I'm actually very happy with it along with ForkAsync and JoinAsync. I can run a 
query and know exactly what nodes a process is in. The query returns one row 
for each token with its status and restart info if it fails. And the process 
flow definition isn't cluttered with any extra nodes or code to make asynch 
stuff work...

I will be putting a symaphore in shortly to prevent a race condition and then 
it should be solid as a rock.

Ya know, when I think of someone coding in switzerland, I imagine a cabin out 
in the woods at the base of a moutain with the fireplace going and wireless 
access. I don't want to know about the dreary cubicle you are actually in. I 
prefer the cabin vision.

Ltr,

Sean

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912103#3912103

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912103


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: monitoring tool

2005-12-12 Thread [EMAIL PROTECTED]
Why not investigate JBoss Network? :-)   The monitoring tool is called JBoss 
Network Enterprise Manager (soon to be renamed JBoss Operations Network).  For 
more information see:

http://www.jboss.com/services/jbossnetwork

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912105#3912105

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912105


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - My LoginModule needs more than just j_username and j_passwor

2005-12-12 Thread NigelWhite
I have written a custom login module to authenticate against our legacy (and 
it's really old, and non-standard!) back end.

This needs a company name parameter from the login form - in fact, it needs to 
be able to access the HttpSession to get and set attributes in it..

Now that I am trying to use container-handled FORM based authentication, I 
can't get this information.

Before I did form based auth, I used to use a Filter, and have the filter 
invoke a JSP when it detected an unlogged-in session which would submit to my 
own login servlet which created a LoginContext passing it a special 
CallbackHandler initialized with all the needed information which could handle 
all kinds of custom Callback subclasses to get the info it neeed.

Is it possible to do this? Surely someone must have realized that you often 
need more than just username/password to do authentication

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912106#3912106

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912106


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Timer problems

2005-12-12 Thread mdonato
Hi all,

i'm using jbpm-3.0.2 and ibm websphere, i'm having problems on creation of a 
process with a timer tag, i've tried a lot of ways to describe the timer on 
processdefinition.xml, but with no success.

Some one can help me on this?

What i'm doing wrong?

process-definition
  |   name=teste-timer
  |start-state name=start
  |   transition name=tr1 to=state1/transition
  |/start-state
  |
  |state name=state1
  |   event type=node-enter
  |  create-timer name=timer duedate=1 minute repeat=yes 
transition=tr1 
  |  action name=action1 
class=br.com.glr.jbpm.handlers.MailActionHandler
  | from[EMAIL PROTECTED]/from
  | messagetimer/message
  | subjecttimer/subject
  | to[EMAIL PROTECTED]/to
  |  /action
  |  /create-timer
  |   /event
  |   transition name=tr1 to=end1/transition
  |/state
  |end-state name=end1/end-state
  | /process-definition

when i start a new instance of it, i'm receiving this exception!

[2005-12-12 12:31:30,211] DEBUG 5236766 
ctx:[[sessionFacade=WorkflowEngineSessionFacadeBean.java, 
method=startProcessInstance(name)] [classe=MainWorkflow.java, 
method=startProcess(name, variables)]] - finalizando metodo: 
metodo=MainWorkflow.java::startProcess(name, variables)
  |  [2005-12-12 12:31:30,211] DEBUG 5236766 
ctx:[[sessionFacade=WorkflowEngineSessionFacadeBean.java, 
method=startProcessInstance(name)]] - finalizando metodo: 
metodo=WorkflowEngineSessionFacadeBean.java::startProcessInstance(name)
  |  
  | [12/12/05 12:31:30:226 GMT-03:00] 46178497 ConnectionMan I 
org.hibernate.jdbc.ConnectionManager  Skipping aggresive-release due to open 
resources on batcher
  | 
  | [12/12/05 12:31:30:226 GMT-03:00] 46178497 ConnectionMan I 
org.hibernate.jdbc.ConnectionManager  Skipping aggresive-release due to open 
resources on batcher
  | 
  | [12/12/05 12:31:30:226 GMT-03:00] 46178497 AbstractBatch W 
org.hibernate.jdbc.AbstractBatcher  exception clearing maxRows/queryTimeout
  | 
  | [12/12/05 12:31:30:242 GMT-03:00] 46178497 AbstractBatch W 
org.hibernate.jdbc.AbstractBatcher  TRAS0014I: A seguinte exceção foi 
registrada com.ibm.websphere.ce.cm.ObjectClosedException: DSRA9110E: Statement 
está fechado.
  | at 
com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.runtimeXIfNotClosed(WSJdbcStatement.java:952)
  | at 
com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.getMaxRows(WSJdbcStatement.java:608)
  | at 
org.hibernate.jdbc.AbstractBatcher.closeQueryStatement(AbstractBatcher.java:223)
  | at 
org.hibernate.jdbc.AbstractBatcher.closeStatements(AbstractBatcher.java:273)
  | at 
org.hibernate.jdbc.ConnectionManager.cleanup(ConnectionManager.java:272)
  | at 
org.hibernate.jdbc.ConnectionManager.close(ConnectionManager.java:207)
  | at org.hibernate.impl.SessionImpl.close(SessionImpl.java:309)
  | at org.hibernate.impl.SessionImpl.managedClose(SessionImpl.java:361)
  | at 
org.hibernate.transaction.CacheSynchronization.afterCompletion(CacheSynchronization.java:90)
  | at 
com.ibm.ws.Transaction.JTA.RegisteredSyncs.distributeAfter(RegisteredSyncs.java(Compiled
 Code))
  | at 
com.ibm.ws.Transaction.JTA.TransactionImpl.distributeAfter(TransactionImpl.java(Inlined
 Compiled Code))
  | at 
com.ibm.ws.Transaction.JTA.RegisteredResources.flowCommitOnePhase(RegisteredResources.java(Compiled
 Code))
  | at 
com.ibm.ws.Transaction.JTA.RegisteredResources.distributePrepare(RegisteredResources.java(Compiled
 Code))
  | at 
com.ibm.ws.Transaction.JTA.TransactionImpl.internalPrepare(TransactionImpl.java(Compiled
 Code))
  | at 
com.ibm.ws.Transaction.JTA.TransactionImpl.commit(TransactionImpl.java(Compiled 
Code))
  | at 
com.ibm.ws.Transaction.JTA.TranManagerImpl.commit(TranManagerImpl.java(Compiled 
Code))
  | at 
com.ibm.ws.Transaction.JTA.TranManagerSet.commit(TranManagerSet.java(Compiled 
Code))
  | at com.ibm.ejs.csi.TranStrategy.commit(TranStrategy.java(Compiled Code))
  | at com.ibm.ejs.csi.TranStrategy.postInvoke(TranStrategy.java(Compiled 
Code))
  | at 
com.ibm.ejs.csi.TransactionControlImpl.postInvoke(TransactionControlImpl.java(Compiled
 Code))
  | at 
com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java(Compiled Code))
  | at 
br.com.glr.populis.model.workflow.ejb.EJSLocalStatelessWorkflowEngineSessionFacade_a8e0f47b.startProcessInstance(EJSLocalStatelessWorkflowEngineSessionFacade_a8e0f47b.java:198)
  | at sun.reflect.GeneratedMethodAccessor161.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled
 Code))
  | at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
  | at 
com.ibm.etools.utc.model.ReflectionMethodModel.invoke(ReflectionMethodModel.java:68)
  | at 
com.ibm.etools.utc.servlet.InvokeServlet.invoke(InvokeServlet.java:110)
  | at 

[JBoss-user] [Security JAAS/JBoss] - Re: Custom callback handler

2005-12-12 Thread NigelWhite
That page:

http://wiki.jboss.org/wiki/Wiki.jsp?page=JaasSecurityManagerService+CallbackHandlerClassName

Doesn't exist.

This is exactly the kind of thing I'm trying to do. I want to be able to create 
the Callbackhandler to send to the LoginContext myself, and populate it with a 
lot of information which my LoginModule needs.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912109#3912109

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912109


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Interceptors and AroundInvoke

2005-12-12 Thread mwoelke
Hello there,
I've a problem getting Interceptors to work in our EJB3-Application.
I looked over the samples given in the EJB3Trail as well as in the tutorials 
available at jboss.com and implemented it accordingly, BUT it does not work, 
although the examples do work. I investigated this a little further and found 
that Interceptors only seem to work in certain context.
I have a class A which is derived from an abstract class B. A implements an 
interface C which defines the business-methods for A. This interface is derived 
from interface D which defines business-methods implemented by B.


  | public abstract class B{
  | private static Logger logger = Logger.getLogger(B.class);
  | @AroundInvoke
  | public testAroundInvoke(InvocationContext ctx) throws Exception{
  | logger.info(B.testAroundInvoke);
  | return ctx.proceed();
  | }
  | }
  | 
  | @Local public interface D{
  | }
  | 
  | @Local public interface C extends D{
  | }
  | 
  | @Stateless
  | @Interceptor(TestInterceptor.class)
  | public class A extends B implements C{
  | ...
  | }
  | 

This way all business-methods of B, as defined by D, are intercepted by both, 
the external Interceptor and the internal of class B. Business-methods of A are 
not intercepted.
If I remove the AroundInvoke method in B no interceptors at all are called 
anymore. Why is that? Am I doing something wrong or is this a bug?
How do I get JBoss to intercept business-methods of A?

Please help.

Milan Wölke

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912110#3912110

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912110


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate IDE Postgres 8.0 AUTOCOMMIT exception

2005-12-12 Thread brianstaf
Sorry not to give you more details.  This error is coming when I go to file - 
New - Other - Hibernate Artifact Generation.  I have already set up a 
Hibernate Console Configuration, set the output directory, check reverse from 
JDBC, name a package, and check (generate composite ids, gnerate doamin code, 
DOA, mappings)

The error is an IDE error with the title of Hiberate Console - Error under 
artifact generation.  This is followed by 
org.hibernate.exception.GenericJDBCException: Reading from database
  org.hibernate.exception.GenericJDBCException: Reading from database
  java.sql.SQLException: ERROR:  SET AUTOCOMMIT TO OFF is no longer supported

I am using Postres 8.0.3  and I tried all relevant JDBC drivers.  

Is it possible to grab a larger stack trace from the IDE and how?

Thanks. 
 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912111#3912111

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912111


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: javax.faces.FacesException: Error calling action method

2005-12-12 Thread forJbpm
Thanks Ronald!(???)
That was the catch. I just defined a controleer variable in my task and it 
works fine now (but still ProcessInstance.signal() dosent advance to next step 
though). 
Is it absolutely essential to have a controller variable for a given task??? or 
was it because my earlier versions of Workflow had that defined and later I 
removed it thats why it was still expecting those variables?

Again, Thanks a lot!


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912113#3912113

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912113


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: jBPM and clustering

2005-12-12 Thread RAlfoeldi
Sean,

you'd really want to know, eh? Well I'll leave it to you to figure out which 
version's a dream and which not :-) (Don't forget that Koen is a blonde 
d-cup... + fireplace, + cabin oh well... Koen isn't here, was just an idea.)

And concerning your fork stuff. If you know what you're doing and it works: 
great. I just don't know that many people that truely know what they're doing 
when it comes to transactions and concurrency - sometimes I get a bit confused 
myself, at least for a short time.

Your solution just wouldn't work for me - and probably others - because the 
scope of the transactions is too small and because of that threading thing...

Now... I got take care of the fireplace :-)

Rainer

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912114#3912114

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912114


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Steps to deploy Portlet in Jboss Portal

2005-12-12 Thread Mohit
Hi 

Thank you very much for such a gr8 help gruenewa.

Do you mean our portlet application should be in 
 JBOSS_HOME/server/default/deploy/ 
instead of 
 JBOSS_HOME/server/default/deploy/jboss-portal.sar/ 

If so how Jboss application server will understand this as portel application?

have few more query.
1  Here in our case i am going to use Pluto portlet api instead of jboss 
portlet   api will it really make any difference?[my lib will have some other 
files]

2 Anyone come across any document which explaines about all xml what we are 
putting in web-inf folder?[i have reference guide but it is not enough],here i 
want to know how each xml is communicating with each other.

3 How portlet.xml and web.xml is mapped and how Jboss will can each of this xml 
files[sequence of xml calling]
 
As gruenewa told that example will work only with Jboss portal 2.2, 
Does anyone has helloworld example in Jboss Portal 2.0 format?
we have some specific requierment for Jboss Portal 2.0 thts why i am asking for 
this.


Thank you very much once again for such gr8 help.

Mohit.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912115#3912115

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912115


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-12 Thread mdonato
I've tried this too!

process-definition
  |   name=teste-timer
  |start-state name=start
  |   transition name=tr1 to=state1/transition
  |/start-state
  |
  |state name=state1
  |   timer name=timer duedate=1 minute repeat=yes transition=tr1 
  |action name=action1 
class=br.com.glr.jbpm.handlers.MailActionHandler
  |   from[EMAIL PROTECTED]/from
  |   messagetimer/message
  |   subjecttimer/subject
  |   to[EMAIL PROTECTED]/to
  |/action
  |   /timer
  |   transition name=tr1 to=end1/transition
  |/state
  |end-state name=end1/end-state
  | /process-definition

and the excpetion stops to be displayed!

but don't work !

Any way i make a timer tag, this does not appear in the table JBPM_TIMER, i 
supposed that it could be there! am i wrong ?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912117#3912117

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912117


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss and NetBeans] - Re: JBoss / Netbeans JavaEE5/ JSF problems

2005-12-12 Thread jportway
it looks like this was caused by netbeans packaging extra uneeded jars into the 
ear and confusing the classpath - when i've worked out how to stop it doing 
this i'll post it here

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912118#3912118

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912118


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: JBPM LOG

2005-12-12 Thread mdonato
Hi all,

Now i'm using jbpm-3.0.2 and i don't know why the logs don't starts logging!

It should be automatic, or i have to explicity run some code ?

Please !

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912119#3912119

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912119


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Looking for jboss-service.xml

2005-12-12 Thread kkaal
Hi,

I made JBoss Portal (latest realease) work from command line. Now, I try to run 
the very same JB from Eclipse (JBoss). When I start the AppServer, I get:

15:56:46,099 INFO  [Server] Starting JBoss (MX MicroKernel)...
15:56:46,119 INFO  [Server] Release ID: JBoss [WonderLand] 3.2.6RC2 (build: 
CVSTag=Branch_3_2 date=200409120119)
15:56:46,119 INFO  [Server] Home Dir: C:\Programme\jboss
15:56:46,119 INFO  [Server] Home URL: file:/C:/Programme/jboss/
15:56:46,119 INFO  [Server] Library URL: file:/C:/Programme/jboss/lib/
15:56:46,119 INFO  [Server] Patch URL: null
15:56:46,119 INFO  [Server] Server Name: JBossNukes
15:56:46,119 INFO  [Server] Server Home Dir: 
C:\Programme\jboss\server\JBossNukes
15:56:46,119 INFO  [Server] Server Home URL: 
file:/C:/Programme/jboss/server/JBossNukes/
15:56:46,119 INFO  [Server] Server Data Dir: 
C:\Programme\jboss\server\JBossNukes\data
15:56:46,119 INFO  [Server] Server Temp Dir: 
C:\Programme\jboss\server\JBossNukes\tmp
15:56:46,119 INFO  [Server] Server Config URL: 
file:/C:/Programme/jboss/server/JBossNukes/conf/
15:56:46,119 INFO  [Server] Server Library URL: 
file:/C:/Programme/jboss/server/JBossNukes/lib/
15:56:46,119 INFO  [Server] Root Deployment Filename: jboss-service.xml
15:56:46,129 INFO  [Server] Starting General Purpose Architecture (GPA)...
15:56:46,830 INFO  [ServerInfo] Java version: 1.4.2_04,Sun Microsystems Inc.
15:56:46,830 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 
1.4.2_04-b05,Sun Microsystems Inc.
15:56:46,830 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
15:56:47,221 INFO  [Server] Core system initialized
Failed to boot JBoss:
org.jboss.deployment.DeploymentException: url 
file:/C:/Programme/jboss/server/JBossNukes/conf/jboss-service.xml could not be 
opened, does it exist?
at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:168)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:607)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:592)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:191)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
at org.jboss.Main.boot(Main.java:145)
at org.jboss.Main$1.run(Main.java:399)
at java.lang.Thread.run(Thread.java:534)
15:56:47,271 INFO  [Server] JBoss SHUTDOWN: Undeploying all packages
Shutting down
Shutdown complete
Halting VM

Any idea, why it looks for the jboss-service.xml in the JBoss-Nukes directory? 
This file is in the default directory.

Thanks for your hints.

Klaus

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912121#3912121

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912121


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate IDE Postgres 8.0 AUTOCOMMIT exception

2005-12-12 Thread [EMAIL PROTECTED]
in the PDE error log view.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912122#3912122

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912122


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Example for using XMLBeans for DataBinding?!

2005-12-12 Thread mugwump
I tried that, but - at least in this case - it makes no difference on the 
generated webservice-call. And I'm still getting the very same AxisFault about 
a xmlns in the envelope. Strangely enough, the header looks fine: 


  | env:Envelope xmlns:env=http://schemas.xmlsoap.org/soap/envelope/;
  |  xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  |  
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
  |  
xmlns:enc=http://schemas.xmlsoap.org/soap/encoding/; 
  |  
xmlns:ns0=http://signup.ull.tiscali.netpioneer.de/types;
  | 

I will repost this in another thread, maybe someone else has already seen this 
- but many thx for the help anyway!

cheers
stf

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912123#3912123

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912123


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Steps to deploy Portlet in Jboss Portal

2005-12-12 Thread gruenewa
Yes, as far as I know you should place the portlet application (I am speaking 
about JBoss Portal 2.2) in the folder:
 
JBOSS_HOME/server/default/deploy/ 

... but I cann't tell you why this works and how this works, since I am only a 
jboss portal user.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912124#3912124

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912124


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - ejb based web service client-cert mutual authentication

2005-12-12 Thread jcastrol
I'm able to run the client-cert mutual authentication on jboss 3.2.7 server 
under a web based application but I want to know if is possible do it into a 
ejb based web service, and if is possible get some practical example about it.
Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912125#3912125

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912125


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate IDE Postgres 8.0 AUTOCOMMIT exception

2005-12-12 Thread brianstaf
!ENTRY org.hibernate.eclipse 2 3 2005-12-12 09:34:43.80
!MESSAGE WARN ModalContext org.hibernate.cfg.SettingsFactory - Could not obtain 
connection metadata
!STACK 0
java.sql.SQLException: ERROR:  SET AUTOCOMMIT TO OFF is no longer supported

at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:131)
at 
org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connection.java:482)
at 
org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connection.java:461)
at 
org.postgresql.jdbc1.AbstractJdbc1Connection.setAutoCommit(AbstractJdbc1Connection.java:957)
at 
org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:112)
at 
org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:72)
at 
org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1815)
at 
org.hibernate.cfg.JDBCMetaDataConfiguration.readFromJDBC(JDBCMetaDataConfiguration.java:38)
at 
org.hibernate.eclipse.console.wizards.ArtifactGeneratorWizard$3.execute(Unknown 
Source)
at 
org.hibernate.console.execution.DefaultExecutionContext.execute(Unknown Source)
at org.hibernate.console.ConsoleConfiguration.execute(Unknown Source)
at 
org.hibernate.eclipse.console.wizards.ArtifactGeneratorWizard.buildConfiguration(Unknown
 Source)
at 
org.hibernate.eclipse.console.wizards.ArtifactGeneratorWizard.doFinish(Unknown 
Source)
at 
org.hibernate.eclipse.console.wizards.ArtifactGeneratorWizard.access$0(Unknown 
Source)
at 
org.hibernate.eclipse.console.wizards.ArtifactGeneratorWizard$1.run(Unknown 
Source)
at 
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)

!ENTRY org.hibernate.eclipse.console 4 4 2005-12-12 09:34:43.120
!MESSAGE Error under artifact generation
!STACK 0
org.hibernate.exception.GenericJDBCException: Reading from database
at 
org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:91)
at 
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:79)
at org.hibernate.cfg.JDBCBinder.readFromDatabase(JDBCBinder.java:93)
at 
org.hibernate.cfg.JDBCMetaDataConfiguration.readFromJDBC(JDBCMetaDataConfiguration.java:40)
at 
org.hibernate.eclipse.console.wizards.ArtifactGeneratorWizard$3.execute(Unknown 
Source)
at 
org.hibernate.console.execution.DefaultExecutionContext.execute(Unknown Source)
at org.hibernate.console.ConsoleConfiguration.execute(Unknown Source)
at 
org.hibernate.eclipse.console.wizards.ArtifactGeneratorWizard.buildConfiguration(Unknown
 Source)
at 
org.hibernate.eclipse.console.wizards.ArtifactGeneratorWizard.doFinish(Unknown 
Source)
at 
org.hibernate.eclipse.console.wizards.ArtifactGeneratorWizard.access$0(Unknown 
Source)
at 
org.hibernate.eclipse.console.wizards.ArtifactGeneratorWizard$1.run(Unknown 
Source)
at 
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Caused by: java.sql.SQLException: ERROR:  SET AUTOCOMMIT TO OFF is no longer 
supported

at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:131)
at 
org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connection.java:482)
at 
org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connection.java:461)
at 
org.postgresql.jdbc1.AbstractJdbc1Connection.setAutoCommit(AbstractJdbc1Connection.java:957)
at 
org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:112)
at org.hibernate.cfg.JDBCBinder.getConnnection(JDBCBinder.java:636)
at org.hibernate.cfg.JDBCBinder.readDatabaseSchema(JDBCBinder.java:120)
at org.hibernate.cfg.JDBCBinder.readFromDatabase(JDBCBinder.java:88)
... 9 more
!SUBENTRY 1 org.hibernate.eclipse.console 4 150 2005-12-12 09:34:43.120
!MESSAGE java.sql.SQLException: ERROR:  SET AUTOCOMMIT TO OFF is no longer 
supported

!STACK 0
java.sql.SQLException: ERROR:  SET AUTOCOMMIT TO OFF is no longer supported

at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:131)
at 
org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connection.java:482)
at 
org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connection.java:461)
at 
org.postgresql.jdbc1.AbstractJdbc1Connection.setAutoCommit(AbstractJdbc1Connection.java:957)
at 
org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:112)
at org.hibernate.cfg.JDBCBinder.getConnnection(JDBCBinder.java:636)
at org.hibernate.cfg.JDBCBinder.readDatabaseSchema(JDBCBinder.java:120)
at org.hibernate.cfg.JDBCBinder.readFromDatabase(JDBCBinder.java:88)
at 

[JBoss-user] [JBossWS] - org.jboss.axis.AxisFault: The prefix

2005-12-12 Thread mugwump
I'm using a document\literal ws that is generated via wscompile from a given 
wsdl with the option nodatabinding (as I want to do my mapping via xmlbeans). 
I'm getting correctly deployable ports, with the only complain  on deploy 
being: 


  | 16:13:44,610 WARN  [JavaWsdlMapping] Cannot find jaxrpc-mapping for type: 
{http://signup.ull.tiscali.netpioneer.de/types}ullOrder
  | 16:13:44,611 WARN  [TypeMappingDescription] Class not found: 
javax.xml.soap.ullOrder
  | 16:13:44,614 INFO  [AxisService] WSDD published to: 
/opt/java/jboss-4.0.3-all/server/default/data/wsdl/ullworkflowsystem.ear/workflowsystem-web-0.1.war/SignupService.wsdd
  | 

which I suppose is ok: The signature on the Enpoint-Implementations give me the 
raw  SOAPElements and I want to do my de-serialization manually. 

However, when I try to access the webservice, I'm getting: 


  | javax.xml.soap.SOAPException: org.jboss.axis.AxisFault: The prefix xmlns 
cannot be bound to any namespace explicitly; neither can the namespace for 
xmlns be bound to any prefix explicitly.
  | at org.jboss.axis.MessagePart.getEnvelope(MessagePart.java:1107)
  | at 
org.jboss.webservice.server.ServerEngine.invoke(ServerEngine.java:59)
  | at 
org.jboss.axis.transport.http.AxisServlet.doPost(AxisServlet.java:911)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  | at 
org.jboss.axis.transport.http.AxisServletBase.service(AxisServletBase.java:370)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:595)
  | 
  | 

tcpmon shows the following for the envelope: 


  | env:Envelope 
  | xmlns:env=http://schemas.xmlsoap.org/soap/envelope/; 
  | xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
  | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
  | xmlns:enc=http://schemas.xmlsoap.org/soap/encoding/; 
  | xmlns:ns0=http://signup.ull.tiscali.netpioneer.de/types;
  | 

which looks ok to me. The payload also looks ok, and I have comfirmed, that I 
can use XMLBeans to de-serialize the soap-body again. 

I'm puzzled, and don't have the slightest idea anymore, what is going wrong 
here - has anybody seen a similar error before???! 

Thx for any help
stefan 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912129#3912129

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912129


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate IDE Postgres 8.0 AUTOCOMMIT exception

2005-12-12 Thread [EMAIL PROTECTED]
googling for it and asking around tells me that it is just some wrong jdbc 
driver problem.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912131#3912131

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912131


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Performance problem with embedded EJB :/

2005-12-12 Thread [EMAIL PROTECTED]
Well, it looks like it is taking ~ 11 seconds to export the schema from two 
EntityManagers using hbm2ddl schema export.  Maybe you can precreate your 
schema in the database and shut this feature off in persistence.properties in 
ejb3.deployer/META-INF/persistence.properties?

Another 10 seconds looks like the initialization of the container.  (1st 10 
seconds).  We are working on speeding that up, but it is low priority right now.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912133#3912133

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912133


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: MDBs with descriptors ignoring jboss.xml configuration?

2005-12-12 Thread [EMAIL PROTECTED]
This has been fixed in cvs and will be in the next release

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912134#3912134

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912134


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: EJB3: Is it possible to use both annotations AND descrip

2005-12-12 Thread [EMAIL PROTECTED]
This was a bug. I have fixed this and it will be in the next release

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912135#3912135

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912135


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Design suggestion

2005-12-12 Thread patrick_ibg
Seam doesn't support multiple nested conversations at this point.

So for now you have two choices:
1. search query in conversation scope, edit on event scope.
2. search query and edit in the same conversation scope.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912137#3912137

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912137


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate IDE Postgres 8.0 AUTOCOMMIT exception

2005-12-12 Thread brianstaf
Rookie mistake.  When I was updating the JDBC driver, I was just changing it in 
the BuildPath and not in the console configuration.  So an old driver was in 
the classpath of the console.  After that, it work fine.

Thanks for your help. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912138#3912138

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912138


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Interceptors and AroundInvoke

2005-12-12 Thread [EMAIL PROTECTED]
looks like a bug.  Kabir will get on it for the RC4 release next month.

http://jira.jboss.com/jira/browse/EJBTHREE-376



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912139#3912139

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912139


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC4

2005-12-12 Thread [EMAIL PROTECTED]
sorry, the RC4 release date has slipped 1.5 months due to personal events on 
the ejb3 team and because it is still a bit unstable right now.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912140#3912140

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912140


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: One more question about transactions

2005-12-12 Thread [EMAIL PROTECTED]
#1)  I don't think @FlushMode on the class will work.  Do 
EntityManager.setFlushMode(NEVER) instead.

#2) Is the RamzesException a RuntimeException or RemoteException or annotated 
with @ApplicationException(rollback=true)?

#3) FYI, FlushMode.NEVER will be removed in the final version of the 
specification.  Instead, you can get the same behavior by doing EM operations 
outside of a JTA transaction.  If you don't like this (I don't) please bitch 
directly to Mike Keith [EMAIL PROTECTED] please and also [EMAIL PROTECTED]

#4) @FlushMode is dissappearing I believe as well.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912141#3912141

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912141


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - deploy a process definition

2005-12-12 Thread rafaelsource
Hi,
I'm new in jbpm,  i previously studing another WfMS.

I test the example, and now I'm trying to deploy a example process definition 
that i have make.

Can anybody help me,  please??

Thanx in advance!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912142#3912142

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912142


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Repeated Transaction Timeouts

2005-12-12 Thread Pizzle
Did you ever find a solution to this problem???
I am experiencing the a very similar problem in JBoss 3.2.6.

Everything runs fine for a couple days and then all of a sudden, the following 
Warning is outputted by JBoss indicating a timeout (upon Session Bean 
requesting info from a JMS Queue):


  | [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl 
[FormatId=257, GlobalId=URL//7466714, BranchQual=] timed out. 
status=STATUS_ACTIVE
  | 
  | 

I have looked at my deploy/transaction-service.xml file and see the following 
(I am curious if the SpecCompliant attribute has anything to do with this 
problem):


  | ?xml version=1.0 encoding=UTF-8?
  | !-- $Id: transaction-service.xml,v 1.2.2.5 2003/10/05 15:37:24 starksm Exp 
$ --
  | 
  | server
  | 
  |   !--  
--
  |   !-- Transactions 
--
  |   !--  
--
  | 
  |   !--
  |  | The CachedConnectionManager is used partly to relay started 
UserTransactions to
  |  | open connections so they may be enrolled in the new tx.
  |--
  |   mbean code=org.jboss.resource.connectionmanager.CachedConnectionManager
  |  name=jboss.jca:service=CachedConnectionManager
  | depends 
optional-attribute-name=TransactionManagerServiceNamejboss:service=TransactionManager/depends
  | 
  | !--SpecCompliant false means JBoss will close connections left open 
when you
  | return from a method call and generate a loud warning.  
SpecCompliant true
  | means JBoss will disconnect connection handles left open on return 
from a
  | method call and reconnect them with an appropriate (security, tx)
  | connection on the next call to the same object.--
  | attribute name=SpecCompliantfalse/attribute
  | 
  | !-- Enable connection close debug monitoring --
  | attribute name=Debugtrue/attribute
  | 
  |   /mbean
  | 
  | /server
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912143#3912143

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912143


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Question - JSF Render Response phase and Data access

2005-12-12 Thread patrick_ibg
Typically, persistent entities are placed in a context (application, session, 
conversation or event/request) during the InvokeApplication phase.

The render response will then have access to these entities. It may or may not 
hit the database to render the page, depending on whether the entities have 
lazy-fetched associations, however this is mostly transparent to the developer, 
esp. if you are using JSF/Seam/EJB3.

InvokeApplication is where you normally code your business logic, or call other 
layers that implement the biz logic. In the JSF/Seam/EJB3 stack, this code 
resides in a JSF backing bean which can be an EJB session bean. Seam acts as 
the glue which makes the EJB session bean appear to JSF as a backing bean.

anonymous wrote : 
  | I understand that most applications will not want to go to the database 
twice - once for the event update and the second to obtain the new pages data. 
However, there are a class of applications where this is very important - as a 
example personalized apps. 
  | 

This cannot be avoided. Unless you want to code a stored proc for each instance 
of these interactions, you will have to hit the db at least twice. After all 
you are issuing two SQL statements (an UPDATE and a SELECT). This really isn't 
an issue with webapps, since the webapp and the db layer are both on the server 
side, and there is very little network latency. Add connection pooling, 
prepared statements and caching and you wind up with a highly performant stack.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3912144#3912144

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912144


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   >