User development,
A new message was posted in the thread "More information when using Authentication with jpa identity store":
http://community.jboss.org/message/531144#531144
Author : Eduardo Sandino
Profile : http://community.jboss.org/people/efsandino
Message:
--------------------------------------------------------------
I want to manage 2 databases:
* One DB For Authentication
* For storing application information
I have read that is possible to do that: http://docs.jboss.org/seam/latest-2/reference/en-US/html/security.html#d0... but i need to know how to define the parameters for my application to connect to one DB for authentication and other for storing my information. This will be helpfull because i want to authenticate applications in just one schema. (Share Authentication not with LDAP).
Thanks.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531144#531144
User development,
A new message was posted in the thread "Problem in message flow in a bridge with two nodes of Jboss":
http://community.jboss.org/message/531136#531136
Author : Bertrand GILLIS
Profile : http://community.jboss.org/people/bgillis
Message:
--------------------------------------------------------------
Sorry then... I haven't got any experience with JBoss ESB
You will have to wait for anyone else to help you.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531136#531136
User development,
A new message was posted in the thread "Problem in message flow in a bridge with two nodes of Jboss":
http://community.jboss.org/message/531135#531135
Author : Sridevi KA
Profile : http://community.jboss.org/people/sri1083
Message:
--------------------------------------------------------------
I can see the message counter of Target Queue has increased... i think the problem is with the ESB... can u help in solving this...
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531135#531135
User development,
A new message was posted in the thread "xDoclet integration":
http://community.jboss.org/message/531128#531128
Author : Max Andersen
Profile : http://community.jboss.org/people/max.andersen@jboss.com
Message:
--------------------------------------------------------------
if you want pointers to where to digg out the old code then speak up on the jira and we can find it and we can try figure out what can be done to avoid collision with WTP xdoclet support.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531128#531128
User development,
A new message was posted in the thread "Problem in message flow in a bridge with two nodes of Jboss":
http://community.jboss.org/message/531125#531125
Author : Bertrand GILLIS
Profile : http://community.jboss.org/people/bgillis
Message:
--------------------------------------------------------------
I suggest to turn off your ESB.
If you don't have any message in your Source Queue, the issue is in your JMS Client.
If you don't have any message in your Target Queue, the issue is in your Bridge
If you have a message in your Target Queue, the issue is in your ESB.
I also suggest to use JMS Hermes to have a look at what's in your Queues.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531125#531125
User development,
A new message was posted in the thread "Problem in message flow in a bridge with two nodes of Jboss":
http://community.jboss.org/message/531123#531123
Author : Sridevi KA
Profile : http://community.jboss.org/people/sri1083
Message:
--------------------------------------------------------------
If i send more than 5 messages also.. i can see the counter increasing in JMX console...but no error is displayed on either of the node's console...nor the message is received by the ESB listener.. how else to check it is working...
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531123#531123
User development,
A new message was posted in the thread "[CachedConnectionManager] Closing a connection for you":
http://community.jboss.org/message/531121#531121
Author : Mike Finn
Profile : http://community.jboss.org/people/mikefinnx
Message:
--------------------------------------------------------------
It's likely not the issue here, but you should always put your closes of resources in finally{}. If you get an exception thrown before your stmt.close(), the closes will never happen.
Something like -
finally
{
try { stmt.close(); } catch (Exception e) {}
try { conn.close(); } catch (Exception e) {}
}
Mike
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531121#531121
User development,
A new message was posted in the thread "Port already in use: 1098 - URGENT":
http://community.jboss.org/message/531120#531120
Author : Mike Finn
Profile : http://community.jboss.org/people/mikefinnx
Message:
--------------------------------------------------------------
Windows is notorious for this issue. It's Outlook or NETBIOS or something like that. There have been discussions in the past on this. Your best bet is to use ServiceBinding mgr (see conf/jboss-service.xml) and use an alternate set of ports.
Mike
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/531120#531120