Author: vhalbert(a)redhat.com
Date: 2010-07-14 14:36:07 -0400 (Wed, 14 Jul 2010)
New Revision: 2345
Modified:
trunk/jboss-integration/src/main/java/org/teiid/adminapi/jboss/AdminProvider.java
Log:
TEIID-1142 & TEIID-1055 These changes Teiid to work in a secured server (EAP 5.1)
and provide access to the profile service
Modified:
trunk/jboss-integration/src/main/java/org/teiid/adminapi/jboss/AdminProvider.java
===================================================================
---
trunk/jboss-integration/src/main/java/org/teiid/adminapi/jboss/AdminProvider.java 2010-07-14
18:29:05 UTC (rev 2344)
+++
trunk/jboss-integration/src/main/java/org/teiid/adminapi/jboss/AdminProvider.java 2010-07-14
18:36:07 UTC (rev 2345)
@@ -93,6 +93,9 @@
private String userName;
private String password;
+ public ProfileConnection() throws AdminComponentException {
+ this.profileService = connect(null, null, null);
+ }
public ProfileConnection(final ProfileService profileService) {
this.profileService = profileService;
Show replies by date