Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

smfletch
smfletch
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by smfletch
Customize the badges you want to showcase on your profile
Re: How to Find All References to a Sub-Process - Adobe LiveCycle 25-04-2013
I'd like to add to this. I also would like to be able to search for specific strings in the processes. An example of this would be an email address that's used as the To Address in the email service.Anybody done this with the Adobe WebDAV repository? I've read that it can be mapped as a drive in XP but I'm on win7 and that doesn't seem to work. If I could map it I'd just process the folder hierarchy to find all the processes and search for the strings in the process XML.Thanks,Steve Fletcher

Views

90

Likes

0

Replies

0
How to Find All References to a Sub-Process - Adobe LiveCycle 24-04-2013
I'm working on a LC ES2 project that has a large number of applications and processes. I'm changing one of the common subprocesses and need to find out all of the processes that call it so I can update them. Does anybody have any suggestions on how to do this? Any tools that go through the database and find the references to a specific subprocess?Thanks,Steve Fletcher

Views

977

Likes

0

Replies

2
Process Logging with log4j - Adobe LiveCycle 05-02-2013
I'd like to use log4j to do some logging from processes. I've used the following executeScript to test this in a process:import org.apache.log4j.*;System.out.println("Log4jExecuteScriptTest: Start of log4j messages");Logger logger = Logger.getLogger("com.fletch.Log4jTest");logger.trace("Log4jExecuteScriptTest: This is a TRACE message");logger.debug("Log4jExecuteScriptTest: This is a DEBUG message");logger.info("Log4jExecuteScriptTest: This is an INFO log message");logger.warn("Log4jExecuteScript --> -->...

Views

935

Likes

0

Replies

0