[jboss-user] [JBoss Messaging] - Re: Messages stucking in JBM_MSG (JBoss Messaging 1.4.0.SP3)

2008-12-16 Thread fheldt
You were right and i was totally blind :-( The Messages were in the DLQ. I wrote a little program that pulled them out of the DLQ and just resend them, as you suggested. Many thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196844#4196844 Reply to the

[jboss-user] [JBoss Messaging] - Messages stucking in JBM_MSG (JBoss Messaging 1.4.0.SP3)

2008-12-15 Thread fheldt
We are using JBoss Messaging 1.4.0.SP3 and ran into a problem. A MDB failed while consuming a message (throwing an Exception). So now i have a bunch of messages stucking in jbm_msg. How can i tell JBoss that it can redeliver these immediately (now that i've fixed the problem in the MDB)?

[jboss-user] [JBossWS] - Re: charset problem with jbossws 2.0.2 and .net clients

2008-01-08 Thread fheldt
Well that's a good question and i have no answer... See also: http://jira.jboss.org/jira/browse/JBWS-1716 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117923#4117923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117923

[jboss-user] [JBossWS] - Re: charset problem with jbossws 2.0.2 and .net clients

2008-01-07 Thread fheldt
Start JBoss with JAVA_OPTS=-Dfile.encoding=UTF-8, that should fix it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4117547#4117547 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4117547

[jboss-user] [JBossWS] - Re: Question about webservice returning array with nillable=

2007-11-28 Thread fheldt
I changed the wsdl by hand and it works now, but i also investigated this topic a little further. No matter what i change the return type to, JBossWS always generates the same result (and that's a bug imho): | @WebMethod | public Integer[] GetSteps(String ugid) { | ... | } | | or

[jboss-user] [JBossWS] - Question about webservice returning array with nillable=fals

2007-11-21 Thread fheldt
I've got a problem with a webservice and no idea how to solve this. Maybe someone can give me a hint: Java Webservice snippet: | @WebMethod | public Integer[] GetSteps(String ugid) { | Session session = (Session) em.getDelegate(); | List? list = session.createSQLQuery(SELECT QVZAHL

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - question about @ManyToOne and @Where

2007-11-21 Thread fheldt
I've got a nasty problem and no idea how to solve this. First: This is a legacy database, which i cannot change :-( I have 2 entities Drvor and Vdrau both with the same compound key. Vdrau contains additional information, but only if the column DVABNR is 1500 With this solution it works (i had

[jboss-user] [JBoss Messaging] - Re: JMS Bridge Question

2007-09-04 Thread fheldt
I tested the JBossMessaging Bridge (with 1.4.0.CR2) successfully here. I think you made a mistake on the configuration of the remote queue. Here's my remoteserver-jms-ds.xml | ?xml version=1.0 encoding=UTF-8? | server | mbean code=org.jboss.jms.jndi.JMSProviderLoader

[jboss-user] [JBossWS] - Re: BASIC Authentication with jbossws-2.0.0.GA

2007-08-03 Thread fheldt
Here are the relevant lines from the log (i enabled trace for org.jboss.security.auth.spi): | 2007-08-03 15:08:18,623 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule] initialize, [EMAIL PROTECTED] | 2007-08-03 15:08:18,624 TRACE

[jboss-user] [JBossWS] - Re: BASIC Authentication with jbossws-2.0.0.GA

2007-08-03 Thread fheldt
I used jboss-4.2.1.GA (which includes jbossws-1.2.1.GA) only tweaked for .NET Webservices (restrictedUserAgents=^.*MS Web Services Client Protocol .*$ n jboss-web.deployer/server.xml). Everything works lik charm here. Then i installed jbossws-2.0.0.GA. The log file showed no problems, but i

[jboss-user] [JBossWS] - BASIC Authentication with jbossws-2.0.0.GA

2007-07-31 Thread fheldt
I had some time to spend and did a short test of jbossws-2.0.0.GA (under jboss-4.2.1.GA). Most Webservices worked like under jbossws-1.2.0, but then i found a big problem. A secured SLSB that worked without a problem with a .NET 2.0 Client stopped working :-( I always get Authentification

[jboss-user] [JBossWS] - Re: JbossWS 1.2.1 and .Net 2.0 client

2007-04-24 Thread fheldt
I have the same problem! I have a webservice that receives a class (fillled from a .NET 2.0 client) which contains some double values. Since 1.2.1 the EJB (JSR-181) receives null values for these doubles. I'm currently trying to encircle the error, but at the moment i have no idea what is

[jboss-user] [EJB 3.0] - Re: Mapping String attribute in EntityBean to CHAR(size) in

2007-03-26 Thread fheldt
I fixed this behavior with a simple UserType. Just annotate | import org.hibernate.annotations.Type; | ... | @Column(name = XYZ) | @Type(type = usertype.TrimmedStringType) | private String xyz; | The TrimmedStringType source is like this: | package usertype; | | import

[jboss-user] [JBossWS] - Re: Issue with dotNet client and Credentials

2007-03-19 Thread fheldt
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSAndDotNet should answer this... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4029234#4029234 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4029234

[jboss-user] [JBossWS] - Re: Encoding problem in jbossws-1.2.0

2007-03-08 Thread fheldt
Bingo ! This solved the problem, so many thanks for your tip :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4026194#4026194 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4026194

[jboss-user] [JBossWS] - Encoding problem in jbossws-1.2.0

2007-03-06 Thread fheldt
Hi folks, i gave jboss-2.4.0.CR1 with jbossws-1.2.0 a try and it started without any problems. Then i build a simple Webservice SB | @Remote | public interface HelloWS | { | public String hello(String s); | } | | @Stateless | @WebService( | name=Hello, |

[jboss-user] [JBossWS] - jbossws-1.2.0.CR3 generates lowercase classnames?

2007-02-20 Thread fheldt
Is it intended behaviour, that jbossws-1.2.0.CR3 generates lowercase classnames? Here's a little excerpt from the log file: | [complexType={http://dhc.com/}colorVariant,javaType=com.dhc.ColorVariant] | [complexType={http://dhc.com/}colorGroup,javaType=com.dhc.ColorGroup] | As you can

[jboss-user] [JBossWS] - Re: Using entities with collections?

2006-07-31 Thread fheldt
Here's what i did: The entity bean is field mapped and the getters/setters convert between Collection and Array. A sample: | public class MyEntityBean implements java.io.Serializable { | @Id | @Column(name=id) | private int id; | ... | @OneToMany(mappedBy =