How to change default socket factory
by Kovacs, Robert
Dear All !
Could somebody help me to find out how can I redefine the JBoss (version
4.0.3SP1 and above ) default socket factory (client and server) ?
We need to develop an own socket factory for SSL compliance sockets, we
couldn't use the existing SSL configuration for it.
Thank you,
Robert
@vantage CAF Support (V7.5 SP2)
CSS INS 2, Siemens PSE Ltd. Hungary
Tel.: +36 1 4713090
Mob.: +36 30 6769504
Fax.: +36 1 4713490
E-mail: robert.kovacs(a)siemens.com
18 years, 11 months
[JBoss jBPM] - PROBLEMS About the database of jBPM BPEL
by gongdonghui
hill
i have a problem when i try to use the MySql as a datablase in jBPM BPEL insteadof HSQL database,
The error information is org.hibernate.MappingException: No Dialect mapping for JDBC type: -1
at org.hibernate.dialect.TypeNames.get(TypeNames.java:56)
at org.hibernate.dialect.TypeNames.get(TypeNames.java:81)
at org.hibernate.dialect.Dialect.getTypeName(Dialect.java:255)
at org.hibernate.mapping.Column.getSqlType(Column.java:182)
at org.hibernate.mapping.Table.sqlCreateString(Table.java:383)
at org.hibernate.cfg.Configuration.generateSchemaUpdateScript(Configuration.java:884)
at org.hibernate.tool.hbm2ddl.SchemaUpdate.execute(SchemaUpdate.java:140)
at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:314)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1218)
at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:94)
at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:98)
at org.jbpm.persistence.db.DbPersistenceService.getJobSession(DbPersistenceService.java:281)
at org.jbpm.JbpmContext.getJobSession(JbpmContext.java:526)
and i have set database informatio in jbpm-bpel-ds.xml
| <connection-url>jdbc:mysql://localhost:3306/jbpm-bpel?
| useUnicode=true&characterEncoding=gb2312</connection-url>
| <driver-class>com.mysql.jdbc.Driver</driver-class>
| <user-name>root</user-name>
| <password>571226</password>
|
|
|
i use the JBPM BPEL 1.0.1BETA 3 the jboss is JBOSS 4.0.5 GA
ant the jdk is 1.5.0
thanks for you help!!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046703#4046703
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046703
18 years, 11 months
[JBoss Messaging] - JBoss throwing Exception
by dey_s
Hi,
We are using jboss-4.0.1sp1 for a project running in Linux 2.4.21-47.ELsmp. There is a requirement in our project that we have to change the system time in the machine while our application (EAR) is running in JBoss to be compliant with a specification of the semi-conductor industry. When we take the System time back from whatever is the current time we get an Exception in what I think is the JMS service after which we are unable to publish or subscribe any message to the queue. A snippet of the stack trace is given below. Any help in this issue would be greatly appreciated.
03:17:41,233 WARN [Connection] Connection failure: org.jboss.mq.SpyJMSException: Exiting on IOE; - nested throwable: (java.io.EOFException) at org.jboss.mq.Connection.asynchFailure(Connection.java:436) at org.jboss.mq.il.uil2.UILClientILService.asynchFailure(UILClientILService.java:145) at org.jboss.mq.il.uil2.SocketManager$ReadTask.handleStop(SocketManager.java:406) at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:338) at java.lang.Thread.run(Thread.java:595)
Thanks and regards,
Suvadeep
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046702#4046702
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046702
18 years, 11 months