Question
 
            
       Standard Chartered GBS   
  Standard Chartered GBS
IN
   Standard Chartered GBS   
  
          Posted: Feb 18, 2025
        Last activity: Feb 18, 2025
      Last activity: 18 Feb 2025 6:32 EST
solace connection issue (Connect JMS)
Hi Team,
I am unable to connect with Solace from pega. getting below errror. If anyone has idea please share.
ID:
ValidateInfrastructureJNDI
Show More 
Hi Team,
I am unable to connect with Solace from pega. getting below errror. If anyone has idea please share.
ID:
ValidateInfrastructureJNDI
RS:Pega-IntegrationArchitect:08-01-01
| 
 Failed to compile generated Java com.pegarules.generated.activity.ra_action_validateinfrastructurejndi_fa679b8b672bbe831b0f6f249e02918a: ----------
1. ERROR in /com/pegarules/generated/activity/ra_action_validateinfrastructurejndi_fa679b8b672bbe831b0f6f249e02918a.java (at line 483)
	javax.jms.ConnectionFactory connectionFactory =  (javax.jms.ConnectionFactory) jndi.lookup("TestConnectionFactory");
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
javax.jms.ConnectionFactory cannot be resolved to a type
----------
2. ERROR in /com/pegarules/generated/activity/ra_action_validateinfrastructurejndi_fa679b8b672bbe831b0f6f249e02918a.java (at line 483)
	javax.jms.ConnectionFactory connectionFactory =  (javax.jms.ConnectionFactory) jndi.lookup("TestConnectionFactory");
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
javax.jms.ConnectionFactory cannot be resolved to a type
----------
3. ERROR in /com/pegarules/generated/activity/ra_action_validateinfrastructurejndi_fa679b8b672bbe831b0f6f249e02918a.java (at line 485)
	javax.jms.Connection connection = connectionFactory.createConnection();
	^^^^^^^^^^^^^^^^^^^^
javax.jms.Connection cannot be resolved to a type
----------
4. ERROR in /com/pegarules/generated/activity/ra_action_validateinfrastructurejndi_fa679b8b672bbe831b0f6f249e02918a.java (at line 492)
	catch (javax.jms.JMSException ex) {
	       ^^^^^^^^^^^^^^^^^^^^^^
javax.jms.JMSException cannot be resolved to a type
----------
4 problems (4 errors)
Compile failed. | 
Show Less